.fm-wpgc-wrapper{
    --fm-wpgc-arrow-size: 42px;
    --fm-wpgc-filter-width: 520px;
    --fm-wpgc-hover-lift: 58px;
    --fm-wpgc-hover-duration: 260ms;
    position: relative;
    width: 100%;
}

:where(.fm-wpgc-theme-atelier){
    --fm-theme-surface: #fbfaf8;
    --fm-theme-surface-soft: #f3efe9;
    --fm-theme-ink: #211d1a;
    --fm-theme-muted: #746b63;
    --fm-theme-line: #d8d1c9;
    --fm-theme-action: transparent;
    --fm-theme-action-text: #211d1a;
    --fm-theme-action-hover: #211d1a;
    --fm-theme-radius: 0;
	--fm-theme-panel: #f4efe8;
	--fm-theme-panel-ink: #2c2621;
	--fm-theme-overlay: rgba(33, 29, 26, .56);
	--fm-theme-font: Montserrat, sans-serif;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-card{
    color: var(--fm-theme-ink);
    background-color: var(--fm-theme-surface);
    border: 1px solid var(--fm-theme-line);
    border-radius: var(--fm-theme-radius);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper.fm-wpgc-upsell-row .fm-wpgc-product-card{
    border-radius: var(--fm-theme-radius);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-content{
    background-color: var(--fm-theme-surface);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-title{
    letter-spacing: .015em;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-button{
    color: var(--fm-theme-action-text);
    background-color: var(--fm-theme-action);
    border: 1px solid var(--fm-theme-action);
    border-radius: var(--fm-theme-radius);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-button{
    border-color: var(--fm-theme-ink);
    letter-spacing: .08em;
    text-transform: uppercase;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-button:hover,
:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-button:focus{
    color: #fff;
    background-color: var(--fm-theme-action-hover);
    border-color: var(--fm-theme-action-hover);
    opacity: 1;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-arrow{
    color: var(--fm-theme-ink);
    background-color: color-mix(in srgb, var(--fm-theme-surface) 92%, transparent);
    border: 1px solid var(--fm-theme-line);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet{
	background-color: var(--fm-theme-line);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-image-pagination .swiper-pagination-bullet-active{
	background-color: var(--fm-theme-ink);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-arrow,
:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-wishlist-toggle{
    border-radius: 0;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-badges span{
    border-radius: var(--fm-theme-radius);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-badges span:not(.fm-wpgc-product-badge--sale){
    color: var(--fm-theme-ink);
    background-color: var(--fm-theme-surface);
    border-color: var(--fm-theme-ink);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-wrapper .fm-wpgc-product-badge--sale{
    color: #fff;
    background-color: var(--fm-theme-ink);
    border-color: var(--fm-theme-ink);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-panel{
    color: var(--fm-theme-ink);
    background-color: var(--fm-theme-surface);
    border-color: var(--fm-theme-line);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-close{
	color: var(--fm-theme-ink);
	background-color: var(--fm-theme-surface-soft);
	border-color: var(--fm-theme-line);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-close:hover,
:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-close:focus{
	color: var(--fm-theme-action-text);
	background-color: var(--fm-theme-action-hover);
	border-color: var(--fm-theme-action-hover);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-cart-item,
:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-wishlist-item{
    border-bottom-color: var(--fm-theme-line);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-action{
    color: var(--fm-theme-action-text);
    background-color: var(--fm-theme-action);
    border: 1px solid var(--fm-theme-action);
    border-radius: var(--fm-theme-radius);
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-action{
    border-color: var(--fm-theme-ink);
    letter-spacing: .08em;
    text-transform: uppercase;
}

:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-action:hover,
:where(.fm-wpgc-theme-atelier).fm-wpgc-drawer-root .fm-wpgc-drawer-action:focus{
    color: #fff;
    background-color: var(--fm-theme-action-hover);
    border-color: var(--fm-theme-action-hover);
}

.fm-wpgc-wrapper,
.fm-wpgc-wrapper *{
    box-sizing: border-box;
}

.fm-wpgc-wrapper button{
    background-image: none !important;
    text-shadow: none !important;
}

.fm-wpgc-wrapper button:focus,
.fm-wpgc-wrapper button:focus-visible,
.fm-wpgc-drawer-root button:focus,
.fm-wpgc-drawer-root button:focus-visible,
.fm-wpgc-drawer-root a:focus,
.fm-wpgc-drawer-root a:focus-visible{
    outline: none !important;
    box-shadow: none;
}

.fm-wpgc-image-swiper{
    width: 100%;
    overflow: hidden;
}

.fm-wpgc-products-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.fm-wpgc-product-item{
    min-width: 0;
    height: 100%;
}

.fm-wpgc-product-item[hidden]{
    display: none !important;
}

.fm-wpgc-product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
}

.fm-wpgc-image-swiper{
    position: relative;
    flex: 0 0 auto;
    height: 460px;
    background: transparent;
}

.fm-wpgc-image-slide,
.fm-wpgc-image-slide img,
.fm-wpgc-image-link{
    width: 100%;
    height: 100%;
}

.fm-wpgc-image-link{ display: block; }

.fm-wpgc-image-slide img{
    display: block;
    object-fit: cover;
}

.fm-wpgc-image-pagination{
    position: absolute;
    right: 0;
    bottom: 16px !important;
    left: 0;
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: auto;
}

.fm-wpgc-image-pagination-preview{
    pointer-events: none;
}

.fm-wpgc-image-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #ded8d5;
    opacity: 1;
}

.fm-wpgc-image-pagination .swiper-pagination-bullet-active{
    background: #222;
}

.fm-wpgc-product-content{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 22px;
}

.fm-wpgc-product-title{
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    min-height: 2.4em;
    max-height: 2.4em;
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.fm-wpgc-wrapper a,
.fm-wpgc-wrapper a:hover,
.fm-wpgc-wrapper a:focus,
.fm-wpgc-product-title a,
.fm-wpgc-product-title a:hover,
.fm-wpgc-product-title a:focus,
.fm-wpgc-product-price,
.fm-wpgc-product-price *{
    color: inherit;
    text-decoration-line: none !important;
    text-decoration: none !important;
    box-shadow: none;
}

.fm-wpgc-product-price{
    width: 100%;
    font-size: 17px;
    line-height: 1.4;
}

.fm-wpgc-product-rating{
    min-height: 1.2em;
    width: 100%;
    color: #f4a300;
    font-size: 16px;
    line-height: 1;
}

.fm-wpgc-product-rating .star-rating{
    display: inline-block;
    float: none;
    position: relative;
    width: 5.7em;
    height: 1em;
    margin: 0;
    color: inherit;
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: .08em;
    line-height: 1;
}

.fm-wpgc-product-rating .star-rating::before{
    content: '☆☆☆☆☆';
    position: absolute;
    top: 0;
    left: 0;
}

.fm-wpgc-product-rating .star-rating span{
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    padding-top: 1.2em;
    overflow: hidden;
}

.fm-wpgc-product-rating .star-rating span::before{
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
}

.fm-wpgc-product-footer{
    display: flex;
    width: 100%;
    margin-top: auto;
    flex-direction: column;
    align-items: stretch;
    gap: inherit;
}

.fm-wpgc-color-attribute{
    display: flex;
    align-items: center;
    gap: 8px;
}

.fm-wpgc-color-option{
    --fm-wpgc-option-color: #d9d9d9;
    --fm-wpgc-option-image: none;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 3px;
    border: 1px solid #777;
    border-radius: 50%;
    background-color: var(--fm-wpgc-option-color);
    background-image: var(--fm-wpgc-option-image);
    background-position: center;
    background-size: cover;
	text-decoration: none !important;
	cursor: pointer;
}

.fm-wpgc-color-option.has-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fm-wpgc-option-color);
    background-color: transparent;
    background-image: none;
}

.fm-wpgc-color-option.has-icon i,
.fm-wpgc-color-option.has-icon svg{
    width: 62%;
    height: 62%;
    color: inherit;
    fill: currentColor;
}

.fm-wpgc-color-option:focus-visible{
    outline: none !important;
}

.fm-wpgc-color-option.is-preview-active{
    box-shadow: 0 0 0 2px currentColor;
}

.fm-wpgc-product-price del{
    opacity: .55;
    text-decoration-line: line-through !important;
    text-decoration-style: solid !important;
}

.fm-wpgc-product-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 12px 18px;
    color: #fff;
    background: #111;
    border-radius: 4px;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

.fm-wpgc-product-button:hover,
.fm-wpgc-product-button:focus{
    color: #fff;
    background-color: #111;
    border-color: #111;
    opacity: .82;
    text-decoration: none !important;
}

.fm-wpgc-category-tabs-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 0 0 24px;
}

.fm-wpgc-category-tabs-title{
    flex: 0 0 auto;
    margin: 0;
    color: #111;
    font-size: 30px;
    line-height: 1.15;
}

.fm-wpgc-category-tabs{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    min-width: 0;
}

.fm-wpgc-category-tab,
.fm-wpgc-category-show-all{
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    color: #111;
    background: transparent !important;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
}

.fm-wpgc-category-tab::after,
.fm-wpgc-category-show-all::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .2s ease;
}

.fm-wpgc-category-tab:hover::after,
.fm-wpgc-category-tab:focus-visible::after,
.fm-wpgc-category-tab.is-active::after,
.fm-wpgc-category-show-all::after{
    transform: scaleX(1);
    transform-origin: left center;
}

.fm-wpgc-category-show-all{
    margin-left: 4px;
    padding-left: 30px;
}

.fm-wpgc-category-show-all::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    background: #ddd;
    transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-content{
        position: relative;
        z-index: 4;
        background: inherit;
        transition: transform var(--fm-wpgc-hover-duration) ease;
        will-change: transform;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-footer{
        position: relative;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-button{
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
        transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity var(--fm-wpgc-hover-duration) ease, transform var(--fm-wpgc-hover-duration) ease;
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-content,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-content{
        transform: translateY(calc(-1 * var(--fm-wpgc-hover-lift)));
    }

    .fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:hover .fm-wpgc-product-button,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-card:focus-within .fm-wpgc-product-button{
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

.fm-wpgc-upsell-row .fm-wpgc-products-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fm-wpgc-products-carousel,
.fm-wpgc-products-viewport{
    position: relative;
    width: 100%;
}

.fm-wpgc-products-viewport{
    overflow: hidden;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-grid{
    display: flex;
    align-items: stretch;
    grid-template-columns: none;
    gap: 0 !important;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-product-item{
    width: auto;
    height: auto;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-product-card{
    height: 100%;
}

/* Stable no-JS/editor fallback while Elementor loads its asynchronous Swiper. */
.fm-wpgc-wrapper.is-products-carousel{
    --fm-wpgc-products-per-view: 4;
    --fm-wpgc-products-gap: 16px;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-viewport:not(.swiper-initialized) .fm-wpgc-products-grid{
    gap: var(--fm-wpgc-products-gap) !important;
}

.fm-wpgc-wrapper.is-products-carousel .fm-wpgc-products-viewport:not(.swiper-initialized) .fm-wpgc-product-item{
    width: calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
    flex: 0 0 calc((100% - (var(--fm-wpgc-products-per-view) - 1) * var(--fm-wpgc-products-gap)) / var(--fm-wpgc-products-per-view));
}

.fm-wpgc-products-pagination.fm-wpgc-image-pagination{
    position: relative;
    right: auto;
    bottom: auto !important;
    left: auto;
    min-height: 10px;
    margin-top: 16px;
}

.fm-wpgc-products-pagination.swiper-pagination-lock,
.fm-wpgc-products-prev.swiper-button-lock,
.fm-wpgc-products-next.swiper-button-lock{
    display: none !important;
}

.fm-wpgc-upsell-row .fm-wpgc-product-card{
    border-radius: 10px;
}

.fm-wpgc-upsell-row .fm-wpgc-image-swiper{
    height: 240px;
}

.fm-wpgc-upsell-row .fm-wpgc-image-swiper img{
    object-fit: contain;
}

.fm-wpgc-upsell-row .fm-wpgc-product-content{
    gap: 8px;
    padding: 14px 0 0;
}

.fm-wpgc-upsell-row .fm-wpgc-product-title{
    min-height: 2.5em;
    max-height: 2.5em;
    font-size: 15px;
    line-height: 1.25;
}

.fm-wpgc-upsell-row .fm-wpgc-product-price{
    font-size: 14px;
    line-height: 1.3;
}

.fm-wpgc-upsell-row .fm-wpgc-product-button{
    margin-top: 0;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.2;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-card{
    min-height: 218px;
    flex-direction: row;
    border: 1px solid rgba(17, 17, 17, .14);
    border-radius: 4px;
}

.fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals .fm-wpgc-products-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1024px) {
    .fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals .fm-wpgc-products-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper{
    width: 42%;
    height: auto !important;
    min-height: 218px;
    flex: 0 0 42%;
    align-self: stretch;
    border-radius: 0;
    background: #f7f7f7;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper img{
    object-fit: contain;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-content{
    min-width: 0;
    flex: 1 1 auto;
    justify-content: center;
    gap: 7px;
    padding: 20px 16px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-title{
    min-height: 2.5em;
    max-height: 2.5em;
    font-size: 15px;
    line-height: 1.25;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-rating{
    min-height: 1em;
    font-size: 14px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-footer{
    margin-top: 0;
    align-items: flex-start;
    gap: 8px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-price{
    font-size: 14px;
    font-weight: 600;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-content .fm-wpgc-countdown{
    position: static !important;
    inset: auto !important;
    width: 100%;
    max-width: none;
    margin: 2px 0;
    transform: none !important;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-unit{
    min-height: 42px;
    padding: 5px 3px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-value{
    font-size: 14px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-countdown-label{
    font-size: 8px;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-button,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:hover,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:focus{
    width: auto;
    min-height: 0;
    justify-content: flex-start;
    align-self: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #111;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
}

.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:hover,
.fm-wpgc-layout-compact-deals .fm-wpgc-product-button:focus{
    opacity: .65;
}

.fm-wpgc-arrow{
    position: absolute;
    z-index: 5;
    top: 50%;
    width: var(--fm-wpgc-arrow-size);
    height: var(--fm-wpgc-arrow-size);
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: rgba(255, 255, 255, .92);
    box-shadow: none;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.fm-wpgc-arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fm-wpgc-image-prev{
    left: 14px;
}

.fm-wpgc-image-next{
    right: 14px;
}

.fm-wpgc-image-prev::before{
    transform: translate(-35%, -50%) rotate(-135deg);
}

.fm-wpgc-image-next::before{
    transform: translate(-65%, -50%) rotate(45deg);
}

.fm-wpgc-arrow.swiper-button-disabled{
    opacity: .3;
    cursor: default;
}

.fm-wpgc-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.fm-wpgc-page-button{
    min-width: 42px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #111;
    background: #fff;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-page-button:hover,
.fm-wpgc-page-button:focus{
    color: #111;
    background: #fff;
    border-color: #111;
}

.fm-wpgc-page-button.is-active{
    color: #fff;
    background: #111;
    border-color: #111;
}

.fm-wpgc-page-button:disabled{
    opacity: .35;
    cursor: default;
}

.fm-wpgc-infinite-status{
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    visibility: hidden;
}

.fm-wpgc-infinite-status.is-loading{
    visibility: visible;
}

.fm-wpgc-spinner{
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: fm-wpgc-spin .7s linear infinite;
}

.fm-wpgc-infinite-sentinel{
    width: 100%;
    height: 1px;
}

.fm-wpgc-filter-toolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.fm-wpgc-quick-filters{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 10px;
}

.fm-wpgc-quick-filter{
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid currentColor;
    font: inherit;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-quick-filter:hover,
.fm-wpgc-quick-filter:focus{
    border-color: currentColor;
}

.fm-wpgc-product-badges{
    position: absolute;
    z-index: 7;
    top: 12px;
    left: 12px;
    display: flex;
    max-width: calc(100% - 72px);
    flex-direction: column;
    align-items: flex-start;
}

.fm-wpgc-product-badges span{
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #333;
    color: #333;
    background-color: rgba(255, 255, 255, .92);
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.fm-wpgc-product-badges span + span{ margin-top: -1px; }

.fm-wpgc-product-badges .fm-wpgc-product-badge--sale{
    color: #fff;
    background-color: #d60000;
    border-color: #d60000;
}

.fm-wpgc-wishlist{
    position: absolute;
    z-index: 8;
    top: 12px;
    right: 12px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    color: #222;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-wishlist:hover,
.fm-wpgc-wishlist:focus{
    color: #222;
    background: #fff;
}

.fm-wpgc-wishlist svg{
    width: 23px;
    height: 23px;
    overflow: visible;
}

.fm-wpgc-wishlist path{
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: fill .2s ease;
}

.fm-wpgc-wishlist.is-active path{ fill: currentColor; }

.fm-wpgc-countdown[hidden]{
    display: none !important;
}

.fm-wpgc-countdown{
    position: absolute;
    z-index: 8;
    bottom: 10px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: calc(100% - 24px);
    max-width: 270px;
    transform: translateX(-50%);
    pointer-events: none;
}

.fm-wpgc-countdown-unit{
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 4px;
    border: 1px solid rgba(17, 17, 17, .18);
    color: #111;
    background: rgba(255, 255, 255, .94);
}

.fm-wpgc-countdown-value,
.fm-wpgc-countdown-label{
    display: block;
    width: 100%;
    margin: 0;
    color: inherit;
    text-align: center;
    white-space: nowrap;
}

.fm-wpgc-countdown-value{
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.fm-wpgc-countdown-label{
    margin-top: 3px;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
}

.fm-wpgc-image-swiper.is-countdown-visible .fm-wpgc-image-pagination{
    bottom: 66px !important;
}

.fm-wpgc-filter-open{
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid currentColor;
    font: inherit;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-filter-open:hover,
.fm-wpgc-filter-open:focus{
    border-color: currentColor;
}

.fm-wpgc-filter-count{
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px;
}

.fm-wpgc-filter-count[hidden],
.fm-wpgc-filter-overlay[hidden]{
    display: none !important;
}

.fm-wpgc-filter-overlay{
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(4, 7, 10, .72);
    backdrop-filter: blur(4px);
}

.fm-wpgc-filter-panel{
    position: fixed;
    z-index: 100001;
    top: 0;
    right: 0;
    width: min(var(--fm-wpgc-filter-width), 100vw);
    height: 100dvh;
    padding: 34px 30px 26px;
    border-left: 1px solid currentColor;
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform .3s ease;
}

.fm-wpgc-filter-panel.is-open{
    transform: translateX(0);
}

.fm-wpgc-filter-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.fm-wpgc-filter-header h3{
    margin: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.fm-wpgc-filter-close{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.fm-wpgc-filter-close:hover,
.fm-wpgc-filter-close:focus{
    color: inherit;
    border-color: currentColor;
}

.fm-wpgc-filter-close i,
.fm-wpgc-filter-close svg{
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.fm-wpgc-filter-group{
    border-bottom: 1px solid currentColor;
}

.fm-wpgc-filter-group summary{
    position: relative;
    padding: 19px 34px 19px 0;
    list-style: none;
    font-size: 20px;
    cursor: pointer;
}

.fm-wpgc-filter-group summary::-webkit-details-marker{ display: none; }

.fm-wpgc-filter-group summary::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.fm-wpgc-filter-group[open] summary::after{
    transform: translateY(-35%) rotate(135deg);
}

.fm-wpgc-filter-options{
    display: grid;
    gap: 12px;
    padding: 2px 0 20px;
}

.fm-wpgc-filter-options label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.fm-wpgc-filter-options input{
    width: 18px;
    height: 18px;
}

.fm-wpgc-price-fields{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 2px 0 20px;
}

.fm-wpgc-price-fields label{
    display: grid;
    gap: 7px;
}

.fm-wpgc-price-fields input{
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid currentColor;
    color: inherit;
}

.fm-wpgc-filter-actions{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    margin-top: 30px;
}

.fm-wpgc-filter-actions button{
    min-height: 58px;
    padding: 12px 20px;
    border: 1px solid currentColor;
    border-radius: 6px;
    font: inherit;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fm-wpgc-filter-actions button:hover,
.fm-wpgc-filter-actions button:focus{
    filter: none;
}

.fm-wpgc-empty{
    padding: 40px 0;
    text-align: center;
}

html.fm-wpgc-filter-lock,
html.fm-wpgc-wishlist-lock,
html.fm-wpgc-menu-lock,
html.fm-wpgc-cart-lock{ overflow: hidden; }

.fm-wpgc-wishlist-trigger{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-wishlist-trigger-icon,
.fm-wpgc-menu-trigger-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    line-height: 1;
}

.fm-wpgc-wishlist-trigger-icon svg,
.fm-wpgc-menu-trigger-icon svg,
.fm-wpgc-wishlist-trigger-icon img,
.fm-wpgc-menu-trigger-icon img{
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
    fill: currentColor;
}

.fm-wpgc-wishlist-trigger-icon i,
.fm-wpgc-menu-trigger-icon i,
.fm-wpgc-menu-trigger-icon .eicon-menu-bar,
.fm-wpgc-wishlist-trigger-icon [class*=" eicon-"],
.fm-wpgc-wishlist-trigger-icon [class^="eicon-"],
.fm-wpgc-menu-trigger-icon [class*=" eicon-"],
.fm-wpgc-menu-trigger-icon [class^="eicon-"],
.fm-wpgc-wishlist-trigger-icon [class*=" fa-"],
.fm-wpgc-wishlist-trigger-icon [class^="fa-"],
.fm-wpgc-menu-trigger-icon [class*=" fa-"],
.fm-wpgc-menu-trigger-icon [class^="fa-"]{
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 1em;
    line-height: 1;
}

.fm-wpgc-wishlist-trigger-icon svg *,
.fm-wpgc-menu-trigger-icon svg *{
    fill: currentColor;
    stroke: currentColor;
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger,
.fm-wpgc-menu-drawer-root.is-viewport-trigger{
    --fm-wpgc-trigger-edge-x: 24px;
    --fm-wpgc-trigger-edge-y: 24px;
    --fm-wpgc-trigger-z-index: 99990;
    position: fixed;
    top: var(--fm-wpgc-trigger-edge-y);
    z-index: var(--fm-wpgc-trigger-z-index);
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger.is-trigger-left,
.fm-wpgc-menu-drawer-root.is-viewport-trigger.is-trigger-left{
    left: var(--fm-wpgc-trigger-edge-x);
    right: auto;
}

.fm-wpgc-wishlist-drawer-root.is-viewport-trigger.is-trigger-right,
.fm-wpgc-menu-drawer-root.is-viewport-trigger.is-trigger-right{
    right: var(--fm-wpgc-trigger-edge-x);
    left: auto;
}

.fm-wpgc-wishlist-trigger-count{
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-size: 11px;
    line-height: 1;
}

.fm-wpgc-wishlist-overlay[hidden],
.fm-wpgc-menu-overlay[hidden]{ display: none !important; }

.fm-wpgc-wishlist-overlay,
.fm-wpgc-menu-overlay{
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .28s ease;
}

.fm-wpgc-wishlist-drawer-root.is-open .fm-wpgc-wishlist-overlay,
.fm-wpgc-menu-drawer-root.is-open .fm-wpgc-menu-overlay{
    opacity: 1;
}

.fm-wpgc-wishlist-drawer,
.fm-wpgc-menu-drawer{
    --fm-wpgc-wishlist-drawer-width: 440px;
    --fm-wpgc-menu-drawer-width: 520px;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: min(var(--fm-wpgc-wishlist-drawer-width), 100vw);
    height: 100dvh;
    padding: 34px 30px 26px;
    color: #1f1f1f;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 0 34px rgba(0, 0, 0, .18);
    overflow-y: auto;
    transform: translateX(-105%);
    opacity: 0;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .26s ease;
    will-change: transform, opacity;
}

.fm-wpgc-wishlist-drawer.is-open{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, .08);
    transform: translateX(105%);
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer.is-open{
    transform: translateX(0);
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="left"] .fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="left"] .fm-wpgc-wishlist-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="right"] .fm-wpgc-wishlist-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="right"] .fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="right"] .fm-wpgc-wishlist-drawer-header h3{
    order: -1;
    margin-right: auto;
}

.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="auto"][data-fm-wishlist-position="left"] .fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-drawer-root[data-fm-wishlist-close="left"] .fm-wpgc-wishlist-drawer-header h3{
    margin-left: auto;
}

.fm-wpgc-wishlist-drawer-header,
.fm-wpgc-wishlist-page-header,
.fm-wpgc-menu-drawer-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.fm-wpgc-wishlist-drawer-header h3,
.fm-wpgc-wishlist-page-header h2{
    margin: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.fm-wpgc-wishlist-close,
.fm-wpgc-menu-close{
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

.fm-wpgc-wishlist-close::before,
.fm-wpgc-wishlist-close::after,
.fm-wpgc-menu-close::before,
.fm-wpgc-menu-close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
}

.fm-wpgc-wishlist-close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.fm-wpgc-wishlist-close::after{ transform: translate(-50%, -50%) rotate(-45deg); }
.fm-wpgc-menu-close::before{ transform: translate(-50%, -50%) rotate(45deg); }
.fm-wpgc-menu-close::after{ transform: translate(-50%, -50%) rotate(-45deg); }

.fm-wpgc-wishlist-list{
    display: grid;
    gap: 16px;
    min-height: 40px;
}

.fm-wpgc-wishlist-list.is-loading{
    opacity: .6;
}

.fm-wpgc-wishlist-item{
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.fm-wpgc-wishlist-thumb{
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.fm-wpgc-wishlist-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fm-wpgc-wishlist-info{
    display: grid;
    gap: 7px;
    min-width: 0;
}

.fm-wpgc-wishlist-title{
    color: inherit;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
}

.fm-wpgc-wishlist-price{
    font-size: .95em;
}

.fm-wpgc-wishlist-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.fm-wpgc-wishlist-cart,
.fm-wpgc-wishlist-page-link,
.fm-wpgc-wishlist-page-header a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-weight: 600;
    text-decoration: none !important;
}

.fm-wpgc-wishlist-remove{
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    opacity: 1;
    text-decoration: none !important;
    cursor: pointer;
}

.fm-wpgc-wishlist-page-link{
    display: inline-flex;
    margin-top: 22px;
}

.fm-wpgc-wishlist-page{
    width: 100%;
}

.fm-wpgc-wishlist-page .fm-wpgc-wishlist-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-wpgc-wishlist-empty{
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.fm-wpgc-menu-trigger{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-menu-drawer{
    width: min(var(--fm-wpgc-menu-drawer-width), 100vw);
    box-shadow: none;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-close="auto"][data-fm-menu-position="left"] .fm-wpgc-menu-drawer-header,
.fm-wpgc-menu-drawer-root[data-fm-menu-close="left"] .fm-wpgc-menu-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-close="auto"][data-fm-menu-position="right"] .fm-wpgc-menu-drawer-header,
.fm-wpgc-menu-drawer-root[data-fm-menu-close="right"] .fm-wpgc-menu-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-menu-drawer-root[data-fm-menu-position="right"] .fm-wpgc-menu-drawer{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    transform: translateX(105%);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-effect="fade"] .fm-wpgc-menu-drawer{
    transform: translateX(0);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-effect="soft-scale"] .fm-wpgc-menu-drawer{
    transform: translateX(-18px) scale(.985);
}

.fm-wpgc-menu-drawer-root[data-fm-menu-position="right"][data-fm-menu-effect="soft-scale"] .fm-wpgc-menu-drawer{
    transform: translateX(18px) scale(.985);
}

.fm-wpgc-menu-drawer-root.is-open .fm-wpgc-menu-drawer{
    transform: translateX(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-menu-drawer-root.is-editor-preview .fm-wpgc-menu-drawer{
    pointer-events: auto;
}

.fm-wpgc-menu-list{
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-wpgc-menu-list ul{
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
}

.fm-wpgc-menu-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 12px 0;
    color: inherit;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}

.fm-wpgc-menu-list a:hover,
.fm-wpgc-menu-list a:focus{
    padding-left: 8px;
}

.fm-wpgc-menu-footer{
    display: grid;
    gap: 0;
    margin: 34px -30px -26px;
    background: transparent;
}

.fm-wpgc-menu-footer a{
    display: flex;
    padding: 17px 30px;
    color: inherit;
    text-decoration: none !important;
}

.fm-wpgc-drawer-root,
.fm-wpgc-drawer-root *{
    box-sizing: border-box;
}

.fm-wpgc-drawer-trigger{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

button.fm-wpgc-drawer-trigger{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.fm-wpgc-drawer-trigger-icon,
.fm-wpgc-drawer-close-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    line-height: 1;
}

.fm-wpgc-drawer-trigger-icon svg,
.fm-wpgc-drawer-close-icon svg,
.fm-wpgc-drawer-trigger-icon img,
.fm-wpgc-drawer-close-icon img{
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
    fill: currentColor;
}

.fm-wpgc-drawer-trigger-icon svg *,
.fm-wpgc-drawer-close-icon svg *{
    fill: currentColor;
    stroke: currentColor;
}

.fm-wpgc-drawer-root.is-viewport-trigger{
    --fm-wpgc-trigger-edge-x: 24px;
    --fm-wpgc-trigger-edge-y: 24px;
    --fm-wpgc-trigger-z-index: 99990;
    position: fixed;
    top: var(--fm-wpgc-trigger-edge-y);
    z-index: var(--fm-wpgc-trigger-z-index);
}

.fm-wpgc-drawer-root.is-viewport-trigger.is-trigger-left{
    left: var(--fm-wpgc-trigger-edge-x);
    right: auto;
}

.fm-wpgc-drawer-root.is-viewport-trigger.is-trigger-right{
    right: var(--fm-wpgc-trigger-edge-x);
    left: auto;
}

.fm-wpgc-drawer-count{
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    color: inherit;
    background: transparent;
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, inherit);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, inherit);
    letter-spacing: var(--e-global-typography-text-letter-spacing, inherit);
    text-transform: var(--e-global-typography-text-text-transform, inherit);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.fm-wpgc-drawer-count[hidden],
.fm-wpgc-drawer-overlay[hidden]{
    display: none !important;
}

.fm-wpgc-drawer-overlay{
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .28s ease;
}

.fm-wpgc-drawer-root.is-open .fm-wpgc-drawer-overlay{
    opacity: 1;
}

.fm-wpgc-drawer-panel{
    --fm-wpgc-drawer-panel-width: 440px;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: min(var(--fm-wpgc-drawer-panel-width), 100vw);
    height: 100dvh;
    padding: 34px 30px 26px;
    color: var(--e-global-color-text, inherit);
    font-family: var(--e-global-typography-text-font-family, inherit);
    font-size: var(--e-global-typography-text-font-size, inherit);
    font-weight: var(--e-global-typography-text-font-weight, inherit);
    line-height: var(--e-global-typography-text-line-height, inherit);
    letter-spacing: var(--e-global-typography-text-letter-spacing, inherit);
    text-transform: var(--e-global-typography-text-text-transform, inherit);
    background: #fff;
    border-right: 0;
    box-shadow: none;
    overflow-y: auto;
    transform: translateX(-105%);
    opacity: 0;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .26s ease;
    will-change: transform, opacity;
}

.fm-wpgc-drawer-panel.is-open,
.fm-wpgc-drawer-root.is-open .fm-wpgc-drawer-panel{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.fm-wpgc-drawer-root.is-editor-preview .fm-wpgc-drawer-overlay{
    display: block !important;
    pointer-events: none;
}

.fm-wpgc-drawer-root.is-editor-preview .fm-wpgc-drawer-panel{
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.fm-wpgc-drawer-root[data-fm-drawer-position="right"] .fm-wpgc-drawer-panel{
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 0;
    transform: translateX(105%);
}

.fm-wpgc-drawer-root[data-fm-drawer-position="right"].is-open .fm-wpgc-drawer-panel{
    transform: translateX(0);
}

.fm-wpgc-drawer-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="left"] .fm-wpgc-drawer-header,
.fm-wpgc-drawer-root[data-fm-drawer-close="left"] .fm-wpgc-drawer-header{
    justify-content: flex-start;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="right"] .fm-wpgc-drawer-header,
.fm-wpgc-drawer-root[data-fm-drawer-close="right"] .fm-wpgc-drawer-header{
    justify-content: flex-end;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="right"] .fm-wpgc-drawer-title,
.fm-wpgc-drawer-root[data-fm-drawer-close="right"] .fm-wpgc-drawer-title{
    order: -1;
    margin-right: auto;
}

.fm-wpgc-drawer-root[data-fm-drawer-close="auto"][data-fm-drawer-position="left"] .fm-wpgc-drawer-title,
.fm-wpgc-drawer-root[data-fm-drawer-close="left"] .fm-wpgc-drawer-title{
    margin-left: auto;
}

.fm-wpgc-drawer-title{
    margin: 0;
    color: inherit;
}

.fm-wpgc-drawer-close{
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

button.fm-wpgc-drawer-close{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.fm-wpgc-drawer-close::before,
.fm-wpgc-drawer-close::after{
    content: none;
}

.fm-wpgc-drawer-list{
    display: grid;
    gap: 16px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-wpgc-drawer-item,
.fm-wpgc-menu-list li{
    position: relative;
    color: inherit;
}

.fm-wpgc-cart-list{
    gap: 0;
}

.fm-wpgc-wishlist-drawer .fm-wpgc-wishlist-list{
    gap: 0;
}

.fm-wpgc-cart-item,
.fm-wpgc-wishlist-item{
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    border-radius: 0;
}

.fm-wpgc-cart-item-image,
.fm-wpgc-wishlist-item-image,
.fm-wpgc-drawer-thumb{
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
}

.fm-wpgc-cart-item-image img,
.fm-wpgc-wishlist-item-image img,
.fm-wpgc-drawer-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fm-wpgc-cart-item-content,
.fm-wpgc-wishlist-item-content,
.fm-wpgc-drawer-item-info{
    display: grid;
    gap: 7px;
    min-width: 0;
}

.fm-wpgc-cart-item-title,
.fm-wpgc-wishlist-item-title,
.fm-wpgc-drawer-item-title{
    color: inherit;
    text-decoration: none !important;
    transition: color .2s ease;
}

.fm-wpgc-cart-item-description,
.fm-wpgc-wishlist-item-description,
.fm-wpgc-drawer-item-description{
    color: inherit;
    opacity: .78;
}

.fm-wpgc-cart-item-description dl,
.fm-wpgc-wishlist-item-description dl,
.fm-wpgc-cart-item-description p,
.fm-wpgc-wishlist-item-description p{
    margin: 0;
}

.fm-wpgc-cart-item-meta,
.fm-wpgc-wishlist-item-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: inherit;
}

.fm-wpgc-drawer-price{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}

.fm-wpgc-drawer-price,
.fm-wpgc-drawer-price *{
    text-decoration: none !important;
}

.fm-wpgc-drawer-price del,
.fm-wpgc-drawer-price del *{
    opacity: .58;
    text-decoration-line: line-through !important;
    text-decoration-style: solid !important;
}

.fm-wpgc-drawer-price ins,
.fm-wpgc-drawer-price ins *{
    font-weight: inherit;
    text-decoration: none !important;
}

.fm-wpgc-drawer-remove,
.fm-wpgc-cart-item-remove,
.fm-wpgc-wishlist-remove{
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    align-self: end;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: inherit;
    background: transparent;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    opacity: 1;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.fm-wpgc-drawer-message{
    color: inherit;
}

.fm-wpgc-cart-subtotal{
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.fm-wpgc-cart-actions,
.fm-wpgc-drawer-actions{
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.fm-wpgc-drawer-action{
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    color: inherit !important;
    background: transparent !important;
    border: 1px solid currentColor;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, inherit);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, inherit);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--e-global-typography-accent-text-transform, inherit);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-drawer-action:hover,
.fm-wpgc-drawer-action:focus,
.fm-wpgc-drawer-action:active{
    color: inherit;
    text-decoration: none !important;
}

button.fm-wpgc-drawer-action{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.fm-wpgc-cart-quantity{
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, .035);
    border: 0;
}

.fm-wpgc-cart-quantity button{
    width: 34px;
    height: 38px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.fm-wpgc-cart-quantity span{
    min-width: 28px;
    text-align: center;
}

.fm-wpgc-cart-tool-panel{
    gap: 10px;
    margin: -10px 0 18px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .13);
}

.fm-wpgc-cart-tool-panel:not([hidden]){ display: grid; }
.fm-wpgc-cart-tool-panel label{ display: grid; gap: 6px; }
.fm-wpgc-cart-shipping-fields{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fm-wpgc-cart-tool-panel input,
.fm-wpgc-cart-tool-panel select,
.fm-wpgc-cart-tool-panel textarea{ width: 100%; min-height: 40px; padding: 8px 10px; color: inherit; background: #fff; border: 1px solid rgba(0,0,0,.2); border-radius: 0; }
.fm-wpgc-cart-tool-panel button{ min-height: 40px; padding: 9px 12px; color: #fff; background: #111; border: 1px solid #111; cursor: pointer; }

.fm-wpgc-cart-confetti{ position: absolute; z-index: 4; inset: 0; overflow: hidden; pointer-events: none; }
.fm-wpgc-cart-confetti span{ position: absolute; top: -18px; left: var(--left); width: var(--size); height: calc(var(--size) * 1.5); background: var(--color); animation: fm-wpgc-confetti var(--duration) ease-out var(--delay) forwards; }
@keyframes fm-wpgc-confetti { to { transform: translate(var(--drift), 105vh) rotate(var(--rotation)); opacity: .15; } }
.fm-wpgc-cart-shipping.is-celebrating em{ animation: fm-wpgc-progress-pop .6s ease both; }
@keyframes fm-wpgc-progress-pop { 50% { transform: translate(-50%, -50%) scale(1.35); } }
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-drawer-panel,
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-drawer-overlay,
.fm-wpgc-cart-drawer-root.has-no-cart-animations .fm-wpgc-cart-shipping b{ transition: none !important; animation: none !important; }

/* Atelier stays editorial and deliberately excludes Pulse urgency and sales prompts. */
.fm-wpgc-theme-atelier .fm-wpgc-cart-item{
    grid-template-columns: 82px minmax(0, 1fr) 26px;
    gap: 18px;
    padding: 20px 0;
    border-bottom-color: rgba(0, 0, 0, .1);
}
.fm-wpgc-theme-atelier .fm-wpgc-cart-item-title{ font-weight: 500; }
.fm-wpgc-theme-atelier .fm-wpgc-cart-item-actions{ display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 7px; }
.fm-wpgc-theme-atelier .fm-wpgc-cart-footer{ margin-top: 22px; }
.fm-wpgc-theme-atelier .fm-wpgc-cart-summary > div{ display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; border-top: 1px solid rgba(0,0,0,.1); }

.fm-wpgc-drawer-action:disabled,
.fm-wpgc-drawer-action[disabled]{
    opacity: .45;
    cursor: not-allowed;
}

.fm-wpgc-wishlist-status{
    margin-top: 16px;
    padding: 12px 0 0;
}

.fm-wpgc-wishlist-drawer .fm-wpgc-wishlist-page-link{
    display: inline-flex;
    width: 100%;
    margin-top: 0;
}

.fm-wpgc-drawer-empty{
    padding: 0;
    border: 0;
    text-align: center;
}

.fm-wpgc-menu-list li{
    list-style: none;
}

.fm-wpgc-menu-list a{
    color: inherit;
}

.fm-wpgc-menu-row{
    display: flex;
    align-items: center;
    min-width: 0;
}

.fm-wpgc-menu-row > a{
    flex: 1 1 auto;
    min-width: 0;
}

.fm-wpgc-menu-toggle{
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
	font-size: 32px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    cursor: pointer;
    appearance: none;
}

.fm-wpgc-menu-toggle span{
    display: block;
    width: .48em;
    height: .48em;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-.12em) rotate(45deg);
    transition: transform .2s ease;
}

.fm-wpgc-menu-toggle[aria-expanded="true"] span{
    transform: translateY(.12em) rotate(225deg);
}

.fm-wpgc-menu-list .sub-menu[hidden]{
    display: none !important;
}

.fm-wpgc-menu-drawer-root:not(.is-menu-expanded) .fm-wpgc-menu-list .sub-menu{
    overflow: hidden;
}

.fm-wpgc-menu-item-label,
.fm-wpgc-menu-badge{
    display: inline;
}

.fm-wpgc-menu-badge{
    margin-left: 8px;
    color: inherit;
    background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family, inherit);
    font-size: var(--e-global-typography-accent-font-size, .7em);
    font-weight: var(--e-global-typography-accent-font-weight, inherit);
    line-height: var(--e-global-typography-accent-line-height, 1);
    letter-spacing: var(--e-global-typography-accent-letter-spacing, inherit);
    text-transform: var(--e-global-typography-accent-text-transform, uppercase);
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .fm-wpgc-menu-toggle span,
.fm-wpgc-menu-list .sub-menu,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-content,
.fm-wpgc-layout-editorial-hover .fm-wpgc-product-button{
        transition-duration: 0s !important;
    }
}

@keyframes fm-wpgc-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .fm-wpgc-wrapper{
        --fm-wpgc-arrow-size: 36px;
    }

    .fm-wpgc-image-swiper{
        height: 420px;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-product-card{
        min-height: 180px;
    }

    .fm-wpgc-upsell-row.fm-wpgc-layout-compact-deals .fm-wpgc-products-grid{
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-image-swiper{
        width: 38%;
        min-height: 180px;
        flex-basis: 38%;
    }

    .fm-wpgc-layout-compact-deals .fm-wpgc-product-content{
        padding: 14px 12px;
    }

    .fm-wpgc-category-tabs-bar{
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 18px;
    }

    .fm-wpgc-category-tabs-title{
        font-size: 25px;
    }

    .fm-wpgc-category-tabs{
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .fm-wpgc-filter-toolbar{ align-items: flex-start; margin-bottom: 18px; }
    .fm-wpgc-quick-filters{ flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .fm-wpgc-quick-filter{ flex: 0 0 auto; }
    .fm-wpgc-filter-panel{ padding: 24px 20px 20px; }
    .fm-wpgc-filter-header h3{ font-size: 21px; }
    .fm-wpgc-filter-group summary{ font-size: 18px; }
    .fm-wpgc-filter-actions{ grid-template-columns: 1fr; }
    .fm-wpgc-wishlist-drawer{ padding: 24px 20px 20px; }
    .fm-wpgc-wishlist-page .fm-wpgc-wishlist-list{ grid-template-columns: 1fr; }
    .fm-wpgc-wishlist-item{ grid-template-columns: 82px minmax(0, 1fr); }
    .fm-wpgc-cart-drawer-root.is-mobile-fullscreen .fm-wpgc-cart-drawer{ width: 100vw !important; max-width: none !important; }
    .fm-wpgc-cart-shipping-fields{ grid-template-columns: 1fr; }
}
