/*!
Theme Name: Gutenify Store
Theme URI: https://gutenify.com/themes/gutenify-store
Author: Gutenify
Author URI: https://gutenify.com
Description: Gutenify Store is a multi-purpose Full Site Editing theme that's simple to set up and configure. By mixing various blocks with Gutenify Plugins and solid extra blocks, each website will have its own distinct design. Using powerful typography and simple design, we hope to give each website a distinct look. When used in conjunction with the Gutenify Plugin, the Gutenify Store Theme's true efficiency lies in its customizability. The theme is built with WordPress 5.9's Full Site Editing functionality, which means you may change any aspect of your site, including colors, fonts, and layout, to suit your needs. The Gutenify Plugin includes a wide range of blocks that will transform your website into a totally unique spectacle when used in conjunction with this theme. Gutenify Store with Gutenify and WooCommerce Plugin will help you develop something unique that you can proudly call yours, whether it's a small online shop or big enterprise e-commerce site. Official Support Forum: https://gutenify.com/contact/ Demo: https://demo.gutenify.com/gutenify-store/
Version: 1.0.3
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gutenify-store
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gutenify Store is based on Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

header a,
footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  width: 100%;
  border-spacing: 0; }

th, td {
  padding: 5px;
  text-align: center; }

table td,
table tr,
table th {
  border: 1px solid #ddd; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: 17px; }

abbr,
acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark,
ins {
  background: #ddd;
  text-decoration: none; }

big {
  font-size: 125%; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px; }
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000;
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

input[type=button],
input[type=reset],
input[type=submit] {
  padding: 10px 30px;
  width: auto;
  font-size: 17px; }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  outline: 0 !important;
  text-decoration: none; }
  .widget a:not(.wp-block-button__link),
  .entry-summery a:not(.wp-block-button__link),
  .entry-content a:not(.wp-block-button__link) {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration-thickness: 1px;
    text-decoration: underline; }
    .widget a:not(.wp-block-button__link):hover,
    .entry-summery a:not(.wp-block-button__link):hover,
    .entry-content a:not(.wp-block-button__link):hover {
      color: var(--wp--preset--color--primary); }
  a:focus-visible, a:focus {
    outline: thin dotted !important; }
  a:hover, a:active {
    outline: 0; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }
  .wp-block-search__button:hover,
  .wp-block-file .wp-block-file__button:hover,
  .wp-block-button__link:hover {
    opacity: 0.9; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

.wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
input[type="button"],
input[type="reset"], input[type="submit"],
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 17px;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
  font-weight: 400;
  cursor: pointer; }
  .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
  button:hover,
  button:focus,
  button:active,
  a.button:hover,
  a.button:focus,
  a.button:active,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  input[type=reset]:hover,
  input[type=reset]:focus,
  input[type=reset]:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  .woocommerce #respond input#submit:hover,
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:active,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:active,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce input.button:active,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce #respond input#submit.alt:active,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.alt:active {
    background: #000;
    color: #fff; }

input[type="button"] a.wp-block-button__link,
input[type="reset"] a.wp-block-button__link, input[type="submit"]
.wp-block-button.is-style-fill a.wp-block-button__link {
  border: none; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block; }

@media screen and (min-width: 910px) {
  footer.wp-block-template-part .wp-block-navigation.is-vertical .wp-block-navigation__container {
    gap: 10px; }
  header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
    gap: 0 30px; } }

@media screen and (min-width: 910px) {
  .wp-block-navigation ul ul:after {
    content: "";
    display: inline-block;
    background: transparent;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 0; }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    top: 48px;
    border: none !important;
    box-shadow: 0px 2px 30px #0000004d;
    left: 0;
    left: inherit;
    width: 280px !important;
    border-radius: 5px; }
  .wp-block-navigation ul li li {
    border-bottom: 1px solid #0a0a0a08; }
    .wp-block-navigation ul li li a {
      padding: 0.6rem 1.5rem !important; }
  .wp-block-navigation ul li li:last-child {
    border: none; } }

@media screen and (max-width: 909px) {
  .wp-block-navigation ul.submenu-container {
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    width: 100%;
    gap: 0; }
  .wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
    display: initial;
    margin-left: 15px;
    background: #f1f1f1;
    padding: 3px 10px;
    float: right;
    display: table;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item__content {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 50px 10px 10px; }
  .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    /* font-size: 22px; */
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="false"]
+ .wp-block-navigation__submenu-container {
    display: none; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
+ .wp-block-navigation__submenu-container {
    display: block;
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container
li
a {
    padding-left: 25px; } }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    padding: 12px 15px;
    background: #f1f1f1;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }

.sticky {
  display: block; }

.post:not(body),
.page:not(body) {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.wp-block-post-author {
  align-items: center; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  width: 39px;
  vertical-align: middle; }

.wp-block-post-date:before,
.comment-metadata a:before {
  content: "\f017";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  margin-right: 10px; }

.taxonomy-category a {
  border: 2px solid;
  padding: 5px 16px;
  border-radius: 18px; }

.gutenify-post-carousel-item-box-shadow-style {
  box-shadow: 0 0 32px 0 #7a7a7a1a; }

.wp-block-post-date {
  font-style: inherit !important; }

.gutenify-post-carousel-meta-comments-link-icon-style {
  content: "\f086"; }

.gutenify-post-carousel-meta-reviews-icon-style {
  content: "\f005"; }

.gutenify-post-carousel-meta-cat-links-icon-style {
  content: "\f07c"; }

.gutenify-post-carousel-meta-byline-icon-style {
  content: "\f406"; }

.gutenify-post-carousel-meta-tags-links-icon-style {
  content: "\f02c";
  font-size: 10px;
  font-weight: 900; }

.gutenify-post-carousel-meta-posted-on-link-icon-style {
  content: "\f017"; }

@media (max-width: 481px) {
  #reviews {
    padding-inline: 0; } }

#reviews .commentlist li.comment {
  border: thin solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 18px;
  background: none; }
  #reviews .commentlist li.comment .comment_container img.avatar {
    width: auto;
    border-radius: 50%;
    margin-right: 1em; }
  #reviews .commentlist li.comment .comment_container .comment-text .meta {
    display: inline; }
  #reviews .commentlist li.comment .comment_container .comment-text .description p {
    display: flex;
    padding-left: 0; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 50px; } }
    @media (min-width: 482px) and (max-width: 530px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 15px; } }
    @media (max-width: 420px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 20px; } }
  #reviews .commentlist li.comment ul.children {
    margin-left: 0;
    padding: 0 !important; }
    #reviews .commentlist li.comment ul.children li.comment {
      border: none; }
      @media (max-width: 700px) {
        #reviews .commentlist li.comment ul.children li.comment {
          padding-inline: 12px; } }
  #reviews .commentlist li.comment .reply {
    display: inline;
    margin-left: 93px; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .reply {
        margin-left: 15px; } }

#reviews .comment-respond .comment-form-rating {
  margin-top: 0; }

#reviews .comment-respond .rate_label {
  text-decoration: none; }

#reviews .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5em; }
  @media (max-width: 766px) {
    #reviews .comment-respond .comment-form-cookies-consent {
      align-items: baseline; } }
  #reviews .comment-respond .comment-form-cookies-consent input {
    width: 15px;
    height: 15px; }
    @media (max-width: 600px) {
      #reviews .comment-respond .comment-form-cookies-consent input {
        width: 25px; } }

.wp-block-post-comments > h3:first-of-type {
  margin-top: 0;
  margin-bottom: 30px; }

.wp-block-post-comments .commentlist li.comment,
.wp-block-post-comments ol.comment-list li.comment {
  padding: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #f7f7f7; }
  .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
  .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
      display: flex;
      flex-wrap: wrap; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author img,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author img {
        border-radius: 50%;
        margin-left: -10px;
        margin-right: 0;
        margin-top: 0; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author b.fn, .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author .says,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author b.fn,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author .says {
        padding: 5px 0 0 15px; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata .edit-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link {
      position: relative;
      margin-left: 23px; }
  .wp-block-post-comments .commentlist li.comment .comment-body .reply,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .reply {
    margin: 0 0 0 40px;
    position: relative;
    display: block; }
    .wp-block-post-comments .commentlist li.comment .comment-body .reply .comment-reply-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body .reply .comment-reply-link {
      padding: 2px 20px;
      display: inline-block;
      font-weight: 700;
      border: 2px solid;
      border-radius: 50px; }
  .wp-block-post-comments .commentlist li.comment .children,
  .wp-block-post-comments ol.comment-list li.comment .children {
    display: block;
    position: unset;
    margin-top: 15px; }
    .wp-block-post-comments .commentlist li.comment .children li:last-child,
    .wp-block-post-comments ol.comment-list li.comment .children li:last-child {
      margin-bottom: 0; }
    .wp-block-post-comments .commentlist li.comment .children li.comment,
    .wp-block-post-comments ol.comment-list li.comment .children li.comment {
      padding: 30px 0 0px 35px;
      border: none;
      margin: 0; }
    .wp-block-post-comments .commentlist li.comment .children a,
    .wp-block-post-comments ol.comment-list li.comment .children a {
      padding: 0; }

.wp-block-post-comments .commentlist > li.comment,
.wp-block-post-comments ol.comment-list > li.comment {
  padding-left: 40px; }

.wp-block-post-comments .comment-respond {
  margin-top: 35px; }
  .wp-block-post-comments .comment-respond .comment-reply-title small {
    margin-left: 8px; }
  .wp-block-post-comments .comment-respond #cancel-comment-reply-link {
    float: right;
    padding: 5px 15px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 0.8rem; }
  .wp-block-post-comments .comment-respond form.comment-form span.required {
    color: red; }
  .wp-block-post-comments .comment-respond form.comment-form .form-submit button.submit {
    cursor: pointer; }

.wp-block-post-comments .bypostauthor {
  display: block; }

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: none;
  line-height: 1.75; }
  .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]):focus,
  .wp-block-post-comments .comment-form textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

/* elements
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-radius: 0;
  font-weight: 400;
  padding: 10px 25px; }

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: 1px solid #ddd; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #d3ced2;
  border-top: none;
  margin-top: -27px;
  padding: 30px; }

.woocommerce .woocommerce-message {
  border-top-color: #000; }

.woocommerce .woocommerce-message::before {
  color: #222; }

.woocommerce .quantity .qty {
  padding: 6px;
  text-align: center;
  width: 3.631em; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 10px 0 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0.5em 0 10px; }

.woocommerce ul.products li.product .price {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5em; }

.woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  padding: 0 0 30px 0;
  text-align: center; }

.woocommerce ul.products li.product a img {
  background: #f1f1f1; }

.woocommerce ul.products li.product .star-rating {
  color: #ff9800;
  margin: 0 auto 10px; }

.woocommerce section.related.products h2 {
  margin-bottom: 30px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000; }

.woocommerce .woocommerce-breadcrumb {
  border: 2px solid #f8f8f8;
  padding: 10px 30px;
  text-align: left;
  margin-bottom: 50px; }

.woocommerce ul.products li.product span.onsale {
  background: #ffa500;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  position: absolute;
  right: 0;
  top: 14px;
  transform: rotate(89deg);
  z-index: 9;
  margin: 0;
  line-height: inherit;
  min-width: auto;
  min-height: auto; }

.woocommerce .quantity .qty {
  width: 5rem;
  text-align: center;
  padding: 3px 0;
  border: 1px solid #ddd;
  border-radius: 0; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
  font-size: 1.25em; }

.woocommerce figure.woocommerce-product-gallery__wrapper {
  border: 1px solid #ddd; }

.wc-block-grid__product {
  overflow: hidden; }
  .wc-block-grid__product .wc-block-grid__product-image img {
    background: #ddd;
    height: auto;
    max-width: 100%;
    width: auto; }
  .wc-block-grid__product a {
    text-decoration: inherit; }
  .wc-block-grid__product .wc-block-grid__product-onsale {
    background: #ffa500;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    top: 14px;
    transform: rotate(89deg);
    z-index: 9; }
  .wc-block-grid__product .wp-block-button__link {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 25px; }
  .wc-block-grid__product .wc-block-grid__product-price.price span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    font-weight: 400;
    color: #000; }
  .wc-block-grid__product .wc-block-grid__product-image,
  .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 12px; }
  .wc-block-grid__product ins {
    background: none; }

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0; }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 25px; }
    .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a {
      text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 15px 0;
    width: 100%; } }
