@font-face {
    font-family: "canto";
    src: url("https://use.typekit.net/af/6e0d03/00000000000000007735b16b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/6e0d03/00000000000000007735b16b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/6e0d03/00000000000000007735b16b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}


:root {
    --fug-primary-color: #A4BB6A;
    --section-container: 1460px;

    --bs-primary: #A4BB6A;
    --bs-primary-rgb: rgb(164 187 106);
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
}

html {
    font-size: 15px;
}

.btn {
    padding: 12px 32px 12px 32px;
    border-radius: 100px 100px 100px 100px;
    background-color: var(--bs-btn-bg);
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #b1b1b1;
    --bs-btn-disabled-bg: #6f6f6f;
    --bs-btn-disabled-border-color: #6f6f6f;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: transparent;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #b1b1b1;
    --bs-btn-disabled-bg: #6f6f6f;
    --bs-btn-disabled-border-color: #6f6f6f;
}

.customer-page #wrapper, #cart #wrapper, #cms #wrapper {
    margin-top: 60px;
}

.customer-page #content-wrapper, #cart #content-wrapper, #search #wrapper, #order-confirmation #content-wrapper {
    margin-top: 30px;
}

#checkout #wrapper {
    margin-bottom: 80px;
}

#search .products.row {
    row-gap: 30px;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem #a4bb6a69;
}

.form-control, .modal.product-comment-modal .form-control, .modal.product-comment-modal textarea, .form-select {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    border-radius: 100px;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
}

.form-control:focus, .modal.product-comment-modal .form-control:focus, .modal.product-comment-modal textarea:focus, .form-select:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    color: #000;
}

.elementor-search__container .elementor-search__input {
    padding: 0 1.5rem !important;
}

#toolbar-social .elementor-social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
}

.category-miniatures-slider .swiper-wrapper > .swiper-slide:not([aria-label="9 / 9"]) .swiper-slide-image {
    padding: 1rem;
    background-color: #E9E9E9;
    overflow: hidden;
}

.elementor-widget-product-miniature-image, .elementor-cart__container .elementor-cart__product-image, .cart__item .product-line__image a {
    background-color: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
}

.elementor-widget-product-miniature-image img, .elementor-cart__container .elementor-cart__product-image img, .cart__item .product-line__image img {
    mix-blend-mode: multiply;
}

.cart__item .product-line__image img {
    width: 100%;
}

.ce-product-variants__pattern.ce-product-variants__count {
    border-width: 0 !important;
}

.miniature-category a {
    font-size: 0.8rem;
    color: #00000099;
    text-transform: uppercase;
}

.elementor-widget-product-carousel .swiper-pagination, .elementor-widget-overlay-carousel .swiper-pagination, .elementor-widget-hotspot-slider .swiper-pagination {
    top: unset;
    left: 0;
    width: 90%;
    transform: translateY(-10px);
}

.elementor-widget-product-carousel .elementor-swiper-button, .elementor-widget-overlay-carousel .elementor-swiper-button, .elementor-widget-hotspot-slider .elementor-swiper-button {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    transform: none;
    color: #000;
    border: 1px solid #00000033;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transition: 0.2s;
}

.elementor-widget-overlay-carousel .container {
    max-width: 1420px !important;
    padding: 0;
}

.elementor-widget-product-carousel .elementor-swiper-button:hover, .elementor-widget-overlay-carousel .elementor-swiper-button:hover, .elementor-widget-hotspot-slider .elementor-swiper-button:hover {
    background: #000;
    color: #fff
}

.elementor-widget-product-carousel .elementor-swiper-button-prev, .elementor-widget-overlay-carousel .elementor-swiper-button-prev, .elementor-widget-hotspot-slider .elementor-swiper-button-prev {
    right: 60px;
}

.elementor-widget-product-carousel .swiper, .elementor-widget-hotspot-slider .swiper {
    padding-bottom: 70px;
}

#home-slider {
    --bs-aspect-ratio: 40%;
    border-radius: 10px;
    overflow: hidden;
}

#home-slider .carousel-caption {
    color: #fff;
}

#home-slider .caption-description * {
    color: #fff;
}

.section-banner > .elementor-container {
    padding: 50px;
    border-radius: 10px;
}

.section-banner.green-section-banner > .elementor-container {
    background-color: var(--fug-primary-color);
}

.categories-slider .swiper-slide {
    width: 60% !important;
}

.categories-slider .container {
    margin-right: auto;
    margin-left: 0;
    height: 40px;
    position: relative;
    margin-top: 40px;
}

.elementor-widget-overlay-carousel .swiper-wrapper {
    gap: 10px;
}

.elementor-widget-hotspot-slider .swiper-wrapper {
    align-items: stretch;
}

.elementor-widget-hotspot-slider .swiper-slide {
    height: auto;
}

.elementor-widget-overlay-carousel .swiper-wrapper img {
    transition: 0.4s;
    aspect-ratio: 1/1.2;
    object-fit: cover;
}

.elementor-widget-overlay-carousel .swiper-wrapper a:hover img {
    transform: scale(1.04);
}

.elementor-widget-overlay-carousel .swiper-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.elementor-widget-overlay-carousel .swiper-slide .absolute.cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50%;
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.elementor-widget-testimonial-carousel .elementor-testimonial-image img {
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial-wrapper {
    max-width: 640px;
    min-width: unset !important;
    margin: 0 auto;
}

.elementor-widget-testimonial-carousel .swiper-wrapper > .swiper-slide {
    transition: opacity 0.8s;
}

.elementor-widget-testimonial-carousel .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.4;
}

#home-slider .title {
    color: #fff;
    font-size: 4.6rem;
    line-height: 1.1;
}

#home-slider .description * {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

#home-slider .elementor-button {
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    padding: 15px 30px;
    margin-top: 30px;
}

#home-slider .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 40px;
}

#home-slider .carousel-indicators button:not(.pagination-control) {
    width: 10px;
    height: 10px;
    display: block;
    border: unset;
    background-color: #fff;
    border-radius: 100%;
    padding: 0;
    transition: 0.2s;
    margin: unset;
    opacity: 0.7;
}

#home-slider .carousel-indicators button.active:not(.pagination-control) {
    opacity: 1;
    width: 50px !important;
    border-radius: 10px;
}

#home-slider .pagination-control {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 20px;
    border-radius: unset;
    transform: none;
    height: auto;
    position: static;
    color: #fff;
    opacity: 1;
    text-indent: unset;
    font-size: 1.2rem;
    margin: 0 10px;
}

.ce-filters .elementor-field-subgroup {
    margin-top: 10px;
}

* {
    text-decoration-color: #000 !important;
}

.product-images-column .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

nav.ce-pagination {
    justify-content: center;
    gap: 20px;
}

nav.ce-pagination > .elementor-icon-list-items {
    width: auto;
}

nav.ce-pagination > .elementor-icon-list-items .elementor-icon-list-item {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 100%;
}

nav.ce-pagination > .elementor-icon-list-items .elementor-icon-list-item.elementor-active {
    background: #EDEDED;
}

.section-expand-right > .elementor-container {
    margin-left: 15px;
}

@media (min-width: 1460px) {
    .section-expand-right > .elementor-container {
        margin-left: calc((100vw - (var(--section-container) - 40px)) / 2);
    }

    .categories-slider .swiper-slide {
        width: 19% !important;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 14px;
    }
}

/* Hotspot grid widget */
.fug-hotspot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.fug-hotspot-card {
    background: #f7f7f7;
    border-radius: 20px;
    height: 100%;
}

.fug-hotspot-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 320px;
}

.fug-hotspot-card__image {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fug-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fug-hotspot__toggle {
    border: none;
    background: #ffffff;
    color: #0f0f0f;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fug-hotspot__toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.fug-hotspot__toggle:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.fug-hotspot__bubble {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translate(-50%, 6px);
    background: #ffffff;
    color: #121212;
    padding: 16px 18px;
    min-width: 200px;
    max-width: 260px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2;
    line-height: 1.4;
}

.fug-hotspot__bubble:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}

.fug-hotspot.is-open .fug-hotspot__bubble,
.fug-hotspot:hover .fug-hotspot__bubble,
.fug-hotspot:focus-within .fug-hotspot__bubble {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.fug-hotspot__title {
    font-weight: 700;
    margin-bottom: 6px;
}

.fug-hotspot__description {
    font-size: 14px;
    margin-bottom: 8px;
}

.fug-hotspot__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.fug-hotspot__link:hover {
    text-decoration: underline;
}

.navbar-nav .dropdown-menu {
    width: 100vw !important;
    left: 0 !important;
    top: -2px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.wbl-megamenu .wbl-megamenu-menu-item {
    color: #000 !important;
    font-size: 1.075rem !important;
}

.wbl-megamenu .wbl-megamenu-menu-item-subcategory {
    color: #666666 !important;
}

.wbl-megamenu .wbl-megamenu-menu-item:hover, .wbl-megamenu .wbl-megamenu-menu-item-subcategory:hover {
    color: #A4BB6A !important;
}

.wbl-megamenu .bold-menu-item {
    font-weight: 800;
}

.dropdown-menu > .container > .row > :not(:last-child) {
    padding-right: 30px;
}

.dropdown-menu > .container > .row > :nth-child(n+2) {
    border-left: 1px solid #E5E5E5;
    padding-left: 30px;
}

.wbl-megamenu .wbl-megamenu-menu-item.active {
    color: #A4BB6A !important;
}

.wbl-megamenu .nav-item > .wbl-megamenu-menu-item {
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid transparent;
}

.wbl-megamenu .nav-item > .wbl-megamenu-menu-item.active, .wbl-megamenu .nav-item > .wbl-megamenu-menu-item:hover {
    border-color: #000;
}

.wbl-megamenu .outlet-menu-item, .wbl-megamenu .nav-item > .wbl-megamenu-menu-item.outlet-menu-item {
    color: #C4301C !important;
}

.swiper-wrapper .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-item-type-account .elementor-item {
    padding: 0 !important;
    font-weight: 600;
}

.menu-item-type-account .elementor-item svg {
    width: 24px !important;
    height: 24px !important;
}

.menu-item-type-account .elementor-item span {
    padding-left: 5px !important;
}

/* Offcanvas menu (mobile) */
.offcanvas-menu {
    position: relative;
}

.menu-level {
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
}

.mobile-other-link {
    transition: transform 0.3s ease;
}


.menu-level:not(.active), .mobile-other-link:not(.active) {
    transform: translateX(100%);
    pointer-events: none;
    opacity: 0;
}

.menu-level.active, .mobile-other-link.active {
    transform: translateX(0%);
    pointer-events: auto;
    opacity: 1;
}

/* --- Mobile offcanvas --- */
#menuMobile .js-back, #menuMobile:has(.js-back.active) .btn-close {
    opacity: 0;
    transition: 0.2s opacity;
    pointer-events: none;
}

#menuMobile .js-back.active, #menuMobile:has(.js-back) .btn-close {
    opacity: 1;
    pointer-events: auto;
}

#menuMobile .menu-sub a, #menuMobile .subtitle {
    font-size: 1.125rem !important;
}

#menuMobile .menu-sub li {
    padding: 5px 0;
}

#menuMobile .menu-sub > div {
    height: 90vh;
    overflow-y: scroll;
}

.block-offcanvas-actions {
    border-color: #7C8284;
    margin-left: auto;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
}

.offcanvas-body {
    padding: 15px !important;
}

.elementor-cart__toggle .elementor-button {
    border: none;
}

#header {
    border-bottom: 1px solid #E5E5E5;
}

.about-us-philosophy .elementor-icon-list-items {
    gap: 15px;
}

#cms .page-header {
    display: none;
}

.rich-text .h3, .rich-text h3 {
    margin-top: 0;
}

.ce-register-form button[type="submit"], .ce-login-form button[type="submit"] {
    width: 100%;
}

.menu-item-type-account .elementor-sub-item:hover i {
    color: #fff !important;
}

.step .address.selected {
    border-color: var(--bs-primary);
}

#menuMobile .wbl-megamenu {
    width: 100%;
}

#menuMobile .wbl-megamenu-menu.menu-nav {
    margin-bottom: 0 !important;
}

.category-miniatures-slider .swiper-slide-image {
    width: 70% !important;
}

.elementor-cart__container .elementor-cart__main {
    width: 500px !important;
}

.elementor-cart__container .elementor-cart__product-price {
    color: #000;
    font-family: "Canto";
    font-size: 1.6rem;
    font-weight: 700;
}

.elementor-cart__container .elementor-cart__summary .elementor-cart__summary-value:not(strong) {
    color: #666666;
}

.elementor-langs a.elementor-item.has-submenu {
    padding: 0;
}

@media (max-width: 767px) {
    .customer-page #wrapper, #cart #wrapper, #cms #wrapper {
        margin-top: 30px;
    }

    .customer-page #content-wrapper, #cart #content-wrapper, #search #wrapper, #order-confirmation #content-wrapper {
        margin-top: 10px;
    }

    #checkout #wrapper {
        margin-bottom: 60px;
    }

    .fug-hotspot-card__media {
        aspect-ratio: 3 / 4;
    }

    #home-slider .title {
        font-size: 2.4rem;
    }

    #home-slider .carousel-indicators {
        margin-bottom: 20px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .elementor-widget-product-carousel .swiper-pagination, .elementor-widget-overlay-carousel .swiper-pagination, .elementor-widget-hotspot-slider .swiper-pagination {
        width: 100%;
    }

    .elementor-widget-product-carousel .elementor-swiper-button, .elementor-widget-overlay-carousel .elementor-swiper-button, .elementor-widget-hotspot-slider .elementor-swiper-button {
        display: none;
    }

    .elementor-widget-product-carousel .swiper, .elementor-widget-hotspot-slider .swiper {
        padding-bottom: 50px;
    }

    #home-slider {
        min-height: 400px;
    }

    .carousel .carousel-caption {
        top: 35%;
    }

    .category-miniatures-slider .swiper-slide-image {
        width: 75% !important;
    }

    .elementor-widget-overlay-carousel .container {
        max-width: calc(100% - 15px) !important;
        height: 20px !important;
    }

    .elementor-widget-overlay-carousel .swiper {
        padding-bottom: 0;
    }

    .menu-item-type-account .elementor-item span {
        display: none;
    }

    .reviews-section section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
