/* global */
:root {
  --wp--preset--spacing--80: 10.12rem;
}

.wp-block-product h2 {
    color: inherit;
}

.hentry .entry-content .wp-block-group.is-layout-flex figure.wp-block-image,
.editor-styles-wrapper .wp-block-group.is-layout-flex figure.wp-block-image {
  margin: 0;
}

.home.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    text-align: left !important;
}

.home.page-template-template-homepage .type-page,
.home.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0 !important;
}

.home.page-template-template-homepage .entry-content,
.home.page-template-template-homepage .entry-header {
    max-width: unset;
    margin-left:unset;
    margin-right: unset;
    text-align: left;
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, 
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
  margin-left: unset;
  margin-right: unset;
  max-width: 1200px;
  padding: 0;
}

ul.wc-block-product-template {
  margin: 0;
}

.col-full {
  padding: 0 !important;
  max-width: 1200px !important;
}

/* home */
.home.page.page-template-default #masthead {
    margin-bottom: 0;
}

.home .site-footer {
  display: none;
}


/* yoast faq */
.wp-block-yoast-faq-block {
  --spacing--2: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  --spacing--3: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  --spacing--4: clamp(1.875rem, 1.5536rem + 1.6071vw, 3rem);
  margin-bottom: var(--spacing--3);
  color: var(--wp--preset--color--black);
}
.wp-block-yoast-faq-block:last-child {
  margin-bottom: 0;
}
.wp-block-yoast-faq-block .schema-faq-section {
  border-bottom: 1px solid var(--wp--preset--color--black);
}
.wp-block-yoast-faq-block .schema-faq-question {
  cursor: pointer;
  display: block;
  font-weight: normal;
  user-select: none;
  position: relative;
  padding: var(--spacing--2) 0;
  font-weight: 600;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
  content: '';
  display: block;
  background-image: url('../images/bs-chevron-down.svg');
  background-size: 0.75em 0.75em;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  top: calc(50% - 0.375em);
  right: var(--spacing--3);
  transition: transform 0.2s ease-in-out;
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open {
  border: none;
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after {
  transform: rotate(180deg);
}
.wp-block-yoast-faq-block p.schema-faq-answer {
  display: none;
  margin: 0;
  padding: var(--spacing--2) var(--spacing--2) var(--spacing--4) var(--spacing--2);
}
.wp-block-yoast-faq-block p.schema-faq-answer .icon {
  top: 0;
  margin-right: 0.5em;
}
.wp-block-yoast-faq-block p.schema-faq-answer img {
  margin-top: var(--spacing--3);
}
