{
  "name": "dnwoo/woo-product-grid",
  "d4Shortcode": "dnwoo_grid",
  "title": "Woo Product Grid",
  "titles": "Woo Product Grids",
  "moduleIcon": "dnwoo/NextWooGrid",
  "folder": "woo-essential",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} ",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Static Module"
            }
          }
        },
        "advanced": {
          "addToCart": {
            "desktop": {
              "value": "on"
            }
          },
          "wishListIcon": {
            "desktop": {
              "value": "on"
            }
          },
          "compareIcon": {
            "desktop": {
              "value": "on"
            }
          },
          "quickViewIcon": {
            "desktop": {
              "value": "on"
            }
          },
          "showPrice": {
            "desktop": {
              "value": "on"
            }
          },
          "showStarRating": {
            "desktop": {
              "value": "on"
            }
          },
          "showDescription": {
            "desktop": {
              "value": "off"
            }
          },
          "featuredBadge": {
            "desktop": {
              "value": "on"
            }
          },
          "showCategory": {
            "desktop": {
              "value": "on"
            }
          },
          "addtoCartButton": {
            "desktop": {
              "value": "on"
            }
          },
          "quickViewButton": {
            "desktop": {
              "value": "on"
            }
          },
          "gridNumber": {
            "desktop": {
              "value": "3"
            },
            "tablet": {
              "value": "2"
            },
            "phone": {
              "value": "1"
            }
          },
          "gridGap": {
            "desktop": {
              "value": "30px"
            }
          },

          "showSku": {
            "desktop": {
              "value": "off"
            }
          },
          "thumbnail_size": {
            "desktop": {
              "value": "full"
            }
          },
          "showTopBar": {
            "desktop": {
              "value": "on"
            }
          },
          "showPagination": {
            "desktop": {
              "value": "on"
            }
          },
          "useCurrentPage": {
            "desktop": {
              "value": "off"
            }
          },
          "openProductInNewTab": {
            "desktop": {
              "value": "off"
            }
          }
        }
      },
      "styleProps": {
        "bodyFont": {
          "selector": "{{selector}} .example_dynamic_module__post-item-content"
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo_product_imgwrap img, {{selector}} .dnwoo_product_grid_img img, {{selector}} .dnwoo_product_grid_overlay:before, {{selector}} .dnwoo_product_grid_wrapper_layout_four .dnwoo_product_imgwrap a.dnwoo_product_img::before, {{selector}} .dnwoo_product_grid_wrapper_layout_six .dnwoo_product_imgwrap a.dnwoo_product_img::before"
    },
    "image_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_img"
    },
    "image_overlay": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo_product_imgwrap .dnwoo_product_image_container::before"
    },
    "topBar": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo-show-product-text",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "tax": {
      "type": "object",
      "selector": "{{selector}}  small.woocommerce-price-suffix",
      "default": {},
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "pagination_spacing": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-load-more-pagination",
      "default": {
        "decoration": {
          "spacing": {
            "desktop": {
              "value": {
                "margin": {
                  "top": "20px"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "pagination": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-paginav ul li:has(:not(span)), {{selector}} .dnwoo-load-more-pagination, {{selector}} .dnwoo-load-more-pagination::before",
      "default": {
        "advanced": {
          "pagination_type": {
            "desktop": {
              "value": "none"
            }
          }
        },
        "decoration": {
          "alignment": {
            "desktop": {
              "value": "center"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "next_text": {
      "type": "object",
      "selector": "",

      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "prev_text": {
      "type": "object",
      "selector": "",

      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "load_more": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-load-more-pagination",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Load More"
          }
        },
        "decoration": {
          "spacing": {
            "desktop": {
              "value": {
                "margin": {
                  "top": "20px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
                }
              }
            }
          }
        }
      },

      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },

    "postItems": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "postsNumber": "10"
            }
          }
        },
        "advanced": {
          "layout": {
            "desktop": {
              "value": "one"
            }
          },
          "orderBy": {
            "desktop": {
              "value": "menu_order"
            }
          },
          "shortBy": {
            "desktop": {
              "value": "ASC"
            }
          },
          "viewType": {
            "desktop": {
              "value": "default"
            }
          },
          "offset": {
            "desktop": {
              "value": "0"
            }
          },
          "outOfStock": {
            "desktop": {
              "value": "on"
            }
          },
          "badgeType": {
            "desktop": {
              "value": "sale"
            }
          }
        }
      }
    },
    "postPrice": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_price",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h3"
                }
              }
            }
          }
        }
      }
    },
    "postTitle": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo_product_grid_title a",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h3"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "postTitle_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_title",
      "styleProps": {
        "font": {
          "important": true,
          "textAlign": {
            "important": true
          }
        }
      }
    },
    "desc": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_details p"
    },
    "skuContent": {
      "type": "object",
      "selector": "{{selector}} .dnwooe-sku",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "rating": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_ratting",
      "default": {
        "decoration": {
          "alignment": {
            "desktop": {
              "value": "left"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "category": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_categories ul li a , {{selector}}  .list-unstyled",
      "styleProps": {
        "font": {
          "important": true
        }
      }
    },
    "regular_price": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price, {{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price > span:first-child, {{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price > span:first-child span, {{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price del, {{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price del span, {{selector}} .dnwoo_product_grid_item .dnwoo_product_grid_price del ~ span span",
      "styleProps": {
        "font": {
          "important": true
        }
      }
    },
    "new_price": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_price > span:last-child,  {{selector}} .dnwoo_product_grid_item:not(.product_type_variable) .dnwoo_product_grid_price > span:last-child span, {{selector}} .dnwoo_product_grid_price ins span,{{selector}} .dnwoo_product_grid_item:not(.product_type_variable) .dnwoo_product_grid_price ins span",
      "styleProps": {
        "font": {
          "important": true
        }
      }
    },
    "priceTogether": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo_product_grid_price",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        },
        "font": {
          "important": true,
          "textAlign": {
            "important": true
          }
        }
      }
    },
    "cartButton": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_addtocart, {{selector}} .dnwoo_choose_variable_option",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Add to Cart"
          }
        },
        "advanced": {
          "sample_option": {
            "desktop": {
              "value": "Select Option"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        },
        "background": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "iconCart": {
      "type": "object",
      "selector": "{{selector}} .icon_cart,{{selector}} .dnwoo_choose_variable_option_icon",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "viewCart": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_buttons .added_to_cart",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "viewCartIcon": {
      "type": "object",
      "selector": "{{selector}} .added_to_cart",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },

    "wishlist": {
      "type": "object",
      "selector": " {{selector}} .dnwoo_icon_wrapgrid a.dnwoo-product-wishlist-btn, {{selector}} .dnwoo_icon_wrapgrid a.dnwoo-product-action-btn",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "compareIcon": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_icon_wrapgrid a.dnwoo-product-compare-btn ",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "compareIconBefore": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_icon_wrapgrid a.dnwoo-product-compare-btn:before",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "quickViewButton": {
      "type": "object",
      "selector": "  {{selector}} .dnwoo_product_grid_buttons .dnwoo-quickview",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "quickViewIcon": {
      "type": "object",
      "selector": "  {{selector}} .woocommerce .dnwoo_product_grid_item .dnwoo_icon_wrapgrid a.dnwoo-quickview.icon_quickview",
      "important": "all",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },

    "saleText": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_badge .dnwoo-onsale",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Sale"
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "parcentageText": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_badge .dnwoo-onsale",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "off"
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "outOfStock": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_badge .dnwoo-stockout",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Sold"
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "important": true,
        "font": {
          "important": true
        }
      }
    },
    "quickViewButtonText": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_quick_button",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Quick View"
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        }
      }
    },
    "featureText": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_grid_badge .dnwoo-featured",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Hot"
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "font": {
          "important": true
        }
      }
    },
    "eachBlock": {
      "type": "object",
      "selector": "{{selector}} .product.dnwoo_product_grid_item",

      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "category_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_categories, {{selector}} .dnwoo_product_categories ul, {{selector}} .dnwoo_product_carousel_categories",
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": true
        },
        "font": {
          "important": true,
          "textAlign": {
            "important": true
          }
        },
        "textAlign": {
          "important": true
        }
      }
    },
    "content_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnwoo_product_details_wrap, {{selector}} .dnwoo_product_grid_wrapper_layout_seven .dnwoo_product_grid_item .dnwoo_product_content",
       "styleProps": {
        "background": {
          "important": true
        }
      }
    },
    "popup": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-modal-dialog .dnwoo-modal-content .dnwoo-modal-close"
    },
    "popupBox": {
      "type": "object",
      "selector": ".dnwoo-quick-view-modal .dnwoo-modal-content {{selector}}",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "product_icons_parent": {
      "type": "object",
      "selector": "{{selector}}  .dnwoo_icon_wrapgrid",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "qTitle": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-product-summery .product-title"
    },
    "qDesc": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-product-summery .dnwoo-quickview-description, {{selector}} .dnwoo-product-summery .woocommerce-product-details__short-description p"
    },
    "qPrice": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-product-summery .price, {{selector}} .dnwoo-product-summery .woocommerce-variation.single_variation"
    },
    "qMeta": {
      "type": "object",
      "selector": "{{selector}} .dnwoo-product-summery .product_meta span a"
    },
    "qAddCart": {
      "type": "object",
      "selector": "{{selector}} .single_add_to_cart_button",
      "styleProps": {
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnwoo_product_imgwrap img"
    },
    "postTitle": {
      "subName": "postTitle",
      "selectorSuffix": " .dnwoo_product_title"
    },
    "desc": {
      "subName": "desc",
      "selectorSuffix": " .dnwoo_product_details p"
    },
    "priceTogether": {
      "subName": "priceTogether",
      "selectorSuffix": " .dnwoo_single_price"
    },
    "rating": {
      "subName": "rating",
      "selectorSuffix": " .dnwoo_product_ratting"
    },
    "cartButton": {
      "subName": "cartButton",
      "selectorSuffix": " .dnwoo_product_addtocart"
    },
    "viewCart": {
      "subName": "viewCart",
      "selectorSuffix": " .dnwoo_carousel_social_icon_wrap a.added_to_cart"
    }
  }
}
