/** Shopify CDN: Minification failed

Line 968:3 Expected identifier but found whitespace
Line 970:12 Unexpected "{"
Line 970:21 Expected ":"
Line 971:16 Expected identifier but found whitespace
Line 971:18 Unexpected "{"
Line 971:27 Expected ":"
Line 971:78 Expected ":"
Line 972:19 Expected identifier but found whitespace
Line 972:21 Unexpected "{"
Line 972:30 Expected ":"
... and 15 more hidden warnings

**/
@font-face {
  font-family: 'Harmonia Sans';
  src: url('/cdn/shop/files/HarmoniaSansProCyr-Regular.woff2?v=1761808932') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Besley';
  src: url('/cdn/shop/files/Besley-Regular.woff2?v=1761808893') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
  
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Besley' !important;
  font-weight: 400 !important;
}

body {
  font-family: 'Harmonia Sans', sans-serif !important;
  font-weight: 400 !important;
}

.full-width{
  padding: 0 60px;
}
@media (max-width: 989px){
  .header__menu-wrapper {
    text-align: center;
}
}
@media (max-width: 768px){
  .full-width{
    padding: 0 15px;
  }
}

/* Facets Filters */
.facets-container {
  border-bottom: 1px solid #D0D5D9;
}

.facets__disclosure {
  background: #F0F2F3;
  padding: 12px 16px;
}

.facets__summary,
.facets__form{
  margin-bottom: 0 !important;
}

.facet-filters.sorting.caption {
  background: #F0F2F3;
  align-items: center;
  padding: 12px 16px;
}

/* quick add */
.quick-add__submit {
  background: #fce7e7;
  color: #eb5d5c;
  font-family: Harmonia Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
}

/* product card */
.card__heading {
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: clamp(24px, 3vw, 30px);
}

.price__container {
  font-size: 20px;
  line-height: 1.2em;
}

/* pdp button */
.product-form__buttons {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
}
.shopify-payment-button {
  position: relative;
  width: 100%;
}

.product .product__title {
  line-height: 42px;
  font-size: clamp(24px, 4vw, 40px);
}

.product .product__text {
  margin: 14px 0 !important;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 26px;
}
.product .pdp-price{
  margin: 14px 0 !important;
}
.product .price__regular {
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2em;
  color: #EB5D5C;
}

.product-form__input .form__label {
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.2em;
}

.product-form__input--pill input[type=radio]:checked+label {
  background-color: #FDEFEF !important;
  color: #EB5D5C !important;
  border: 1px solid #EB5D5C !important;
}

.product-form__input--pill input[type=radio]+label:hover {
  border-color: #EB5D5C !important;
 
}

.product-form__input--pill input[type=radio]+label {
  border: none !important;
  background-color: #F0F2F3 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 1.2em !important;
}

button.quantity__button.minus {
  border-right: 1px solid;
}

button.quantity__button.plus {
  border-left: 1px solid;
}

.quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
  background-color: #D0D5D9;
}

p.pdp-floral-specs__row {
  margin: 0;
}

span.pdp-floral-specs__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #000C16;
}

span.pdp-floral-specs__value {
  font-size: 16px;
  line-height: 1.2em;
  color: #494B4C;
}

.product__info-container .product-form,
.product__info-container>*+* {
  margin: 2rem 0 !important;
}

.product-form__submit {
  margin-bottom: 0 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #FFFFFF;
}

.shopify-payment-button__button {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 1.2em !important;
  padding: 14px;
}

.p-info-panel p.p-info-panel__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  color: #000C16;
  margin: 0;
}

.p-info-panel ul {
  list-style: none;
  padding: 0;
}

.p-info-panel ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.p-info-panel ul li:before {
  content: '';
  position: absolute;
  background-image: url(/cdn/shop/files/fi_1633830.svg?v=1762242347);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  left: 0;
  top: 5px;
}

.p-info-panel .metafield-rich_text_field {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
}

variant-selects,
.pdp-floral-specs,
.p-info-panel {
  padding-top: 20px;
  border-top: 1px solid #D9DEE2;
}

/* Cart */
.cart-item .cart-item__quantity{ 
  padding-left: 0 !important;
}

.cart-item cart-remove-button {
  margin-left: 0;
}

button.custom-button.button--tertiary.cart-remove-button {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #EB5D5C;
  text-align: left;
  padding: 0;
}
.cart-drawer .cart-item {
  display: grid;
  grid-template-columns: 1fr 2fr !important;
  gap: 1rem;
  grid-template: none;
  margin-bottom: 0;
}

.cart-drawer .cart-item__media {
  width: 100%;
}

.cart-drawer .quantity {
  color: rgba(var(--color-foreground));
  min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
}

.cart-drawer quantity-popover .quantity {
  background: #FDEFEF;
  color: #EB5D5C !important;
}

.cart-drawer .quantity__button{
  color: unset;
}

.cart-drawer .quantity:after {
  box-shadow: 0 0 0 1px #EB5D5C;
}

.cart-drawer .cart-item__name {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 8px;
}

.cart-item__price-wrapper .price {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: -10px;
}

.cart-drawer .totals__total {
  font-family: Harmonia Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
}

.cart-drawer .totals__total-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
}

.cart-drawer .cart__checkout-button {
  max-width: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
}

/* collection tabs */
.featured-tabs .title-wrapper {
  text-align: center;
}

.featured-tabs div#buunto-date-picker {
  display: none;
}

.featured-tabs .title-wrapper .title {
  font-size: clamp(28px, 6vw, 52px);
  line-height: clamp(34px, 6.5vw, 61px);
  text-align: center;
  margin-bottom: 2rem;
}

.featured-tabs .title-wrapper .title em {
  color: #EB5D5C;
  font-style: normal;
}

.featured-tabs .collection__description {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.4em;
  color: #7D8082;
}

.featured-tabs .tabs-wrap {
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 28px;
}

.featured-tabs .tabs {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.featured-tabs .tab-btn {
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #FDEFEF;
  background: #FDEFEF;
  color: #7D8082;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.featured-tabs .tab-btn:hover {
  border-color: #EB5D5C;
  color: #EB5D5C;
}

.featured-tabs .tab-btn[aria-selected="true"] {
  border-color: #EB5D5C;
  color: #EB5D5C;
}

.featured-tabs .tab-panels {
  width: 100%;
}

.featured-tabs .tab-panel[hidden] {
  display: none;
}

.featured-tabs .product-grid {
  row-gap: var(--grid-mobile-vertical-spacing);
}

.featured-tabs .button:after,
.featured-tabs .button:before{
  box-shadow: none;
}
.featured-tabs .tabs { overscroll-behavior-inline: contain; }

@media (min-width: 990px) {
  .featured-tabs .product-grid {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
@media (max-width: 1400px){
  .featured-tabs .tabs{
    justify-content: start;
  }
}
@media (max-width: 990px){
  .featured-tabs .tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #FDEFEF;
    background: #FDEFEF;
    color: #7D8082;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
    justify-content: center;
  }
  .featured-tabs .tabs {
    justify-content: start;
    
  }
  .featured-tabs .tabs::-webkit-scrollbar { display: none; }
}

.featured-tabs .card-information {
  padding-top: 10px;
}

.featured-tabs .card__information .price {
  margin-top: 8px;
}

.featured-tabs .card__content .quick-add__submit,
.featured-tabs .card__content .button,
.featured-tabs .collection__view-all .button {
  background-color: #f6dfe0;
  color: #EB5D5C;
  border: 0;
  font-weight: 600;
  font-size: clamp(14px, 2.8vw, 16px);
  line-height: 1.2em;
}

.featured-tabs .card__content .quick-add__submit:hover,
.featured-tabs .card__content .button:hover,
.featured-tabs .collection__view-all .button:hover {
  background-color: #f2d1d3;
}

.featured-tabs .card__media {
  border-radius: 0;
  overflow: hidden;
}

.featured-tabs .card__heading {
  font-size: clamp(18px, 3.2vw, 24px);
  line-height: clamp(22px, 4vw, 30px);
  color: #000C16;
}

.featured-tabs .price{
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.2em;
  color: #000C16;
}

.featured-tabs .tabs-nav-btn,
.featured-tabs .tabs-progress { 
  display: none; 
}
@media (max-width: 990px){
  .featured-tabs .tabs-nav-btn {
    display: inline-flex;
  }
  .featured-tabs .tabs-progress {
    display: block;
  }
  .featured-tabs .tabs-wrap{
    border-bottom: none;
    margin-bottom: 8px;
  }
  .featured-tabs .tabs-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .featured-tabs .tabs-nav-btn {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 1px dashed #EB5D5C;
    background: #FDEFEF;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
}
  .featured-tabs .tabs-nav-btn--prev::after,
  .featured-tabs .tabs-nav-btn--next::after{
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 8px; height: 8px;
    border-top: 2px solid #EB5D5C;
    border-right: 2px solid #EB5D5C;
    transform: translate(-50%,-50%) rotate(225deg);
  }
  .featured-tabs .tabs-nav-btn--next::after{ transform: translate(-50%,-50%) rotate(45deg); }

  .featured-tabs .tabs-progress{
    height: 3px;
    background: #FDEFEF;
    margin: 10px 0 20px;
    overflow: hidden;
    border-radius: 2px;
  }
  .featured-tabs .tabs-progress__bar{
    display: block;
    height: 100%;
    width: 0%;
    background: #EB5D5C;
    transition: width .25s ease;
  }
}
/* Collection Grid */
.custom-collection-list .heading-wrap {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}

.custom-collection-list .section-heading {
  margin: 0 0 20px;
  font-size: clamp(26px, 6vw, 52px);
  line-height: clamp(32px, 6.5vw, 61px);
  text-align: center;
}

.custom-collection-list .section-heading em{
  color: #EB5D5C;
  font-style: normal;
}

.custom-collection-list .section-subheading {
  margin: 0;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.4;
}

.custom-collection-list .collection-card {
  position: relative;
  overflow: hidden;
}

.custom-collection-list .media-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.custom-collection-list .media-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.custom-collection-list .collection-card:hover .media-wrap img {
  transform: scale(1.05);
}

.custom-collection-list .collection-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: #fff;
  width: min(86%, 520px);
  padding: clamp(16px, 4vw, 30px);
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.custom-collection-list .collection-title {
  margin: 0 0 8px;
  font-size: clamp(18px, 3.2vw, 24px);
  line-height: clamp(22px, 4vw, 30px);
  text-align: center;
  color: #000C16;
}

.custom-collection-list .collection-desc {
  margin: 0;
  font-size: clamp(14px, 2.4vw, 16px);
  text-align: center;
  color: #494B4C;
}

.custom-collection-list .button-wrap {
  text-align: center;
  margin-top: clamp(18px, 4vw, 30px);
  position: relative;
  z-index: 1;
}

.custom-collection-list .button-wrap a {
  display: inline-block;
  text-decoration: none;
  padding: 14px 41px;
  background: #EB5D5C;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 2.8vw, 16px);
  line-height: 1.2em;
}

/* Custom Image with text overlay */

.cp-why-choose { width: 100%; box-sizing: border-box; }

.cp-why-choose__wrap {
  margin-left: auto; margin-right: auto;
  padding-left: 20px; padding-right: 20px;
  max-width: 1400px; box-sizing: border-box;
}
.cp-why-choose--full .cp-why-choose__wrap { max-width: 1600px; padding-left: 28px; padding-right: 28px; }

.cp-why-choose__inner { display: flex; align-items: stretch; position: relative; gap: 28px; margin-right: 60px; }
.cp-why-choose__inner--reverse { flex-direction: row-reverse; }

.cp-why-choose__media {
  flex: 0 0 30%;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  transition: transform 280ms ease;
}

.cp-why-choose__inner:not(.cp-why-choose__inner--reverse) .cp-why-choose__media {
  transform: translateX(var(--image-overlap));
}

.cp-why-choose__inner--reverse .cp-why-choose__media {
  transform: translateX(calc(-1 * var(--image-overlap)));
}

.cp-why-choose__media-img {
  width: 580px; max-width: 600px;
  aspect-ratio: 1 / 1; overflow: hidden; display: block;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12); background: #fff;
}
.cp-why-choose__media-img img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.cp-why-choose__content { flex: 1 1 52%; box-sizing: border-box; position: relative; z-index: 1; display: flex; align-items: center; }
.cp-why-choose__content-inner {
  width: 100%; box-sizing: border-box;
  background: var(--content-bg);
  padding: calc(var(--content-padding) + 18px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
  display: block;
}

.cp-why-choose__title {
  margin: 0 0 20px; color: #000C16;
  font-size: clamp(22px, 4.2vw, 48px); line-height: 1.08; font-weight: 700;
}
.cp-why-choose__title em { color: #EB5D5C; font-style: normal; }

.cp-why-choose__subtitle {
  font-weight: 700; color: #d65a59; margin: 0 0 20px 0;
  font-size: clamp(13px, 2.2vw, 18px);
}

.cp-why-choose__features { display: grid; grid-template-columns: 1fr; gap: 18px; }

.cp-feature { display: flex; gap: 16px; align-items: flex-start; }
.cp-feature__icon-wrap {
  width: 72px; height: 72px; min-width: 56px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; box-sizing: border-box; padding: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.cp-feature__icon { max-width: 44px; max-height: 44px; display: block; }
.cp-feature__icon--svg { width: 44px; height: 44px; color: #d65a59; }

.cp-feature__heading { margin-bottom: 6px; font-size: clamp(13px, 1.6vw, 15px); text-transform: uppercase; font-weight: 700; }
.cp-feature__desc { color: #7D8082; font-size: clamp(13px, 1.6vw, 15px); line-height: 1.3; }


@media (max-width: 1100px) {
  .cp-why-choose__wrap { padding-left: 18px; padding-right: 18px; }
  .cp-why-choose__inner { gap: 20px; }
  .cp-why-choose__media-img { aspect-ratio: 1 / 1; width: 420px; }
}

@media (max-width: 1024px) {
  .cp-why-choose__content-inner { padding: 55px; }
}

@media (max-width: 990px) {
  .cp-why-choose__inner { flex-direction: column; align-items: stretch; }
  .cp-why-choose__media {
    order: 0; transform: none !important; flex-basis: 100%; margin: 0; z-index: 3; display: block; padding-bottom: 12px;
  }
  .cp-why-choose__content { order: 1; flex-basis: 100%; z-index: 1; padding-top: 0; }
  .cp-why-choose__media-img { width: 100%; max-width: 100%; aspect-ratio: 16 / 10; }
  .cp-why-choose__inner {
    gap: 0;
    margin-right:0;
  }
}

@media (max-width: 480px) {
  .cp-why-choose__wrap { padding-left: 14px; padding-right: 14px; }
  .cp-feature__icon-wrap { width: 56px; height: 56px; padding: 6px; }
  .cp-why-choose__content-inner { padding: 30px; }
}

/* Map Section */
.find-us-container{
  display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center;
  gap:22px; margin:0 auto; box-sizing:border-box; align-items: center;
}
.find-us-content{ flex:1 1 45%; min-width:300px; }
.find-us-map{ flex:1 1 50%; min-width:300px; position:relative; overflow:hidden; box-sizing:border-box; align-content: center; }

.find-us-heading{
  color:#000C16;
  font-size: clamp(26px, 3vw, 52px);
  line-height: clamp(32px, 3.5vw, 62px);
  margin:0 0 20px;
}
.find-us-heading em{ color:#EB5D5C; font-style:normal; }

.find-us-desc{
  color:#7D8082;
  font-size: 16px;
  line-height:1.4; margin:0;
}

.find-us-blocks{ display:flex; flex-direction:column; gap:20px; padding-top:30px; }
.find-us-block{ display:flex; align-items:center; gap:15px; }

.find-us-icon{
  height:94px; width:94px; background:#fff; display:flex; align-items:center; justify-content:center;
  padding:20px; box-sizing:border-box; box-shadow:0 4px 10px rgba(0,0,0,0.03);
}
.find-us-icon-img{ width:clamp(40px,6vw,54px); height:clamp(40px,6vw,54px); object-fit:contain; display:block; }

.find-us-title{
  margin:0; font-size: clamp(16px, 2.6vw, 18px); line-height:1.2em; text-transform:uppercase; font-weight:700; color:#000C16;
}
.find-us-info{
  margin:4px 0 0; color:#7D8082; font-size: 16px; line-height:1.4;
}

.map-iframe{ position:relative; border: 9px solid #fff;}
.map-embed-wrapper{ position:relative; width:100%; aspect-ratio:16/10; overflow:hidden; z-index:1; }
.map-embed-wrapper iframe{ width:100% !important; height:100% !important; display:block; border:0; }

.map-logo-overlay{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  pointer-events:none; z-index:2;
}
.map-logo-img {
  width: clamp(60px, 8vw, 120px);
  height: clamp(60px, 8vw, 120px);
  padding: clamp(6px, 1vw, 10px);
  object-fit: contain;
}

@media (max-width: 991px){
  .find-us-container{ flex-direction:column; }
  .find-us-map{ order:-1; width:100%; border-width:6px; }
  .map-embed-wrapper{ aspect-ratio:4/3; min-height:300px; }
}
@media (max-width: 420px){
  .map-embed-wrapper{ aspect-ratio:1/1; min-height:260px; }
}

/* Featured blog post */
.title-wrapper.title-wrapper--align-left  { text-align: left; }
.title-wrapper.title-wrapper--align-center{ text-align: center; }
.title-wrapper.title-wrapper--align-right { text-align: right; }

.featured-blog-post .blog__title{
  font-size: clamp(28px, 6vw, 52px);
  line-height: clamp(34px, 7vw, 61px);
  text-align: inherit;
  margin: 0;
}
.featured-blog-post .blog__title em{
  color: #EB5D5C;
  font-style: normal;
}
.featured-blog-post .blog__subheading{
  margin-top: 12px;
  font-size: clamp(14px, 2.4vw, 16px);
  line-height: 1.35;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}
.featured-blog-post h3.card__heading.h2{
  font-size: clamp(18px, 2.8vw, 24px);
  line-height: clamp(24px, 3.6vw, 30px);
  color: #000C16;
  margin: 0;
}
.featured-blog-post p.article-card__excerpt{
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.4;
  color: #7D8082;
  margin-top: 8px;
  margin-bottom: 0;
}
.featured-blog-post .article-card__info span{
  font-style: italic;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.2;
  color: #EB5D5C;
  text-transform: capitalize;
}
.featured-blog-post span.circle-divider{ color:#7D8082; }
.featured-blog-post .article-card__info .circle-divider time::before{
  content: "•";
  height: 3px;
  width: 3px;
  margin: 0 6px;
  color: currentColor;
  font-weight: 700;
}

.featured-blog-post .blog-articles .article-card .card__information,
.featured-blog-post .blog__posts .article-card .card__information{
  padding: 16px 0 0;
}

@media (max-width: 749px){
  .featured-blog-post .articles-wrapper.grid{
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}

/* Footer */
.footer__bg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: var(--footer-bg-svg-opacity);
  will-change: transform, opacity;
  transition: opacity 240ms ease;
}
.footer__bg img {
  display: block;
  width: auto;
  height: auto;
  max-width: 46vw;
}
.footer__bg--top { left: 0; top: 0; }
.footer__bg--bottom { right: 0; bottom: 0; }

.footer__content-top,
.footer__content-bottom,
.footer__content-bottom-wrapper,
.footer__blocks-wrapper { position: relative; z-index: 2; }

.footer__logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  z-index: 2;
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.footer__logo-center img { max-height: 100px; width: auto; display: block; }

.logo-anim-rotate { animation: logo-rotate 6s linear infinite; }
@keyframes logo-rotate { from { transform: translateX(-50%) rotate(0); } to { transform: translateX(-50%) rotate(360deg); } }

.logo-anim-float { animation: logo-float 4s ease-in-out infinite; }
@keyframes logo-float {
  0% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
  100% { transform: translateX(-50%) translateY(0); }
}

.footer-section h2.footer-block__heading { font-size: 24px; line-height: 30px; color: #000C16; }
.footer-section .footer-block__brand-info p,
.footer-section ul.footer-block__details-content li { font-size: 16px; line-height: 1.2em; color: #7D8082; }
.footer-section .footer-block__details-content .list-menu__item--link{ padding-bottom: 8px !important; }

.footer-section .footer__blocks-wrapper{
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  justify-items: start;
  width: 100%;
}
@media (min-width: 750px){
  .footer-section .footer__blocks-wrapper{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 40px;
  }
}
@media (min-width: 1100px){
  .footer-section .footer__blocks-wrapper{
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 56px;
  }
}

.footer-section .footer-block.grid__item,
.footer-section .footer-block.grid__item.footer-block--menu{
  width: auto !important;
  max-width: none !important;
}

.footer-section .footer__content-bottom-wrapper { justify-content: center; }
.footer-section small.copyright__content,
.footer-section .policies { font-weight: 400; font-size: 16px; line-height: 1.2; }

@media screen and (max-width: 1100px) { .footer__bg img { max-width: 56vw; } }
@media screen and (max-width: 890px) {
  .footer-section .footer__blocks-wrapper { gap: 35px; }
}
@media screen and (max-width: 749px) {
  .footer__bg img { max-width: 72vw; opacity: 0.95; }
  .
  .footer__logo-center img { max-height: 100px; }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
}

@media screen and (min-width: 1600px) { .footer__bg img { max-width: 720px; } }

@media screen and (min-width: 750px) {
  .footer { margin-top: {{ section.settings.margin_top }}px; }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .footer__logo-center img { max-height: 140px; }
}

@media (max-width: 749px){

.footer-section .footer__blocks-wrapper{
  gap: 16px !important;
}
.footer-section .footer-block{
  margin: 0 !important;
  padding: 0 !important;
}

.footer-section h2.footer-block__heading{
  margin: 0 0 8px 0 !important;
  font-size: 18px;
  line-height: 22px;
}
.footer-section .footer-block__details-content,
.footer-section .footer-block__brand-info{
  margin: 0 !important;
}
.footer-section .footer-block__details-content ul{
  margin: 0 !important;
  padding: 0 !important;
}
.footer-section .footer-block__details-content li{
  margin: 0 0 6px 0 !important;
}

.footer-section .newsletter-form__field-wrapper{
  margin-top: 8px !important;
}
.footer-section .newsletter-form__message{
  margin-top: 6px !important;
}

.footer-section .footer__content-bottom{
  margin-top: 12px !important;
}
.footer-section .footer__content-bottom-wrapper{
  gap: 8px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.footer-section .footer__copyright{
  row-gap: 6px !important;
}
.footer-section .policies{
  margin: 4px 0 0 0 !important;
  gap: 8px !important;
}

.footer-section .footer__bg img{
  max-width: 60vw !important;
  opacity: 0.6 !important;
}
}

/* slideshow */
.slide-show__container .slideshow__text.banner__box{
  max-width: 100%;
}
.slide-show__container h2.banner__heading {
  font-size: 52px;
  line-height: 61px;
}
.slide-show__container .banner__text.rte {
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 16px 0;
}
.slide-show__container .banner__description {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0;
}
.slide-show__container h2.banner__heading em {
  color: #EB5D5C;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .slide-show__container h2.banner__heading {
    font-size: 48px;
    line-height: 1.2;
  }
  .slide-show__container .banner__text.rte {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .slide-show__container h2.banner__heading {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* Image with text */
.custom-img-with-text h2.image-with-text__heading {
  font-size: 52px;
  line-height: 61px;
}
.custom-img-with-text .image-with-text__text {
  font-size: 16px;
  line-height: 1.2;
  color: #494B4C;
}
.custom-img-with-text .image-with-text__text em{
  color: #EB5D5C;
}
.custom-img-with-text a.button.button--primary {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px !important;
}
@media screen and (max-width: 1024px) {
  .custom-img-with-text h2.image-with-text__heading {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .custom-img-with-text h2.image-with-text__heading {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 750px){
  .custom-img-with-text .image-with-text__content{
    padding: 30px 0 0;
  }
}

/* Multi image with text */
.vm-container{ margin: 0 auto; }
.vm-row{
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}

/* mobile: images first */
.vm-media{
  order: -1;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 48px;
}
.vm-content{ width: 100%; }

@media screen and (min-width: 990px){
  .vm-row{ flex-direction: row; align-items: center; }
  .vm-content{
    order: 1;
    width: var(--content-w);
    padding-right: 72px;
  }
  .vm-media{
    order: 2;
    width: var(--media-w);
    text-align: right;
    padding-bottom: 80px;
  }
}

.custom-media img{ display:block; width:100%; height:auto; }
.vm-main-img{
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
.vm-block {
  padding: 54px 0;
  border-bottom: 1px solid #EBECED;
}
.vm-badge-img {
  position: absolute;
  top: -22px;
  left: 6%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  animation: floatLogo 4s ease-in-out infinite;
  z-index: 2;
}
@media screen and (min-width: 990px){
  .vm-badge-img {
  top: 50px;
  left: -40px;
}
}

@media screen and (max-width: 1024px){
  .vm-block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 989px){
  .vm-badge-img {
    top: -40px;
    left: 45%;
  }
  .vm-small-img {
    left: 175px !important;
  }
}
@media screen and (max-width: 500px) {
.vm-small-img {
    left: 96px !important;
}
}
@media screen and (max-width: 375px) {
  .vm-small-img {
      left: 84px !important;
  }
}
@media screen and (max-width: 749px){
  .vm-badge-img{
    position: relative;
    top: 0; left: 0;
    margin: 0 auto 16px auto;
    animation: none;
  }
}

@keyframes floatLogo{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.vm-small-img{
  position: absolute;
  left: 18px;
  bottom: -28px;
  width: min(56%, 420px);
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0,0,0,.14);
  z-index: 2;
}
@media screen and (min-width: 990px){
  .vm-small-img{ left: -36px; bottom: -40px; }
}

.vm-heading{
  margin: 0 0 20px 0;
  font-size: clamp(40px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0;
}
.vm-desc{
  font-size: 16px;
  line-height: 1.2;
}

/* block spacing and thin divider like Figma */
.vm-block + .vm-block{ margin-top: 40px; }
.vm-sep{
  height: 1px;
  width: 86%;
  max-width: 720px;
  background: rgba(0,0,0,.08);
  margin: 20px 0 28px 0;
}

/* fine-tune gaps */
@media screen and (min-width: 1200px){
  .vm-sep{ margin: 24px 0 36px 0; }
}

/* Bottom Banner */
.more-than-flowers-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.more-than-flowers-content {
  background-color: #FDEFEF;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -140px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
  margin-right: 176px;
  margin-left: 176px;
}
@media screen and (max-width: 1440px) {
  .more-than-flowers-content {
    margin-right: 84px;
    margin-left: 84px;
  }
}
@media screen and (max-width: 990px) {
  .more-than-flowers-content {
    margin-top: 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }
  .more-than-flowers-section .full-width{
    padding: 0;
  }
}

.more-than-flowers-text {
  margin: 0 auto;
  padding: 32px 20px;
}

@media screen and (min-width: 990px) {
  .more-than-flowers-text {
    padding: 80px 100px;
  }
}

.more-than-flowers-heading {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.2;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 12px 0;
}

.more-than-flowers-description {
  font-size: clamp(14px, 1.9vw, 16px);
  color: #494B4C;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

/* Contact form */
.advanced-contact-section .contact-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DEE2;
  padding-bottom: 20px;
}

.advanced-contact-section .contact-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.advanced-contact-section .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advanced-contact-section .contact-title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 34px;
  color: #000C16;
}

.advanced-contact-section .contact-sub {
  color: #5E6062;
  font-size: 16px;
  line-height: 1.2em;
}
.advanced-contact-section .contact-sub p{
  margin: 0;
}
.advanced-contact-section .contact__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.advanced-contact-section .contact__button{
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .advanced-contact-section .contact__row-2{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
}

  .advanced-contact-section .contact__row-2 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    display: grid;
  }


.advanced-contact-section .field__input,
.advanced-contact-section .text-area.field__input,
.advanced-contact-section select.field__input {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.advanced-contact-section .contact-card {
  background: #f3f4f6;
  padding: 20px;
  max-width: 700px;
}

.swym-atw-button-container.consent-given.default-position {
  display: none;
}

details[open]:hover>.header__menu-item{
  text-decoration: none !important;
}

.header__menu-item:hover, .header__active-menu-item {
  text-decoration: none;
  color: #EB5D5C;
  font-weight: 600;
}
body .product-form__buttons button {
  padding: 5px 12px !important;
  font-size: 16px !important;
  height: 100% !important;
  
}

#swym-atw-button-container{
  margin-top: 0 !important;
}

.card__content div#buunto-date-picker {
  display: none !important;
}

.product-custom-field {
  margin-top: 16px;
}
.product-custom-field label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.product-custom-field textarea {
  width: 100%;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  resize: vertical;
}

body #swym-plugin #swym-anchor[data-position=right], #swym-hosted-plugin #swym-anchor[data-position=right] {
  bottom: 25% !important;
}

.list-menu__item {
  text-transform: uppercase;
}

.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  min-width: fit-content;
  border: none;
  display: flex;
  flex-wrap: wrap;
}

.product-form__input .form__label {
  font-size: 1.6rem;
  width: 100%;
  padding-inline-start: 0;
}

.product-form__input .field__input {
  flex-grow: 1;
  text-align: start;
  padding: 1.5rem;
}

.product-form__input .field__input {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 .2rem #FCE7E7;
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) 
ease;
}

.accordion__title {
  font-family: 'Harmonia Sans', sans-serif !important;
  font-size: 18px !important;
}

.accordion__content {
  font-size: 16px !important;
}

cart-remove-button .button{
  background: none !important;
}
@media (min-width: 768px) {
#swym-storefront-layout-section-container #swym-storefront-layout-items-container:not(:has(swym-storefront-layout-item:nth-child(3))),
#swym-storefront-layout-items-container:has(swym-storefront-layout-item:nth-child(3)):not(:has(swym-storefront-layout-item:nth-child(4))),
#swym-storefront-layout-collection-list-items-container:has(swym-storefront-layout-item:nth-child(3)):not(:has(swym-storefront-layout-item:nth-child(4))) {
    grid-template-columns: repeat(3, minmax(250px, 320px)) !important;
    gap: 20px;
}
}

#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body {
  width: 100% !important;
}
.swym-storefront-layout-body{
  overflow: auto !important;
}

