@charset "UTF-8";
/**
 * FCO (Florist Choice) Product Page Styles
 * Matches Figma Design: Desktop - FCO - VDAY
 * Width: 1440px, Height: 2525px
 */
/*! 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;
}

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

.clearfix:after {
  clear: both;
}

/*----------  MEDIA QUERY MIXIN  ----------*/
/*----------  Colors  ----------*/
/*----------  Font  ----------*/
/*----------  layout  ----------*/
*,
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.clear {
  background: #3e3e3e;
  padding: 40px 0;
  max-width: none;
  box-sizing: border-box;
}
@media all and (max-width: 720px) {
  .footer.clear {
    padding: 32px 16px;
  }
}

footer.footer:not(.clear) {
  color: rgb(62, 62, 62);
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 28px;
}
@media all and (max-width: 720px) {
  footer.footer:not(.clear) {
    padding-bottom: 80px;
  }
}
footer.footer:not(.clear) a {
  color: rgb(62, 62, 62);
}

.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 all and (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;
}

.googleAddress {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: white;
  text-align: center;
  font-style: normal;
}
.googleAddress a {
  color: white;
}
.googleAddress a:hover, .googleAddress a:focus {
  color: white;
}

.schema_footer {
  margin-top: 16px;
}

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

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

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

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

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

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

#ui-datepicker-div {
  display: none;
}

* {
  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(.fco-header),
html:has(.fco-header) {
  background: #FAFAFA !important;
  background-image: none !important;
}
@media (max-width: 960px) {
  body:has(.fco-header),
  html:has(.fco-header) {
    background: #FFFFFF !important;
  }
}

.fco-page-background-override {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAFAFA;
  z-index: -1;
}
@media (max-width: 960px) {
  .fco-page-background-override {
    background: #FFFFFF;
  }
}

.fco-header {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .fco-header {
    margin-bottom: 0;
  }
}
.fco-header__logo-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 240px;
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .fco-header__logo-container {
    padding: 10px 20px;
  }
}
.fco-header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fco-header__lovingly-logo {
  height: 40px;
  width: auto;
}
.fco-header__logo-divider {
  width: 1px;
  height: 40px;
  background: #DEDEDE;
}
.fco-header__store-logo {
  height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.fco-header__store-name {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.fco-header__top-bar {
  background: var(--occasion-accent-color, rgba(0, 0, 0, 0.87));
  padding: 8px 0;
}
@media (max-width: 768px) {
  .fco-header__top-bar--no-delivery {
    display: none;
  }
}
.fco-header__trust-badges {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .fco-header__trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.fco-header__badge {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .fco-header__badge--trusted {
    display: none;
  }
}
.fco-header__badge-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.fco-header__badge-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fco-header__badge-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.14px;
  white-space: nowrap;
}

.fco-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 240px;
  padding-bottom: 0;
  background: #FAFAFA !important;
  background-image: none !important;
}
@media (max-width: 1200px) {
  .fco-main {
    padding: 0 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .fco-main {
    background: #FFFFFF !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .fco-main {
    padding: 0 0px;
    padding-bottom: 0;
  }
}

.fco-page-wrapper {
  background: #FFFFFF !important;
  background-image: none !important;
}

.fco-content {
  display: flex;
  gap: 32px;
  padding-bottom: 60px;
}
@media (max-width: 960px) {
  .fco-content {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
}

.fco-left-container {
  width: 448px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .fco-left-container {
    width: 100%;
    display: contents;
  }
}

@media (max-width: 960px) {
  .fco-right-container {
    display: contents;
  }
}

.fco-product-image {
  width: 100%;
  margin-bottom: 21px;
}
@media (max-width: 960px) {
  .fco-product-image {
    order: 1;
    margin-bottom: 0;
  }
}
.fco-product-image__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 960px) {
  .fco-product-image__img {
    border-radius: 0;
  }
}

.fco-about {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 960px) {
  .fco-about {
    order: 3;
    border-radius: 0;
    box-shadow: none;
    padding: 16px;
    margin-top: -1px;
    border: none;
    padding: 16px 16px 0px 16px;
  }
}
.fco-about__title {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 140%;
  letter-spacing: 0.2px;
  margin: 0 0 12px 0;
}
.fco-about__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 24px 0;
}

.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 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.occasion-accordion__icon {
  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-bottom: 16px;
}
.occasion-accordion__list {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.occasion-accordion__list li {
  position: relative;
}
.occasion-accordion__list li::marker {
  color: rgba(0, 0, 0, 0.87);
}

.fco-right-container {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .fco-right-container {
    width: 100%;
  }
}

.fco-product {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--black-8, rgba(0, 0, 0, 0.08));
}
@media (max-width: 960px) {
  .fco-product {
    order: 2;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
}
.fco-product__banner {
  background: rgba(0, 0, 0, 0.06);
  padding: 8px 24px;
  text-align: center;
}
@media (max-width: 960px) {
  .fco-product__banner {
    padding: 8px 16px;
  }
}
.fco-product__banner-text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
@media (max-width: 960px) {
  .fco-product__banner-text {
    font-weight: 700;
    letter-spacing: 0.13px;
  }
}
.fco-product__content {
  padding: 24px;
}
@media (max-width: 960px) {
  .fco-product__content {
    padding: 16px;
  }
}
.fco-product__reviews-summary {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.fco-product__reviews-summary--clickable {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.fco-product__reviews-summary--clickable:hover {
  opacity: 0.7;
}
.fco-product__rating-number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.14px;
  color: black;
}
.fco-product__rating-stars {
  display: flex;
  gap: 2px;
}
.fco-product__reviews-count {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.11px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  margin-left: 2px;
}
.fco-product__heading {
  position: relative;
  margin-bottom: 16px;
}
.fco-product__title {
  font-family: "Lora", serif !important;
  font-size: 27px;
  font-weight: 600;
  line-height: 32.5px;
  letter-spacing: 0.26px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 4px 0;
}
@media (max-width: 960px) {
  .fco-product__title {
    font-size: 21px;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
  }
}
.fco-product__subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 19.6px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.fco-product__separator {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 20px 0;
}

.fco-star {
  font-size: 12px;
  line-height: 1;
}
.fco-star--full {
  color: #F9BA42;
}
.fco-star--half {
  color: #F9BA42;
  opacity: 0.6;
}
.fco-star--empty {
  color: #DEDEDE;
}
.fco-star--small {
  font-size: 12px;
}
.fco-star--single {
  color: #F9BA42;
  font-size: 12px;
  line-height: 12px;
}

.occasion-sizes {
  margin-bottom: 24px;
}
.occasion-sizes__label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px 0;
}
@media (max-width: 960px) {
  .occasion-sizes__label {
    margin: 0;
  }
}
.occasion-sizes__options {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  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:has(.occasion-sizes__radio:checked) {
  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%);
  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;
  align-items: center;
  gap: 2px;
  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__popular-icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.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: 960px) {
  .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;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .occasion-sizes__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.14px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 4px;
  }
}
.occasion-sizes__description {
  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;
  max-width: 6em;
  margin-bottom: 0;
  min-height: auto;
}
@media (max-width: 960px) {
  .occasion-sizes__description {
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.14px;
    color: rgba(0, 0, 0, 0.6);
    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: 960px) {
  .occasion-sizes__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.87);
  }
}
.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;
}

.fco-gndl-logo {
  position: absolute;
  top: -40px;
  right: 0;
  width: 100px;
  height: 97.23px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.fco-gndl-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 960px) {
  .fco-gndl-logo {
    width: 74px;
    height: 72px;
    aspect-ratio: 37/36;
    top: -6px;
    right: 0;
  }
}

.fco-gndl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.fco-gndl__banner {
  padding: 24px 12px;
  background: #FEF8EC;
  border-radius: 4px;
  border: 1px solid #F9BA42;
  text-align: center;
}
.fco-gndl__banner-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
}
.fco-gndl__banner-text strong {
  font-weight: 700;
}
.fco-gndl__description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  margin-bottom: 32px;
}
.fco-gndl__link {
  color: #2983D0;
  text-decoration: none;
}
.fco-gndl__link:hover {
  text-decoration: underline;
}

.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 0;
}
.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__featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border: 2px solid #AF1321;
  border-radius: 8px;
  background: rgba(175, 19, 33, 0.02);
  margin-bottom: 16px;
}
.occasion-dates__featured-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.occasion-dates__heart-icon {
  width: 14px;
  height: 14px;
}
.occasion-dates__featured-label {
  font-size: 14px;
  color: #AF1321;
  font-weight: 500;
}
.occasion-dates__featured-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.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__featured--clickable {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.occasion-dates__featured--clickable:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(175, 19, 33, 0.2);
}
.occasion-dates__featured--clickable.active {
  background: #AF1321;
}
.occasion-dates__featured--clickable.active .occasion-dates__featured-label,
.occasion-dates__featured--clickable.active .occasion-dates__featured-date {
  color: #FFFFFF;
}
.occasion-dates__featured--clickable.active .occasion-dates__heart-icon {
  filter: brightness(0) invert(1);
}
.occasion-dates__quick-date--elevated {
  background: rgba(175, 19, 33, 0.05);
  border: 2px solid #AF1321;
  position: relative;
}
.occasion-dates__quick-date--elevated:hover, .occasion-dates__quick-date--elevated.active {
  background: #AF1321;
  border-color: #AF1321;
}
.occasion-dates__quick-date--elevated:hover .occasion-dates__quick-date-day,
.occasion-dates__quick-date--elevated:hover .occasion-dates__quick-date-full, .occasion-dates__quick-date--elevated.active .occasion-dates__quick-date-day,
.occasion-dates__quick-date--elevated.active .occasion-dates__quick-date-full {
  color: #FFFFFF;
}
.occasion-dates__quick-date--elevated:hover .occasion-dates__quick-date-heart, .occasion-dates__quick-date--elevated.active .occasion-dates__quick-date-heart {
  filter: brightness(0) invert(1);
}
.occasion-dates__quick-date-heart {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}
.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__datepicker-input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
}

.fco-cta {
  margin-bottom: 24px;
}
.fco-cta__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: #007930;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  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;
  overflow: hidden;
}
.fco-cta__button:hover {
  background: rgb(0, 95.5, 37.8842975207);
}
.fco-cta__arrow {
  width: 24px;
  height: 24px;
}
.fco-cta__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.fco-cta__guarantee svg {
  width: 14px;
  height: 14px;
}

.fco-featured-review {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.fco-featured-review__stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}
.fco-featured-review__quote {
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6;
  margin: 0 0 8px 0;
}
.fco-featured-review__author {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
}

.fco-poas {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .fco-poas {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
.fco-poas__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fco-poas__icon {
  font-size: 14px;
  line-height: 1;
}
.fco-poas__icon--check {
  color: #348004;
}
.fco-poas__icon--lock {
  color: rgba(0, 0, 0, 0.7);
}
.fco-poas__icon-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.7);
}
.fco-poas__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.fco-payment-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.fco-payment-icons__sprite {
  height: 20px;
  width: auto;
  max-width: 100%;
}
.fco-payment-icons__icon {
  height: 24px;
  width: auto;
}

.fco-shop-more {
  text-align: center;
}
.fco-shop-more__link {
  font-size: 14px;
  color: #2983D0;
  text-decoration: underline;
}
.fco-shop-more__arrow {
  font-size: 8px;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}

.fco-reviews-section {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 0;
  border: 1px solid var(--black-8, rgba(0, 0, 0, 0.08));
}
@media (max-width: 960px) {
  .fco-reviews-section {
    order: 4;
    border-radius: 0;
    box-shadow: none;
    padding: 16px;
    margin-top: -1px;
    border: none;
  }
}

.fco-customer-images {
  margin-bottom: 24px;
}
.fco-customer-images__title {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 16px 0;
}
.fco-customer-images__grid {
  display: flex;
  gap: 8px;
}
.fco-customer-images__item {
  width: 102px;
  height: 102px;
  border-radius: 8px;
  overflow: hidden;
}
.fco-customer-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.occasion-reviews-list__header {
  display: flex;
  align-items: flex-end;
  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;
  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 {
  width: 100%;
  padding: 8px 16px;
  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: 16px;
}
.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;
  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-weight: 400;
  line-height: 14px;
  letter-spacing: 0.14px;
  color: rgba(0, 0, 0, 0.5);
}
.occasion-review-card__rating {
  display: flex;
  gap: 2px;
  height: 14px;
}
.occasion-review-card__verified {
  display: flex;
  align-items: center;
  gap: 4px;
}
.occasion-review-card__verified-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.occasion-review-card__verified-text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.13px;
  color: #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__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;
}
.occasion-review-card__separator {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}

.fco-customer-images__item {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fco-customer-images__item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fco-customer-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.occasion-star-svg {
  flex-shrink: 0;
}
.occasion-star-svg--header {
  width: 14px;
  height: 14px;
}
.occasion-star-svg--small {
  width: 12px;
  height: 12px;
}

.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: #FFFFFF;
  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: #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;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #F9F9F9;
  border-color: rgba(0, 0, 0, 0.24);
}
.fco-lightbox__arrow svg {
  width: 16px;
  height: 16px;
}
.fco-lightbox__image-wrapper {
  flex: 1;
  max-width: 444px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
}
.fco-lightbox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  }
}

.fco-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 12px 15px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .fco-sticky-cta {
    display: none !important;
  }
}
.fco-sticky-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-bottom, 0px);
  background: white;
  transform: translateY(100%);
}
.fco-sticky-cta.is-visible {
  display: block;
  transform: translateY(0);
}
.fco-sticky-cta .fco-cta__button {
  margin: 0;
}
.fco-sticky-cta .fco-sticky-cta__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.fco-sticky-cta .fco-sticky-cta__guarantee svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .fco-main.has-sticky-cta {
    padding-bottom: 110px;
  }
}
