/**
 * FCP (Florist Choice Plus) New View Styles
 * Matches Figma Design: Desktop - FCP - VDAY
 * Width: 1440px
 *
 * This stylesheet is for the new FCP grid view (non-limited inventory)
 * Reuses patterns from FCO where applicable
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@media all and (min-width: 1023px) {
  .clearfix {
    display: flex;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

/*----------  MEDIA QUERY MIXIN  ----------*/
.product__datepicker-tabs-container:after, .relative:after {
  content: "";
  display: block;
  clear: both;
}

/*----------  Colors  ----------*/
/*----------  Font  ----------*/
/*---------- text ----------*/
/*----------  layout  ----------*/
/*----------  Breakpoints  ----------*/
/* @extend styles */
.product__datepicker-tabs-container: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;
  }
}

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

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

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

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

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

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

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

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

.relative {
  position: relative;
}

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

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

body {
  background: #F7F7F7;
  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;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 230px;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  img {
    max-height: 260px;
  }
}

.left {
  float: left !important;
}

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

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

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

.hide {
  display: none;
}

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

a img {
  border: none;
}

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

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

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

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

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

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

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

ul {
  margin-left: 1.1rem;
}

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

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

form {
  margin: 0 0 1rem;
}

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

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

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

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

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

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

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

input.error {
  margin-bottom: 0;
}

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

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

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

*,
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: rgb(77, 77, 77);
  margin: 0;
}

.footer {
  background: rgb(77, 77, 77);
  min-height: auto;
  padding: 40px 0;
  max-width: none;
  box-sizing: border-box;
}
@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: 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: 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: 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: 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: 720px) {
  .footer--logo a img {
    top: -22px;
    height: 50px;
    width: auto;
  }
}
@media (max-width: 720px) {
  .footer--logo a {
    color: hsl(99, 24%, 43%);
    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: visible;
  text-align: center;
}
.footer .bottom_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.footer .bottom_links li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.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 li:last-child a {
  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;
  font-style: normal;
}
.googleAddress a {
  color: white;
}
.googleAddress a:hover, .googleAddress a:focus {
  color: white;
}
.googleAddress span[itemprop=streetAddress], .googleAddress span[itemprop=addressLocality], .googleAddress span[itemprop=addressRegion], .googleAddress span[itemprop=postalCode] {
  font-weight: 400;
}
@media (max-width: 720px) {
  .googleAddress {
    font-size: 16px;
  }
}

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

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

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

.lovingly-footer-branding {
  padding: 16px 0;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.lovingly-footer-branding .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 720px) {
  .lovingly-footer-branding {
    margin: 0;
    overflow-x: hidden;
    padding: 32px 16px;
  }
}

.partner-florist {
  font-size: 12px;
  color: hsl(208, 40%, 35%);
  text-align: center;
  line-height: 180%;
  margin: 0 0 24px 0;
}
.partner-florist--line-one {
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}

.lovingly-footer-branding--logo-container-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}

.lovingly-footer-branding--powered-by-text {
  text-align: center;
  font-family: "Muli-Bold", "Muli", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #173a64;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

.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%;
}
.homeModalPic img {
  max-height: none;
}
@media (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
  .homeModalPic {
    width: 50% !important;
  }
}
@media (max-width: 720px) {
  .homeModalPic {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.covid-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 3px 0 3px 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.covid-banner:not(.active):not(:only-child) {
  opacity: 0;
  transform: translateY(8px);
}
.covid-banner strong {
  font-weight: bold;
}
.covid-banner a {
  font-weight: normal;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
}
.covid-banner .fc-redirect {
  font-style: normal;
}
.covid-banner .fc-redirect:after {
  content: "Shop now";
}
@media all 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 all 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 all 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 all 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 all and (max-width: 570px) {
  .delivery-later-product-modal__step-img img {
    margin: 0 auto;
  }
}
@media all 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 all and (max-width: 570px) {
  .delivery-later-product-modal__explainer-copy {
    padding: 0;
  }
}
.delivery-later-product-modal__step-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
  color: #238357;
  margin: 0 0 6px;
}
.delivery-later-product-modal__step-copy {
  font-size: 15px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding-right: 13px;
}

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

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

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

.ui-datepicker {
  background: #FFF;
  border: solid 1px #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: -40px;
  z-index: 200 !important;
  margin-left: -20px;
  position: absolute;
}
@media (max-width: 720px) {
  .ui-datepicker {
    margin-left: -15px;
  }
}
.ui-datepicker table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  width: 100%;
}
.ui-datepicker table thead,
.ui-datepicker table tr:nth-of-type(even) {
  background-color: whitesmoke;
}
.ui-datepicker table td,
.ui-datepicker table th {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.ui-datepicker table td {
  cursor: pointer;
}
.ui-datepicker table td a {
  color: #313131;
  text-decoration: none;
}
.ui-datepicker table td:hover {
  background: #F9F9F9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #D0D0D0;
  -moz-box-shadow: inset 0px 0px 0px 1px #D0D0D0;
  box-shadow: inset 0px 0px 0px 1px #D0D0D0;
}
.ui-datepicker table td:hover a {
  color: #527dbf;
}

.ui-datepicker-header {
  padding: 10px;
  font-size: 16px;
}
.ui-datepicker-header a {
  background-image: none;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding: 10px;
  border: solid 1px #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-decoration: none;
}
.ui-datepicker-header a .ui-icon {
  background-image: none;
}
.ui-datepicker-header .ui-state-disabled {
  color: #d0d0d0;
  background: #f9f9f9;
}

.ui-datepicker-title {
  float: right;
  font-weight: bold;
  padding-top: 10px;
}

.ui-state-disabled span {
  color: #a0a0a0;
  cursor: default;
}

/*----------  GAMBIT: Datepicker;  ----------*/
#ui-datepicker-div {
  display: none;
  z-index: 10001 !important;
  top: 50% !important;
}
@media all and (max-width: 767px) {
  #ui-datepicker-div {
    top: 10% !important;
  }
}

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

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

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

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

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

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

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

.no-free-delivery {
  padding-bottom: 25px !important;
}

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

.target-date-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 34px;
  right: 7px;
}

.product__delivery-later-img {
  position: absolute;
  right: -24px;
  top: 22px;
  cursor: pointer;
}
@media all and (max-width: 720px) {
  .product__delivery-later-img {
    left: 0;
    width: 100px !important;
    margin: 0 !important;
    top: 369px !important;
  }
}
.product__delivery-later-datepicker-alternative {
  margin-bottom: 20px;
}
.product__delivery-later-datepicker-button {
  width: 100%;
  border-radius: 4px;
  background: #fef7f1;
  border: 1px solid #ecb650;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  padding: 20px 5px;
  margin-bottom: 12px;
  cursor: pointer;
}
.product__delivery-later-datepicker-copy {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 720px) {
  .product__delivery-later-datepicker-copy {
    font-size: 15px;
  }
}
.product__delivery-later-datepicker-copy a {
  color: #66a4ff;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 720px) {
  .product__delivery-later-datepicker-copy a {
    display: unset;
  }
}

* {
  box-sizing: border-box;
}

div[itemtype="http://schema.org/Florist"]:before, div[itemtype="http://schema.org/Florist"]:after,
header:before,
header:after, footer:before, footer:after, main:before, main:after {
  content: "";
  display: block;
  clear: both;
}

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

body:has(.fcp-header),
html:has(.fcp-header) {
  background: #fafafa !important;
  background-image: none !important;
}

body:has(.fcp-header) {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh;
  padding-top: 0 !important;
}

.fcp-page-background-override {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
}

.fcp-header {
  position: sticky !important;
  top: 0;
  z-index: 97;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}
.fcp-header__logo-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 240px;
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .fcp-header__logo-container {
    padding: 10px 20px;
  }
}
.fcp-header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fcp-header__lovingly-logo {
  height: 40px;
  width: auto;
}
.fcp-header__logo-divider {
  width: 1px;
  height: 40px;
  background: #DEDEDE;
}
.fcp-header__store-logo {
  height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.fcp-header__store-name {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.fcp-header__top-bar {
  background: var(--occasion-accent-color, rgba(0, 0, 0, 0.87));
  padding: 8px 0;
}
@media (max-width: 768px) {
  .fcp-header__top-bar--no-delivery {
    display: none;
  }
}
.fcp-header__trust-badges {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .fcp-header__trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.fcp-header__badge {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .fcp-header__badge--trusted {
    display: none;
  }
}
.fcp-header__badge-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.fcp-header__badge-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fcp-header__badge-text {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
.fcp-header__badge-text:hover, .fcp-header__badge-text:focus {
  color: #FFFFFF;
}

.fcp-hero-banner {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--fcp-hero-bg, transparent) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .fcp-hero-banner {
    min-height: 184px;
  }
}
.fcp-hero-banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fcp-hero-banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--fcp-hero-overlay, transparent);
  z-index: 2;
}
.fcp-hero-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fcp-hero-banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 320px 60px;
  text-align: center;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .fcp-hero-banner__content {
    padding: 36px 120px 60px;
  }
}
@media (max-width: 1200px) {
  .fcp-hero-banner__content {
    padding: 36px 80px 60px;
  }
}
@media (max-width: 768px) {
  .fcp-hero-banner__content {
    padding: 16px;
    gap: 4px;
  }
}
.fcp-hero-banner__title {
  font-family: "Lora", serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.32px;
  color: var(--fcp-hero-title-color, #FFFFFF);
  margin: 0;
}
@media (max-width: 768px) {
  .fcp-hero-banner__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.fcp-hero-banner__dates {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  color: var(--fcp-hero-title-color, #FFFFFF);
  margin: 0;
}
@media (max-width: 768px) {
  .fcp-hero-banner__dates {
    font-size: 14px;
    line-height: 1.4;
  }
}
.fcp-hero-banner__subtext {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.14px;
  color: var(--fcp-hero-title-color, #FFFFFF);
}
@media (max-width: 768px) {
  .fcp-hero-banner__subtext {
    font-size: 13px;
    line-height: 1.4;
  }
}

.fcp-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 240px 0;
  background: #FAFAFA !important;
}
@media (max-width: 1200px) {
  .fcp-main {
    padding: 32px 40px 0;
  }
}
@media (max-width: 768px) {
  .fcp-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

.fcp-content {
  max-width: 960px;
  margin: 0 auto;
}

.fcp-featured {
  margin-bottom: 32px;
  margin-top: -65px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .fcp-featured {
    margin-top: -40px;
  }
}
.fcp-featured__banner {
  background: var(--fcp-banner-bg, rgba(0, 0, 0, 0.06));
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px 6px 0 0;
}
.fcp-featured__heart {
  width: 16px;
  height: 16px;
}
.fcp-featured__banner-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--fcp-featured-banner-text-color, var(--occasion-accent-color, rgba(0, 0, 0, 0.87)));
}
.fcp-featured__content {
  display: flex;
  gap: 48px;
  padding: 28px 40px;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  border: 2px solid var(--fcp-banner-bg, rgba(0, 0, 0, 0.06));
}
@media (max-width: 768px) {
  .fcp-featured__content {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }
}
.fcp-featured__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 398px;
  width: 398px;
  height: 500px;
  aspect-ratio: 199/250;
}
@media (max-width: 768px) {
  .fcp-featured__image {
    flex: none;
    width: 100%;
    height: auto;
    max-width: 398px;
    margin: 0 auto;
  }
}
.fcp-featured__image-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.fcp-featured__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fcp-featured__heading {
  margin-bottom: 20px;
}
.fcp-featured__title {
  font-family: "Lora", serif !important;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.2;
}
.fcp-featured__subtitle {
  font-style: italic;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 4px 0 0 0;
  line-height: 1.5;
}
.fcp-featured__price {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 24px 0;
}
.fcp-featured__cta {
  margin-bottom: 24px;
}
.fcp-featured__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #007930;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 14px 32px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .fcp-featured__button:hover {
    background: rgb(0, 95.5, 37.8842975207);
  }
}
.fcp-featured__button:active {
  background: rgb(0, 95.5, 37.8842975207);
}
@media (max-width: 767px) {
  .fcp-featured__button {
    width: 100%;
    height: 52px;
    padding: 14px 32px;
  }
}
.fcp-featured__button svg {
  width: 24px;
  height: 24px;
}
.fcp-featured__poa {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .fcp-featured__poa {
    justify-content: center;
  }
}
.fcp-featured__poa-icon {
  color: #348004;
  font-size: 14px;
}
.fcp-featured__poa-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.fcp-featured__review {
  padding: 12px 16px;
  background: #F9F9F9;
  border-radius: 6px;
}
.fcp-featured__review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  justify-content: center;
}
.fcp-featured__star {
  color: #F9BA42;
  font-size: 14px;
}
.fcp-featured__star-svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.fcp-featured__review-quote {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-style: italic;
  margin: 0 0 8px 0;
  text-align: center;
  line-height: 1.5;
}
.fcp-featured__review-author {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
}

.fcp-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.fcp-product-grid > .product-card {
  flex: 0 0 304px;
  width: 304px;
}
@media (max-width: 767px) {
  .fcp-product-grid {
    gap: 12px;
    padding: 24px 16px 0;
    max-width: 100%;
  }
  .fcp-product-grid > .product-card {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    height: auto !important;
    box-sizing: border-box;
  }
}
.fcp-product-grid .product-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  height: auto !important;
  width: auto;
}
.fcp-product-grid .product-card .product {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: auto !important;
  width: 100%;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  background: transparent;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .fcp-product-grid .product-card {
    padding: 12px;
  }
  .fcp-product-grid .product-card .product {
    padding: 0;
    gap: 12px;
    box-shadow: none !important;
    border: none !important;
    height: auto !important;
  }
}
.fcp-product-grid .product-card .product__main-image {
  line-height: 0;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: relative;
  aspect-ratio: unset !important;
}
.fcp-product-grid .product-card .product__main-image img,
.fcp-product-grid .product-card .product__main-image .product-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  object-fit: contain;
  aspect-ratio: 241/270;
}
.fcp-product-grid .product-card .product__product-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  line-height: normal;
}
.fcp-product-grid .product-card .product__product-info__name-heading {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  line-height: 140%;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .fcp-product-grid .product-card .product__product-info__name-heading {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0.14px;
  }
}
.fcp-product-grid .product-card .product__product-info__name__subheading {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 100%;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .fcp-product-grid .product-card .product__product-info__name__subheading {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.14px;
  }
}
.fcp-product-grid .product-card .product__product-tag {
  display: none;
}
.fcp-product-grid .product-card .product__product-tag__hidden {
  display: none;
}
.fcp-product-grid .product-card .product__sold-out {
  display: none;
}
.fcp-product-grid .product-card .product__sold-out__hidden {
  display: none;
}

.fcp-shop-more {
  text-align: center;
  margin-bottom: 48px;
}
.fcp-shop-more__link {
  font-size: 14px;
  color: #2983D0;
  text-decoration: underline;
}
.fcp-shop-more__arrow {
  font-size: 8px;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .fcp-shop-more {
    padding: 24px 16px;
  }
}

.fcp-reviews-section {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 24px;
  margin-bottom: 40px;
}
.fcp-reviews-section__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 140%; /* 32.2px */
  letter-spacing: 0.23px;
  font-family: "Lora", serif !important;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 16px 0;
}

.fcp-customer-images {
  margin-bottom: 32px;
}
.fcp-customer-images__grid {
  display: flex;
  gap: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fcp-customer-images__grid {
    gap: 8px;
  }
}
.fcp-customer-images__item {
  flex: 0 0 176px;
  width: 176px;
  height: 176px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .fcp-customer-images__item {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 80px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .fcp-customer-images__item:nth-child(5) {
    display: none;
  }
}
.fcp-customer-images__item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fcp-customer-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .fcp-customer-images__item img {
    border-radius: 4px;
  }
}

.fcp-reviews-list__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.fcp-reviews-list__rating {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.fcp-reviews-list__stars {
  display: flex;
  gap: 2px;
}
.fcp-reviews-list__star {
  color: #F9BA42;
  font-size: 16px;
}
.fcp-reviews-list__count {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.fcp-reviews-list__separator {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 16px 0;
}

.fcp-review-card {
  padding: 16px 0;
}
.fcp-review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.fcp-review-card__author-info {
  display: flex;
  flex-direction: column;
}
.fcp-review-card__name {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.fcp-review-card__date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.5);
}
.fcp-review-card__rating {
  display: flex;
  gap: 2px;
}
.fcp-review-card__star {
  color: #F9BA42;
  font-size: 12px;
}
.fcp-review-card__verified {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
}
.fcp-review-card__verified-icon {
  color: #2983D0;
  font-size: 14px;
}
.fcp-review-card__verified-text {
  color: #2983D0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.13px;
}
.fcp-review-card__bullet {
  color: rgba(0, 0, 0, 0.5);
}
.fcp-review-card__delivery {
  color: rgba(0, 0, 0, 0.5);
}
.fcp-review-card__content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  margin: 0;
}

.occasion-accordion {
  border-radius: 8px;
  overflow: hidden;
}
.occasion-accordion__item {
  border-bottom: 1px solid #E5E5E5;
}
.occasion-accordion__item:last-child {
  border-bottom: none;
}
.occasion-accordion__item--open .occasion-accordion__content {
  display: block;
}
.occasion-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.occasion-accordion__icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.occasion-accordion__icon--collapsed {
  transform: rotate(-90deg);
}
.occasion-accordion__chevron {
  width: 12px;
  height: 12px;
}
.occasion-accordion__content {
  padding: 0 16px 14px;
}
.occasion-accordion__content[hidden] {
  display: none;
}
.occasion-accordion__list {
  margin: 0;
  padding-left: 20px;
}
.occasion-accordion__list li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}

.occasion-reviews-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.occasion-reviews-modal__container {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 580px;
  max-height: 616px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 12px;
  padding: 12px 12px 40px 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.04), 0 33px 20px rgba(0, 0, 0, 0.02), 0 58px 23px rgba(0, 0, 0, 0.01), 0 91px 26px rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 16px;
}
.occasion-reviews-modal__close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.occasion-reviews-modal__close:hover {
  opacity: 0.7;
}
.occasion-reviews-modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  align-self: stretch;
}
@media (min-width: 769px) {
  .occasion-reviews-modal__content {
    padding: 0 24px;
  }
}
.occasion-reviews-modal__content::-webkit-scrollbar {
  width: 6px;
}
.occasion-reviews-modal__content::-webkit-scrollbar-track {
  background: transparent;
}
.occasion-reviews-modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.occasion-reviews-modal__content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.occasion-reviews-modal__load-more-container {
  align-self: stretch;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.occasion-reviews-modal__load-more {
  padding: 8px 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .occasion-reviews-modal__load-more {
    width: auto;
  }
}
.occasion-reviews-modal__load-more {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  line-height: 19.6px;
  letter-spacing: 0.14px;
}
.occasion-reviews-modal__load-more:hover {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.24);
}

.fco-lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.fco-lightbox--open {
  display: flex !important;
}
.fco-lightbox__overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
.fco-lightbox__container {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.04), 0 33px 20px rgba(0, 0, 0, 0.02), 0 58px 23px rgba(0, 0, 0, 0.01), 0 91px 26px rgba(0, 0, 0, 0);
  max-width: 580px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  padding: 12px;
  margin: auto;
}
.fco-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fco-lightbox__close:hover {
  opacity: 0.7;
}
.fco-lightbox__close svg {
  width: 24px;
  height: 24px;
}
.fco-lightbox__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 36px 16px 16px;
}
.fco-lightbox__title {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.2px;
  margin: 0;
  text-align: center;
}
.fco-lightbox__carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.fco-lightbox__arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}
.fco-lightbox__arrow:hover {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.24);
}
.fco-lightbox__arrow svg {
  width: 16px;
  height: 16px;
}
.fco-lightbox__image-wrapper {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fco-lightbox__image {
  max-width: 100%;
  height: 444px;
  object-fit: contain;
  border-radius: 4px;
}
.fco-lightbox__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
.fco-lightbox__dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.fco-lightbox__dot:hover {
  background: rgba(0, 0, 0, 0.24);
}
.fco-lightbox__dot--active {
  background: rgba(0, 0, 0, 0.87);
}
@media (max-width: 600px) {
  .fco-lightbox__container {
    width: 95%;
    max-height: 85vh;
  }
  .fco-lightbox__image-wrapper {
    max-width: 100%;
  }
  .fco-lightbox__arrow {
    width: 28px;
    height: 28px;
  }
}

.fcp-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fcp-drawer-background.active {
  opacity: 1;
  visibility: visible;
}

.fcp-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 424px;
  max-width: 100%;
  background: #FFFFFF;
  z-index: 9999;
  overflow: hidden;
  transition: right 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
.fcp-drawer.active {
  right: 0;
}
.fcp-drawer.active::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-bottom, 0px);
  background: #FFFFFF;
  z-index: 9999;
}
.fcp-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.fcp-drawer__back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.fcp-drawer__back:hover {
  opacity: 0.7;
}
.fcp-drawer__back svg {
  width: 24px;
  height: 24px;
}
.fcp-drawer__content {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px 16px;
  -webkit-overflow-scrolling: touch;
}
.fcp-drawer__media-container {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
}
.fcp-drawer__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--fcp-banner-bg, rgba(0, 0, 0, 0.06));
  padding: 8px 16px;
}
.fcp-drawer__banner-heart {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fcp-drawer__banner-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--occasion-accent-color, rgba(0, 0, 0, 0.87));
}
.fcp-drawer__image {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  background: var(--fcp-hero-bg, #FFFFFF);
}
.fcp-drawer__image-img {
  width: 100%;
  max-width: 392px;
  max-height: 439px;
  object-fit: contain;
  object-position: center;
}
.fcp-drawer--signature .fcp-drawer__image-img {
  object-fit: unset;
  object-position: unset;
}
.fcp-drawer__gndl-logo {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 100px;
  height: 97px;
  z-index: 1;
  cursor: pointer;
  display: block;
}
.fcp-drawer__gndl-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fcp-drawer__gndl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.fcp-drawer__gndl-banner {
  padding: 24px 12px;
  background: #FEF8EC;
  border-radius: 4px;
  text-align: center;
}
.fcp-drawer__gndl-banner-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.fcp-drawer__gndl-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin: 0;
}
.fcp-drawer__gndl-link {
  color: #0D6E1E;
  text-decoration: none;
}
.fcp-drawer__gndl-link:hover {
  text-decoration: underline;
}
.fcp-drawer__product {
  padding: 0;
}
.fcp-drawer__heading {
  margin-bottom: 16px;
}
.fcp-drawer__title {
  font-family: "Lora", serif !important;
  font-size: 21px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.3;
}
.fcp-drawer__subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin: 0;
}
.fcp-drawer__product-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  font-style: italic;
  margin-top: 4px;
}
.fcp-drawer__separator {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 16px 0;
}
.fcp-drawer__payment {
  text-align: center;
}
.fcp-drawer__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
}
.fcp-drawer__secure svg {
  width: 14px;
  height: 14px;
}
.fcp-drawer__payment-icons {
  display: flex;
  justify-content: center;
  height: 20px;
}
.fcp-drawer__payment-sprite {
  max-width: 230px;
  height: auto;
}
.fcp-drawer__about {
  margin-bottom: 24px;
  padding-top: 16px;
}
.fcp-drawer__about-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px;
  font-family: "Lora", serif !important;
}
.fcp-drawer__about-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  margin: 0 0 16px;
}
.fcp-drawer__about-desc-dynamic {
  margin: 0 0 16px;
}
.fcp-drawer__about-regular {
  display: none;
}
.fcp-drawer__product-meta {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #E5E5E5;
}
.fcp-drawer__product-sku {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 4px;
}
.fcp-drawer__product-dimensions {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.fcp-drawer__reviews {
  display: flex;
  flex-direction: column;
}
.fcp-drawer__reviews-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.fcp-drawer__reviews-rating-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.fcp-drawer__reviews-score {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.16px;
}
.fcp-drawer__reviews-stars {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.fcp-drawer__summary-star {
  width: 14px;
  height: 14px;
}
.fcp-drawer__reviews-count {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.13px;
}
.fcp-drawer__reviews-title {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 16px 0;
}
.fcp-drawer__review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.fcp-drawer__review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fcp-drawer__review-author {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fcp-drawer__review-name {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.16px;
}
.fcp-drawer__review-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.14px;
}
.fcp-drawer__review-rating {
  display: flex;
  gap: 2px;
  height: 14px;
}
.fcp-drawer__star {
  width: 12px;
  height: 12px;
}
.fcp-drawer__review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.fcp-drawer__verified-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.fcp-drawer__verified-text {
  color: #2983D0;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
}
.fcp-drawer__review-bullet {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
}
.fcp-drawer__review-delivery {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
}
.fcp-drawer__review-content {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  margin: 0;
}
.fcp-drawer__review-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 16px 0;
}
.fcp-drawer__view-more-reviews {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.fcp-drawer__view-more-reviews:hover {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .fcp-drawer {
    width: 100%;
  }
  .fcp-drawer__image-img {
    max-width: 100%;
    height: auto;
  }
  .fcp-drawer__quick-dates {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .fcp-drawer__quick-date {
    min-width: 60px;
    padding: 12px;
  }
}
.fcp-drawer__sticky-cta {
  flex-shrink: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.fcp-drawer__sticky-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 16px calc(8px + env(safe-area-inset-bottom, 0px));
}
.fcp-drawer__start-order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 52px;
  padding: 14px 32px;
  background: #007930;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  box-sizing: border-box;
}
.fcp-drawer__start-order-btn:hover, .fcp-drawer__start-order-btn:focus {
  background: rgb(0, 95.5, 37.8842975207);
}
.fcp-drawer__start-order-text {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-align: center;
}
.fcp-drawer__start-order-arrow {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.fcp-drawer__poa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.fcp-drawer__poa-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fcp-drawer__poa-text {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.14px;
}

.occasion-sizes {
  margin-bottom: 24px;
}
.occasion-sizes__label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px;
}
.occasion-sizes__options {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  width: 100%;
}
.occasion-sizes__option {
  flex: 1;
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0.24);
  outline-offset: -1px;
  border-radius: 4px;
  overflow: visible;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #FFFFFF;
  min-width: 100px;
  border: none;
}
.occasion-sizes__option:hover, .occasion-sizes__option.active {
  outline-color: var(--occasion-selector-color, rgba(0, 0, 0, 0.87));
  background: var(--occasion-accent-bg, rgba(0, 0, 0, 0.04));
}
.occasion-sizes__option--popular .occasion-sizes__popular-badge {
  display: flex;
}
.occasion-sizes__popular-badge {
  display: none;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 2px;
  background: var(--occasion-selector-color, rgba(0, 0, 0, 0.87));
  color: var(--occasion-badge-text-color, #FFFFFF);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 600px) {
  .occasion-sizes__popular-badge {
    font-size: 9px;
    padding: 3px 5px;
    top: -8px;
  }
}
.occasion-sizes__popular-heart {
  width: 12px;
  height: 12px;
}
.occasion-sizes__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.occasion-sizes__label-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  cursor: pointer;
  gap: 8px;
}
.occasion-sizes__option--popular .occasion-sizes__label-box {
  padding-top: 18px;
}
@media (max-width: 600px) {
  .occasion-sizes__label-box {
    padding: 18px 8px;
    gap: 0;
  }
}
.occasion-sizes__name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .occasion-sizes__name {
    margin-bottom: 4px;
  }
}
.occasion-sizes__desc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
  max-width: 6em;
  margin-bottom: 0;
  min-height: auto;
}
.occasion-sizes__desc:empty {
  display: none;
}
@media (max-width: 600px) {
  .occasion-sizes__desc {
    line-height: 100%;
    letter-spacing: 0.14px;
    margin-bottom: 8px;
  }
}
.occasion-sizes__price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
@media (max-width: 600px) {
  .occasion-sizes__price {
    line-height: 140%;
  }
}
.occasion-sizes__price sup {
  font-size: 12px;
  font-weight: 500;
  vertical-align: super;
  position: relative;
  top: 0px;
}
@media (max-width: 600px) {
  .occasion-sizes__price sup {
    font-size: 10px;
    top: -3px;
  }
}
.occasion-sizes__delight-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 8px 0 0 0;
  text-align: left;
}
.occasion-sizes__delight-text em {
  font-style: italic;
}
.occasion-sizes__klarna {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.occasion-sizes__klarna svg {
  width: 43.146px !important;
  height: 24px;
  flex-shrink: 0;
}
.occasion-sizes__klarna-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.occasion-sizes__klarna-link {
  color: #0072CE;
  text-decoration: none;
}
.occasion-sizes__klarna-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .occasion-sizes__options {
    flex-direction: row;
    gap: 8px;
  }
  .occasion-sizes__option {
    min-width: 0;
    flex: 1;
  }
}

.occasion-dates {
  margin-bottom: 24px;
}
.occasion-dates__label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px;
}
.occasion-dates__container {
  border-radius: 5px;
  overflow: visible;
}
.occasion-dates__tabs {
  margin-bottom: -1px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.occasion-dates__tab {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  flex-shrink: 0;
  height: 35px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: linear-gradient(90deg, rgba(199, 199, 199, 0.35) 0%, rgba(222, 222, 222, 0.35) 17%);
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.occasion-dates__tab--active {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.occasion-dates__tab-icon {
  height: 13.3px;
  opacity: 0.5;
}
.occasion-dates__tab--active .occasion-dates__tab-icon {
  opacity: 0.87;
}
#occasionDeliveryTab .occasion-dates__tab-icon {
  width: 18.3px;
}
#occasionPickupTab .occasion-dates__tab-icon {
  width: 15.3px;
}
.occasion-dates__panel {
  position: relative;
  padding: 12px;
  background: #FFFFFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.occasion-dates__panel--no-tabs {
  border: none;
  padding: 0;
  border-radius: 0;
  gap: 8px;
}
.occasion-dates__target-date-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 12px;
  background: var(--occasion-accent-bg, rgba(0, 0, 0, 0.04));
  border-radius: 4px;
  border: 1px solid var(--occasion-selector-color, rgba(0, 0, 0, 0.87));
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.occasion-dates__target-date-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.occasion-dates__target-date-btn.active {
  background: var(--occasion-accent-bg, rgba(0, 0, 0, 0.04));
  border: 1px solid var(--occasion-selector-color, rgba(0, 0, 0, 0.87));
}
.occasion-dates__target-date-btn:not(.active) {
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
}
.occasion-dates__target-date-row {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}
.occasion-dates__target-date-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.occasion-dates__target-date-label {
  color: var(--occasion-accent-color, rgba(0, 0, 0, 0.87));
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  text-align: center;
}
.occasion-dates__target-date-date {
  align-self: stretch;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: 0.13px;
}
.occasion-dates__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.occasion-dates__divider-line {
  flex: 1;
  height: 1px;
  background: #E5E5E5;
}
.occasion-dates__divider-text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.occasion-dates__quick-dates {
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .occasion-dates__quick-dates {
    gap: 8px;
    flex-wrap: nowrap;
  }
}
.occasion-dates__quick-date {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 80px;
  max-width: calc(50% - 6px);
}
.occasion-dates__quick-date:hover, .occasion-dates__quick-date.active {
  border-color: var(--occasion-selector-color, rgba(0, 0, 0, 0.87));
  background: var(--occasion-accent-bg, rgba(0, 0, 0, 0.04));
}
@media (max-width: 600px) {
  .occasion-dates__quick-date {
    padding: 12px;
    min-width: 60px;
    border-radius: 4px;
  }
}
.occasion-dates__quick-date-day {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .occasion-dates__quick-date-day {
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.13px;
  }
}
.occasion-dates__quick-date-full {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 600px) {
  .occasion-dates__quick-date-full {
    font-size: 12px;
  }
}
.occasion-dates__more-dates {
  background: #F9F9F9;
}
.occasion-dates--grayed-out {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
  background: #f3f3f3 !important;
  border-color: #E5E5E5 !important;
  position: relative;
  overflow: visible;
}
.occasion-dates--grayed-out::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), #C7C7C7 50%, transparent calc(50% + 0.5px));
}
.occasion-dates--grayed-out .occasion-dates__quick-date-day,
.occasion-dates--grayed-out .occasion-dates__quick-date-full {
  color: #6E6E6E;
}
.occasion-dates--grayed-out:hover {
  transform: none;
  box-shadow: none;
  border-color: #E5E5E5 !important;
}
.occasion-dates__cutoff-text {
  font-size: 14px;
  color: #348004;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-style: italic;
}
.occasion-dates__datepicker-input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
}

.occasion-reviews-list__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.occasion-reviews-list__rating {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
}
.occasion-reviews-list__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.occasion-reviews-list__count {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.13px;
  color: rgba(0, 0, 0, 0.5);
}
.occasion-reviews-list__separator {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}
.occasion-reviews-list__view-more {
  display: flex;
  height: 36px;
  width: 343px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .occasion-reviews-list__view-more {
    width: 100%;
  }
}
.occasion-reviews-list__view-more:hover {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.24);
}

.occasion-review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.occasion-review-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.occasion-review-card__author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.occasion-review-card__name {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
}
.occasion-review-card__date {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
  color: var(--black-50, rgba(0, 0, 0, 0.5));
}
.occasion-review-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.occasion-review-card__verified {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  color: rgba(0, 0, 0, 0.6);
  color: var(--Blue, #2983D0);
}
.occasion-review-card__bullet {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  color: rgba(0, 0, 0, 0.6);
}
.occasion-review-card__delivery {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  color: rgba(0, 0, 0, 0.6);
}
.occasion-review-card__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.occasion-review-card__content {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}

@media (max-width: 768px) {
  .fcp-content,
  .fcp-featured,
  .fcp-product-grid,
  .fcp-reviews-section,
  .occasion-reviews-list {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .fcp-header__logo-container {
    padding: 12px 16px;
  }
  .fcp-header__logo {
    gap: 12px;
  }
  .fcp-header__store-logo {
    max-width: 160px;
    max-height: 48px;
  }
  .fcp-header__badges {
    padding: 5px 12px;
  }
  .fcp-hero {
    height: 184px;
    min-height: 184px;
  }
  .fcp-hero__image {
    height: 184px;
    object-fit: cover;
  }
  .fcp-hero__content {
    padding: 16px;
  }
  .fcp-hero__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .fcp-hero__availability {
    font-size: 12px;
  }
  .fcp-hero__subtitle {
    font-size: 13px;
  }
  .fcp-featured {
    margin-top: -33px;
    padding: 0 16px;
  }
  .fcp-featured__banner {
    padding: 8px 0;
    margin-bottom: 0;
  }
  .fcp-featured__content-wrapper {
    flex-direction: column !important;
    padding: 16px;
    gap: 16px;
  }
  .fcp-featured__image-section {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .fcp-featured__image {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
    display: block;
  }
  .fcp-featured__details {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0;
  }
  .fcp-featured__title {
    font-size: 26px;
    line-height: 1.17;
  }
  .fcp-featured__description {
    font-size: 14px;
    line-height: 1.43;
  }
  .fcp-featured__price {
    font-size: 18px;
  }
  .fcp-featured__cta-button {
    width: 100%;
  }
  .fcp-featured__review-quote {
    padding: 12px;
  }
  .fcp-featured__review-quote blockquote {
    font-size: 14px;
    line-height: 1.43;
  }
  .fcp-reviews-section {
    padding: 16px;
    margin-bottom: 0px;
    border: none;
  }
  .fcp-reviews-section__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .fcp-customer-gallery {
    gap: 8px;
    margin-bottom: 16px;
  }
  .fcp-customer-gallery__image {
    width: 79.75px;
    height: 79.75px;
  }
  .occasion-reviews-list__header {
    flex-wrap: wrap;
  }
  .occasion-reviews-list__separator {
    margin: 12px 0;
  }
  .occasion-review-card {
    gap: 8px;
  }
  .occasion-review-card__header {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
  .occasion-review-card__stars {
    order: -1;
  }
  .occasion-review-card__meta {
    flex-wrap: wrap;
  }
  .occasion-review-card__content {
    font-size: 14px;
    line-height: 1.57;
  }
  .fcp-post-vday-link {
    padding: 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .fcp-product-grid {
    margin-bottom: 0px;
  }
}
