Przeglądaj źródła

Kiosko: add theme (#6905)

* Initial commit.

* Removed theme reference from template part blocks

* updated wordpress tested version

* Removed table styles (fixed in gutenberg)

* Update theme patterns

Adding the strict types declaration, plus two additional store-related patterns.

* Removing templates

Removing these store templates as there's no difference between this and the fallback store archive template.

* Update WooCommerce-specific templates

Replacing legacy template with specific WooCommerce blocks.

* Update readme.txt

---------

Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: alaczek <ola@bodera.com>
Jeff Ong 1 rok temu
rodzic
commit
efc0be97cb
56 zmienionych plików z 2356 dodań i 0 usunięć
  1. BIN
      kiosko/assets/fonts/oswald/oswald_italic_200.ttf
  2. BIN
      kiosko/assets/fonts/oswald/oswald_italic_300.ttf
  3. BIN
      kiosko/assets/fonts/oswald/oswald_italic_400.ttf
  4. BIN
      kiosko/assets/fonts/oswald/oswald_italic_500.ttf
  5. BIN
      kiosko/assets/fonts/oswald/oswald_italic_600.ttf
  6. BIN
      kiosko/assets/fonts/oswald/oswald_italic_700.ttf
  7. BIN
      kiosko/assets/fonts/oswald/oswald_italic_800.ttf
  8. BIN
      kiosko/assets/fonts/oswald/oswald_normal_200.ttf
  9. BIN
      kiosko/assets/fonts/oswald/oswald_normal_300.ttf
  10. BIN
      kiosko/assets/fonts/oswald/oswald_normal_400.ttf
  11. BIN
      kiosko/assets/fonts/oswald/oswald_normal_500.ttf
  12. BIN
      kiosko/assets/fonts/oswald/oswald_normal_600.ttf
  13. BIN
      kiosko/assets/fonts/oswald/oswald_normal_700.ttf
  14. BIN
      kiosko/assets/fonts/oswald/oswald_normal_800.ttf
  15. BIN
      kiosko/assets/fonts/roboto/Roboto-Black.ttf
  16. BIN
      kiosko/assets/fonts/roboto/Roboto-BlackItalic.ttf
  17. BIN
      kiosko/assets/fonts/roboto/Roboto-Bold.ttf
  18. BIN
      kiosko/assets/fonts/roboto/Roboto-BoldItalic.ttf
  19. BIN
      kiosko/assets/fonts/roboto/Roboto-Italic.ttf
  20. BIN
      kiosko/assets/fonts/roboto/Roboto-Light.ttf
  21. BIN
      kiosko/assets/fonts/roboto/Roboto-LightItalic.ttf
  22. BIN
      kiosko/assets/fonts/roboto/Roboto-Medium.ttf
  23. BIN
      kiosko/assets/fonts/roboto/Roboto-MediumItalic.ttf
  24. BIN
      kiosko/assets/fonts/roboto/Roboto-Regular.ttf
  25. BIN
      kiosko/assets/fonts/roboto/Roboto-Thin.ttf
  26. BIN
      kiosko/assets/fonts/roboto/Roboto-ThinItalic.ttf
  27. 88 0
      kiosko/functions.php
  28. 1 0
      kiosko/parts/footer.html
  29. 28 0
      kiosko/parts/header.html
  30. 34 0
      kiosko/parts/mini-cart.html
  31. 15 0
      kiosko/parts/post-meta.html
  32. 19 0
      kiosko/patterns/404.php
  33. 53 0
      kiosko/patterns/comments.php
  34. 108 0
      kiosko/patterns/footer.php
  35. 12 0
      kiosko/patterns/hidden-no-results.php
  36. 28 0
      kiosko/patterns/masthead.php
  37. 16 0
      kiosko/patterns/no-results-content.php
  38. 53 0
      kiosko/patterns/post-list.php
  39. 63 0
      kiosko/patterns/product-filters.php
  40. 37 0
      kiosko/patterns/product-grid.php
  41. 27 0
      kiosko/patterns/related-products.php
  42. 16 0
      kiosko/patterns/site-notice.php
  43. 42 0
      kiosko/readme.txt
  44. BIN
      kiosko/screenshot.png
  45. 207 0
      kiosko/style.css
  46. 19 0
      kiosko/templates/404.html
  47. 41 0
      kiosko/templates/archive-product.html
  48. 5 0
      kiosko/templates/archive.html
  49. 25 0
      kiosko/templates/front-page.html
  50. 5 0
      kiosko/templates/index.html
  51. 23 0
      kiosko/templates/page.html
  52. 41 0
      kiosko/templates/product-search-results.html
  53. 13 0
      kiosko/templates/search.html
  54. 42 0
      kiosko/templates/single-product.html
  55. 25 0
      kiosko/templates/single.html
  56. 1270 0
      kiosko/theme.json

BIN
kiosko/assets/fonts/oswald/oswald_italic_200.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_300.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_400.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_500.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_600.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_700.ttf


BIN
kiosko/assets/fonts/oswald/oswald_italic_800.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_200.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_300.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_400.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_500.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_600.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_700.ttf


BIN
kiosko/assets/fonts/oswald/oswald_normal_800.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Black.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-BlackItalic.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Bold.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-BoldItalic.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Italic.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Light.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-LightItalic.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Medium.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-MediumItalic.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Regular.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-Thin.ttf


BIN
kiosko/assets/fonts/roboto/Roboto-ThinItalic.ttf


+ 88 - 0
kiosko/functions.php

@@ -0,0 +1,88 @@
+<?php
+/**
+ * Kiosko functions and definitions
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ *
+ * @package Kiosko
+ * @since Kiosko 1.0
+ */
+
+
+if ( ! function_exists( 'kiosko_support' ) ) :
+
+	/**
+	 * Sets up theme defaults and registers support for various WordPress features.
+	 *
+	 * @since Kiosko 1.0
+	 *
+	 * @return void
+	 */
+	function kiosko_support() {
+
+		// Enqueue editor styles.
+		add_editor_style( 'style.css' );
+
+		// Make theme available for translation.
+		load_theme_textdomain( 'kiosko' );
+	}
+
+endif;
+
+add_action( 'after_setup_theme', 'kiosko_support' );
+
+if ( ! function_exists( 'kiosko_styles' ) ) :
+
+	/**
+	 * Enqueue styles.
+	 *
+	 * @since Kiosko 1.0
+	 *
+	 * @return void
+	 */
+	function kiosko_styles() {
+		// Register theme stylesheet.
+		$theme_version = wp_get_theme()->get( 'Version' );
+
+		$version_string = is_string( $theme_version ) ? $theme_version : false;
+		wp_register_style(
+			'kiosko-style',
+			get_template_directory_uri() . '/style.css',
+			array(),
+			$version_string
+		);
+
+		// Enqueue theme stylesheet.
+		wp_enqueue_style( 'kiosko-style' );
+
+		// Enqueue the additional stylesheet for Twenty Twenty Three.
+		if ( class_exists( 'WooCommerce' ) && function_exists( 'WC' ) && defined( 'WC_ABSPATH' ) && file_exists( WC_ABSPATH . 'assets/css/twenty-twenty-three.css' ) ) {
+
+			wp_enqueue_style( 'woocommerce-twenty-twenty-three', WC()->plugin_url() . '/assets/css/twenty-twenty-three.css' );
+
+			wp_dequeue_style( 'woocommerce-general' );
+		}
+	}
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'kiosko_styles' );
+
+if ( ! function_exists( 'kiosko_woocommerce_init' ) ) :
+	/**
+	 * Initialize WooCommerce compatibility.
+	 *
+	 * @since Kiosko 1.0
+	 * @return void
+	 */
+	function kiosko_woocommerce_init() {
+		if ( ! class_exists( 'WooCommerce' ) || ! defined( 'WC_ABSPATH' ) || ! file_exists( WC_ABSPATH . 'includes/theme-support/class-wc-twenty-twenty-three.php' ) ) {
+			return;
+		}
+
+		// Load WooCommerce compatibility file if WooCommerce is loaded and the compatibility file exists.
+		include_once WC_ABSPATH . 'includes/theme-support/class-wc-twenty-twenty-three.php';
+	}
+endif;
+
+add_action( 'after_setup_theme', 'kiosko_woocommerce_init' );

+ 1 - 0
kiosko/parts/footer.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"kiosko/footer"} /-->

+ 28 - 0
kiosko/parts/header.html

@@ -0,0 +1,28 @@
+<!-- wp:pattern {"slug":"kiosko/site-notice"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+	<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
+		<!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"left"}} -->
+		<div class="wp-block-group alignwide">
+			<!-- wp:site-title /-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+		<div class="wp-block-group"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"style":{"spacing":{"blockGap":"var:preset|spacing|50"}}} /-->
+
+			<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+			<div class="wp-block-group">
+				<!-- wp:woocommerce/customer-account {"displayStyle":"icon_only"} /-->
+
+				<!-- wp:woocommerce/mini-cart {"hasHiddenPrice":true,"style":{"typography":{"fontSize":"12px"}}} /-->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 34 - 0
kiosko/parts/mini-cart.html

@@ -0,0 +1,34 @@
+<!-- wp:woocommerce/mini-cart-contents -->
+<div class="wp-block-woocommerce-mini-cart-contents">
+	<!-- wp:woocommerce/filled-mini-cart-contents-block -->
+	<div class="wp-block-woocommerce-filled-mini-cart-contents-block">
+		<!-- wp:woocommerce/mini-cart-title-block -->
+		<div class="wp-block-woocommerce-mini-cart-title-block">
+		</div>
+		<!-- /wp:woocommerce/mini-cart-title-block -->
+		<!-- wp:woocommerce/mini-cart-items-block -->
+		<div class="wp-block-woocommerce-mini-cart-items-block">
+			<!-- wp:woocommerce/mini-cart-products-table-block -->
+			<div class="wp-block-woocommerce-mini-cart-products-table-block">
+			</div>
+			<!-- /wp:woocommerce/mini-cart-products-table-block -->
+		</div>
+		<!-- /wp:woocommerce/mini-cart-items-block -->
+		<!-- wp:woocommerce/mini-cart-footer-block -->
+		<div class="wp-block-woocommerce-mini-cart-footer-block">
+		</div>
+		<!-- /wp:woocommerce/mini-cart-footer-block -->
+	</div>
+	<!-- /wp:woocommerce/filled-mini-cart-contents-block -->
+
+	<!-- wp:woocommerce/empty-mini-cart-contents-block -->
+	<div class="wp-block-woocommerce-empty-mini-cart-contents-block">
+		<!-- wp:pattern {"slug":"woocommerce/mini-cart-empty-cart-message"} /-->
+
+		<!-- wp:woocommerce/mini-cart-shopping-button-block -->
+		<div class="wp-block-woocommerce-mini-cart-shopping-button-block"></div>
+		<!-- /wp:woocommerce/mini-cart-shopping-button-block -->
+	</div>
+	<!-- /wp:woocommerce/empty-mini-cart-contents-block -->
+</div>
+<!-- /wp:woocommerce/mini-cart-contents -->

+ 15 - 0
kiosko/parts/post-meta.html

@@ -0,0 +1,15 @@
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"layout":{"type":"flex"}} -->
+	<div class="wp-block-group">
+		<!-- wp:post-author-name {"isLink":true} /-->
+
+		<!-- wp:post-date {"isLink":true,"fontSize":"small"} /-->
+
+		<!-- wp:post-terms {"term":"category","fontSize":"small"} /-->
+
+		<!-- wp:post-terms {"term":"post_tag","fontSize":"small"} /-->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 19 - 0
kiosko/patterns/404.php

@@ -0,0 +1,19 @@
+<?php
+/**
+ * Title: A 404 page
+ * Slug: kiosko/404
+ * Categories: text
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":1.1}},"textColor":"contrast","className":"wp-block-heading","fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
+<h1 class="wp-block-heading has-contrast-color has-text-color has-large-font-size" id="oops-that-page-can-t-be-found" style="line-height:1.1"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'kiosko' ); ?></h1>
+<!-- /wp:heading -->
+
+<!-- wp:paragraph {"textColor":"contrast","className":"has-contrast-color has-text-color"} -->
+<p class="has-contrast-color has-text-color has-contrast-color"><?php echo  esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'kiosko' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'kiosko' ); ?>","buttonText":"Search"} /-->

+ 53 - 0
kiosko/patterns/comments.php

@@ -0,0 +1,53 @@
+<?php
+/**
+ * Title: Comments
+ * Slug: kiosko/comments
+ * Categories: text
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments wp-block-comments-query-loop">
+	<!-- wp:comments-title {"level":3} /-->
+
+	<!-- wp:comment-template -->
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} -->
+		<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50)">
+			<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"0.5em"}}} -->
+			<div class="wp-block-group">
+				<!-- wp:avatar {"size":40} /-->
+
+				<!-- wp:group -->
+				<div class="wp-block-group">
+					<!-- wp:comment-author-name /-->
+
+					<!-- wp:group {"layout":{"type":"flex"},"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.875rem"}}} -->
+					<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+						<!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->
+
+						<!-- wp:comment-edit-link /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:comment-content /-->
+
+			<!-- wp:comment-reply-link /-->
+		</div>
+		<!-- /wp:group -->
+	<!-- /wp:comment-template -->
+
+	<!-- wp:comments-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
+		<!-- wp:comments-pagination-previous /-->
+
+		<!-- wp:comments-pagination-next /-->
+	<!-- /wp:comments-pagination -->
+
+	<!-- wp:post-comments-form {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}}} /-->
+</div>
+<!-- /wp:comments -->

+ 108 - 0
kiosko/patterns/footer.php

@@ -0,0 +1,108 @@
+<?php
+/**
+ * Title: Default footer
+ * Slug: kiosko/footer
+ * Categories: footer
+ * Block Types: core/template-part/footer
+ */
+
+declare( strict_types = 1 );
+?>
+<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"primary","textColor":"base","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-base-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} -->
+	<div class="wp-block-columns alignwide" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:column {"width":"40%","fontSize":"small"} -->
+		<div class="wp-block-column has-small-font-size" style="flex-basis:40%">
+			<!-- wp:site-title {"level":2,"isLink":false,"style":{"typography":{"textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base","fontSize":"large"} /-->
+
+			<!-- wp:paragraph -->
+			<p><?php echo esc_html__( 'We are a poster shop bringing you carefully created and unique art prints. We are a curious and creative team based in Tokyo, Japan, and we believe in diversity, value and quality.', 'kiosko' ); ?></p>
+			<!-- /wp:paragraph -->
+
+			<!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"}}},"className":"is-style-logos-only"} -->
+			<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
+				<!-- wp:social-link {"url":"#","service":"wordpress"} /-->
+
+				<!-- wp:social-link {"url":"#","service":"tumblr"} /-->
+
+				<!-- wp:social-link {"url":"#","service":"instagram"} /-->
+
+				<!-- wp:social-link {"url":"#","service":"facebook"} /-->
+			</ul>
+			<!-- /wp:social-links -->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"20%"} -->
+		<div class="wp-block-column" style="flex-basis:20%">
+			<!-- wp:heading {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"large"} -->
+			<h2 class="wp-block-heading has-link-color has-large-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Location', 'kiosko' ); ?></h2>
+			<!-- /wp:heading -->
+
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"constrained"},"fontSize":"small"} -->
+			<div class="wp-block-group has-small-font-size">
+				<!-- wp:paragraph -->
+				<p><?php echo esc_html__( '12-3 Udagawacho, Shibuya City, Tokyo 123-4567', 'kiosko' ); ?></p>
+				<!-- /wp:paragraph -->
+
+				<!-- wp:paragraph -->
+				<p><?php echo esc_html__( 'Mon - Fri 10 am - 7 pm', 'kiosko' ); ?></p>
+				<!-- /wp:paragraph -->
+
+				<!-- wp:paragraph -->
+				<p><?php echo esc_html__( 'Sat - Sun 12 am - 5 pm', 'kiosko' ); ?></p>
+				<!-- /wp:paragraph -->
+
+				<!-- wp:paragraph -->
+				<p><?php echo esc_html__( '0123 456 7890', 'kiosko' ); ?></p>
+				<!-- /wp:paragraph -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"20%"} -->
+		<div class="wp-block-column" style="flex-basis:20%">
+			<!-- wp:heading {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"large"} -->
+			<h2 class="wp-block-heading has-large-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Shop', 'kiosko' ); ?></h2>
+			<!-- /wp:heading -->
+
+			<!-- wp:navigation {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"0px"}},"fontSize":"small"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"20%"} -->
+		<div class="wp-block-column" style="flex-basis:20%">
+			<!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400"}},"fontSize":"large"} -->
+			<h2 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:400;text-transform:uppercase"><?php echo esc_html__( 'Info', 'kiosko' ); ?></h2>
+			<!-- /wp:heading -->
+
+			<!-- wp:navigation {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"0px"}},"fontSize":"small"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+
+	<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30","margin":{"top":"0px","bottom":"0px"},"padding":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"flex","justifyContent":"left"}} -->
+	<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:paragraph {"align":"right","fontSize":"small"} -->
+		<p class="has-text-align-right has-small-font-size">&#169; <?php echo date("Y"); ?></p>
+		<!-- /wp:paragraph -->
+
+		<!-- wp:site-title {"level":0,"isLink":false,"style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base","fontSize":"small"} /-->
+
+		<!-- wp:paragraph {"align":"right","fontSize":"small"} -->
+		<p class="has-text-align-right has-small-font-size"><?php
+				/* Translators: WordPress link. */
+				$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'kiosko' ) ) . '" rel="nofollow">WordPress</a>';
+				echo sprintf(
+					esc_html__( 'Designed with %1$s', 'kiosko' ),
+					$wordpress_link
+				);
+		?></p>
+		<!-- /wp:paragraph -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 12 - 0
kiosko/patterns/hidden-no-results.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Title: No results
+ * Slug: kiosko/hidden-no-results
+ * Inserter: no
+ */
+
+declare( strict_types = 1 );
+?>
+<!-- wp:paragraph -->
+<p><?php echo esc_html_x( 'No products were found matching your selection.', 'Message explaining that there are no results returned from a store search', 'kiosko' ); ?></p>
+<!-- /wp:paragraph -->

+ 28 - 0
kiosko/patterns/masthead.php

@@ -0,0 +1,28 @@
+<?php
+/**
+ * Title: Masthead
+ * Slug: kiosko/masthead
+ * Categories: text
+ */
+
+declare( strict_types = 1 );
+?>
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70","left":"0","right":"0"}},"border":{"top":{"color":"var:preset|color|contrast","width":"4px"},"bottom":{"color":"var:preset|color|contrast","width":"4px"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide has-primary-color has-text-color has-link-color" style="border-top-color:var(--wp--preset--color--contrast);border-top-width:4px;border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--70);padding-right:0;padding-bottom:var(--wp--preset--spacing--70);padding-left:0">
+	<!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40","top":"0px"}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500"}}} -->
+	<h1 class="wp-block-heading alignwide" style="margin-top:0px;margin-bottom:var(--wp--preset--spacing--40);font-style:normal;font-weight:500;text-transform:uppercase"><?php echo esc_html__( 'Prints', 'kiosko' ); ?></h1>
+	<!-- /wp:heading -->
+
+	<!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+	<div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--40)">
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:paragraph {"fontSize":"small"} -->
+			<p class="has-small-font-size"><?php echo esc_html__( 'We take pride in the quality of our products and use only the highest quality materials to ensure that each poster is durable and long-lasting. Browse our collection and discover the perfect geometric poster to add a touch of sophistication to your home or office.', 'kiosko' ); ?></p>
+			<!-- /wp:paragraph -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 16 - 0
kiosko/patterns/no-results-content.php

@@ -0,0 +1,16 @@
+<?php
+/**
+ * Title: Hidden No Results Content
+ * Slug: kiosko/no-results-content
+ * Categories: text
+ */
+
+declare( strict_types = 1 );
+?>
+<!-- wp:paragraph {"style":{"spacing":{"margin":{"bottom":"0px"}}}} -->
+<p style="margin-bottom:0px"><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'kiosko' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:spacer {"height":"30vh","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:30vh" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->

+ 53 - 0
kiosko/patterns/post-list.php

@@ -0,0 +1,53 @@
+<?php
+/**
+ * Title: Post List
+ * Slug: kiosko/post-list
+ * Categories: posts
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-query">
+	<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--70)">
+			<!-- wp:query-title {"type":"archive","showPrefix":false,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} /-->
+
+			<!-- wp:term-description {"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} /-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:post-template -->
+			<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|50"}}}} -->
+			<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--50)">
+				<!-- wp:post-title {"isLink":true} /-->
+
+				<!-- wp:post-featured-image {"isLink":true} /-->
+
+				<!-- wp:post-excerpt /-->
+
+				<!-- wp:template-part {"slug":"post-meta"} /-->
+			</div>
+			<!-- /wp:group -->
+		<!-- /wp:post-template -->
+
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
+				<!-- wp:query-pagination-previous /-->
+
+				<!-- wp:query-pagination-next /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:query-no-results -->
+			<!-- wp:pattern {"slug":"kiosko/no-results-content"} /-->
+		<!-- /wp:query-no-results -->
+	</div>
+	<!-- /wp:group -->
+</main>
+<!-- /wp:query -->

+ 63 - 0
kiosko/patterns/product-filters.php

@@ -0,0 +1,63 @@
+<?php
+/**
+ * Title: Product Filters and Search
+ * Slug: kiosko/product-filters
+ * Categories: woocommerce
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search products…","buttonText":"Search","buttonUseIcon":true,"query":{"post_type":"product"},"fontSize":"x-small"} /-->
+
+	<!-- wp:spacer {"height":"28px"} -->
+	<div style="height:28px" aria-hidden="true" class="wp-block-spacer"></div>
+	<!-- /wp:spacer -->
+
+	<!-- wp:woocommerce/filter-wrapper {"filterType":"active-filters","heading":"Active filters"} -->
+	<div class="wp-block-woocommerce-filter-wrapper">
+		<!-- wp:woocommerce/active-filters {"heading":"","lock":{"remove":true}} -->
+		<div class="wp-block-woocommerce-active-filters is-loading" data-display-style="list" data-heading="" data-heading-level="3"><span aria-hidden="true" class="wc-block-active-filters__placeholder"></span></div>
+		<!-- /wp:woocommerce/active-filters -->
+	</div>
+	<!-- /wp:woocommerce/filter-wrapper -->
+
+	<!-- wp:woocommerce/filter-wrapper {"filterType":"price-filter","heading":"Filter by price"} -->
+	<div class="wp-block-woocommerce-filter-wrapper">
+		<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"0px"}}},"fontSize":"large"} -->
+		<h3 class="wp-block-heading has-large-font-size" style="margin-top:0px"><?php echo esc_html__( 'Price', 'kiosko' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:woocommerce/price-filter {"heading":"","lock":{"remove":true}} -->
+		<div class="wp-block-woocommerce-price-filter is-loading" data-showinputfields="true" data-showfilterbutton="false" data-heading="" data-heading-level="3"><span aria-hidden="true" class="wc-block-product-categories__placeholder"></span></div>
+		<!-- /wp:woocommerce/price-filter -->
+	</div>
+	<!-- /wp:woocommerce/filter-wrapper -->
+
+	<!-- wp:woocommerce/filter-wrapper {"filterType":"attribute-filter","heading":"Filter by attribute"} -->
+	<div class="wp-block-woocommerce-filter-wrapper">
+		<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"0px"}}},"fontSize":"large"} -->
+		<h3 class="wp-block-heading has-large-font-size" style="margin-top:0px"><?php echo esc_html__( 'Color', 'kiosko' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:woocommerce/attribute-filter {"attributeId":1,"heading":"","lock":{"remove":true}} -->
+		<div class="wp-block-woocommerce-attribute-filter is-loading" data-attribute-id="1" data-show-counts="true" data-query-type="or" data-heading="" data-heading-level="3"><span aria-hidden="true" class="wc-block-product-attribute-filter__placeholder"></span></div>
+		<!-- /wp:woocommerce/attribute-filter -->
+	</div>
+	<!-- /wp:woocommerce/filter-wrapper -->
+
+	<!-- wp:woocommerce/filter-wrapper {"filterType":"attribute-filter","heading":"Filter by attribute"} -->
+	<div class="wp-block-woocommerce-filter-wrapper">
+		<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"0px"}}},"fontSize":"large"} -->
+		<h3 class="wp-block-heading has-large-font-size" style="margin-top:0px"><?php echo esc_html__( 'Size', 'kiosko' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:woocommerce/attribute-filter {"attributeId":2,"heading":"","lock":{"remove":true}} -->
+		<div class="wp-block-woocommerce-attribute-filter is-loading" data-attribute-id="2" data-show-counts="true" data-query-type="or" data-heading="" data-heading-level="3"><span aria-hidden="true" class="wc-block-product-attribute-filter__placeholder"></span></div>
+		<!-- /wp:woocommerce/attribute-filter -->
+	</div>
+	<!-- /wp:woocommerce/filter-wrapper -->
+</div>
+<!-- /wp:group -->

+ 37 - 0
kiosko/patterns/product-grid.php

@@ -0,0 +1,37 @@
+<?php
+/**
+ * Title: Product Grid
+ * Slug: kiosko/product-grid
+ * Categories: woocommerce
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:query {"query":{"perPage":"9","pages":0,"offset":0,"postType":"product","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"__woocommerceStockStatus":["instock","outofstock"]},"displayLayout":{"type":"flex","columns":3},"namespace":"woocommerce/product-query"} -->
+<div class="wp-block-query">
+	<!-- wp:post-template {"fontSize":"small"} -->
+		<!-- wp:woocommerce/product-image {"isDescendentOfQueryLoop":true} /-->
+
+		<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--40)">
+			<!-- wp:post-title {"level":3,"isLink":true,"style":{"typography":{"textTransform":"none","fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"small"} /-->
+
+			<!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true} /-->
+		</div>
+		<!-- /wp:group -->
+	<!-- /wp:post-template -->
+
+	<!-- wp:spacer {"height":"1px"} -->
+	<div style="height:1px" aria-hidden="true" class="wp-block-spacer"></div>
+	<!-- /wp:spacer -->
+
+	<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
+		<!-- wp:query-pagination-previous /-->
+
+		<!-- wp:query-pagination-numbers /-->
+
+		<!-- wp:query-pagination-next /-->
+	<!-- /wp:query-pagination -->
+</div>
+<!-- /wp:query -->

+ 27 - 0
kiosko/patterns/related-products.php

@@ -0,0 +1,27 @@
+<?php
+/**
+ * Title: Related Products
+ * Slug: kiosko/related-products
+ * Categories: woocommerce
+ */
+
+declare( strict_types = 1 );
+?>
+
+<!-- wp:woocommerce/related-products {"align":"wide"} -->
+<div class="wp-block-woocommerce-related-products alignwide"><!-- wp:query {"queryId":5,"query":{"perPage":5,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":false},"namespace":"woocommerce/related-products","lock":{"remove":true,"move":true}} -->
+<div class="wp-block-query"><!-- wp:heading {"style":{"spacing":{"margin":{"top":"1rem","bottom":"1rem"}}}} -->
+<h2 class="wp-block-heading" style="margin-top:1rem;margin-bottom:1rem"><?php echo  esc_html__( 'Related products', 'kiosko' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:post-template {"layout":{"type":"grid","columnCount":5},"__woocommerceNamespace":"woocommerce/product-query/product-template"} -->
+<!-- wp:woocommerce/product-image {"imageSizing":"cropped","isDescendentOfQueryLoop":true} /-->
+
+<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
+
+<!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"textAlign":"center","fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
+
+<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:woocommerce/related-products -->

+ 16 - 0
kiosko/patterns/site-notice.php

@@ -0,0 +1,16 @@
+<?php
+/**
+ * Title: Site Notice
+ * Slug: kiosko/site-notice
+ * Categories: text
+ */
+
+declare( strict_types = 1 );
+?>
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","right":"var:preset|spacing|50","left":"var:preset|spacing|50"}},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"backgroundColor":"primary","textColor":"base","layout":{"type":"default"}} -->
+<div class="wp-block-group has-base-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--50)">
+	<!-- wp:paragraph {"align":"center","fontSize":"x-small"} -->
+	<p class="has-text-align-center has-x-small-font-size"><?php echo esc_html__('Free shipping on all orders over $50 ・ Use cods15 at checkout to get 15% off', 'kiosko' ); ?></p>
+	<!-- /wp:paragraph -->
+</div>
+<!-- /wp:group -->

+ 42 - 0
kiosko/readme.txt

@@ -0,0 +1,42 @@
+=== Kiosko ===
+Contributors: Automattic
+Requires at least: 6.0
+Tested up to: 6.5.2
+Requires PHP: 7.0
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Kiosko is a simple store theme with product filters.
+
+== Changelog ==
+
+= 1.0 =
+* Initial release
+
+== Copyright ==
+
+Kiosko WordPress Theme, (C) 2024 Automattic
+Kiosko is distributed under the terms of the GNU GPL.
+Kiosko is based on Twenty Twenty-Three (https://wordpress.org/themes/twentytwentythree), (C) the WordPress team, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+This theme bundles the following third-party resources:
+
+Oswald Font
+Licensed under SIL Open Font License, 1.10 (http://scripts.sil.org/OFL)
+Source: https://www.fontsquirrel.com/fonts/oswald
+
+Roboto Font
+Licensed under Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
+Source: https://fonts.google.com/specimen/Roboto

BIN
kiosko/screenshot.png


+ 207 - 0
kiosko/style.css

@@ -0,0 +1,207 @@
+/*
+Theme Name: Kiosko
+Theme URI: https://wordpress.com/theme/kiosko/
+Author: Automattic
+Author URI: https://automattic.com/
+Description: Kiosko is a store theme for WooCommerce
+Requires at least: 5.8
+Tested up to: 6.2
+Requires PHP: 5.7
+Version: 1.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Template: 
+Text Domain: kiosko
+Tags: blog, e-commerce, one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, template-editing, threaded-comments, translation-ready
+*/
+
+/*
+ * Control the hover stylings of outline block style.
+ * Unnecessary once block styles are configurable via theme.json
+ * https://github.com/WordPress/gutenberg/issues/42794
+ */
+.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
+	background-color: var(--wp--preset--color--contrast);
+	color: var(--wp--preset--color--base);
+	border-color: var(--wp--preset--color--contrast);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+	text-decoration-color: var(--wp--preset--color--primary);
+	text-decoration-thickness: 0.5px !important;
+	text-underline-offset: 0.05em;
+}
+
+/* Reset browser default margins for blockquote element */
+.wp-block-pullquote blockquote {
+	margin: 0;
+}
+
+/* Search button inside style */
+.wp-block-search__button-inside .wp-block-search__inside-wrapper {
+	padding: 4px;
+}
+
+/* Adjust font size for comment reply title */
+.wp-block-post-comments-form .comment-reply-title {
+	font-size: var(--wp--preset--font-size--large);
+}
+
+/* Remove the bottom margin from the button */
+.wp-block-post-comments-form .form-submit {
+	margin-bottom: 0;
+}
+
+/*
+ * Responsive menu container padding.
+ * This ensures the responsive container inherits the same
+ * spacing defined above. This behavior may be built into
+ * the Block Editor in the future.
+ */
+.wp-block-navigation__responsive-container.is-menu-open {
+	padding: var(--wp--preset--spacing--50);
+}
+
+/* Adjust the top padding for the submenu items */
+.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
+	padding-top: var(--wp--preset--spacing--30);
+}
+
+/* Override the Gutenberg style to theme style */
+.wp-block-post-author__byline,
+.wp-block-post-author__bio {
+	font-size: inherit;
+}
+
+/* Round the avatar and reset the vertical alignment */
+.wp-block-post-author__avatar img {
+	border-radius: 999px;
+	line-height: 0;
+}
+
+/* Style tag cloud outline style  */
+.wp-block-tag-cloud.is-style-outline a {
+	border-color: var(--wp--preset--color--tertiary);
+	border-radius: 999px;
+	padding: 0 0.5rem;
+}
+
+.wp-block-tag-cloud.is-style-outline a:hover {
+	color: var(--wp--preset--color--base);
+	background-color: var(--wp--preset--color--primary);
+}
+
+/* Remove the default margin from author bio */
+.wp-block-post-author__bio {
+	margin: 0;
+}
+
+/* Remove the default margin from term description. */
+.wp-block-term-description p:first-child {
+	margin-top: 0;
+}
+
+.wp-block-term-description p:last-child {
+	margin-bottom: 0;
+}
+
+/* Normalise font sizes for the latest comments and latest posts widgets */
+.wp-block-latest-comments__comment-excerpt p,
+.wp-block-latest-comments__comment-date,
+.wp-block-latest-posts__post-author,
+.wp-block-latest-posts__post-date {
+	font-size: inherit;
+}
+
+/* Adjust font colour in the Calendar widget */
+.wp-block-calendar table:where(:not(.has-text-color)) {
+	color: var(--wp--preset--color--foreground);
+}
+
+/* Fix border radius setting for the avatar block */
+.wp-block-avatar a,
+.wp-block-avatar img {
+	border-radius: inherit;
+	vertical-align: middle;
+}
+
+/* Fix line height for various fields */
+.wp-block-search__input,
+.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
+.wp-block-post-comments-form .comment-form textarea {
+	line-height: inherit;
+}
+
+/* Style  border colour for search and Jetpack subscription blocks */
+.wp-block-search__input,
+.wp-block-search__button-inside .wp-block-search__inside-wrapper,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
+	border-color: var(--wp--preset--color--tertiary);
+}
+
+/* Needed to style input field for various Jetpack blocks */
+.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
+.wp-block-jetpack-contact-form select,
+.wp-block-jetpack-contact-form textarea,
+.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
+.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
+	background-color: #fff;
+	border: 1px solid var(--wp--preset--color--tertiary);
+	font-size: inherit;
+	line-height: inherit;
+	padding: 0.5rem;
+}
+
+.wp-block-jetpack-contact-form.contact-form label {
+	font-weight: 400;
+}
+
+.wp-block-jetpack-contact-form.contact-form label span {
+	opacity: 0.7;
+}
+
+.wp-block-jetpack-contact-form.contact-form select {
+	padding: 0.5rem;
+}
+
+.wp-block-jetpack-contact-form.contact-form textarea {
+	margin-bottom: var(--wp--preset--spacing--40);
+}
+
+/* Style the feedback you get after submitting the contact form */
+div[id^="contact-form-"] h4 {
+	font-size: var(--wp--preset--font-size--medium);
+	font-weight: inherit;
+	line-height: 1.555555556;
+}
+
+div[id^="contact-form-"] .contact-form-submission {
+	margin: 0;
+	padding: 0;
+}
+
+/* Adjust vertical margins in the mailchimp block */
+.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
+.wp-block-jetpack-mailchimp p {
+	margin: var(--wp--preset--spacing--40) 0;
+}
+
+/* Adjust the size of the consent text in mailchimp block */
+#wp-block-jetpack-mailchimp_consent-text {
+	font-size: var(--wp--preset--font-size--small);
+	margin-bottom: 0;
+}
+
+/* Remove underline from the price after discounted */
+ins {
+	text-decoration: none;
+}
+
+/* Fix the hardcoded wide width value in the stylesheet for TT3 */
+.woocommerce.woocommerce-page main {
+	max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
+}

+ 19 - 0
kiosko/templates/404.html

@@ -0,0 +1,19 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"padding":{"bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
+	<!-- wp:cover {"dimRatio":0,"overlayColor":"base","minHeight":50,"minHeightUnit":"vh","isDark":false,"align":"full"} -->
+	<div class="wp-block-cover alignfull is-light" style="min-height:50vh"><span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span>
+		<div class="wp-block-cover__inner-container">
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:pattern {"slug":"kiosko/404"} /-->
+			</div>
+			<!-- /wp:group -->
+		</div>
+	</div>
+	<!-- /wp:cover -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 41 - 0
kiosko/templates/archive-product.html

@@ -0,0 +1,41 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"inherit":true,"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:woocommerce/breadcrumbs /-->
+
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide"} /-->
+
+<!-- wp:woocommerce/store-notices /-->
+
+<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group alignwide"><!-- wp:woocommerce/product-results-count /-->
+
+<!-- wp:woocommerce/catalog-sorting /--></div>
+<!-- /wp:group -->
+
+<!-- wp:query {"queryId":2,"query":{"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true,"__woocommerceAttributes":[],"__woocommerceStockStatus":["instock","outofstock","onbackorder"]},"namespace":"woocommerce/product-query","align":"wide"} -->
+<div class="wp-block-query alignwide"><!-- wp:post-template {"className":"products-block-post-template","layout":{"type":"grid","columnCount":3},"__woocommerceNamespace":"woocommerce/product-query/product-template"} -->
+<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
+
+<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"style":{"spacing":{"margin":{"bottom":"0.75rem","top":"0"}}},"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
+
+<!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"textAlign":"center","fontSize":"small"} /-->
+
+<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-numbers /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination -->
+
+<!-- wp:query-no-results -->
+<!-- wp:pattern {"slug":"kiosko/hidden-no-results"} /-->
+<!-- /wp:query-no-results --></div>
+<!-- /wp:query --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 5 - 0
kiosko/templates/archive.html

@@ -0,0 +1,5 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:pattern {"slug":"kiosko/post-list"} /-->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 25 - 0
kiosko/templates/front-page.html

@@ -0,0 +1,25 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<main class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+	<!-- wp:pattern {"slug":"kiosko/masthead"} /-->
+
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"},"blockGap":{"top":"1.25em","left":"1.25em"}}}} -->
+	<div class="wp-block-columns alignwide" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:column {"width":"25%"} -->
+		<div class="wp-block-column" style="flex-basis:25%">
+			<!-- wp:pattern {"slug":"kiosko/product-filters"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"75%"} -->
+		<div class="wp-block-column" style="flex-basis:75%">
+			<!-- wp:pattern {"slug":"kiosko/product-grid"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 5 - 0
kiosko/templates/index.html

@@ -0,0 +1,5 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:pattern {"slug":"kiosko/post-list"} /-->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 23 - 0
kiosko/templates/page.html

@@ -0,0 +1,23 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} -->
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:group {"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group">
+		<!-- wp:post-title /-->
+
+		<!-- wp:post-featured-image /-->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained"}} /-->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:pattern {"slug":"kiosko/comments"} /-->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 41 - 0
kiosko/templates/product-search-results.html

@@ -0,0 +1,41 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"inherit":true,"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"search","showPrefix":false,"align":"wide"} /-->
+
+<!-- wp:woocommerce/store-notices /-->
+
+<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group alignwide"><!-- wp:woocommerce/product-results-count /-->
+
+<!-- wp:woocommerce/catalog-sorting /--></div>
+<!-- /wp:group -->
+
+<!-- wp:query {"queryId":5,"query":{"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true,"__woocommerceAttributes":[],"__woocommerceStockStatus":["instock","outofstock","onbackorder"]},"namespace":"woocommerce/product-query","align":"wide"} -->
+<div class="wp-block-query alignwide"><!-- wp:post-template {"className":"products-block-post-template","layout":{"type":"grid","columnCount":3},"__woocommerceNamespace":"woocommerce/product-query/product-template"} -->
+<!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /-->
+
+<!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"style":{"spacing":{"margin":{"bottom":"0.75rem","top":"0"}}},"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
+
+<!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"textAlign":"center","fontSize":"small"} /-->
+
+<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-numbers /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination -->
+
+<!-- wp:query-no-results {"align":"wide"} -->
+<!-- wp:pattern {"slug":"kiosko/hidden-no-results"} /-->
+
+<!-- wp:search {"showLabel":false,"placeholder":"Search products…","buttonText":"Search","query":{"post_type":"product"}} /-->
+<!-- /wp:query-no-results --></div>
+<!-- /wp:query --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 13 - 0
kiosko/templates/search.html

@@ -0,0 +1,13 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:search {"showLabel":false,"buttonText":"Search"} /-->
+
+	<!-- wp:query-title {"type":"search"} /-->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:pattern {"slug":"kiosko/post-list"} /-->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 42 - 0
kiosko/templates/single-product.html

@@ -0,0 +1,42 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"inherit":true,"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:woocommerce/breadcrumbs /-->
+
+<!-- wp:woocommerce/store-notices /-->
+
+<!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"512px"} -->
+<div class="wp-block-column" style="flex-basis:512px"><!-- wp:woocommerce/product-image-gallery /--></div>
+<!-- /wp:column -->
+
+<!-- wp:column -->
+<div class="wp-block-column"><!-- wp:post-title {"level":1,"__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
+
+<!-- wp:woocommerce/product-rating {"isDescendentOfSingleProductTemplate":true} /-->
+
+<!-- wp:woocommerce/product-price {"isDescendentOfSingleProductTemplate":true,"fontSize":"large"} /-->
+
+<!-- wp:post-excerpt {"__woocommerceNamespace":"woocommerce/product-query/product-summary"} /-->
+
+<!-- wp:woocommerce/add-to-cart-form /-->
+
+<!-- wp:woocommerce/product-meta -->
+<div class="wp-block-woocommerce-product-meta"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:woocommerce/product-sku {"isDescendentOfSingleProductTemplate":true} /-->
+
+<!-- wp:post-terms {"term":"product_cat","prefix":"Category: "} /-->
+
+<!-- wp:post-terms {"term":"product_tag","prefix":"Tags: "} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:woocommerce/product-meta --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:woocommerce/product-details {"align":"wide","className":"is-style-minimal"} /-->
+<!-- wp:pattern {"slug":"kiosko/related-products"} /-->
+
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 25 - 0
kiosko/templates/single.html

@@ -0,0 +1,25 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} -->
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:group {"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group">
+		<!-- wp:post-title /-->
+
+		<!-- wp:post-featured-image /-->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained"}} /-->
+
+	<!-- wp:template-part {"slug":"post-meta"} /-->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:pattern {"slug":"kiosko/comments"} /-->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1270 - 0
kiosko/theme.json

@@ -0,0 +1,1270 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#3b3b3b",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#000000",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#000000",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#c6c6c6",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "586px",
+			"definitions": {
+				"constrained": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important",
+								"max-width": "var(--wp--style--global--content-size)"
+							},
+							"selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+						},
+						{
+							"rules": {
+								"max-width": "var(--wp--style--global--wide-size)"
+							},
+							"selector": " > .alignwide"
+						}
+					],
+					"className": "is-layout-constrained",
+					"name": "constrained",
+					"slug": "constrained",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": null
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"default": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						}
+					],
+					"className": "is-layout-flow",
+					"name": "default",
+					"slug": "flow",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": null
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"flex": {
+					"baseStyles": [
+						{
+							"rules": {
+								"align-items": "center",
+								"flex-wrap": "wrap"
+							},
+							"selector": ""
+						},
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-flex",
+					"displayMode": "flex",
+					"name": "flex",
+					"slug": "flex",
+					"spacingStyles": [
+						{
+							"rules": {
+								"gap": null
+							},
+							"selector": ""
+						}
+					]
+				}
+			},
+			"wideSize": "1200px"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 7,
+				"unit": "rem"
+			},
+			"spacingSizes": [
+				{
+					"name": "1",
+					"size": "0.5rem",
+					"slug": "30"
+				},
+				{
+					"name": "2",
+					"size": "0.875rem",
+					"slug": "40"
+				},
+				{
+					"name": "3",
+					"size": "1.75rem",
+					"slug": "50"
+				},
+				{
+					"name": "4",
+					"size": "2.625rem",
+					"slug": "60"
+				},
+				{
+					"name": "5",
+					"size": "3.5rem",
+					"slug": "70"
+				},
+				{
+					"name": "6",
+					"size": "5.25rem",
+					"slug": "80"
+				}
+			],
+			"units": ["%", "px", "em", "rem", "vh", "vw"]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFace": [],
+					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
+					"name": "System Font",
+					"slug": "system-font"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "100",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Thin.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "100",
+							"src": ["file:./assets/fonts/Roboto-ThinItalic.ttf"]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Light.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-LightItalic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Regular.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Medium.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-MediumItalic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Bold.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-BoldItalic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "normal",
+							"fontWeight": "900",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-Black.ttf"
+							]
+						},
+						{
+							"fontFamily": "Roboto",
+							"fontStyle": "italic",
+							"fontWeight": "900",
+							"src": [
+								"file:./assets/fonts/roboto/Roboto-BlackItalic.ttf"
+							]
+						}
+					],
+					"fontFamily": "Roboto",
+					"slug": "roboto"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "800",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "800",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "normal",
+							"fontWeight": "200",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_normal_200.ttf"
+							]
+						},
+						{
+							"fontFamily": "Oswald",
+							"fontStyle": "italic",
+							"fontWeight": "200",
+							"src": [
+								"file:./assets/fonts/oswald/oswald_italic_200.ttf"
+							]
+						}
+					],
+					"fontFamily": "Oswald",
+					"slug": "oswald"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": false,
+					"size": "0.781rem",
+					"slug": "x-small"
+				},
+				{
+					"fluid": {
+						"max": "0.938rem",
+						"min": "0.781rem"
+					},
+					"name": "Small",
+					"size": "0.938rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.125rem",
+						"min": "0.938rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "1.35rem",
+						"min": "1.125rem"
+					},
+					"name": "Large",
+					"size": "1.35rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "1.944rem",
+						"min": "1.35rem"
+					},
+					"name": "Extra Large",
+					"size": "1.944rem",
+					"slug": "x-large"
+				},
+				{
+					"fluid": {
+						"max": "2.333rem",
+						"min": "1.944rem"
+					},
+					"size": "2.333rem",
+					"slug": "xx-large"
+				},
+				{
+					"fluid": {
+						"max": "4.031rem",
+						"min": "2.799rem"
+					},
+					"size": "4.031rem",
+					"slug": "xxx-large"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/avatar": {
+				"border": {
+					"radius": "999px"
+				}
+			},
+			"core/buttons": {
+				"spacing": {
+					"blockGap": "var:preset|spacing|40"
+				}
+			},
+			"core/code": {
+				"border": {
+					"bottom": {
+						"color": "var(--wp--preset--color--tertiary)",
+						"style": "solid",
+						"width": "1px"
+					},
+					"color": "var(--wp--preset--color--tertiary)",
+					"left": {
+						"color": "var(--wp--preset--color--tertiary)",
+						"style": "solid",
+						"width": "1px"
+					},
+					"radius": "0.25rem",
+					"right": {
+						"color": "var(--wp--preset--color--tertiary)",
+						"style": "solid",
+						"width": "1px"
+					},
+					"style": "solid",
+					"top": {
+						"color": "var(--wp--preset--color--tertiary)",
+						"style": "solid",
+						"width": "1px"
+					},
+					"width": "1px"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var:preset|spacing|40",
+						"left": "var:preset|spacing|40",
+						"right": "var:preset|spacing|40",
+						"top": "var:preset|spacing|40"
+					}
+				},
+				"typography": {
+					"fontFamily": "monospace",
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/comment-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": 1.3
+				}
+			},
+			"core/comment-content": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1.6"
+				}
+			},
+			"core/comment-date": {
+				"color": {
+					"text": "var:preset|color|contrast"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": 1.3
+				}
+			},
+			"core/comment-edit-link": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": 1.3
+				}
+			},
+			"core/comment-reply-link": {
+				"elements": {
+					"link": {
+						":hover": {
+							"border": {
+								"color": "var:preset|color|contrast"
+							},
+							"color": {
+								"text": "var:preset|color|contrast"
+							}
+						},
+						"border": {
+							"color": "var:preset|color|primary",
+							"radius": "0.25rem",
+							"style": "solid",
+							"width": "1px"
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"spacing": {
+							"padding": "4.25px 12px"
+						},
+						"typography": {
+							"fontSize": "var(--wp--preset--font-size--x-small)",
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1.3"
+				}
+			},
+			"core/comment-template": {
+				"spacing": {
+					"padding": {
+						"left": "0px"
+					}
+				}
+			},
+			"core/comments-pagination": {
+				"color": {
+					"text": "var:preset|color|primary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": 1.3
+				}
+			},
+			"core/comments-title": {
+				"spacing": {
+					"margin": {
+						"top": "0px"
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|large",
+					"lineHeight": "1.481481481"
+				}
+			},
+			"core/cover": {
+				"spacing": {
+					"padding": {
+						"bottom": "var:preset|spacing|50",
+						"left": "var:preset|spacing|50",
+						"right": "var:preset|spacing|50",
+						"top": "var:preset|spacing|50"
+					}
+				}
+			},
+			"core/gallery": {
+				"spacing": {
+					"margin": {
+						"bottom": "var:preset|spacing|50"
+					}
+				}
+			},
+			"core/heading": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "none"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "underline"
+						}
+					}
+				}
+			},
+			"core/latest-comments": {
+				"spacing": {
+					"padding": {
+						"left": "0px"
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var:preset|spacing|50"
+					}
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|primary"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/paragraph": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						}
+					}
+				},
+				"typography": {
+					"lineHeight": "calc(1em + 0.625rem)"
+				}
+			},
+			"core/post-author": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1.6"
+				}
+			},
+			"core/post-author-biography": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1.6"
+				}
+			},
+			"core/post-author-name": {
+				"color": {
+					"text": "var:preset|color|contrast"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1.6"
+				}
+			},
+			"core/post-comments-form": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var:preset|color|contrast"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/post-terms": {
+				"color": {
+					"text": "var:preset|color|contrast"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/post-title": {
+				"color": {
+					"text": "var:preset|color|primary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|x-large",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"lineHeight": 1.157407407
+				}
+			},
+			"core/pullquote": {
+				"border": {
+					"bottom": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px 0"
+					},
+					"color": "var(--wp--preset--color--contrast)",
+					"left": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px 0"
+					},
+					"right": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px 0"
+					},
+					"style": "solid",
+					"top": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px 0"
+					},
+					"width": "1px 0"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|medium",
+					"fontStyle": "italic"
+				}
+			},
+			"core/query-pagination": {
+				"color": {
+					"text": "var:preset|color|primary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/query-title": {
+				"typography": {
+					"fontSize": "var:preset|font-size|x-large",
+					"lineHeight": "1.157407407"
+				}
+			},
+			"core/quote": {
+				"border": {
+					"color": "var(--wp--preset--color--tertiary )",
+					"style": "solid",
+					"width": "0 0 0 1px"
+				},
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontStyle": "normal"
+				}
+			},
+			"core/search": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1"
+				}
+			},
+			"core/separator": {
+				"border": {
+					"color": "currentColor",
+					"style": "solid",
+					"width": "0 0 1px 0"
+				},
+				"color": {
+					"background": "var:preset|color|tertiary",
+					"text": "var:preset|color|tertiary"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium"
+				}
+			},
+			"core/site-title": {
+				"color": {
+					"text": "var:preset|color|primary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var:preset|color|contrast"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|primary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"spacing": {
+					"margin": {
+						"bottom": "0px",
+						"left": "0px",
+						"right": "0px",
+						"top": "0px"
+					},
+					"padding": {
+						"bottom": "0px",
+						"left": "0px",
+						"right": "0px",
+						"top": "0px"
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|large",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/term-description": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"woocommerce/customer-account": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium"
+				}
+			},
+			"woocommerce/mini-cart": {
+				"typography": {
+					"fontSize": "var:preset|font-size|x-small"
+				}
+			},
+			"woocommerce/product-button": {
+				"spacing": {
+					"padding": "calc(0.667em + 2px) calc(2rem + 2px)"
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--base)",
+			"text": "var(--wp--preset--color--contrast)"
+		},
+		"elements": {
+			"button": {
+				":active": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				":focus": {
+					"color": {
+						"background": "var(--wp--preset--color--contrast)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--contrast)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				"border": {
+					"radius": "0.25rem"
+				},
+				"color": {
+					"background": "var(--wp--preset--color--primary)",
+					"text": "var:preset|color|base"
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": "1"
+				},
+				"spacing": {
+					"padding": "calc(0.667em + 2px) calc(1.334rem + 2px)"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xxx-large)",
+					"lineHeight": "0.992294215"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)",
+					"lineHeight": "1.081081081"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)",
+					"lineHeight": "1.157407407"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)",
+					"lineHeight": "1.481481481"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "1.333333333"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1.333333333"
+				}
+			},
+			"heading": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|oswald",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"lineHeight": "1.125",
+					"textTransform": "none"
+				}
+			},
+			"link": {
+				":hover": {
+					"color": {
+						"text": "var(--wp--preset--color--contrast)"
+					},
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "var:preset|spacing|50",
+			"padding": {
+				"bottom": "0px",
+				"left": "var:preset|spacing|50",
+				"right": "var:preset|spacing|50",
+				"top": "0px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|roboto",
+			"fontSize": "var(--wp--preset--font-size--medium)",
+			"lineHeight": "1.555555556"
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}