.elementor-250 .elementor-element.elementor-element-f42eee4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-74891ab *//* =========================================
   MAMUYA SHOP HEADER
   ========================================= */

.mamuya-shop-header {
    width: 100%;
    margin: 0;
    padding: 65px 25px 45px;
    background: #f5f6f7;
    text-align: center;
    box-sizing: border-box;
}

.mamuya-shop-header-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.mamuya-shop-label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}

.mamuya-shop-header h1 {
    margin: 0 0 15px;
    padding: 0;

    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;

    color: #171717;
}

.mamuya-shop-header p {
    max-width: 680px;
    margin: 0 auto;

    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;

    color: #666;
}

.mamuya-shop-line {
    width: 55px;
    height: 3px;

    margin: 25px auto 0;

    background: #111;
}


/* TABLET */
@media (max-width: 1024px) {

    .mamuya-shop-header {
        padding: 55px 25px 40px;
    }

    .mamuya-shop-header h1 {
        font-size: 38px;
    }

}


/* MOBILE */
@media (max-width: 767px) {

    .mamuya-shop-header {
        padding: 45px 20px 35px;
    }

    .mamuya-shop-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .mamuya-shop-header h1 {
        font-size: 31px;
    }

    .mamuya-shop-header p {
        font-size: 15px;
        line-height: 1.6;
    }

}/* =========================================
   MAMUYA PRODUCTS SECTION
   ========================================= */

.mamuya-products-section {
    width: 100%;
    background: #ffffff;
    padding: 55px 0 80px;
}

.mamuya-products-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* TOP AREA */

.mamuya-products-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.mamuya-products-label {
    display: block;
    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #777;
}

.mamuya-products-top h2 {
    margin: 0;
    padding: 0;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;

    color: #171717;
}

.mamuya-products-count {
    font-size: 14px;
    color: #777;
    padding-bottom: 3px;
}


/* =========================================
   WOOCOMMERCE GRID
   ========================================= */

.mamuya-woocommerce-products .woocommerce {
    width: 100%;
}

.mamuya-woocommerce-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 28px;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   MAMUYA PRODUCT CARDS
   ========================================= */

.mamuya-woocommerce-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* CARD */

.mamuya-woocommerce-products ul.products li.product {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto !important;
    margin: 0 !important;
    padding: 0 0 22px !important;

    background: #fff;

    border: 1px solid #e5e5e5;
    border-radius: 12px;

    overflow: hidden;

    transition: transform .25s ease,
                box-shadow .25s ease;
}

.mamuya-woocommerce-products ul.products li.product:hover {
    transform: translateY(-5px);

    box-shadow: 0 16px 35px rgba(0,0,0,.10);
}


/* =========================================
   IMAGE AREA
   ========================================= */

.mamuya-woocommerce-products
ul.products
li.product
a.woocommerce-LoopProduct-link {

    display: block;
    width: 100%;
}

.mamuya-woocommerce-products
ul.products
li.product
a img {

    width: 100% !important;
    height: 285px !important;

    display: block !important;

    margin: 0 !important;
    padding: 30px !important;

    box-sizing: border-box;

    object-fit: contain !important;
    object-position: center !important;

    background: #f5f6f7;

    transition: transform .3s ease;
}

.mamuya-woocommerce-products
ul.products
li.product:hover
a img {

    transform: scale(1.04);
}


/* =========================================
   PRODUCT INFORMATION
   ========================================= */

.mamuya-woocommerce-products
ul.products
li.product
.woocommerce-loop-product__title {

    margin: 0 !important;

    padding: 20px 22px 8px !important;

    font-size: 18px !important;
    line-height: 1.4 !important;

    font-weight: 600 !important;

    color: #191919 !important;
}


/* PRICE */

.mamuya-woocommerce-products
ul.products
li.product
.price {

    margin: 0 22px 20px !important;
    padding: 0 !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    color: #222 !important;
}


/* =========================================
   ADD TO CART
   ========================================= */

.mamuya-woocommerce-products
ul.products
li.product
a.button {

    align-self: flex-start;

    margin: auto 22px 0 !important;

    padding: 11px 21px !important;

    border-radius: 6px !important;

    background: #111 !important;
    color: #fff !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    transition: background .2s ease;
}

.mamuya-woocommerce-products
ul.products
li.product
a.button:hover {

    background: #333 !important;
}


/* =========================================
   STOCK
   ========================================= */

.mamuya-woocommerce-products
ul.products
li.product
.woocommerce-loop-product__stock {

    padding: 0 22px;

    font-size: 12px;

    color: #555;
}


/* =========================================
   SALE
   ========================================= */

.mamuya-woocommerce-products
ul.products
li.product
.onsale {

    top: 14px !important;
    left: 14px !important;
    right: auto !important;

    min-height: auto !important;
    min-width: auto !important;

    margin: 0 !important;
    padding: 7px 11px !important;

    border-radius: 20px !important;

    background: #111 !important;
    color: #fff !important;

    font-size: 11px !important;
    font-weight: 600 !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .mamuya-woocommerce-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }

    .mamuya-woocommerce-products
    ul.products
    li.product
    a img {

        height: 260px !important;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .mamuya-woocommerce-products ul.products {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .mamuya-woocommerce-products
    ul.products
    li.product
    a img {

        height: 280px !important;
        padding: 25px !important;
    }

    .mamuya-woocommerce-products
    ul.products
    li.product
    .woocommerce-loop-product__title {

        font-size: 17px !important;
    }
}


/* =========================================
   PRODUCT IMAGE
   ========================================= */

.mamuya-woocommerce-products ul.products li.product a img {
    width: 100% !important;
    height: 280px !important;

    margin: 0 !important;

    padding: 28px;

    display: block;

    box-sizing: border-box;

    object-fit: contain !important;
    object-position: center !important;

    background: #f5f6f7;
}


/* TITLE */

.mamuya-woocommerce-products
ul.products
li.product
.woocommerce-loop-product__title {

    margin: 0 !important;
    padding: 20px 20px 7px !important;

    font-size: 18px !important;
    line-height: 1.4 !important;

    font-weight: 600 !important;

    color: #1b1b1b;
}


/* PRICE */

.mamuya-woocommerce-products
ul.products
li.product
.price {

    margin: 0 20px 18px !important;
    padding: 0 !important;

    font-size: 16px !important;
    font-weight: 600;

    color: #222 !important;
}


/* BUTTON */

.mamuya-woocommerce-products
ul.products
li.product
.button {

    margin: 0 20px !important;

    padding: 11px 20px !important;

    border-radius: 5px;

    background: #111 !important;
    color: #fff !important;

    font-size: 13px;
    font-weight: 600;

    transition: all .2s ease;
}

.mamuya-woocommerce-products
ul.products
li.product
.button:hover {

    background: #333 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 1024px) {

    .mamuya-products-container {
        padding: 0 24px;
    }

    .mamuya-woocommerce-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mamuya-woocommerce-products ul.products li.product a img {
        height: 260px !important;
    }

}


@media (max-width: 767px) {

    .mamuya-products-section {
        padding: 40px 0 60px;
    }

    .mamuya-products-container {
        padding: 0 15px;
    }

    .mamuya-products-top {
        display: block;
        margin-bottom: 25px;
    }

    .mamuya-products-top h2 {
        font-size: 26px;
    }

    .mamuya-products-count {
        margin-top: 10px;
        font-size: 13px;
    }

    .mamuya-woocommerce-products ul.products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mamuya-woocommerce-products ul.products li.product a img {
        height: 270px !important;
    }

}/* =========================================
   MAMUYA SHOP CATEGORIES
   ========================================= */

.mamuya-shop-categories {
    width: 100%;
    padding: 20px 0 55px;
    background: #fff;
}

.mamuya-shop-categories-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


/* HEADING */

.mamuya-category-heading {
    margin-bottom: 25px;
}

.mamuya-category-heading span {
    display: block;
    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #777;
}

.mamuya-category-heading h2 {
    margin: 0;

    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;

    color: #171717;
}


/* CATEGORY LIST */

.mamuya-category-list {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 12px;
}


/* CATEGORY ITEM */

.mamuya-category-item {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 90px;

    padding: 18px 15px;

    box-sizing: border-box;

    text-decoration: none !important;

    background: #f5f6f7;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    transition: all .25s ease;
}


/* CATEGORY NAME */

.mamuya-category-item span {
    display: block;

    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;

    color: #222;
}


/* SMALL TEXT */

.mamuya-category-item small {
    display: block;

    margin-top: 7px;

    font-size: 11px;

    color: #777;
}


/* HOVER */

.mamuya-category-item:hover {
    background: #111;
    border-color: #111;

    transform: translateY(-3px);
}

.mamuya-category-item:hover span,
.mamuya-category-item:hover small {
    color: #fff;
}


/* TABLET */

@media (max-width: 1100px) {

    .mamuya-category-list {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .mamuya-shop-categories {
        padding-bottom: 40px;
    }

    .mamuya-shop-categories-inner {
        padding: 0 15px;
    }

    .mamuya-category-heading h2 {
        font-size: 24px;
    }

    .mamuya-category-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .mamuya-category-item {
        min-height: 82px;
        padding: 15px 13px;
    }

}/* End custom CSS */