/* Compensate for the large transparent border inside the source PNG. */
.site-logo-primary {
    display: block;
    width: 400px;
    max-width: none;
    height: 400px;
    margin: -145px -88.5px;
    object-fit: contain;
}

/* Keep the desktop Back to Shop link in its own row above product details. */
@media only screen and (min-width: 768px) {
    .product-summery > .product-nav {
        position: static;
        width: 100%;
        margin-bottom: 18px;
        justify-content: flex-end;
    }

    .product-summery > .product-nav a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0;
    }

    .product-summery > .product-nav a i {
        font-size: 16px;
    }
}

/* Sunshine-yellow shared headers with a soft repeating wave along the bottom. */
.shared-main-header,
.shared-main-header > .site-menu-section,
.shared-floating-header {
    background-color: #ffe75e !important;
}

.shared-main-header > .site-menu-section {
    border-top: 0;
}

/* Breadcrumbs sit in a compact strip below page-title images. */
.page-breadcrumb-section {
    padding: 10px 0;
    background-color: #ffffff;
}

.page-breadcrumb-section .breadcrumb {
    margin: 0;
}

.page-breadcrumb-section + .section.section-padding {
    padding-top: 20px;
}

/* Preserve the original hero height without displaying its overlaid title. */
.hero-title-spacer {
    visibility: hidden;
    pointer-events: none;
}

/* The product-gallery enlarge control is intentionally not used. */
.product-images > .product-gallery-popup {
    display: none !important;
}

.blog-list-return {
    margin: 32px 0;
}

.blog-list-return .btn i {
    margin-right: 8px;
}

/* Keep each blog's opening image fully visible without dominating the page. */
.single-blog > .image {
    text-align: center;
}

.single-blog > .image > img {
    width: auto !important;
    max-width: 100%;
    max-height: min(70vh, 650px);
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .single-blog > .image > img {
        max-height: 58vh;
    }
}

/* Present the footer Instagram link as a clear text button. */
.footer1-social .widget-social li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    color: #333333;
    border-radius: 999px;
    background-color: #ffe75e;
}

.footer1-social .widget-social li a::after {
    content: "Follow us on Instagram";
}

.footer1-social .widget-social li a i {
    font-size: 18px;
}

.footer1-social .widget-social li a:hover {
    color: #ffffff;
    background-color: #f8796c;
}

.shared-main-header {
    position: relative;
}

.shared-floating-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.shared-main-header::after,
.shared-floating-header::after {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -16px;
    left: 0;
    height: 17px;
    content: "";
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='17' viewBox='0 0 160 17'%3E%3Cpath fill='%23ffe75e' d='M0 0h160v5c-20 0-20 11-40 11S100 5 80 5 60 16 40 16 20 5 0 5V0Z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 160px 17px;
    filter: drop-shadow(0 3px 2px rgba(85, 67, 0, 0.12));
}

.shared-floating-header::after {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.shared-floating-header.is-sticky.site-scroll-up::after {
    opacity: 1;
}

.shared-main-header > .container,
.shared-main-header > .site-menu-section,
.shared-floating-header > .container {
    position: relative;
    z-index: 1;
}

.site-logo-compact {
    display: block;
    width: 260px;
    max-width: none;
    height: 260px;
    margin: -100px -20px;
    object-fit: contain;
}

@media only screen and (max-width: 575px) {
    .site-logo-compact {
        width: 220px;
        height: 220px;
        margin: -85px -10px;
    }

}

/* Fixed, always-visible mobile navigation without a hamburger menu. */
@media only screen and (max-width: 1199px) {
    body.mobile-fixed-nav-enabled {
        padding-top: 64px;
    }

    .mobile-header:not(.sticky-header) {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    }

    .mobile-header.sticky-header {
        display: none !important;
    }

    .mobile-header:not(.sticky-header) > .container {
        padding-top: 4px;
        padding-bottom: 5px;
    }

    .mobile-header:not(.sticky-header) .row {
        flex-wrap: nowrap;
    }

    .mobile-header:not(.sticky-header) .row > .col:first-child {
        order: 1;
        flex: 0 0 54px;
        max-width: 54px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .mobile-header:not(.sticky-header) .row > .col-auto {
        order: 3;
        padding-right: 4px;
        padding-left: 4px;
    }

    .mobile-header:not(.sticky-header) .header-logo {
        padding: 0;
    }

    .mobile-header .site-logo-compact.mobile-square-logo {
        width: 46px;
        max-width: 46px;
        height: 54px;
        margin: 0;
        object-fit: contain;
    }

    .mobile-header .mobile-menu-toggle {
        display: none !important;
    }

    .mobile-direct-nav {
        order: 2;
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .mobile-direct-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-direct-nav a {
        font-family: "Marcellus", serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        padding: 3px 2px;
        color: #333333;
    }

    .mobile-header:not(.sticky-header) .header-tools > div {
        margin-left: 10px;
    }

    .mobile-header:not(.sticky-header) .header-tools > div.header-wishlist > a i,
    .mobile-header:not(.sticky-header) .header-tools > div.header-cart > a i {
        margin-right: 0;
    }

    .mobile-direct-nav a:hover,
    .mobile-direct-nav a:focus {
        color: #f8796c;
    }
}

@media only screen and (max-width: 374px) {
    .mobile-header:not(.sticky-header) .row > .col:first-child {
        flex-basis: 48px;
        max-width: 48px;
    }

    .mobile-header .site-logo-compact.mobile-square-logo {
        width: 40px;
        max-width: 40px;
    }

    .mobile-direct-nav ul {
        gap: 10px;
    }

    .mobile-direct-nav a {
        font-size: 13px;
    }
}

/* A shorter, cleaner footer across the site. */
.footer1-section.section-padding {
    padding-top: 35px;
    padding-bottom: 25px;
}

.footer1-logo {
    margin-bottom: 18px;
}

.footer1-logo .site-logo-primary {
    width: 320px;
    height: 320px;
    margin: -120px auto;
}

.footer1-menu {
    margin-bottom: 18px;
}

.footer1-social {
    margin-bottom: 14px;
}

.footer1-copyright .copyright {
    margin: 0;
    line-height: 1.4;
}

.footer1-copyright .copyright a {
    color: #333333;
}
/* Compact desktop header: navigation centered, shop tools on its right. */
@media only screen and (min-width: 1200px) {
    .header-two-row-compact > .container:first-child .header-logo {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header-two-row-compact > .container:first-child .site-logo-primary {
        width: 320px;
        height: 320px;
        margin: -120px auto;
    }

    .header-two-row-compact > .site-menu-section > .container {
        position: relative;
    }

    .header-two-row-compact .header-nav-tools {
        position: absolute;
        z-index: 5;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .header-two-row-compact > .site-menu-section .site-main-menu > ul > li > a {
        padding: 14px 22px;
    }

    .header-section:not(.header-two-row-compact) .header-logo,
    .sticky-header .header-logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-section:not(.header-two-row-compact) .site-main-menu > ul > li > a,
    .sticky-header .site-main-menu > ul > li > a {
        padding: 6px 18px;
    }
}

/* Shared site header mounted by assets/js/site-header.js. */
.shared-site-header {
    display: flow-root;
    width: 100%;
}

.shared-floating-header.site-scroll-down {
    transform: translateY(-100%) !important;
}

.shared-floating-header.is-sticky.site-scroll-up {
    transform: translateY(0) !important;
}

@media only screen and (max-width: 1199px) {
    .shared-main-header .header-wishlist,
    .shared-main-header .header-cart,
    .shared-floating-header .header-wishlist,
    .shared-floating-header .header-cart {
        display: none !important;
    }

    .shared-main-header > .container:first-child .row {
        justify-content: center;
    }

    .shared-main-header .shared-header-spacer {
        display: none;
    }

    .shared-main-header > .container:first-child .row > .col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shared-main-header > .container:first-child .header-logo {
        justify-content: center;
        padding: 0;
    }

    .shared-main-header > .container:first-child .site-logo-primary {
        width: 240px;
        height: 240px;
        margin: -87px auto;
    }

    .shared-main-header > .site-menu-section > .container {
        position: relative;
        padding-right: 72px;
        padding-left: 72px;
    }

    .shared-main-header > .site-menu-section .site-main-menu {
        justify-content: center !important;
    }

    .shared-main-header > .site-menu-section .site-main-menu > ul {
        flex-wrap: nowrap;
        font-size: 13px;
    }

    .shared-main-header > .site-menu-section .site-main-menu > ul > li {
        letter-spacing: 0.5px;
    }

    .shared-main-header > .site-menu-section .site-main-menu > ul > li > a {
        padding: 10px 7px;
    }

    .shared-main-header .header-nav-tools {
        position: absolute;
        z-index: 5;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
    }

    .shared-main-header .header-nav-tools > div,
    .shared-floating-header .header-tools > div {
        margin-left: 8px;
    }

    .shared-main-header .header-nav-tools > div.header-wishlist > a i,
    .shared-main-header .header-nav-tools > div.header-cart > a i,
    .shared-floating-header .header-tools > div.header-wishlist > a i,
    .shared-floating-header .header-tools > div.header-cart > a i {
        margin-right: 0;
    }

    .shared-floating-header {
        display: block !important;
    }

    .shared-floating-header.site-scroll-up {
        transform: translateY(0) !important;
    }

    .shared-floating-header.site-scroll-up::after {
        opacity: 1;
    }

    .shared-floating-header.site-scroll-down {
        transform: translateY(-100%) !important;
    }

    .shared-floating-header > .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .shared-floating-header .row {
        flex-wrap: nowrap;
    }

    .shared-floating-header .shared-floating-logo-column {
        flex: 0 0 72px;
        max-width: 72px;
        padding-right: 3px;
        padding-left: 10px;
    }

    .shared-floating-header .shared-floating-menu-column {
        display: block !important;
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 3px;
        padding-left: 3px;
    }

    .shared-floating-header .shared-floating-tools-column {
        padding-right: 3px;
        padding-left: 3px;
    }

    .shared-floating-header .header-logo {
        padding: 0;
    }

    .shared-floating-header .shared-floating-logo-picture {
        display: block;
    }

    .shared-floating-header .site-logo-compact {
        width: 62px;
        max-width: 62px;
        height: 62px;
        margin: 0;
        object-fit: contain;
    }

    .shared-floating-header .site-main-menu > ul {
        flex-wrap: nowrap;
        font-size: 14px;
    }

    .shared-floating-header .site-main-menu > ul > li {
        letter-spacing: 0.3px;
    }

    .shared-floating-header .site-main-menu > ul > li > a {
        padding: 8px 5px;
    }
}

@media only screen and (max-width: 374px) {
    .shared-main-header > .container:first-child .site-logo-primary {
        width: 220px;
        height: 220px;
        margin: -80px auto;
    }

    .shared-main-header > .site-menu-section > .container {
        padding-right: 64px;
        padding-left: 64px;
    }

    .shared-main-header > .site-menu-section .site-main-menu > ul {
        font-size: 12px;
    }

    .shared-main-header > .site-menu-section .site-main-menu > ul > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .shared-floating-header .shared-floating-logo-column {
        flex-basis: 64px;
        max-width: 64px;
        padding-left: 7px;
    }

    .shared-floating-header .site-logo-compact {
        width: 54px;
        max-width: 54px;
        height: 54px;
    }

    .shared-floating-header .site-main-menu > ul {
        font-size: 13px;
    }

    .shared-floating-header .site-main-menu > ul > li > a {
        padding-right: 3px;
        padding-left: 3px;
    }

    .shared-floating-header .header-tools > div {
        margin-left: 6px;
    }
}
