@charset "UTF-8";
/**
*
* Gambit - Master Stylesheet.
* @author james@ufn.com
*
*/
/*----------  MEDIA QUERY MIXIN  ----------*/
/* FONT */
/* Color Variables */
/*----------  Base Colors  ----------*/
/*----------  Text  ----------*/
/*----------  Product Sort  ----------*/
/* CLOUDINARY */
/* @extend styles */
.product__datepicker-tabs-container:after, .geo-landing__reviews__container:after, .homepage-reviews__carousel__list-item:after, .homepage-reviews__carousel__list-container:after, .homepage-reviews__carousel__container:after, .homepage-reviews__rating__container:after, .homepage-reviews__content:after, .homepage-reviews: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, .poa__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, .poa__title, .lovingly-reviews__title, .best-sellers__title {
    font-size: 18px;
    margin: 0 auto;
  }
}

.category-shortcuts__title-border, .poa__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, .poa__title-border, .best-sellers__title-border {
    left: 0;
    top: -12px;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.left {
  float: left !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  padding: 0 10px;
  *zoom: 1;
}
@media (max-width: 720px) {
  .row {
    max-width: 100%;
    padding: 0;
  }
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  padding: 0;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
}
@media only screen and (min-width: 45.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
}
@media only screen and (min-width: 64.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
}
@media only screen and (min-width: 120.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
}
.js-generated {
  display: block;
}

@media only screen and (min-width: 45.063em) {
  button,
  .button {
    display: inline-block;
  }
}
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

a {
  color: #1368FB;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #337cfc;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

ul,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 45.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
}
.print-only {
  display: none !important;
}

form {
  margin: 0 0 1rem;
}

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type=text]:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

input[type=text]:focus {
  background: #fafafa;
  border-color: #999999;
}

input[type=text][disabled] {
  background-color: #dddddd;
}

input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

input.error {
  margin-bottom: 0;
}

.hide-for-small {
  display: none !important;
}

@media only screen and (min-width: 736px) {
  .hide-for-small {
    display: inherit !important;
  }
  .show-for-small,
  .hide-for-medium-up {
    display: none !important;
  }
}
@media only screen and (min-width: 736px) and (max-width: 841px) {
  .medium-12 {
    position: relative;
    width: 100%;
  }
}
@media all and (max-width: 735px) {
  .small-12 {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 45.063em) {
  .hide-for-small {
    display: inherit !important;
  }
  .show-for-small,
  .hide-for-medium-up {
    display: none !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .hide-for-small {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .hide-for-small {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .hide-for-small {
    display: inherit !important;
  }
}
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;
  }
}

.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
  background: transparent;
}
.back-to-top.visible {
  opacity: 1;
}
@media (max-width: 720px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    z-index: 11;
  }
}

button,
.button {
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1rem;
  color: hsl(0, 0%, 0%);
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: hsl(0, 0%, 0%);
}

button[disabled],
.button[disabled] {
  background-color: hsl(218, 97%, 64%);
  border-color: hsl(218, 97%, 59%);
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: hsl(218, 97%, 59%);
}

button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: white;
}

button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: hsl(218, 97%, 64%);
}

.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;
  }
}

@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;
  }
}
/*----------  Free Delivery  ----------*/
.free-delivery {
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  align-self: center;
  position: relative;
}
.free-delivery a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.free-delivery strong,
.free-delivery b {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: #d4605a;
}
.free-delivery span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.free-delivery__container {
  display: flex !important;
  align-content: center;
  margin: auto;
}
.free-delivery__mobile {
  padding: 5px 11px 9px 11px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.free-delivery__mobile a {
  color: #FFF;
  letter-spacing: 0.2px;
}
.free-delivery__white a,
.free-delivery__white b,
.free-delivery__white strong,
.free-delivery__white span {
  color: white !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;
}

.lv-sp {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lv-sp li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lv-sp__link {
  display: inline-block;
}

/*----------  Gambit: Navigation;  ----------*/
@media (max-width: 720px) {
  body.menu-open {
    overflow: hidden;
  }
}

.navigation {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.navigation.theme__border-color--medium {
  border-bottom: solid 2px;
}
@media (max-width: 720px) {
  .navigation {
    display: none;
  }
}
.navigation__content {
  max-width: 960px;
  margin: 0 auto;
}
.navigation__dropdown-content {
  max-width: 100%;
  padding: 30px 10px 25px 30px;
  margin: 0 auto;
  min-height: 290px;
  display: grid;
  grid-template-columns: 460px 10% auto;
}
.navigation__button {
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
}
.navigation__submenu {
  text-align: right;
}
.navigation__submenu a {
  font-weight: 500;
  font-size: 13px;
  line-height: 0;
  text-align: right;
  color: #fff;
  text-transform: capitalize;
  margin: 0 5px 0;
}
.navigation__submenu a:last-child {
  margin: 0;
}
.navigation__dropdown {
  visibility: hidden;
  top: 36px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
  background: #f5f5f5;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  display: flex;
}
.navigation__dropdown-divider {
  border: 0;
  border-left: solid 1px #D8D8D8;
  margin: 0 40px;
}
.navigation__dropdown-promo {
  display: flex;
  padding-top: 20px;
}
.navigation__cms-dropdown .navigation__dropdown-promo {
  padding-top: 0;
}
.navigation__dropdown-promo-link {
  padding: 0 !important;
  height: auto;
}
.navigation__dropdown-title {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
.navigation__subnav-list {
  margin-bottom: 15px !important;
}
.navigation__subnav-list:nth-of-type(1), .navigation__subnav-list:nth-of-type(2) {
  min-width: 150px;
}
.navigation__subnav-list:nth-of-type(3) {
  min-width: 100px;
}
.navigation__dropdown-list {
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-columns: max-content;
  grid-auto-rows: min-content;
}
.navigation__dropdown-list.split-column {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 38px;
}
.navigation__dropdown-list.triple-column, .navigation__dropdown-list.cms-column {
  display: flex;
  flex-flow: column wrap;
  max-height: 370px;
}
.navigation__dropdown-list.triple-column {
  width: 400px;
}
.navigation__dropdown-list.cms-column {
  width: 230px;
}
.navigation__dropdown-list li {
  line-height: 1;
}
.navigation__dropdown-list li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 720px) {
  .navigation__dropdown-list li a {
    color: white;
  }
}
.navigation__dropdown-list li a:hover {
  text-decoration: underline;
}
.navigation__main-list {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
  overflow: auto;
}
.navigation__main-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navigation__main-link-item {
  height: 36px;
}
.navigation__main-link {
  display: block;
  flex-shrink: 0;
}
.navigation__main-link img.carat {
  position: relative;
}
.navigation__main-link a,
.navigation__main-link button {
  padding: 7px 10px;
  display: block;
  background: transparent;
  border: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.navigation__main-link.promoted-product-link a {
  font-weight: bold;
}
.navigation__main-link:hover {
  background: #f5f5f5;
}

.navigation__has-dropdown:hover .navigation__dropdown {
  visibility: visible;
  opacity: 1;
  top: 36px;
  left: 0;
}

.back-next-button {
  appearance: none;
  border: 0;
  width: 36px !important;
  height: 36px !important;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.back-next-button__container {
  width: 40px !important;
  height: 50px;
  padding-top: 6px;
  padding-right: 0;
}

.mobile-navigation__deal-link {
  font-weight: bold !important;
}
.mobile-navigation__promo-item {
  background: white;
  padding: 10px;
  text-align: center;
  border: 0;
}
.mobile-navigation__promo-item a {
  width: unset !important;
  padding: 0 !important;
  height: auto !important;
  text-align: center !important;
}
.mobile-navigation__main-list {
  height: 0;
  overflow: auto;
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  background: white;
}
.mobile-navigation__main-list ul {
  margin: 0;
  padding: 0;
}
.mobile-navigation__main-list.is-active {
  height: calc(100% - 40px);
}
.mobile-navigation__back-icon {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.mobile-navigation__side-list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 101;
  transition: all 0.2s;
  overflow: auto;
  display: block;
  background: white;
}
.mobile-navigation__side-list ul {
  margin: 0;
}
.mobile-navigation__side-list li {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
}
.mobile-navigation__side-list li button,
.mobile-navigation__side-list li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: black;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 20px 25px 20px;
  height: 58px;
  cursor: pointer;
}
.mobile-navigation__side-list li button {
  appearance: none;
  border: 0;
  margin: 0;
  background: transparent;
}
.mobile-navigation__side-list.is-active {
  left: 0;
}
.mobile-navigation__side-list .triple-column,
.mobile-navigation__side-list .split-column {
  display: block;
  max-height: unset;
  background: white;
}
.mobile-navigation__side-list .navigation__dropdown-title {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 25px 5px;
}
.mobile-navigation__side-list .navigation__subnav-list {
  display: list-item;
}
.mobile-navigation__side-list #mobile-nav-back {
  color: black;
}
.mobile-navigation__list-item {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
}
.mobile-navigation__list-item button,
.mobile-navigation__list-item a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: black;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 20px 25px 20px;
  height: 58px;
  cursor: pointer;
}
.mobile-navigation__list-item button {
  appearance: none;
  border: 0;
  margin: 0;
  background: transparent;
}
.mobile-navigation__list-item .right-carat {
  position: absolute;
  right: 20px;
  top: 17px;
}
.mobile-navigation__list-item ul {
  display: none;
}

@media (max-width: 720px) {
  body {
    padding-top: 78px !important;
  }
  body.no-timer {
    padding-top: 48px !important;
  }
}
@media all and (max-width: 320px) {
  body {
    padding-top: 76px !important;
  }
}

.hidden-mobile {
  max-height: 0 !important;
  transition: max-height 0.5s ease-in-out;
}

.mobile-navigation-bar {
  width: 100%;
  display: none;
  background: white;
  color: black;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  /* hide the overflow content */
  max-height: 200px;
  /* or whatever value you're certain is larger than its actual height */
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 720px) {
  .mobile-navigation-bar {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
}
.mobile-navigation-bar #mobile-top-nav {
  width: 100%;
  display: none;
  background: white;
  color: black;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  /* hide the overflow content */
  max-height: 200px;
  /* or whatever value you're certain is larger than its actual height */
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 720px) {
  .mobile-navigation-bar #mobile-top-nav {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
}
.mobile-navigation-bar .search-form__container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-navigation-bar .search__container {
  margin: 0;
}
.mobile-navigation-bar__toggle {
  height: 40px;
  flex-grow: 0;
}
.mobile-navigation-bar__toggle .hamburger {
  padding: 12px 17px;
}
.mobile-navigation-bar__name {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  height: 40px;
}
.mobile-navigation-bar__name a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: gray;
}
.mobile-navigation-bar__right-section {
  min-width: 52px;
  flex-grow: 0;
  height: 40px;
}
.mobile-navigation-bar__right-section button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 40px;
}
.mobile-navigation-bar .hamburger-inner,
.mobile-navigation-bar .hamburger-inner::before,
.mobile-navigation-bar .hamburger-inner::after {
  background-color: gray !important;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  .split-column {
    width: 310px;
  }
  .split-column li {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
}
.navigation__dropdown-content.geo-landing {
  max-width: 100%;
  padding: 30px 10px 25px 30px;
  margin: 0 auto;
  min-height: 290px;
  display: grid;
  grid-template-columns: 230px 230px 10% auto;
}

.geo-landing-locations {
  margin-left: 40px;
}

/* Screen reader only class - visible only to screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*----------  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: 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);
}

/*----------  Gambit: Footer;  ----------*/
.footer {
  background: rgb(77, 77, 77);
  min-height: 299px;
  padding: 58px 0 70px;
  max-width: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px;
  }
}
@media (max-width: 720px) {
  .footer {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}
.footer .row {
  max-width: 965px;
  box-sizing: border-box;
}
.footer .social__link {
  margin-right: 27px;
}
.footer--address {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 19px;
}
.footer--address-container {
  padding-left: 8px;
  padding-top: 18px;
  width: 31.83%;
}
.footer--address-container .footerName {
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}
@media (max-width: 960px) {
  .footer--address-container {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .footer--address-container {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .footer--address-container {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    padding: 0 20px;
  }
}
.footer--address a {
  font-size: 14px;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.footer--social-container {
  padding: 10px 62px;
  width: 38%;
}
@media (max-width: 960px) {
  .footer--social-container {
    width: 33.3333%;
    padding: 0 0 0 17px;
  }
}
@media (max-width: 720px) {
  .footer--social-container {
    padding: 0 72px;
    width: 34.53333%;
    width: 100%;
    padding: 0;
    top: 26px;
    left: calc(50% - 105px);
  }
}
.footer--social-container .social__link {
  margin-right: 26px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  .footer--social-container .social__link {
    margin-right: 14px;
  }
}
@media (max-width: 720px) {
  .footer--social-container .social__link {
    width: 36px;
    height: 36px;
    margin-right: 21px;
  }
}
.footer--social-container .social__link svg {
  width: 34px;
  height: 34px;
  margin-top: 2px;
}
@media (max-width: 720px) {
  .footer--social-container .social__link svg {
    width: 36px;
    height: 36px;
  }
}
.footer--social-container .social__link img {
  width: 34px;
  height: 34px;
}
@media (max-width: 720px) {
  .footer--social-container .social__link img {
    width: 36px;
    height: 36px;
  }
}
.footer--social-container .social__twitter-span, .footer--social-container .social__facebook-span, .footer--social-container .social__pinterest-span {
  display: block;
  line-height: 28px;
  width: 34px;
  height: 34px;
}
@media (max-width: 720px) {
  .footer--social-container .social__twitter-span, .footer--social-container .social__facebook-span, .footer--social-container .social__pinterest-span {
    width: 36px;
    height: 36px;
  }
}
.footer--logo {
  float: right;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 720px) {
  .footer--logo {
    float: none;
    padding-right: 0;
    position: auto;
  }
}
.footer--logo-container {
  /*padding-left: 103px;*/
  font-size: 14px;
  width: 30%;
  padding-top: 0;
  float: right;
}
@media (max-width: 960px) {
  .footer--logo-container {
    padding-left: 40px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  .footer--logo-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .footer--logo-container {
    width: 100%;
    position: absolute;
    top: 30px;
    padding: 0;
    margin-left: calc(50% - 106px);
    padding-top: 9px;
  }
}
.footer--logo a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  display: block;
  letter-spacing: 0.3px;
  line-height: 3.7;
  font-size: 15px;
}
.footer--logo a img {
  display: block;
  float: left;
  margin-right: 17px;
  position: relative;
  top: 4px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  .footer--logo a img {
    margin-right: 7px;
  }
}
@media (max-width: 720px) {
  .footer--logo a img {
    top: -22px;
    height: 50px;
    width: auto;
  }
}
@media (max-width: 720px) {
  .footer--logo a {
    color: rgb(125, 164, 60);
    font-size: 16px;
    line-height: 0.7;
  }
}
.footer--blocks {
  text-align: center;
  color: rgb(129, 129, 129);
  font-size: 12px;
  margin-top: 25px;
  padding: 0 30px;
}
.footer--blocks p {
  font-size: 12px;
}
.footer--copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .footer--copyright {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }
}
.footer--copyright .payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  order: 1;
  flex-wrap: nowrap;
}
.footer--copyright .payment > * {
  margin: 0;
}
.footer--copyright .payment img {
  max-width: none;
  height: auto;
  flex-shrink: 0;
}
.footer--copyright .copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  order: 2;
}
.footer .bottom_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  order: 3;
}
.footer .bottom_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .bottom_links li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .bottom_links li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 12px;
}
.footer .bottom_links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.footer .bottom_links a:hover {
  text-decoration: underline;
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .footer {
    max-width: 100%;
  }
  .footer--copyright .bottom_links {
    width: 217px;
  }
}
/* Lovingly rebranding */
.googleAddress {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: white;
  text-align: center;
  margin-top: 38px;
  font-style: normal;
}
.googleAddress a {
  color: white;
}
.googleAddress a:hover, .googleAddress a:focus {
  color: white;
}
.googleAddress span[itemprop=streetAddress], .googleAddress span[itemprop=addressLocality], .googleAddress span[itemprop=addressRegion], .googleAddress span[itemprop=postalCode] {
  font-weight: 400;
}
@media (max-width: 720px) {
  .googleAddress {
    font-size: 16px;
  }
}

a.google-review-link {
  color: #ECB650;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 25px auto 0;
  width: max-content;
}

.footer--lv-sp svg {
  width: 35px;
  height: 35px;
}
.footer--lv-sp .twitter-share-button {
  margin-right: 0;
}

div[itemprop=telephone] {
  color: white;
}
div[itemprop=telephone]:hover, div[itemprop=telephone]:focus, div[itemprop=telephone]:visited {
  color: white;
}

.lovingly-footer-branding {
  border-top: solid 1px hsl(0, 0%, 95%);
  margin-top: 22px;
  padding-bottom: 38px;
  background: white;
}
.lovingly-footer-branding--logo {
  width: 196px;
  margin: 40px auto 13px;
  display: block;
  position: relative;
  left: -7px;
}
.lovingly-footer-branding--logo-container-link {
  display: block;
  overflow: hidden;
  width: 212px;
  margin: 30px auto 20px;
}
.lovingly-footer-branding--logo-container-link svg {
  width: 100%;
}

.footer--two-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .footer--two-column {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}

.footer--store-info {
  flex: 1;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .footer--store-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}
.footer--store-info .googleAddress {
  margin-top: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
  color: white;
}
@media (max-width: 720px) {
  .footer--store-info .googleAddress {
    text-align: center;
  }
}
.footer--store-info .googleAddress strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
  color: white;
}
.footer--store-info .googleAddress a {
  color: white;
  text-decoration: none;
}
.footer--store-info .googleAddress a:hover {
  text-decoration: underline;
}
.footer--store-info .googleAddress br {
  line-height: 1.4;
}

.footer--social-review {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .footer--social-review {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}
.footer--social-review .footer--lv-sp .lv-sp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
}
@media (max-width: 720px) {
  .footer--social-review .footer--lv-sp .lv-sp {
    justify-content: center;
  }
}
.footer--social-review .footer--lv-sp .lv-sp li {
  margin: 0;
  flex-shrink: 0;
}
.footer--social-review .footer--lv-sp .lv-sp .lv-sp__link {
  display: block;
  line-height: 0;
}
.footer--social-review .footer--lv-sp .lv-sp .lv-sp__icon {
  width: 28px;
  height: 28px;
  display: block;
}
.footer--social-review .google-review-container {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.43;
}
@media (max-width: 720px) {
  .footer--social-review .google-review-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0;
  }
}
.footer--social-review .google-review-prompt {
  color: white;
  font-weight: 500;
}
.footer--social-review .google-review-link {
  margin: 0;
  color: #ECB650;
  font-weight: 500;
  text-decoration: underline;
}
.footer--social-review .google-review-link:hover {
  text-decoration: underline;
}

.footer--two-column + .footer--copyright,
.footer.clear .footer--copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 24px;
  margin-top: 0;
}
@media (max-width: 720px) {
  .footer--two-column + .footer--copyright,
  .footer.clear .footer--copyright {
    padding: 24px 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.footer--two-column + .footer--copyright .payment,
.footer.clear .footer--copyright .payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  order: 1;
  flex-wrap: nowrap;
}
.footer--two-column + .footer--copyright .payment > *,
.footer.clear .footer--copyright .payment > * {
  margin: 0;
}
.footer--two-column + .footer--copyright .payment img,
.footer.clear .footer--copyright .payment img {
  max-width: none;
  height: 20px;
  flex-shrink: 0;
}
.footer--two-column + .footer--copyright .copyright,
.footer.clear .footer--copyright .copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  order: 2;
}
.footer--two-column + .footer--copyright .bottom_links,
.footer.clear .footer--copyright .bottom_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  order: 3;
}
.footer--two-column + .footer--copyright .bottom_links ul,
.footer.clear .footer--copyright .bottom_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer--two-column + .footer--copyright .bottom_links li,
.footer.clear .footer--copyright .bottom_links li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--two-column + .footer--copyright .bottom_links li:not(:last-child)::after,
.footer.clear .footer--copyright .bottom_links li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 12px;
}
.footer--two-column + .footer--copyright .bottom_links a,
.footer.clear .footer--copyright .bottom_links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.footer--two-column + .footer--copyright .bottom_links a:hover,
.footer.clear .footer--copyright .bottom_links a:hover {
  text-decoration: underline;
}

/*----------  Products-sort  ----------*/
.products-sort {
  font-size: 14px;
  border-top: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .products-sort {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .products-sort__label {
    display: none;
  }
}
.products-sort__list {
  list-style: none;
  display: inline;
  font-size: 14px;
  margin: 0px;
}
.products-sort__list-item {
  display: inline;
  line-height: 50px;
  border-left: 1px solid rgb(222, 222, 222);
  margin-left: 10px;
  padding-left: 10px;
}
.products-sort__list-item:first-child {
  border: none;
  margin: 0px;
  padding: 0px;
}
.products-sort__list-link {
  color: #447C97;
}
.products-sort__list-link--active {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

/*----------  GAMBIT: product thumbnails grid;  ----------*/
p[data-product-tag]:after {
  content: attr(data-product-tag);
  /* no quotes around attribute name! */
  height: 25px;
  background: #a2a2a2;
  font-weight: 400;
  line-height: 2.3;
  font-size: 12px;
  text-align: left;
  color: #fff;
  position: absolute;
  padding: 0 10px;
  top: -30px;
  left: 20px;
  letter-spacing: 0.3px;
}
@media (max-width: 720px) {
  p[data-product-tag]:after {
    left: -7px;
  }
}

.product-info {
  color: hsl(0, 0%, 18%);
  font-size: 16px;
  margin: 5px 0 0 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.product-info span:first-child {
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 720px) {
  .product-info span:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .product-info {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .product-info {
    font-size: 14px;
  }
}

.box-link {
  display: block;
}
.box-link:after {
  content: " ";
  display: block;
}
.box-link img {
  display: block;
  margin: 0 auto;
  width: 241px;
}
@media (max-width: 768px) {
  .box-link img {
    width: 350px;
  }
}
@media (max-width: 320px) {
  .box-link img {
    width: 160px;
  }
}

.thumbnails {
  overflow: hidden;
  clear: both;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 720px) {
  .thumbnails {
    padding: 0;
  }
}
.thumbnails .thumbnailContainer {
  margin: 0 0 15px;
  padding: 0;
  width: 33.3333%;
}
.thumbnails .thumbnailContainer a {
  display: block;
  margin: 0 auto;
  min-height: 270px;
}
@media (max-width: 720px) {
  .thumbnails .thumbnailContainer a {
    padding: 12px 7px;
  }
}
@media (max-width: 720px) {
  .thumbnails .thumbnailContainer {
    width: 46%;
    box-shadow: 0 0 8px lightgrey;
    border-radius: 10px;
    margin: 14px 2%;
  }
  .thumbnails .thumbnailContainer img {
    max-width: 92%;
  }
}
@media (max-width: 375px) {
  .thumbnails .thumbnailContainer img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .thumbnails .categoryFunnel {
    box-shadow: none;
    margin: 0;
    width: 50%;
  }
  .thumbnails .categoryFunnel img {
    max-width: 100%;
  }
}

.product-name-h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.375;
  margin: 0;
}

.product-price {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* 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%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.breadcrumbs {
  padding: 12px 0;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.breadcrumb-item {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.025em;
  transition: text-decoration 0.1s ease;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.breadcrumb-current {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  font-size: 12px;
}

.breadcrumb-separator {
  margin: 0 4px;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-separator svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 0px 10px 10px !important;
    margin: 0 0 15px 0;
    line-height: 1;
  }
  .breadcrumb-item a {
    line-height: 1;
  }
  .breadcrumb-separator {
    margin: 0 3px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs {
    padding: 8px 0px 8px 10px !important;
    line-height: 1;
  }
  .breadcrumb-item a {
    line-height: 1;
  }
  .breadcrumb-separator {
    margin: 0 2px;
  }
}
.storefrontWrap .breadcrumbs {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 8px 0px;
}
@media (max-width: 768px) {
  .storefrontWrap .breadcrumbs {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
  }
}

.pageContent .breadcrumbs {
  padding-right: 15px;
}

.breadcrumbs:empty {
  display: none;
}

@media (min-width: 769px) {
  .product-breadcrumbs-wrapper {
    margin-bottom: 5px;
    clear: both;
  }
}
@media (min-width: 769px) {
  .product-breadcrumbs-wrapper .breadcrumbs {
    padding: 8px 0 0 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .product-breadcrumbs-wrapper .breadcrumbs {
    padding: 8px 15px !important;
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .product-breadcrumbs-wrapper .breadcrumbs {
    padding: 8px 15px !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .product-breadcrumbs-wrapper .breadcrumb-list {
    align-items: center;
  }
}

.back-and-breadcrumbs-section {
  display: flex;
  padding: 16px 0 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.back-button-container {
  height: 18px;
  display: flex;
  align-items: center;
}

.breadcrumb-container {
  height: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .back-and-breadcrumbs-section {
    padding: 16px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .back-and-breadcrumbs-section {
    padding: 16px 20px;
    gap: 8px;
  }
  .back-button-container {
    display: none;
  }
  .breadcrumb-container {
    height: 18px;
  }
}
@media (max-width: 480px) {
  .back-and-breadcrumbs-section {
    padding: 12px 15px;
    gap: 8px;
  }
  .back-button-container {
    display: none;
  }
  .breadcrumb-container {
    height: 18px;
  }
}
@media print {
  .breadcrumbs {
    display: none;
  }
}
.homepage__seo-section {
  max-width: 600px;
  margin: 0 auto 77px;
}
@media (max-width: 600px) {
  .homepage__seo-section {
    max-width: 100%;
    padding: 0 15px;
    margin: 40px auto 77px;
  }
}
.homepage__seo-section hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 8px;
}
.homepage__seo-section p a {
  color: #1368FB;
}
.homepage__seo-section p a:hover {
  text-decoration: underline;
}
.homepage__seo-section h3 {
  font-size: 15px;
  font-weight: bold;
}
.homepage__seo-section ul {
  margin: -10px 0 27px 28px;
  list-style-position: inside;
  list-style-type: none;
}
.homepage__seo-section ul li {
  line-height: 1.35;
  position: relative;
  font-size: 15px;
}
.homepage__seo-section ul li:before {
  content: "•";
  font-size: 13px;
  position: absolute;
  left: -10px;
  top: 3px;
}
.homepage__seo-section .ly-read-more-link {
  text-decoration: none;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0 0 0 -12px;
  outline: 0;
  display: inline;
  font-size: 14px;
  line-height: 23px;
  color: #1368FB;
}

.main-content-link {
  position: absolute;
  top: -9999px;
  left: -9999px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  z-index: 100;
  background: white;
  padding: 15px;
  border: solid 5px black;
  transition: all 0.5s;
}
.main-content-link:focus {
  top: 0;
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ly-wp-splash {
  background: url("https://res.cloudinary.com/ufn/image/upload/v1510083685/splash_widget_tlwuar.jpg") top left no-repeat;
  width: 100%;
  height: 328px;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 975px) {
  .ly-wp-splash {
    background-size: cover;
    background-position: center;
  }
}
.ly-wp-splash * {
  box-sizing: border-box;
  letter-spacing: 0.6px;
}
.ly-wp-splash__left-column {
  width: 530px;
  float: left;
  padding-top: 43px;
}
@media (max-width: 767px) {
  .ly-wp-splash__left-column {
    width: 100%;
    float: none;
  }
}
.ly-wp-splash__text {
  font-size: 60px;
  color: rgb(0, 51, 73);
  line-height: 1.292;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .ly-wp-splash__text {
    font-size: 40px;
  }
}
.ly-wp-splash__button {
  border: 0;
  border-radius: 2px;
  background-color: rgb(255, 141, 144);
  appearance: none;
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
  margin: 28px auto;
  display: block;
  padding: 14px 31px;
  position: relative;
  right: -3px;
  cursor: pointer;
}
.ly-wp-splash__button:hover {
  background-color: rgb(255, 141, 144);
  color: white;
}

.ly-search-banner {
  background: rgb(0, 51, 73);
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  width: 538px;
  height: 73px;
  float: right;
  margin-bottom: 20px;
}
@media (max-width: 841px) {
  .ly-search-banner {
    margin: 0 auto 20px;
    float: none;
  }
}
@media (max-width: 600px) {
  .ly-search-banner {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
}
.ly-search-banner * {
  box-sizing: border-box;
  letter-spacing: 0.6px;
}
.ly-search-banner__text {
  float: left;
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.743;
  text-align: center;
  letter-spacing: 0.9px;
}
@media (max-width: 600px) {
  .ly-search-banner__text {
    line-height: 1;
    font-size: 23px;
    float: none;
    margin-top: 13px;
  }
}
.ly-search-banner__button {
  border: 0;
  float: right;
  border-radius: 2px;
  background-color: rgb(255, 141, 144);
  appearance: none;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px 18px;
  margin-top: 10px;
  cursor: pointer;
}
.ly-search-banner__button:hover {
  background-color: rgb(255, 141, 144);
  color: white;
}
@media (max-width: 600px) {
  .ly-search-banner__button {
    margin: 20px auto;
    clear: both;
    float: none;
  }
}

@media (min-width: 720px) {
  .search-description {
    padding-right: 30px;
  }
}

.ly.ly-widget {
  z-index: 100;
}

.coupon-modal {
  position: fixed;
  left: calc(50% - 278px);
  top: 200px;
  z-index: 99;
  height: 376px;
  width: 556px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: visible;
  text-align: center;
  display: none;
  background: white;
  padding: 60px 0;
}
@media all and (max-width: 720px) {
  .coupon-modal {
    width: 267px;
    height: 393px;
    top: 100px;
    left: calc(50% - 134px);
  }
}
.coupon-modal__close {
  padding: 5px;
  position: absolute;
  right: -40px;
  background: white;
  border-radius: 20px;
  top: -40px;
}
.coupon-modal__code-title {
  margin-bottom: 5px;
}
.coupon-modal__title {
  font-size: 39px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.coupon-modal__code {
  display: inline-block;
  padding: 4px 28px;
  color: #F33257;
  border: 2px dotted #EA4B4B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.coupon-modal p {
  color: black;
  font-size: 18px;
  text-align: center;
}
.coupon-modal__small {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  margin-bottom: 10px;
}
.coupon-modal__mobile-br {
  display: none;
}
@media all and (max-width: 720px) {
  .coupon-modal__mobile-br {
    display: block;
  }
}
.coupon-modal__bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.coupon-modal__bg.is-active {
  opacity: 1;
  display: block;
}

.coupon-modal.GET10VDAY20 {
  background: url("https://res.cloudinary.com/ufn/image/upload/f_auto,fl_progressive,q_auto/v1579624743/Desktop-modal-background_gh1nif");
}
@media all and (max-width: 720px) {
  .coupon-modal.GET10VDAY20 {
    background: url("https://res.cloudinary.com/ufn/image/upload/f_auto,fl_progressive,q_auto/v1579628730/mobile-modal-background_lclkfk");
  }
}
.coupon-modal.GET10VDAY20 h3 {
  margin-top: 90px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 720px) {
  .coupon-modal.GET10VDAY20 h3 {
    margin-top: 60px;
  }
}
.coupon-modal.GET10LEAPYEAR {
  background: url("https://res.cloudinary.com/ufn/image/upload/f_auto,fl_progressive,q_auto/v1582577508/promo-bg_fss8gp");
}
.coupon-modal.GET10LEAPYEAR h3 {
  margin-top: 43px;
  margin-bottom: 29px;
  color: #172a0e;
}
@media all and (max-width: 720px) {
  .coupon-modal.GET10LEAPYEAR {
    background: url("https://res.cloudinary.com/ufn/image/upload/f_auto,fl_progressive,q_auto/v1582579005/Component_2_1_x1nfyy");
    line-height: 1;
    margin-top: 55px;
    margin-bottom: 13px;
  }
}

.requirements-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
}
.requirements-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.requirements-list li:before {
  content: "•";
  position: absolute;
  left: 5px;
}
@media all and (max-width: 720px) {
  .requirements-list {
    margin: 10px 15px;
  }
  .requirements-list li {
    font-size: 14px;
  }
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 101;
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.reveal-modal-bg.is-active {
  opacity: 1 !important;
  display: block !important;
}

.reveal-modal {
  position: fixed;
  left: 50%;
  z-index: 102;
  height: auto;
  max-height: 80%;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  border: solid 5px #c7c7c7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 80px;
  overflow: auto;
}
.reveal-modal h2 {
  font-weight: 400;
  border-bottom: solid 1px #dedede;
  padding-bottom: 6px;
}

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #4d4d4d;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 45.063em) {
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
/*----------  Gambit: Modals;  ----------*/
.homeModalPic {
  display: block;
  width: 50%;
  background-size: contain;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .homeModalPic {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
  .homeModalPic {
    width: 50% !important;
  }
}
@media (max-width: 720px) {
  .homeModalPic {
    display: block;
  }
}

.assuranceModal h3 {
  border-bottom: 2px solid #818181;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}
.assuranceModal .assurance-modal__heading {
  font-weight: bold;
  margin: 0 0 10px;
}
.assuranceModal .assurance-modal__heading strong {
  font-size: 1.5rem;
  font-weight: bold;
}

.reveal-modal {
  transform: translateY(-1000%);
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media all and (min-width: 721px) and (max-width: 1020px) {
  .modal-image-container {
    margin: 0 auto;
    max-width: 200px;
    float: none;
  }
}

.countdown-timer {
  width: 100%;
  position: fixed;
  bottom: -1px;
  z-index: 4;
}
.countdown-timer.hide-force {
  display: none !important;
}
.countdown-timer__top-container {
  display: flex;
  width: 770px;
  margin: auto;
  height: 50px;
  cursor: pointer;
}
.countdown-timer__top-container .timer-container {
  font-size: 16px;
  width: 580px;
  background: #4D4D4D;
  display: flex;
  align-items: center;
  border-top-left-radius: 4px;
  color: white;
}
.countdown-timer__top-container .timer-container .inner {
  margin: auto;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
}
.countdown-timer__top-container .timer-container .inner em {
  font-size: 16px;
  font-weight: 500;
}
.countdown-timer__top-container .timer-container .inner strong {
  font-weight: 600;
  color: #B8EB89;
}
.countdown-timer__top-container .timer-container .inner .text {
  vertical-align: middle;
}
.countdown-timer__top-container .timer-container .inner .timer {
  margin-left: 10px;
  display: flex;
}
.countdown-timer__top-container .timer-container .inner .timer .time-displayer {
  padding: 2px 5px 0;
}
.countdown-timer__top-container .timer-container .inner .timer .time-displayer--display, .countdown-timer__top-container .timer-container .inner .timer .time-displayer--colon {
  color: #B8EB89;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.countdown-timer__top-container .timer-container .inner .timer .time-displayer--text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}
.countdown-timer__top-container .assurance-container {
  border-top-right-radius: 4px;
  width: 190px;
  background: #5C5C5C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  text-align: center;
}
.countdown-timer__top-container .assurance-container .toggle-icon__open, .countdown-timer__top-container .assurance-container .toggle-icon__close {
  font-size: 11px;
  transform: scale(0.9);
}
.countdown-timer__top-container .assurance-container .toggle-icon__close {
  display: none;
}
.countdown-timer__satisfaction-container {
  width: 100%;
  background: #5c5c5c;
  display: none;
}
.countdown-timer__satisfaction-container .row {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.countdown-timer__satisfaction-container .column {
  flex: 1;
  min-width: 280px;
}
.countdown-timer__satisfaction-container .column .section-block {
  padding: 20px 20px;
  margin: 25px auto 25px;
  background: white;
  border-radius: 4px;
}
.countdown-timer__satisfaction-container .disclaimer-text {
  text-align: center;
  width: 600px;
  margin: auto;
  font-size: 12px;
  padding-bottom: 25px;
  color: rgba(255, 255, 255, 0.75);
}
.countdown-timer__mobile {
  background-color: #4D4D4D;
  padding: 4px 0;
  color: white;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 100;
  font-family: "Helvetica Condensed", sans-serif;
}
.countdown-timer__mobile.hide-force {
  display: none !important;
}
@media (max-width: 720px) {
  .countdown-timer__mobile {
    z-index: 11;
    height: 42px;
  }
}
.countdown-timer__mobile a {
  color: white;
}
.countdown-timer__mobile .inner {
  margin: auto;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: baseline;
}
@media all and (max-width: 320px) {
  .countdown-timer__mobile .inner {
    font-size: 18px;
  }
}
.countdown-timer__mobile .inner .free-tag {
  font-weight: bold;
  color: #B8EB89;
  font-family: "Helvetica Condensed", sans-serif;
}
.countdown-timer__mobile .inner #deliveryDayTextMobile {
  font-family: "Helvetica Condensed", sans-serif;
  font-weight: normal;
}
.countdown-timer__mobile .inner .small {
  font-size: 14px;
  font-family: "Helvetica Condensed", sans-serif;
}
.countdown-timer__mobile .inner .right-side-timer {
  display: flex;
  align-items: baseline;
}
.countdown-timer__mobile .inner .timer-mobile {
  display: flex;
  font-size: 22px;
}
.countdown-timer__mobile .inner .time-displayer--display, .countdown-timer__mobile .inner .time-displayer--colon {
  display: inline;
  color: #B8EB89;
  font-weight: bold;
}
.countdown-timer__mobile .inner .time-displayer--colon {
  width: 10px;
}

/* @extend styles */
.product__datepicker-tabs-container:after, .geo-landing__reviews__container:after, .homepage-reviews__carousel__list-item:after, .homepage-reviews__carousel__list-container:after, .homepage-reviews__carousel__container:after, .homepage-reviews__rating__container:after, .homepage-reviews__content:after, .homepage-reviews:after, .clearfix:after, .relative: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, .poa__title, .best-sellers__title, .lovingly-reviews__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, .poa__title, .best-sellers__title, .lovingly-reviews__title {
    font-size: 18px;
    margin: 0 auto;
  }
}

.category-shortcuts__title-border, .poa__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, .poa__title-border, .best-sellers__title-border {
    left: 0;
    top: -12px;
  }
}

.poa {
  margin: 0 15px 35px;
}
.poa__container {
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.poa__title {
  margin-bottom: 15px;
}
.poa__attention {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.65);
  max-width: 130px;
  hyphens: auto;
}
.poa__header-container {
  position: relative;
}
.poa__secondary {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 10px;
  padding-top: 6px;
}
.poa__section {
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: 13px;
}
.poa__section:first-of-type {
  margin-top: 0;
}
.poa__section div {
  flex-shrink: 1;
  margin-top: 0;
}

.discover,
.mc,
.amex,
.visa,
.mastercard,
.apple-pay,
.google-pay {
  display: inline-block;
  text-indent: -999px;
  width: 48px;
  height: 25px;
  background-size: auto;
}

.payment * + * {
  margin-left: 8px;
}

.visa {
  background-position: 1px 0;
}

.mastercard {
  background-position: -45px 0;
}

.amex {
  background-position: -91px 0;
}

.discover {
  background-position: -138px 0;
}

.apple-pay {
  background-position: -185px 0;
}

.google-pay {
  background-position: 48px 0;
}

.partner-florist {
  font-size: 12px;
  color: hsl(208, 40%, 35%);
  text-align: center;
  line-height: 180%;
  margin: 0 0 24px 0;
}
.partner-florist a {
  text-decoration: none;
  color: hsl(208, 40%, 35%);
}
.partner-florist a:hover {
  color: hsl(208, 40%, 35%);
  text-decoration: underline;
}
.partner-florist a.has-underline {
  text-decoration: underline;
}
.partner-florist--line-one {
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.partner-florist--line-two {
  display: block;
  max-width: 513px;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .partner-florist--line-two {
    max-width: unset;
    padding: 0;
  }
}

.lovingly-footer-branding {
  padding: 36px 0;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.lovingly-footer-branding .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 720px) {
  .lovingly-footer-branding {
    margin: 0;
    overflow-x: hidden;
  }
}
.lovingly-footer-branding--logo {
  width: 217px;
  max-width: 100%;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
}
.lovingly-footer-branding--logo-container-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}
.lovingly-footer-branding--powered-by-text {
  text-align: center;
  font-family: "Muli-Bold", "Muli", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #173a64;
  margin-bottom: 8px;
}

.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;
  }
}
.category-faq-section {
  margin: 40px 0;
}

.faq-accordion {
  margin-top: 20px;
}

.faq-item {
  margin-bottom: 15px;
  background: #FAFAFA;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  line-height: 1.4;
}
.faq-question:focus {
  outline: none;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s;
  min-width: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.faq-answer {
  display: none;
  line-height: 1.4;
  padding: 0 15px 15px 15px;
  font-size: 14px;
}
.faq-answer.active {
  display: block;
}
.faq-answer p {
  margin: 0;
  color: #333;
}

@media (max-width: 640px) {
  .category-faq-section {
    margin: 30px 0;
  }
  .faq-question {
    font-size: 14px;
  }
  .faq-icon {
    font-size: 18px;
  }
}
.jq-ry-container {
  position: relative;
  padding: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 1;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.location-container {
  position: relative;
  clear: both;
  overflow: hidden;
  height: 650px;
  margin-bottom: 30px;
  padding: 15px;
  background: white;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.3);
}
@media screen and (max-width: 500px) {
  .location-container {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    border: solid 1px hsl(0, 0%, 84%);
    background: hsl(0, 0%, 98%);
  }
}

.location-container {
  position: relative;
  clear: both;
  overflow: hidden;
  height: 650px;
  margin-bottom: 30px;
  padding: 15px;
  background: white;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.3);
}
@media screen and (max-width: 500px) {
  .location-container {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: solid 1px hsl(0, 0%, 84%);
    background: hsl(0, 0%, 98%);
  }
}

.location-card {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  overflow: hidden;
  width: 299px;
  border-radius: 2px;
  background: white;
  box-shadow: 0 2px 2px hsla(0, 0%, 0%, 0.5);
}
@media screen and (max-width: 500px) {
  .location-card {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: hsl(0, 0%, 98%);
    box-shadow: none;
  }
}
.location-card .ui-progressbar {
  display: none;
}
.location-card--social-media__container {
  padding: 23px 0;
  border-top: solid 1px hsl(0, 0%, 84%);
}
@media (max-width: 720px) {
  .location-card--social-media__container {
    position: relative;
    top: -2px;
  }
}
.location-card--social-media__container:after {
  display: block;
  clear: both;
  content: "";
}
.location-card--social-media__container .lv-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-card--social-media__container .lv-sp li {
  margin: 0;
  flex-shrink: 0;
}
.location-card--social-media__container .lv-sp__link {
  display: block;
  line-height: 0;
}
.location-card--social-media__container .lv-sp__icon {
  width: 28px;
  height: 28px;
  display: block;
}
.location-card--image-container {
  overflow: hidden;
  width: 100%;
  max-height: 198px;
}
@media screen and (max-width: 500px) {
  .location-card--image-container {
    width: 100%;
    max-height: none;
  }
  .location-card--image-container img {
    display: none;
  }
}
.location-card--image-container img {
  width: 100%;
}
.location-card__title-container {
  overflow: hidden;
  padding: 18px 22px;
  background-color: hsl(211, 22%, 40%);
}
@media screen and (max-width: 500px) {
  .location-card__title-container {
    padding: 18px 20px;
  }
}
.location-card__title-container h2,
.location-card__title-container h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
  color: white;
  text-align: left;
}
.location-card--review-number {
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-top: 2px;
  margin-left: 15px;
  letter-spacing: 0.9px;
  color: white;
}
.location-card--star-rating--number {
  font-size: 16px;
  font-weight: 400;
  float: left;
  color: white;
}
.location-card--star-rating--rating {
  z-index: 0;
  float: left;
  margin-top: 3px;
  margin-right: 9px;
  margin-left: 5px;
}
.location-card--star-rating--count {
  font-size: 11px;
  float: left;
  margin-top: 3px;
  color: #F0F0F0;
}
.location-card--star-rating--count a {
  cursor: pointer;
  color: #F0F0F0;
}
.location-card--star-rating--count a:hover {
  text-decoration: underline;
}
.location-card--star-rating--star {
  position: relative;
  top: 3px;
  display: block;
  float: left;
  margin-right: 10px;
}
.location-card--star-rating--star.half {
  overflow: hidden;
  width: 9px;
  height: 18px;
  margin-right: 15px;
}
.location-card--star-rating--star:after {
  content: "★";
}
.location-card--star-rating--star.empty {
  display: none;
}
.location-card--star-rating--star.empty:after {
  content: "☆";
}
.location-card--star-rating__container {
  font-size: 19px;
  float: left;
  color: white;
}
.location-card--icon {
  position: relative;
  left: -1px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.location-card--icon img {
  width: 24px;
  height: 24px;
  opacity: 0.38;
}
.location-card--icon.lovingly img {
  width: auto;
  height: auto;
  opacity: 1;
}
.location-card--icon.place {
  top: 0;
  left: 2px;
}
.location-card--icon.place img {
  width: 20px;
  height: 20px;
}
.location-card--icon.place {
  top: 0;
  left: -2px;
}
.location-card--icon.car {
  top: -4px;
}
.location-card--icon-container {
  float: left;
  width: 20%;
  max-width: 39px;
}
.location-card--icon.lovingly {
  opacity: 1;
}
.location-card--store-info--row {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 17px;
}
.location-card--store-info--row:last-child {
  margin-bottom: 0;
}
.location-card--store-info--row--email {
  word-break: break-all;
}
@media (max-width: 720px) {
  .location-card--store-info--row--email {
    position: relative;
    top: -5px;
    margin-bottom: 7px;
  }
}
.location-card--store-info__container {
  overflow: hidden;
  margin: 23px 25px 21px;
}
@media screen and (max-width: 500px) {
  .location-card--store-info__container {
    margin-bottom: 10px;
    margin-left: 20px;
    border-bottom: 0;
  }
}
.location-card--store-info__separator {
  width: calc(100% - 47px);
  margin: 0 auto 25px;
  border-bottom: solid 1px hsl(0, 0%, 84%);
}
.location-card--store-info--text {
  font-size: 15px;
  line-height: 19px;
  float: left;
  max-width: 80%;
}
@media screen and (max-width: 500px) {
  .location-card--store-info--text {
    line-height: 18.9px;
    max-width: 80%;
  }
}
.location-card--mp-profile-link {
  color: #EB0004;
  font-weight: 500;
  text-decoration: underline;
}
.location-card--mp-profile-link:hover {
  color: #e08185;
}
.location-card--mp-profile-link:visited {
  color: #F48B90;
}
.location-card--mp-profile-link:active {
  color: #F48B90;
}
.location-card--map__container {
  position: relative;
}
@media screen and (max-width: 500px) {
  .location-card--map__container {
    display: none;
  }
}
.location-card--map--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
}
.location-card--map--iframe__mobile {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .location-card--map--iframe__mobile {
    position: relative !important;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
.location-card--map--overlay {
  position: absolute;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 500px) {
  .location-card--map--overlay {
    position: relative;
    height: 164px;
  }
}
.location-card--phone-number {
  position: relative;
  top: 3px;
  color: hsl(0, 0%, 20%);
}

.gm-style-pbt {
  transform: translateX(15%);
}

.home .location-card i.material-icons {
  color: hsl(0, 0%, 62%);
}

.covid-banner-wrapper {
  position: relative;
  overflow: hidden;
  background: #FFE386;
  width: 100%;
}
.covid-banner-wrapper.vday-extension-wrapper {
  background: #F9C5CF;
}
@media all and (max-width: 720px) {
  .covid-banner-wrapper.vday-extension-wrapper .covid-banner-scroll {
    height: 60px;
  }
  .covid-banner-wrapper.vday-extension-wrapper .vday-extension-banner {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.covid-banner-outer {
  max-width: 932px;
  margin: 0 auto;
  position: relative;
}

.covid-banner-container {
  overflow: hidden;
}

.covid-banner-scroll {
  position: relative;
  height: 36px;
}
@media all and (max-width: 720px) {
  .covid-banner-scroll {
    height: 48px;
  }
}

.covid-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
}
@media all and (max-width: 720px) {
  .covid-nav {
    width: 20px;
    height: 20px;
  }
}
.covid-nav:hover {
  opacity: 0.75;
}
.covid-nav[style*="display: none"] {
  display: none !important;
}
.covid-nav svg {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 720px) {
  .covid-nav svg {
    width: 20px;
    height: 20px;
  }
}

.covid-prev {
  left: -30px;
}
@media all and (max-width: 720px) {
  .covid-prev {
    left: 0;
  }
}

.covid-next {
  right: -30px;
}
@media all and (max-width: 720px) {
  .covid-next {
    right: 0;
  }
}

.offer-details {
  text-decoration: underline;
}

.covid-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 3px 0 3px 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.covid-banner:not(.active):not(:only-child) {
  opacity: 0;
  transform: translateY(8px);
}
.covid-banner strong {
  font-weight: bold;
}
.covid-banner a {
  font-weight: normal;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
}
.covid-banner .fc-redirect {
  font-style: normal;
}
.covid-banner .fc-redirect:after {
  content: "Shop now";
}
@media screen and (min-width: 768px) {
  .covid-banner .fc-redirect:after {
    content: "Shop arrangements available now";
  }
}
.covid-banner .arrow {
  text-decoration: none;
  font-style: normal;
}
.covid-banner.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.covid-banner.prev {
  opacity: 0;
  transform: translateY(-8px);
}

.mobile-padding {
  padding: 3px 0 3px 0;
}

@media all and (max-width: 720px) {
  .covid-banner {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
    text-align: center;
    padding: 8px 30px;
    min-height: unset;
  }
  .covid-banner strong {
    display: inline;
  }
  .covid-banner a {
    display: inline-block;
    margin-left: 5px;
  }
  .covid-banner-outer {
    position: relative;
    padding: 0 20px;
  }
  .offer-details {
    margin-left: 5px;
  }
}
.covid-modal {
  padding: 50px 33px;
  max-width: 570px;
  margin: 0 auto !important;
  width: 492px !important;
  left: calc(50% - 275px);
}
@media screen and (max-width: 570px) {
  .covid-modal {
    max-width: 95%;
    margin: 0 auto !important;
    left: 2.5%;
  }
}
.covid-modal ul {
  margin-left: 50px;
}
.covid-modal p,
.covid-modal ul li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 19px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
.covid-modal p a,
.covid-modal ul li a {
  text-decoration: underline;
  font-weight: bold;
  color: black;
}

.delivery-later-modal {
  padding-top: 30px;
  padding-bottom: 20px;
}
.delivery-later-modal .delivery-later-modal-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin: 14px 0 24px 0;
}
.delivery-later-modal__logo {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.delivery-later-modal p {
  font-size: 15px;
}
.delivery-later-modal__instructions-copy {
  font-weight: bold !important;
  color: #238357 !important;
  margin-bottom: 5px !important;
  font-size: 17px !important;
}
.delivery-later-modal-subtitle {
  text-align: center !important;
}
.delivery-later-modal__small-image {
  float: left;
  width: 51px;
  margin: 5px 16px 64px 7px;
}

.delivery-later-product-modal .delivery-later-modal-title {
  color: #238357;
  font-size: 24px;
  margin-top: 20px !important;
  margin-bottom: 11px;
}
.delivery-later-product-modal__step-container {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 570px) {
  .delivery-later-product-modal__step-container {
    display: block;
  }
}
.delivery-later-product-modal__step-container:last-of-type img {
  margin: 0;
}
@media screen and (max-width: 570px) {
  .delivery-later-product-modal__step-container:last-of-type img {
    margin: 0 auto;
  }
}
.delivery-later-product-modal__step-img {
  width: 94px;
  flex-shrink: 0;
}
.delivery-later-product-modal__step-img img {
  display: block;
  margin: 0 0 0 7px;
}
@media screen and (max-width: 570px) {
  .delivery-later-product-modal__step-img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 570px) {
  .delivery-later-product-modal__step-img {
    width: 100%;
  }
}
.delivery-later-product-modal__explainer-copy {
  margin-bottom: 36px !important;
  text-align: center !important;
  padding: 0 10px;
  font-size: 15px !important;
  font-style: italic;
  font-weight: bold !important;
}
@media screen and (max-width: 570px) {
  .delivery-later-product-modal__explainer-copy {
    padding: 0;
  }
}
.delivery-later-product-modal__step-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
  color: #238357;
  margin: 0 0 6px;
}
.delivery-later-product-modal__step-copy {
  font-size: 15px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding-right: 13px;
}

.vday-extension-banner {
  font-style: normal;
}
.vday-extension-banner .vday-extension-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}
.vday-extension-banner .vday-extension-link:hover {
  text-decoration: none;
}
.vday-extension-banner .vday-extension-stars,
.vday-extension-banner .vday-extension-cta svg {
  display: inline-flex;
  vertical-align: middle;
}
.vday-extension-banner .vday-extension-headline {
  font-style: italic;
  font-weight: bold;
}
.vday-extension-banner .vday-extension-separator {
  font-weight: bold;
}
.vday-extension-banner .vday-extension-cta {
  font-style: italic;
}
@media (max-width: 720px) {
  .vday-extension-banner .vday-extension-link {
    flex-wrap: wrap;
    gap: 2px;
  }
  .vday-extension-banner .vday-extension-separator {
    display: none;
  }
  .vday-extension-banner .vday-extension-cta {
    width: 100%;
    text-align: center;
  }
}

#coupon-modal {
  width: 576px !important;
  padding: 12px;
  background: white;
  box-shadow: 0px 0px 8px #D3D3D3;
  border: 4px rgba(0, 0, 0, 0.24) solid;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 12px;
  margin-left: -288px !important;
}
@media all and (max-width: 570px) {
  #coupon-modal {
    max-width: 95% !important;
    width: 95% !important;
    margin: 0 auto !important;
    left: 2.5% !important;
    padding: 20px 15px;
  }
}

.coupon-modal-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coupon-modal-close {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

.close-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-weight: lighter;
}

.close-reveal-modal {
  font-size: 24px;
  height: 35px;
  color: #AAA;
  font-weight: normal;
  cursor: pointer;
  position: static;
}

.coupon-modal-text {
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

.banner-modal-content {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: "Helvetica Neue";
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media all and (max-width: 570px) {
  .banner-modal-content {
    font-size: 14px;
    line-height: 19px;
    padding: 0 10px;
  }
}

.banner-modal-content strong {
  font-weight: 700;
}

.banner-modal-content .code {
  font-weight: 700;
}

.alcohol-disclaimer {
  max-width: 445px;
  height: fit-content;
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  padding: 6px 10px;
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .alcohol-disclaimer {
    height: auto !important;
    width: 100% !important;
    max-width: none;
    margin-bottom: 20px;
  }
}
.alcohol-disclaimer p:first-child {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0px;
}
.alcohol-disclaimer p:not(:first-child),
.alcohol-disclaimer div span {
  font-size: 13px;
  color: #707070;
  margin-bottom: -5px;
}
.alcohol-disclaimer div {
  display: none;
}
@media screen and (max-width: 768px) {
  .alcohol-disclaimer p:not(:first-child) {
    display: none;
  }
  .alcohol-disclaimer div {
    display: block;
  }
}

.unsubscribe_footer {
  margin-top: 0px;
}

.unsubscribe {
  position: relative;
  height: 415px;
}
@media screen and (min-width: 724px) {
  .unsubscribe {
    height: 470px;
  }
}
.unsubscribe__background {
  position: absolute;
  bottom: 0;
  background-image: url("https://res.cloudinary.com/ufn/image/upload/v1684509638/storefront_assets/Floral-background-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 212px;
  width: 100%;
}
@media screen and (min-width: 440px) {
  .unsubscribe__background {
    background-image: url("https://res.cloudinary.com/ufn/image/upload/v1684509638/storefront_assets/Floral-Background.jpg");
    height: 440px;
  }
}
.unsubscribe__form {
  background: #FFFFFF;
  height: 340px;
  max-width: 543px;
  width: 90%;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
@media screen and (min-width: 578px) {
  .unsubscribe__form {
    height: 302px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .unsubscribe__form {
    width: 543px;
    top: 10px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.unsubscribe__form p {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.87);
}
.unsubscribe__form p:not(:first-child) {
  font-size: 16px;
  margin-bottom: 0;
}
.unsubscribe__form__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 440px) {
  .unsubscribe__form__title {
    font-size: 28px;
    margin-top: 9px;
  }
}
.unsubscribe__form__content2 {
  padding: 0 14px;
}
@media screen and (min-width: 768px) {
  .unsubscribe__form__content2 {
    padding: 7px 12px 0;
    line-height: 1.45;
  }
}
.unsubscribe__form__button {
  display: block;
  margin: 40px auto 0;
  background-color: #ECB650;
  color: #000000;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: rgba(255, 255, 255, 0.42) 1px 2px 0;
  height: 46px;
  width: 160px;
  padding: 12px;
}
.unsubscribe__form__button:hover, .unsubscribe__form__button:focus {
  color: #000000;
  background-color: #f0ca83;
}
@media screen and (min-width: 768px) {
  .unsubscribe__form__button {
    margin: 24px auto 0;
  }
}
.unsubscribe__form__button.disabled {
  background-color: #E0E0E0;
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

/**
 * 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;
  }
}
.error404__container {
  margin-top: -16px;
  margin-bottom: -22px;
  background: white;
}
@media (max-width: 720px) {
  .error404__container {
    margin: 0;
  }
}

.homepage-reviews__carousel__page-controls__button--active, .homepage-reviews__carousel__page-controls__button {
  width: 12px;
  height: 12px;
  margin: 0 16px 0 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 6px;
  background-color: hsl(0, 0%, 94%);
}

.homepage-reviews {
  display: none;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .homepage-reviews {
    padding: 0 15px 17px !important;
    margin: 0;
  }
}
.homepage-reviews .ly-read-more-link {
  text-decoration: underline;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  display: inline;
  font-size: 14px;
  line-height: 23px;
}
.homepage-reviews__content {
  margin-top: 25px;
}
.homepage-reviews__rating-button__container {
  float: left;
  width: 200px;
}
.homepage-reviews__rating__container {
  padding: 19px 20px 20px;
  border-radius: 4px;
  background: hsl(208, 40%, 35%);
}
@media screen and (max-width: 600px) {
  .homepage-reviews__rating__container {
    display: none;
  }
}
.homepage-reviews__rating__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 63px;
  text-align: center;
  color: white;
}
.homepage-reviews__rating__separator {
  margin: 10px 0 17px;
  border: 0;
  border-bottom: solid 1px hsla(0, 0%, 100%, 0.2);
}
.homepage-reviews__rating__stars {
  height: 25px;
  margin-left: 24px;
}
.homepage-reviews__rating__stars .star {
  margin: 0 6px;
}
.homepage-reviews__rating__stars .star:after {
  color: hsl(42, 83%, 64%);
}
.homepage-reviews__rating__branding {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #D6D6D6;
}
.homepage-reviews__rating__branding__img {
  display: block;
  width: 108px;
  margin: 9px auto 3px;
}
.homepage-reviews__carousel__container {
  float: right;
  max-width: 760px;
}
@media screen and (max-width: 994px) {
  .homepage-reviews__carousel__container {
    float: left;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 600px) {
  .homepage-reviews__carousel__container {
    float: none;
    clear: both;
    width: 100%;
  }
}
.homepage-reviews__carousel__list-container {
  float: left;
  width: 760px;
  margin-bottom: 15px;
}
@media screen and (max-width: 994px) {
  .homepage-reviews__carousel__list-container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .homepage-reviews__carousel__list-container {
    margin-bottom: 0;
  }
}
.homepage-reviews__carousel__list-item {
  font-size: 13px;
  display: none;
  float: left;
  width: 355px;
  max-height: 275px;
  margin-left: 25px;
  padding: 27px 20px 23px 20px;
  background: white;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.3);
}
@media screen and (max-width: 994px) {
  .homepage-reviews__carousel__list-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 600px) {
  .homepage-reviews__carousel__list-item {
    float: none;
    width: 100%;
    max-height: none;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .homepage-reviews__carousel__list-item:not(:first-child) {
    display: none !important;
  }
  .homepage-reviews__carousel__list-item:first-child {
    display: block !important;
  }
}
.homepage-reviews__carousel__list-item__heading {
  position: relative;
  float: left;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
}
.homepage-reviews__carousel__list-item__heading__image {
  float: left;
  width: calc(20% - 10px);
  max-width: 59px;
  max-height: 59px;
  margin-right: 9px;
}
@media (min-width: 600px) and (max-width: 720px) {
  .homepage-reviews__carousel__list-item__heading__image {
    display: none;
  }
}
.homepage-reviews__carousel__list-item__heading__image img {
  width: auto;
  height: auto;
}
.homepage-reviews__carousel__list-item__heading__image a {
  display: block;
}
.homepage-reviews__carousel__list-item__heading__name {
  font-weight: 500;
  float: left;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.87);
}
.homepage-reviews__carousel__list-item__heading__details {
  float: left;
  width: 80%;
  min-height: 59px;
}
@media (min-width: 600px) and (max-width: 720px) {
  .homepage-reviews__carousel__list-item__heading__details {
    width: 100%;
  }
}
.homepage-reviews__carousel__list-item__heading__stars {
  display: inline-block;
}
.homepage-reviews__carousel__list-item__heading__stars .star:after {
  color: hsl(42, 83%, 64%);
}
.homepage-reviews__carousel__list-item__heading__product-delivery {
  font-size: 11px;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin-top: 4px;
}
.homepage-reviews__carousel__list-item__heading__product-name {
  font-weight: 500;
}
.homepage-reviews__carousel__list-item__heading__product-name a {
  color: rgba(0, 0, 0, 0.7);
}
.homepage-reviews__carousel__list-item__heading__delivery-location {
  color: rgba(0, 0, 0, 0.7);
}
.homepage-reviews__carousel__list-item__heading__separator {
  width: 100%;
  margin-top: 39px;
  margin-bottom: 0;
}
.homepage-reviews__carousel__list-item__review-content {
  font-size: 14px;
  line-height: 23px;
  height: 116px;
  margin: 0;
}
.homepage-reviews__carousel__list-item__review-content__container {
  clear: both;
  overflow: auto;
  width: 100%;
  height: 127px;
}
.homepage-reviews__carousel__list-item__footer {
  height: 14px;
  margin-top: 5px;
}
.homepage-reviews__carousel__list-item__footer > * {
  font-size: 12px;
  float: left;
  height: 14px;
}
.homepage-reviews__carousel__list-item__footer__logo {
  width: 14px;
  height: 11px;
  margin-top: 2px;
}
.homepage-reviews__carousel__list-item__footer__assurance {
  margin-left: 5px;
  color: hsl(208, 40%, 35%);
}
.homepage-reviews__carousel__list-item__footer__date {
  color: rgba(0, 0, 0, 0.7);
}
.homepage-reviews__carousel__page-controls__container {
  clear: both;
  margin-left: 25px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .homepage-reviews__carousel__page-controls__container {
    display: none;
  }
}
.homepage-reviews__carousel__page-controls__button--active {
  border-color: hsl(0, 0%, 71%);
  background-color: hsl(0, 0%, 71%);
}
.homepage-reviews__carousel__page-controls__button:last-child {
  margin-right: 0;
}
.homepage-reviews__carousel__page-controls__button--active:last-child {
  margin-right: 0;
}

.more-reviews__button {
  font-size: 19px;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 9.5px 5px;
  cursor: pointer;
  text-align: center;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  background: #C95D63;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 600px) {
  .more-reviews__button {
    font-size: 18px;
    font-weight: 400;
    float: none;
    clear: both;
    width: calc(100% - 30px);
    margin: 20px auto 9px;
    letter-spacing: 0.5px;
  }
}
.more-reviews__button span {
  font-size: 18px;
  position: relative;
  top: -2px;
  display: inline-block;
  content: "▶";
  transform: scaleX(0.7);
  color: white;
}
.more-reviews__button:hover {
  color: white;
}

.geo-landing-main {
  margin-top: -60px;
}
.geo-landing-main .product-info {
  color: #2e2e2e;
  font-size: 16px;
  margin: 15px 0 0 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.geo-landing-main .masonry {
  width: 100% !important;
  height: auto !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  column-gap: 18px;
  columns: 3 308px;
}
.geo-landing-main .masonry .homepage-reviews__carousel__list-item {
  display: inline-block !important;
  float: none;
  width: 100%;
  max-height: none;
  margin: 5px 0 15px 0;
  padding: 20px;
}
.geo-landing-main .masonry .homepage-reviews__carousel__list-item .ly-read-more-link {
  text-decoration: underline;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  display: inline;
  font-size: 14px;
  line-height: 23px;
}
.geo-landing-main .homepage-reviews__carousel__list-item {
  font-size: 13px;
  display: none;
  float: left;
  width: 355px;
  max-height: 275px;
  margin-left: 25px;
  padding: 27px 20px 23px 20px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.geo-landing-main .homepage-reviews__carousel__list-item__heading {
  display: flex;
}
.geo-landing-main .homepage-reviews__carousel__list-item__heading__image {
  margin-right: 9px;
}
.geo-landing-main .homepage-reviews__carousel__list-item__heading__name {
  background-color: white;
}
@media all and (max-width: 660px) {
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
    justify-items: center;
    margin-top: 0px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container .category-shortcuts__shortcut:nth-child(5) {
    grid-column: 1/-1;
    justify-self: center;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular {
    width: 160px;
    height: auto;
    flex-direction: column;
    gap: 6px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}
@media all and (min-width: 661px) and (max-width: 890px) {
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
    justify-items: center;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container .category-shortcuts__shortcut:nth-child(4) {
    grid-column: 1;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container .category-shortcuts__shortcut:nth-child(5) {
    grid-column: 2;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular {
    width: 160px;
    height: auto;
    flex-direction: column;
    gap: 6px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}
@media all and (min-width: 891px) {
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular {
    width: 160px;
    height: auto;
    flex-direction: column;
    gap: 6px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__image {
    width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
  }
  .geo-landing-main .category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular .category-shortcuts__text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
}
.geo-landing-main .category-shortcuts.delivery-locations {
  background: transparent !important;
}
@media all and (max-width: 719px) {
  .geo-landing-main .masonry .homepage-reviews__carousel__list-item {
    display: inline-block !important;
    float: none;
    width: 93%;
    max-height: none;
    margin: 5px 5px 15px 14px;
    padding: 20px;
  }
  .geo-landing-main .geo-landing-section h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 10px 5px 10px;
  }
  .geo-landing-main .geo-landing-section p {
    font-size: 14px;
    margin: 0 10px 20px 10px;
  }
  .geo-landing-main .geo-landing-section.products {
    border: none;
    box-shadow: none;
    padding: 35px 10px 0px 10px;
  }
  .geo-landing-main .geo-landing-section.products section {
    background-color: #FAFAFA;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    padding-top: 10px;
  }
  .geo-landing-main .geo-landing-section.city-info {
    margin: 40px 15px 0 20px;
  }
  .geo-landing-main .geo-landing-section.city-info h2 {
    width: 60%;
  }
  .geo-landing-main .geo-landing-section.city-info p {
    font-size: 16px;
    margin: 0 10px 20px 0px;
  }
  .geo-landing-main #geo-landing-reviews h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    max-width: 355px;
  }
}

.geo-landing-section {
  margin-top: 50px;
}
.geo-landing-section h1 {
  font-size: 24px;
  font-weight: 500;
}
.geo-landing-section h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.geo-landing-section .geo-landing-title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.geo-landing-section p {
  font-size: 16px;
}
.geo-landing-section.products {
  border: solid 1px #f5f5f5;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 35px 35px 0px 35px;
}
.geo-landing-section.pop-occasions {
  background: white;
  padding: 15px 0px 30px 0px;
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.geo-landing-section.city-info {
  margin: 50px 20% 0 15%;
}
.geo-landing-section.city-info h2 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  line-height: 2em;
}

.geo-landing__reviews__container {
  clear: both;
  margin-top: 80px;
}
.geo-landing__reviews__container .about-us__about__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.geo-landing__reviews__container .homepage-reviews__carousel__list-item__review-content__container,
.geo-landing__reviews__container .homepage-reviews__carousel__list-item__review-content {
  height: auto;
  min-height: 10px;
  font-size: 14px;
}
.geo-landing__reviews__all-reviews .homepage-reviews__carousel__list-item__footer__date {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 0 !important;
}

@media all and (max-width: 719px) {
  .desktop-reviews {
    display: none;
  }
  .mobile-show-more-reviews {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
  }
}
@media all and (min-width: 720px) {
  .mobile-reviews {
    display: none;
  }
  .mobile-show-more-reviews {
    display: none;
  }
}
/*----------  GAMBIT: Valentine's Day Extension Page  ----------*/
/*----------  Back Button Styles  ----------*/
.back-button {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 0px;
  text-decoration: none;
}
.back-button--visible {
  display: inline-flex;
}
.back-button--hidden {
  display: none;
}
.back-button__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-button__text {
  color: #005E26;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  word-wrap: break-word;
  transition: text-decoration 0.2s ease;
}
.back-button__text:hover {
  text-decoration: underline;
}

.back-button-container {
  margin-bottom: 10px;
}

/*----------  Breadcrumbs Section  ----------*/
.back-and-breadcrumbs-section {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0px !important;
  padding-left: 25px;
}
@media (max-width: 720px) {
  .back-and-breadcrumbs-section {
    padding-top: 10px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.vday-extension {
  padding: 20px 0 60px;
}
@media (max-width: 720px) {
  .vday-extension {
    padding: 10px 0 40px;
  }
}
.vday-extension__container {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .vday-extension__container {
    flex-direction: column;
  }
}
.vday-extension__left-column {
  padding-right: 0px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  .vday-extension__left-column {
    padding-right: 15px;
  }
}
@media (max-width: 720px) {
  .vday-extension__left-column {
    padding-right: 0;
    order: 2;
    margin-top: 30px;
  }
}
.vday-extension__right-column {
  padding-left: 30px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  .vday-extension__right-column {
    padding-left: 15px;
  }
}
@media (max-width: 720px) {
  .vday-extension__right-column {
    padding-left: 0;
    order: 1;
  }
}
.vday-extension__not-late-section {
  background: #EDF4F0;
  padding: 24px 16px;
}
.vday-extension__not-late-header {
  text-align: center;
  margin-bottom: 20px;
}
.vday-extension__not-late-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vday-extension__not-late-text__italic {
  font-style: italic;
  font-weight: 700;
}
.vday-extension__not-late-benefits {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.vday-extension__benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.vday-extension__benefit-icon {
  width: 40px;
  height: 40px;
  background: #B0D9C0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vday-extension__benefit-icon svg {
  width: 24px;
  height: 24px;
}
.vday-extension__benefit-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
}
.vday-extension__custom-content {
  background: white;
  padding: 20px;
}
.vday-extension__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.vday-extension__hero-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.vday-extension__hero-img {
  width: 100%;
}
.vday-extension__palette-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  letter-spacing: -0.01em;
}
.vday-extension__what-makes-custom {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.04), 0 33px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.vday-extension__section-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .vday-extension__section-title {
    font-size: 18px;
  }
}
.vday-extension__custom-intro {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px 0;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vday-extension__custom-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vday-extension__custom-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.vday-extension__custom-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.vday-extension__custom-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.vday-extension__custom-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vday-extension__custom-text strong {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vday-extension__custom-text span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vday-extension__custom-tagline {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  padding: 12px 0 12px 16px;
  border-left: 3px solid #008535;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vday-extension__form-panel {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.04), 0 33px 20px rgba(0, 0, 0, 0.02);
}
@media (max-width: 720px) {
  .vday-extension__form-panel {
    padding: 20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.vday-extension__delivery-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  background: #F5F5F5;
  margin: -30px -30px 20px -30px;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 720px) {
  .vday-extension__delivery-header {
    margin: -20px -20px 16px -20px;
    border-radius: 0;
  }
}
.vday-extension__delivery-header svg {
  flex-shrink: 0;
}
.vday-extension__title-section {
  text-align: left;
  margin-bottom: 5px;
}
.vday-extension__title {
  font-size: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 8px 0;
  letter-spacing: 0.3px;
}
@media (max-width: 720px) {
  .vday-extension__title {
    font-size: 22px;
  }
}
.vday-extension__subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-style: italic;
}
.vday-extension__separator {
  border: none;
  border-top: 1px solid #E8E0D8;
  margin: 20px 0;
}
.vday-extension__form {
  margin: 0;
}
.vday-extension__field-group {
  margin-bottom: 5px;
}
.vday-extension__field-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}
.vday-extension__field-required {
  color: #C41E3A;
}
.vday-extension__field-hint {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin: 8px 0 10px;
}
.vday-extension__palette-selected {
  color: #C41E3A;
  font-weight: 600;
}
.vday-extension__palette-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.vday-extension__palette-option {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: visible;
  cursor: pointer;
  border: 2px solid #E0E0E0;
  background: white;
  transition: border-color 0.2s ease;
  padding: 0;
}
.vday-extension__palette-option::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #4A4A4A;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 10;
}
.vday-extension__palette-option::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #4A4A4A;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 10;
}
.vday-extension__palette-option:hover {
  border-color: #BDBDBD;
}
.vday-extension__palette-option:hover::after, .vday-extension__palette-option:hover::before {
  opacity: 1;
  visibility: visible;
}
.vday-extension__palette-option:focus {
  outline: none;
}
.vday-extension__palette-option--selected {
  border-color: rgba(0, 0, 0, 0.87);
  border-width: 2px;
}
.vday-extension__palette-option--selected:hover {
  border-color: rgba(0, 0, 0, 0.87);
}
.vday-extension__palette-option--selected .vday-extension__palette-check {
  display: flex;
}
@media (max-width: 720px) {
  .vday-extension__palette-option {
    width: 48px;
    height: 48px;
  }
  .vday-extension__palette-option::after, .vday-extension__palette-option::before {
    display: none;
  }
}
.vday-extension__palette-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}
.vday-extension__palette-description {
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px;
  line-height: 1.4;
}
.vday-extension__palette-check {
  display: none;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: #202020;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.vday-extension__palette-check svg {
  width: 12px;
  height: 12px;
}
.vday-extension__tier-options {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.vday-extension__tier-option {
  flex: 1;
  min-width: 90px;
  padding: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.vday-extension__tier-option:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.6);
}
.vday-extension__tier-option:focus {
  outline: none;
}
.vday-extension__tier-option--selected {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.vday-extension__tier-option--featured {
  height: 128px;
  padding-top: 16px;
}
@media (max-width: 720px) {
  .vday-extension__tier-option {
    min-width: 80px;
    padding: 14px 8px;
  }
  .vday-extension__tier-option--featured {
    height: 120px;
  }
}
.vday-extension__tier-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #C41E3A;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.vday-extension__tier-badge svg {
  flex-shrink: 0;
}
.vday-extension__tier-name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 16px;
  letter-spacing: -0.01em;
  display: block;
}
.vday-extension__tier-desc {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 12px;
  letter-spacing: -0.01em;
  display: block;
}
.vday-extension__tier-price {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  line-height: 32px;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
}
.vday-extension__tier-price sup {
  font-size: 16px;
  vertical-align: baseline;
  position: relative;
}
@media (max-width: 720px) {
  .vday-extension__tier-price {
    font-size: 22px;
  }
  .vday-extension__tier-price sup {
    font-size: 14px;
  }
}
.vday-extension__tier-original {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 6px;
}
.vday-extension__tier-original sup {
  font-size: 12px;
  top: -2px;
}
.vday-extension__tier-sale {
  color: #B91C1C;
  font-weight: 700;
}
.vday-extension__tier-savings {
  font-size: 12px;
  font-weight: 700;
  color: #008535;
  line-height: 12px;
  letter-spacing: -0.01em;
}
.vday-extension__klarna {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.vday-extension__klarna svg {
  width: 43px;
  height: 29px;
  flex-shrink: 0;
}
.vday-extension__klarna-link {
  color: #0077c8;
  text-decoration: underline;
}
.vday-extension__klarna-link:hover {
  color: rgb(0, 88.655, 149);
}
.vday-extension__date-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.vday-extension__date-option {
  flex: 1;
  min-width: 70px;
  padding: 12px 8px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vday-extension__date-option:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.6);
}
.vday-extension__date-option:focus {
  outline: none;
}
.vday-extension__date-option--selected {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.vday-extension__date-option--selected .vday-extension__date-day,
.vday-extension__date-option--selected .vday-extension__date-date {
  color: rgba(0, 0, 0, 0.87);
}
.vday-extension__date-option--more {
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  align-items: center;
}
.vday-extension__date-option--more:hover {
  border-color: rgba(0, 0, 0, 0.6);
}
.vday-extension__date-option--more.vday-extension__date-option--selected {
  background: rgba(0, 0, 0, 0.03);
}
@media (max-width: 720px) {
  .vday-extension__date-option {
    min-width: 60px;
    padding: 10px 6px;
  }
}
.vday-extension__date-day {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.vday-extension__date-date {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.vday-extension__date-more {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  max-width: 50px;
  word-wrap: break-word;
}
.vday-extension__date-picker-input {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.vday-extension__datepicker-container .date-links__container {
  margin: 0;
}
.vday-extension__email-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #E8E0D8;
  border-radius: 6px;
  transition: border-color 0.2s ease;
}
.vday-extension__email-input:hover {
  border-color: #BDBDBD;
}
.vday-extension__email-input:focus {
  outline: none;
  border-color: #202020;
}
.vday-extension__email-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.vday-extension__email-input--error {
  border-color: #C41E3A;
}
.vday-extension__email-input--error:focus {
  border-color: #C41E3A;
}
.vday-extension__email-input--error + .vday-extension__field-hint {
  color: #C41E3A;
}
.vday-extension__email-input--error + .vday-extension__field-hint .vday-extension__field-error {
  display: inline;
}
.vday-extension__field-error {
  color: #C41E3A;
  display: none;
}
.vday-extension__button-container {
  margin-top: 25px;
}
.vday-extension__submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: #008535;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease, color 0.2s ease;
}
.vday-extension__submit-button:hover {
  background: rgb(0, 92.2, 36.7413533835);
  color: #FFFFFF;
}
.vday-extension__submit-button:active {
  transform: scale(0.98);
}
.vday-extension__submit-button:focus {
  outline: 2px solid #008535;
  outline-offset: 2px;
}
.vday-extension__button-arrow {
  width: 20px;
  height: 20px;
}
.vday-extension__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.01em;
  line-height: 16px;
}
.vday-extension__guarantee svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.vday-extension__safe-checkout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.vday-extension__safe-checkout-title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 12px;
}
.vday-extension__payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.vday-extension__payment-icons svg {
  width: 29px;
  height: 20px;
  flex-shrink: 0;
}
.vday-extension__how-it-works {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #E8E0D8;
}
.vday-extension__how-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.vday-extension__how-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.vday-extension__how-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.vday-extension__how-number {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #E6F3EB;
  color: #008535;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.vday-extension__how-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vday-extension__how-content strong {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  letter-spacing: -0.01em;
}
.vday-extension__how-content p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  line-height: 24px;
  letter-spacing: -0.01em;
}

/*----------  Mobile Template Styles  ----------*/
.vday-extension--mobile {
  padding: 0 0 30px;
}
.vday-extension--mobile .vday-extension__hero-image {
  width: 100%;
}
.vday-extension--mobile .vday-extension__form-panel {
  padding: 0 15px 20px;
  border: none;
  border-top: none;
  box-shadow: none;
}
.vday-extension--mobile .vday-extension__delivery-header {
  margin: 0 -15px 16px -15px;
  padding: 10px 12px;
  font-size: 13px;
}
.vday-extension--mobile .vday-extension__title {
  font-size: 20px;
  margin-bottom: 6px;
}
.vday-extension--mobile .vday-extension__subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-style: italic;
}
.vday-extension--mobile .vday-extension__separator {
  margin: 16px 0;
}
.vday-extension--mobile .vday-extension__field-label {
  font-size: 15px;
  margin-bottom: 10px;
}
.vday-extension--mobile .vday-extension__palette-options {
  gap: 8px;
  margin-bottom: 6px;
}
.vday-extension--mobile .vday-extension__palette-option {
  width: 44px;
  height: 44px;
}
.vday-extension--mobile .vday-extension__palette-description {
  font-size: 13px;
  margin-bottom: 14px;
  font-style: italic;
}
.vday-extension--mobile .vday-extension__tier-options {
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  padding-top: 12px;
}
.vday-extension--mobile .vday-extension__tier-option {
  min-width: 85px;
  padding: 12px 8px;
}
.vday-extension--mobile .vday-extension__tier-option--featured {
  height: 115px;
  padding-top: 14px;
}
.vday-extension--mobile .vday-extension__tier-badge {
  font-size: 10px;
  padding: 2px 8px;
  top: -8px;
}
.vday-extension--mobile .vday-extension__tier-name {
  font-size: 13px;
  line-height: 15px;
}
.vday-extension--mobile .vday-extension__tier-desc {
  font-size: 11px;
  line-height: 11px;
}
.vday-extension--mobile .vday-extension__tier-price {
  font-size: 20px;
  line-height: 28px;
}
.vday-extension--mobile .vday-extension__tier-price sup {
  font-size: 13px;
  top: -3px;
}
.vday-extension--mobile .vday-extension__tier-original {
  font-size: 14px;
}
.vday-extension--mobile .vday-extension__tier-original sup {
  font-size: 11px;
}
.vday-extension--mobile .vday-extension__tier-savings {
  font-size: 11px;
}
.vday-extension--mobile .vday-extension__klarna {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.vday-extension--mobile .vday-extension__klarna svg {
  width: 38px;
  height: 26px;
}
.vday-extension--mobile .vday-extension__date-options {
  gap: 6px;
}
.vday-extension--mobile .vday-extension__date-option {
  min-width: 55px;
  padding: 10px 6px;
}
.vday-extension--mobile .vday-extension__date-day {
  font-size: 12px;
}
.vday-extension--mobile .vday-extension__date-date {
  font-size: 13px;
}
.vday-extension--mobile .vday-extension__date-more {
  font-size: 12px;
  max-width: 45px;
}
.vday-extension--mobile .vday-extension__email-input {
  padding: 12px 14px;
  font-size: 16px;
}
.vday-extension--mobile .vday-extension__field-hint {
  font-size: 12px;
  margin: 6px 0 8px;
}
.vday-extension--mobile .vday-extension__button-container {
  margin-top: 20px;
}
.vday-extension--mobile .vday-extension__submit-button {
  padding: 14px 20px;
  font-size: 16px;
}
.vday-extension--mobile .vday-extension__guarantee {
  margin-top: 14px;
  font-size: 13px;
}
.vday-extension--mobile .vday-extension__guarantee svg {
  width: 13px;
  height: 13px;
}
.vday-extension--mobile .vday-extension__safe-checkout {
  margin-top: 10px;
  gap: 6px;
}
.vday-extension--mobile .vday-extension__safe-checkout-title {
  font-size: 11px;
}
.vday-extension--mobile .vday-extension__payment-icons {
  gap: 3px;
}
.vday-extension--mobile .vday-extension__payment-icons svg {
  width: 26px;
  height: 18px;
}
.vday-extension--mobile .vday-extension__how-it-works {
  margin-top: 24px;
  padding-top: 20px;
  gap: 14px;
}
.vday-extension--mobile .vday-extension__how-title {
  font-size: 18px;
}
.vday-extension--mobile .vday-extension__how-list {
  gap: 10px;
}
.vday-extension--mobile .vday-extension__how-number {
  width: 22px;
  height: 22px;
  font-size: 13px;
}
.vday-extension--mobile .vday-extension__how-content strong {
  font-size: 15px;
  line-height: 22px;
}
.vday-extension--mobile .vday-extension__how-content p {
  font-size: 14px;
  line-height: 20px;
}
.vday-extension--mobile .vday-extension__info-section {
  margin: 20px 0 0;
  overflow: hidden;
}
.vday-extension--mobile .vday-extension__not-late-section {
  padding: 16px;
}
.vday-extension--mobile .vday-extension__custom-content {
  padding: 16px 15px;
}
.vday-extension--mobile .vday-extension__section-title {
  font-size: 17px;
}
.vday-extension--mobile .vday-extension__custom-intro {
  font-size: 15px;
  margin-bottom: 10px;
}
.vday-extension--mobile .vday-extension__custom-list {
  gap: 10px;
}
.vday-extension--mobile .vday-extension__custom-text strong {
  font-size: 16px;
}
.vday-extension--mobile .vday-extension__custom-text span {
  font-size: 16px;
}
.vday-extension--mobile .vday-extension__custom-tagline {
  font-size: 15px;
  padding: 10px 0 10px 12px;
}
.vday-extension--mobile .vday-extension__divider {
  margin: 16px 0;
}

.vday-mobile-breadcrumbs {
  padding: 8px 16px 12px 16px;
  background: white;
  margin: 10px 0 0 0;
}
.vday-mobile-breadcrumbs .breadcrumbs {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
}
.vday-mobile-breadcrumbs .breadcrumb-list {
  margin: 0;
  padding: 0;
}
.vday-mobile-breadcrumbs .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
}
.vday-mobile-breadcrumbs .breadcrumb-current {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.vday-mobile-breadcrumbs .breadcrumb-separator {
  margin: 0 4px;
}

.top-3 {
  top: -3px;
}

/*----------  Vday Extension Mobile Sticky CTA  ----------*/
.vday-extension-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 12px 15px;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.12);
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.vday-extension-sticky-cta.is-visible {
  display: block;
  transform: translateY(0);
}
.vday-extension-sticky-cta .vday-extension__submit-button {
  margin: 0;
}
.vday-extension-sticky-cta .vday-extension__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.vday-extension-sticky-cta .vday-extension__guarantee svg {
  width: 14px;
  height: 14px;
}

.vday-extension--mobile.has-sticky-cta {
  padding-bottom: 110px;
}

/*----------  GAMBIT: Datepicker;  ----------*/
#ui-datepicker-div {
  display: none;
}

.ui-datepicker-wrapper-label {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.ui-datepicker {
  background: rgb(255, 255, 255);
  border: solid 1px rgb(208, 208, 208);
  border-radius: 3px;
  z-index: 2 !important;
  margin-top: 10px;
}
@media (max-width: 720px) {
  .ui-datepicker {
    margin-top: 110px;
    margin-left: auto;
  }
}
.ui-datepicker table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  clear: both;
}
.ui-datepicker table td {
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.ui-datepicker table td a {
  color: rgb(49, 49, 49);
}
.ui-datepicker table td:hover {
  background: rgb(249, 249, 249);
  box-shadow: inset 0px 0px 0px 1px rgb(208, 208, 208);
}
.ui-datepicker table td:hover a {
  color: rgb(82, 125, 191);
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-header {
  padding: 10px;
  font-size: 16px;
}
.ui-datepicker-header a {
  display: inline-block;
  padding: 10px;
  border: solid 1px rgb(208, 208, 208);
  border-radius: 3px;
  margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker-header .ui-state-disabled {
  color: rgb(208, 208, 208);
  background: rgb(249, 249, 249);
}

.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.ui-state-disabled span {
  color: rgb(160, 160, 160);
  cursor: default;
}

.product__datepicker-container {
  min-height: 115px;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .product__datepicker-container {
    margin-top: 14px;
    min-height: 64px;
  }
}
.product__datepicker-tabs-container {
  position: relative;
  bottom: -1px;
  z-index: 1;
}
.product__datepicker-days-container {
  border: solid 1px #DEDEDE;
  border-radius: 0 5px 5px 5px;
  background: white;
  position: relative;
  z-index: 0;
  height: 0;
  width: 0;
  padding: 0;
  position: absolute;
}
.product__datepicker-days-container.active {
  height: auto;
  width: auto;
  padding: 10px 10px 30px;
  position: relative;
}
.product .no-free-delivery {
  padding-bottom: 10px;
}
.product__datepicker-free-delivery {
  color: #329332;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  top: 111px;
  left: 12px;
}
.product__datepicker-free-delivery.need-it-today a {
  text-decoration: underline;
  color: #329332;
  font-weight: normal;
  cursor: pointer;
}
.product__datepicker-free-delivery.desktop {
  top: 115px;
}
.product__datepicker-free-delivery.desktop.no-pickup {
  position: initial;
  margin-top: 10px;
  margin-left: 2px;
}
@media (max-width: 720px) {
  .product__datepicker-free-delivery.desktop {
    display: none;
  }
}
.product__datepicker-free-delivery.mobile {
  display: none;
}
@media (max-width: 720px) {
  .product__datepicker-free-delivery.mobile {
    display: block;
    position: relative;
    top: -27px;
    left: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .product__datepicker-free-delivery.mobile.no-pickup {
    top: 10px;
    left: 0px;
  }
}
.product__datepicker-free-delivery.hide {
  display: none !important;
}
.product__datepicker-container {
  position: relative;
}
.product__datepicker-pickup-cutoff {
  color: #008535;
  font-weight: 500;
  font-size: 14px;
  top: 115px;
  letter-spacing: -0.2px;
  position: absolute;
  left: 11px;
}
@media screen and (max-width: 950px) {
  .product__datepicker-pickup-cutoff {
    position: absolute !important;
    top: 115px !important;
  }
}
.product__datepicker-tabs-container.hide ~ .product__datepicker-pickup-cutoff {
  top: 75px !important;
}
.product__datepicker-pickup-cutoff em {
  font-style: normal !important;
}
.product__datepicker-delivery-cutoff {
  color: #008535;
  font-weight: 500;
  font-size: 14px;
  bottom: 23px;
  letter-spacing: -0.2px;
  position: absolute;
  left: 11px;
}
@media screen and (max-width: 950px) {
  .product__datepicker-delivery-cutoff {
    position: absolute !important;
    top: 115px !important;
  }
}
.product__datepicker-tabs-container.hide ~ .product__datepicker-delivery-cutoff {
  top: 75px !important;
}
.product__datepicker-delivery-cutoff em {
  font-style: normal !important;
}
.product__datepicker-tab {
  cursor: pointer;
  width: 110px;
  height: 35px;
  float: left;
  padding: 8px;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 14px;
}
.product__datepicker-tab--right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7c7c7+0,dedede+17 */
  background: rgba(199, 199, 199, 0.35);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(199, 199, 199, 0.35) 0%, rgba(222, 222, 222, 0.35) 17%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(199, 199, 199, 0.35) 0%, rgba(222, 222, 222, 0.35) 17%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(199, 199, 199, 0.35) 0%, rgba(222, 222, 222, 0.35) 17%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#dedede', GradientType=1);
  /* IE6-8 */
}
.product__datepicker-tab--left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedede+88,c7c7c7+100 */
  background: #dedede;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzdjN2M3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(222, 222, 222, 0.35) 83%, rgba(199, 199, 199, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(222, 222, 222, 0.35) 83%, rgba(199, 199, 199, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(222, 222, 222, 0.35) 83%, rgba(199, 199, 199, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c7c7c7', GradientType=1);
  /* IE6-8 */
}
.product__datepicker-tab__otype-image {
  float: left;
  margin: 0 4px;
  filter: opacity(0.5);
}
@media (max-width: 720px) {
  .product__datepicker-tab {
    width: 98px;
  }
}
.product__datepicker-tab.active {
  border: solid 1px #DEDEDE;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.product__datepicker-tab.active .product__datepicker-tab__otype-image {
  filter: opacity(1);
}

a.delivery_datelink,
.ui-datepicker-trigger {
  color: rgba(0, 0, 0, 0.7);
}
a.delivery_datelink:focus,
.ui-datepicker-trigger:focus {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.fc-redirect__container {
  margin-top: 6px;
  overflow: hidden;
}
.fc-redirect__available-date {
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.4px;
  margin-bottom: 3px;
  font-size: 14px;
}
.fc-redirect__link-text {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}
.fc-redirect__link-text span {
  color: rgba(0, 0, 0, 0.7);
}
.fc-redirect__link-text span:after {
  content: "Need something sooner?";
}
@media screen and (max-width: 958px) {
  .fc-redirect__link-text span:after {
    content: "";
  }
}
.fc-redirect__link-text a {
  text-decoration: underline;
}
.fc-redirect__link-text .arrow {
  text-decoration: none;
}
