/** Shopify CDN: Minification failed

Line 186:14 Unexpected "#60more"

**/
:root {
    --nav-text: #222;
    --nav-muted: #6b6b6b;
    --bg: #fff;
    --max-width: 1080px;
    --accent-blue: #2b9bff;
}

.header {
    box-shadow: unset !important;
}

.site-navbar {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-left: 12px;
    background: var(--bg);
}

.card-inner {
    position: relative;
    display: flex;
    padding: 12px 0 0 12px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 12px;
}

.by-flower-card {
    width: 100px;
    height: 100px;
    background-color: #EBFAF0;
    border-radius: 12px;
}

.by-occasion-card {
    width: 100px;
    height: 100px;
    background-color: #EBFAF0;
    border-radius: 12px;
}

.by-occasion-card .card-media {
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
}

.by-flower-card .card-content, .by-color-card .card-content, .by-price-card .card-content, .by-style-card .card-content, .by-occasion-card .card-content, .by-gifts-card .card-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
}

.by-flower-card .card-title, .by-occasion-card .card-title, .by-gifts-card .card-title {
    color: #1F2226;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
}

.by-flower-card .card-title {
    max-width: 72px;
    word-break: break-word;
    hyphens: auto;
}

.by-occasion-card .card-title {
    max-width: 76px;
    word-break: break-word;
    hyphens: auto;
}

#chrysanthemums .card-media {
    bottom: -12px;
    right: -6px;
}

.card-media {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by-flower-card .card-media {
    position: absolute;
    bottom: -7px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.by-color-card .card-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
}


.by-color-card.pink {
    background: #FB607F;
}

.by-color-card.red {
    background: #DB1838;
}

.by-color-card.purple {
    background: #800080;
}

.by-color-card.yellow {
    background: #FCEA73;
}

.by-color-card.orange {
    background: #FFA500;
}

.by-color-card.white {
    background: #FFF;
    border: 1px solid #EAEAEA;
}

.by-color-card.pink .card-title, .by-color-card.red .card-title, .by-color-card.purple .card-title {
    color: #FFF;
}

.by-style-card, .by-color-card, .by-price-card, .by-style-card, .by-occasion-card, .by-gifts-card {
    overflow: hidden;
}

.by-color-card .card-media img {
    width: 88px;
    height: 92px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.by-color-card .card-media {
    bottom: -2px;
}

.by-color-card .card-inner, .by-price-card .card-inner, .by-style-card .card-inner, .by-gifts-card .card-inner {
    height: 100px;
    width: 100%;
}

.by-color-card, .by-price-card, .by-style-card {
    height: 100px;
    width: 244px;
}

.by-color-card, .by-price-card, .by-style-card {
    border-radius: 12px;
}


.by-price-card, .by-style-card {
    background: #EBFAF0;
}

.by-price-card#60more br {
    display: block;
}

.by-price-card .card-media {
    transform: rotate(18.52deg);
    height: 50px;
    width: 77px;
    right: -6px;
}

.by-price-card .card-title {
    color: #1F2226;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.by-style-card .card-title {
    color: #1F2226;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
}

.by-style-card#hand-tied .card-media, .by-style-card#bunches .card-media {
    right: -10px;
}

.by-style-card .card-media {
    width: 112px;
    height: 88px;
}

.by-occasion-card#anniversary .card-media {
    width: 85px;
    height: 75px;
    aspect-ratio: 17/15;
}

.by-occasion-card#apology .card-media {
    width: 63px;
    height: 77px;
    aspect-ratio: 9/11;
    right: -5px;
}

.by-occasion-card#baby .card-media {
    width: 100px;
    height: 83px;
    aspect-ratio: 23/20;
}

.by-occasion-card#birthday .card-media {
    width: 107px;
    height: 91px;
    aspect-ratio: 8/7;
}

.by-occasion-card#get-well .card-media {
    width: 39px;
    height: 63px;
    aspect-ratio: 13/21;
}

.by-occasion-card#good-luck .card-media {
    width: 62px;
    height: 64px;
    aspect-ratio: 31/32;
}

.by-occasion-card#surprise .card-media {
    width: 68px;
    height: 70px;
    aspect-ratio: 34/35;
}

.by-occasion-card#christmas .card-media {
    width: 82px;
    height: 79px;
    aspect-ratio: 82/79;
}

.by-occasion-card#sympathy .card-media {
    width: 86px;
    height: 88px;
}

.by-occasion-card#wedding .card-media {
    width: 98px;
    height: 71px;
    aspect-ratio: 98/71;
}

.by-occasion-card#retirement .card-media {
    width: 77px;
    height: 75px;
    aspect-ratio: 77/75;
}

.by-occasion-card#congratulations .card-media {
    width: 86.965px;
    height: 75px;
    aspect-ratio: 86.96/75.00;
}

.by-occasion-card#friendship .card-media {
    width: 86px;
    height: 75px;
    aspect-ratio: 86/75;
    right: -4px;
}

.by-occasion-card#new-home .card-media {
    width: 114px;
    height: 95px;
    aspect-ratio: 6/5;
    right: -5px;
}

.by-occasion-card#romantic .card-media {
    width: 78px;
    height: 75px;
    aspect-ratio: 26/25;
}

.by-occasion-card#thank-you .card-media {
    width: 65px;
    height: 74px;
    aspect-ratio: 65/74;
    right: -5px;
}

.by-occasion-card#thinking-of-you .card-media {
    width: 75px;
    height: 64px;
    aspect-ratio: 75/64;
}

.by-occasion-card#valentine .card-media {
    width: 101px;
    height: 89px;
    aspect-ratio: 101/89;
}

.by-occasion-card#mother-day .card-media {
    width: 86px;
    height: 75px;
    aspect-ratio: 86/75;
}

.by-gifts-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    align-items: stretch;
    grid-template-areas:
    "chocolate chocolate chocolate chocolate toys toys toys toys biscuit biscuit biscuit biscuit"
    "vases vases vases candles candles candles balloons balloons balloons all_gifts all_gifts all_gifts";
}

.by-gifts-card {
    border-radius: 12px;
}

.by-gifts-card#chocolate .card-media{
    right: -10px;
    width: 114px;
    height: 100px;
}

.by-gifts-card#chocolate {
    grid-area: chocolate;
}

.by-gifts-card#toys .card-media{
    width: 123px;
    height: 83px;
    aspect-ratio: 123/83;
    right: -9px;
}
.by-gifts-card#toys {
    grid-area: toys;
}

.by-gifts-card#biscuit .card-media{
    width: 93px;
    height: 87px;
    aspect-ratio: 31/29;
    bottom: -5px;
}
.by-gifts-card#biscuit {
    grid-area: biscuit;
}

.by-gifts-card#vases .card-media{
    width: 105px;
    height: 87px;
    aspect-ratio: 35/29;
}
.by-gifts-card#vases {
    grid-area: vases;
}

.by-gifts-card#candles .card-media{
    width: 123px;
    height: 94px;
    aspect-ratio: 123/94;
    right: -5px;
}
.by-gifts-card#candles {
    grid-area: candles;
}

.by-gifts-card#all_gifts .card-media{
    width: 96px;
    height: 97px;
    aspect-ratio: 96/97;
    bottom: -10px;
    right: -5px;
}
.by-gifts-card#all_gifts {
    grid-area: all_gifts;
}

.by-gifts-card#balloons .card-media{
    width: 88px;
    height: 102px;
    aspect-ratio: 44/51;
    bottom: -5px;
}
.by-gifts-card#balloons {
    grid-area: balloons;
}

.by-gifts-card {
    background: #FFEFF0;
    height: 100px;
}

.nav-wrap {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 22px;
    margin: 0;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

/* make nav-item the clickable area */
.nav-item {
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

/* pointer for the mega-item specifically */
.nav-item--mega {
    position: static;
    cursor: pointer;
}

.nav-link {
    color: #1F2226;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
    cursor: inherit; /* inherit from li */
    display: inline-block;
    user-select: none;
}

.nav-link.active {
    color: #1db954;
    font-weight: 600;
}

.subscription-promo {
    border-radius: 100px;
    background: #FFEFF0;
    color: #1F2226;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.14px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.promo-badge {
    border-radius: 100px;
    background: #F63866;
    padding: 5px;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.nav-item.nav-item--mega.open .nav-link {
    color: #009959;
    font-weight: 500;
}

.nav-item.nav-item--mega.open {
    border-bottom-color: #009959;
}

.mega {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 102%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);

}

.mega-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 24px;
    display: flex;
    gap: 110px;
    align-items: flex-start;
    justify-content: space-between;
}

.mega-panels#megaPanelsAdditions {
    width: 100%;
}

.mega-sidebar {
    width: 170px;
    min-width: 170px;
}

.mega-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-tab-bestsellers {
    color: #1F2226;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.mega-tab-bestsellers:hover, .subscription-promo:hover {
    color: #1F2226;
    cursor: pointer;
}

.mega-tab-link:hover {
    color: #7C7C7C;
    cursor: pointer;
}


.mega-tab-bestsellers svg {
    margin-right: 4px;
}

.mega-tab, .mega-tab-link {
    padding: 8px 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: background .12s ease, color .12s ease;
    outline: none;
    user-select: none;
    color: #7C7C7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.mega-tab[aria-selected="true"] {
    color: #1F2226;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.mega-tab[aria-selected="true"] svg path {
    stroke: #1F2226;
}


.mega-panel {
    display: none;
}

.mega-panel.active {
    display: block;
}

.mega-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    align-items: start;
    max-width: 748px;
}

.mega-card {
    background: #f6fffb;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    min-height: 120px;
    text-decoration: none;
    color: inherit;
}

.mega-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.mega-card .label {
    font-size: 13px;
    color: #2b2b2b;
}

/* show when open */
.nav-item--mega.open .mega {
    display: block;
    animation: fadeIn .12s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* search wrapper */
.search-trigger__wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.search-trigger {
    color: var(--nav-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
}

.placeholder-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.placeholder-item {
    background: #fff;
    border: 1px dashed #e6e6e6;
    padding: 10px;
    border-radius: 8px;
    color: var(--nav-muted);
}

@media (max-width: 780px) {
    .nav-wrap {
        display: none;
    }

    .nav-list {
        gap: 8px;
    }

    .mega {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        padding: 18px 0;
        display: none;
    }

    .nav-item--mega.open .mega {
        display: block;
        background: #fff;
    }

    .mega-inner {
        flex-direction: column;
        gap: 12px;
        max-width: 100%;
    }

    .mega-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 12px;
    }

    .mega-panels {
        padding-left: 0;
    }

    .mega-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
    }

    .by-gifts-cards {
        grid-template-areas:unset;
        grid-template-columns: repeat(3, 1fr);
        display: grid !important;
        column-gap: 8px;
        row-gap: 8px;
        justify-content: center;
        margin: 0;
    }

    .by-gifts-card#chocolate {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .by-gifts-card#toys {
        grid-column: 2 / 3;
        grid-row: 1;

    }

    .by-gifts-card#biscuit {
        grid-column: 3 / 4;
        grid-row: 1;
    }

    .by-gifts-card#vases {
        grid-column: 1 / 3;
        grid-row: 2;
        width: 184px;
    }

    .by-gifts-card#candles {
        grid-column: 3 / 4;
        grid-row: 2;
    }

    .by-gifts-card#balloons {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .by-gifts-card#all_gifts {
        grid-column: 2 / 4;
        grid-row: 3;
        width: 184px;
    }

    .by-gifts-card#chocolate .card-media {
        width: 60px;
        height: 54px;
        aspect-ratio: 10/9;
    }

    .by-gifts-card#toys .card-media {
        width: 76px;
        height: 51px;
        aspect-ratio: 76/51;
    }

    .by-gifts-card#biscuit .card-media {
        width: 58px;
        height: 55px;
        aspect-ratio: 58/55;
    }

    .by-gifts-card#vases .card-media {
        width: 94px;
        height: 77px;
        aspect-ratio: 35/29;
    }

    .by-gifts-card#candles .card-media {
        width: 71px;
        height: 58px;
        aspect-ratio: 88/67;
    }

    .by-gifts-card#balloons .card-media {
        width: 56px;
        height: 56px;
        aspect-ratio: 6/7;
    }

    .by-gifts-card#all_gifts .card-media {
        width: 79px;
        height: 65px;
        aspect-ratio: 96/97;
    }

    .by-gifts-card .card-inner {
        height: 88px;
        width: 100%;
    }

    .by-gifts-card {
        height: 88px;
        width: 88px;
    }

    .by-flower-card, .by-color-card, .by-occasion-card, .by-price-card, .by-style-card {
        width: 88px;
        height: 88px;
    }

    .by-flower-card .card-inner, .by-color-card .card-inner, .by-occasion-card .card-inner, .by-price-card .card-inner, .by-style-card .card-inner {
        width: 88px;
        height: 88px;
        padding: 8px 0 0 8px;
    }

    .by-flower-card .card-media {
        height: 75px;
        width: 75px;
    }

    .by-price-card .card-media {
        transform: rotate(10deg);
        height: 50px;
        width: 77px;
        right: -14px;
    }

    .by-style-card {
        background: #FFEFF0 !important;
    }

    .by-style-card .card-media {
        width: 65px;
        height: 77px;
        right: 0 !important;
        bottom: -6px;
    }

    #panel-flower-type, #panel-by-color, #panel-occasions, #panel-shop-by-price, #panel-bouquet-style {
        margin-top: 24px;
    }

    #panel-occasions {
        margin-bottom: 70px;
    }

    #panel-flower-type .mega-grid, #panel-by-color .mega-grid, #panel-occasions .mega-grid, #panel-shop-by-price .mega-grid, #panel-bouquet-style .mega-grid {
        padding-left: 16px;
    }

    .by-color-card .card-media {
        height: 65px;
        width: 65px;
    }

    .by-occasion-card#anniversary .card-media {
        width: 71px;
        height: 63px;
        aspect-ratio: 71/63;
    }

    .by-occasion-card#apology .card-media {
        width: 51px;
        height: 62px;
        aspect-ratio: 51/62;
        right: -5px;
    }

    .by-occasion-card#baby .card-media {
        width: 91px;
        height: 79px;
        aspect-ratio: 91/79;
    }

    .by-occasion-card#birthday .card-media {
        width: 101px;
        height: 89px;
        aspect-ratio: 101/89;
    }

    .by-occasion-card#get-well .card-media {
        width: 36px;
        height: 58px;
        aspect-ratio: 18/29;
    }

    .by-occasion-card#good-luck .card-media {
        width: 57px;
        height: 58px;
        aspect-ratio: 57/58;
    }

    .by-occasion-card#surprise .card-media {
        width: 63px;
        height: 65px;
        aspect-ratio: 63/65;
    }

    .by-occasion-card#christmas .card-media {
        width: 63px;
        height: 60px;
        aspect-ratio: 21/20;
    }

    .by-occasion-card#sympathy .card-media {
        width: 91.096px;
        height: 89.001px;
    }

    .by-occasion-card#wedding .card-media {
        width: 105px;
        height: 76px;
        aspect-ratio: 105/76;
    }

    .by-occasion-card#congratulations .card-media {
        width: 71px;
        height: 62px;
        aspect-ratio: 71/62;
    }

    .by-occasion-card#friendship .card-media {
        width: 71px;
        height: 63px;
        aspect-ratio: 71/63;
    }

    .by-occasion-card#new-home .card-media {
        width: 107px;
        height: 89px;
        aspect-ratio: 107/89;
    }

    .by-occasion-card#romantic .card-media {
        width: 62px;
        height: 60px;
        aspect-ratio: 31/30;
    }

    .by-occasion-card#thank-you .card-media {
        width: 58px;
        height: 66px;
        aspect-ratio: 29/33;
    }

    .by-occasion-card#thinking-of-you .card-media {
        width: 68px;
        height: 58px;
        aspect-ratio: 34/29;
    }

    .by-occasion-card#valentine .card-media {
        width: 84px;
        height: 74px;
        aspect-ratio: 42/37;
    }

    .by-occasion-card#mother-day .card-media {
        width: 71px;
        height: 63px;
        aspect-ratio: 71/63;
    }

    .by-occasion-card#retirement .card-media {
        width: 65px;
        height: 63px;
        aspect-ratio: 65/63;
    }

}