@charset "UTF-8";
/**
*
* Gambit - Master Stylesheet.
* @author james@ufn.com
*
*/
/*----------  MEDIA QUERY MIXIN  ----------*/
/* FONT */
/* Color Variables */
/*----------  Base Colors  ----------*/
/*----------  Text  ----------*/
/*----------  Product Sort  ----------*/
/* CLOUDINARY */
/* @extend styles */
.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, .geo-landing__reviews__container: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, .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: -moz-fit-content;
  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,
.lovingly-reviews__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,
  .lovingly-reviews__title-border {
    left: 0;
    top: -12px;
  }
}

*,
*:before,
*:after {
  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;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  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%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type=text]:focus {
  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;
}

.hide-entrypoint {
  display: none;
  opacity: 0;
}

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

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

.lv-sp__link {
  margin-left: 20px;
}

.lv-sp__link:first-child {
  margin-left: 0px;
}

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

.ly-funnel-widget__modal {
  margin-top: 158px !important;
}
@media (max-width: 720px) {
  .ly-funnel-widget__modal {
    margin-top: 50px !important;
  }
}

.ly-funnel-widget__modal-iframe {
  height: calc(100% - 195px) !important;
  margin-top: 37px;
}
@media (max-width: 720px) {
  .ly-funnel-widget__modal-iframe {
    height: calc(100% - 50px) !important;
    margin-top: 0;
  }
}

body.menu-is-sticky .ly-funnel-widget__modal {
  margin-top: 50px !important;
}
body.menu-is-sticky .ly-funnel-widget__modal-iframe {
  height: calc(100% - 50px) !important;
}
@media screen and (min-width: 721px) {
  body.menu-is-sticky .ly-funnel-widget__modal {
    margin-top: 79px !important;
  }
  body.menu-is-sticky .ly-funnel-widget__modal-iframe {
    height: calc(100% - 79px) !important;
  }
}

.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

/* Funnel */
.exit-funnel__container {
  width: 15% !important;
  position: relative !important;
  cursor: pointer;
  z-index: 2;
  height: 50px;
}
.exit-funnel__container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: transparent;
  right: 15px;
  top: 7px;
  position: absolute;
}

.back-next-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          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__promo-item .toggle-funnel {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  padding: 15px 15px 15px;
  cursor: pointer;
}
.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px;
  }
}
@media (max-width: 720px) {
  .footer {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.footer .row {
  max-width: 965px;
}
.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: rgb(129, 129, 129);
  margin-top: 30px;
}
@media (max-width: 720px) {
  .footer--copyright {
    padding: 0 20px;
    margin-top: 25px;
  }
}
.footer--copyright .copyright {
  margin: 15px 0px 0px 0px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.footer .bottom_links {
  display: block;
  margin: 3px auto;
  overflow: hidden;
}
.footer .bottom_links a {
  color: rgba(255, 255, 255, 0.7);
  border-right: solid 1px hsl(0, 0%, 40%);
  border-color: hsla(0, 0%, 51%, 0.9);
  padding-right: 10px;
  margin-right: 10px;
  font-size: 13px;
}
.footer .bottom_links a:hover {
  text-decoration: underline;
}
.footer .bottom_links a:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

@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;
}
.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: -moz-max-content;
  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%;
}

/*----------  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;
  -webkit-hyphens: auto;
          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: -webkit-text-decoration 0.1s ease;
  transition: text-decoration 0.1s ease;
  transition: text-decoration 0.1s ease, -webkit-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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
  -webkit-appearance: none;
     -moz-appearance: 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;
}

.ly-wp-splash {
  background: url("../jpg/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);
  -webkit-appearance: none;
     -moz-appearance: none;
          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);
  -webkit-appearance: none;
     -moz-appearance: none;
          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%);
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-300%);
  }
}
.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 */
.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, .geo-landing__reviews__container: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: -moz-fit-content;
  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,
.lovingly-reviews__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,
  .lovingly-reviews__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;
  -webkit-hyphens: auto;
          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: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
}
.poa__section:first-of-type {
  margin-top: 0;
}
.poa__section div {
  flex-shrink: 1;
  margin-top: 0;
}

#toggleFunnelOverlay,
#backNavOverlay,
.mobile-navigation-bar__toggle .toggle-funnel-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
}

.funnel-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}
.funnel-nav-overlay.just-back-close {
  height: 50px;
  overflow: hidden;
}
.funnel-nav-overlay.just-back-close .toggle-funnel-close {
  visibility: hidden;
}
.funnel-nav-overlay.just-back-close .funnel-nav-overlay__topbar-nav-container {
  grid-template-columns: 70px auto;
}
.funnel-nav-overlay.just-back-close .funnel-nav-overlay__topbar-back {
  top: 0px;
  height: 20px;
  margin: 13px 0;
}
@media (max-width: 720px) {
  .funnel-nav-overlay {
    display: block;
  }
}
.funnel-nav-overlay button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}
.funnel-nav-overlay__topbar {
  width: 100%;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.2);
}
.funnel-nav-overlay__shop-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-top: 4px;
}
.funnel-nav-overlay__topbar-nav-container {
  padding: 10px 16px;
  display: grid;
  grid-template-columns: 40px auto 40px;
}
.funnel-nav-overlay__topbar-back {
  height: 57px;
  padding: 0 0 0 25px;
  font-weight: 600;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.funnel-nav-overlay__main-menu-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
  margin-right: 10px;
}
.funnel-nav-overlay__topbar-close {
  width: auto;
  padding: 0;
}
.funnel-nav-overlay__hurry-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 57px;
  width: 100%;
  padding: 9px 0;
  display: block;
  margin-bottom: 21px !important;
}
.funnel-nav-overlay__hurry-button img {
  display: inline-block;
  position: relative;
  top: 0;
}
.funnel-nav-overlay__start-over-button {
  width: 100%;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 20px 0;
  font-weight: 500;
}
.funnel-nav-overlay__how-does-this-work-button {
  width: 100%;
  margin-top: 10px !important;
  font-weight: 500;
}

.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%;
}
.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;
  margin-bottom: 5px;
}
.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;
  }
}

@media (max-width: 720px) {
  .lovingly-footer-branding {
    margin: 40px 15px 0 15px;
  }
}
.lovingly-footer-branding--logo {
  width: 217px;
  margin: 50px auto 29px;
  display: block;
  position: relative;
  left: 0;
}

.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;
  opacity: 0.3;
}
.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__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;
  -o-object-fit: cover;
     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("../png/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;
    -o-object-fit: cover;
       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;
  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: table;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.location-card--social-media__container .lv-sp__link {
  display: table-cell;
  margin: 0;
}
.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-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;
}

#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: -moz-fit-content;
  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("../jpg/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("../jpg/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: -moz-fit-content;
  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;
}

.error404__container {
  margin-top: -16px;
  margin-bottom: -22px;
  background: white;
}
@media (max-width: 720px) {
  .error404__container {
    margin: 0;
  }
}

.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;
  transition: all 0.5s ease-in-out;
  -moz-column-gap: 18px;
       column-gap: 18px;
  -moz-columns: 3 308px;
       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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
    -o-object-fit: cover;
       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;
    -o-object-fit: cover;
       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;
    -o-object-fit: cover;
       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 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;
  }
}
.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

/*# sourceMappingURL=gambit_master.css.map */