/*
Theme Name:     Sarah
Theme URI:      http://shop.restored316designs.com/themes
Template:       kadence
Author:         Restored 316 // Lauren Dierschke
Author URI:     http://shop.restored316designs.com/themes
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Dierschke of Restored 316.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Reference Guide
------------------------------------------------------------

 01. Animations
 02. Base / Theme
 03. Buttons / Links
 04. Entry / Post Layout
 05. Gallery Slider
 06. Header & Search
 07. Kit / ConvertKit
 08. Marquee / Scrolling Text
 09. Masonry Scroll Reveal
 10. Offcanvas Menu
 11. Pagination
 12. Podcast Episode
 13. Posts Carousel
 14. Posts Overlay
 15. Scrolling Images
 16. Slider Hero
 17. Subcategory Menu
 18. WooCommerce

------------------------------------------------------------ */

@font-face {
	font-display: swap;
	font-family: 'Serif';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/serif-webfont.woff2') format('woff2');
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-display: swap;
	font-family: 'Serif';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/serif-italic-webfont.woff2') format('woff2');
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-display: swap;
	font-family: 'Script';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/script.woff2') format('woff2');
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Animations
------------------------------------------------------------ */

@keyframes marquee-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes scroll-up-offset {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-25%);
	}
}


/* Base / Theme
------------------------------------------------------------ */

.archive .entry,
.blog .entry {
	text-align: center;
}

.entry-hero-container-inner {
	padding: 30px 0;
}

.entry-hero.post-hero-section .entry-header {
	max-width: 842px;
}

.kb-posts .entry-header {
	margin-bottom: 0;
}

.loop-entry .entry-content-wrap {
	padding: 1.5rem;
}

.single-post.content-title-style-above .post-hero-section .entry-hero-container-inner {
	padding: 30px 0;
}

.site-main-header-wrap.site-header-row-container.kadence-sticky-header.item-is-fixed.item-is-stuck {
	box-shadow: 0 2px 10px rgba(214, 214, 214, .25);
}

.transparent-header .mobile-toggle-open-container .menu-toggle-open, 
.transparent-header .mobile-toggle-open-container .menu-toggle-open:focus {
	color: var(--global-palette9);
}


/* Buttons / Links
------------------------------------------------------------ */

a.post-more-link {
	font-family: var(--global-primary-nav-font-family);
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	margin: 10px auto 8px;
}

.kb-btn-global-outline {
	background: #fff;
	outline: 1px solid var(--global-palette7);
	outline-offset: -7px;
}

.kb-btn-global-outline:hover {
	background: #fff;
	outline: 1px solid var(--global-palette1);
	outline-offset: -7px;
}

.button.kb-btn-global-outline:not(.has-background),
.button.kb-btn-global-outline:not(.has-background):hover {
	background: #fff;
}

.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset {
	display: none;
}


/* Entry / Post Layout
------------------------------------------------------------ */

.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image),
.kt-feat-image-align-left {
	align-items: center;
}

@media screen and (min-width: 768px) {
	.grid-lg-col-1.item-image-style-beside.half article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		align-items: center;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 992px) {
	.archive .grid-cols,
	.grid-cols {
		column-gap: 1rem !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		row-gap: 1rem !important;
	}

	.full-post .wp-block-post-template.is-flex-container li {
		width: 100%;
	}

	.grid-cols.full-post {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.wp-block-post-template.is-flex-container li {
		width: 46%;
	}
}

@media (max-width: 767px) {
	.loop-entry .entry-content-wrap {
		padding: 0.5rem !important;
	}
}

/* Gallery Slider
------------------------------------------------------------ */

.entry-related-carousel .carousel-item {
	padding: 5px;
}

.entry-related-carousel .splide__arrow,
.kt-blocks-carousel .kb-splide .splide__arrow,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow {
	align-items: center;
	background: url(images/right-arrow.svg) center no-repeat;
	background-size: 55px 21px;
	display: inline-flex;
	height: 21px;
	justify-content: center;
	line-height: 0;
	opacity: 100 !important;
	transform: translateY(0);
	transition: transform 0.3s ease;
	vertical-align: middle;
	width: 55px;
	will-change: transform;
}

.entry-related-carousel .splide__arrow--prev,
.kt-blocks-carousel .kb-splide .splide__arrow.splide__arrow--prev,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow.splide__arrow--prev {
	background: url(images/left-arrow.svg) center no-repeat !important;
	background-size: 55px 21px !important;
}

.entry-related-carousel .splide__arrow--next:hover,
.kt-blocks-carousel .splide__arrow--next:hover,
.kt-post-grid-layout-carousel .splide__arrow--next:hover {
	transform: translateX(5px);
}

.entry-related-carousel .splide__arrow--prev:hover,
.kt-blocks-carousel .splide__arrow--prev:hover,
.kt-post-grid-layout-carousel .splide__arrow--prev:hover {
	transform: translateX(-5px);
}

.entry-related-carousel .splide__arrow svg,
.kt-blocks-carousel .kb-splide .splide__arrow svg,
.kt-post-grid-layout-carousel .kb-splide .splide__arrow svg {
	display: none;
}

.entry-related-carousel .splide__arrow--next {
	right: -30px !important;
}

.entry-related-carousel .splide__arrow--prev {
	left: -30px !important;
}

.kt-blocks-carousel {
	padding-left: 0;
	padding-right: 0;
}

.kt-blocks-carousel .splide__arrow--next {
	right: -30px !important;
}

.kt-blocks-carousel .splide__arrow--prev {
	left: -30px !important;
}

.kt-blocks-carousel .splide__track {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.kt-post-grid-layout-carousel {
	padding-left: 0;
	padding-right: 0;
}

.kt-post-grid-layout-carousel .splide__arrow--next {
	right: -30px !important;
}

.kt-post-grid-layout-carousel .splide__arrow--prev {
	left: -30px !important;
}


/* Header & Search
------------------------------------------------------------ */

.custom-inline-search {
	background: #fff;
	border: 1px solid var(--global-palette7);
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	opacity: 0;
	overflow: hidden;
	padding: 8px 0;
	pointer-events: none;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 0;
	z-index: 9999;
}

.search-toggle-open-container .search-toggle-open {
	border-radius: 100%;
}

.site-header-bottom-section-right,
.site-header-main-section-right {
	position: relative;
}

.wp-block-search .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search__button {
	border-color: var(--global-palette7);
	border-radius: 0;
}

input[type=search] {
	border: none;
}

body.search-active .custom-inline-search {
	opacity: 1;
	padding: 8px 12px;
	pointer-events: auto;
	width: 250px;
}


/* Kit / ConvertKit
------------------------------------------------------------ */

.convertkit-button {
	width: 300px;
}

#convertkit-restrict-content p,
#convertkit-restrict-content-modal p {
	margin: 0 !important;
}

.formkit-form .formkit-button > span,
.formkit-form .formkit-submit > span {
	border-radius: 0 !important;
	padding: 9px 24px !important;
}

.formkit-form .formkit-input {
	border-radius: 0 !important;
	padding: 10px !important;
}

.formkit-form[min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-submit,
.formkit-form[min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-submit {
	border-radius: 0 !important;
}

.formkit-form[min-width~="700"] [data-style="clean"],
.formkit-form[min-width~="800"] [data-style="clean"] {
	padding: 0 !important;
	padding-top: 0 !important;
}

.wp-block-convertkit-form {
	margin: 0 !important;
	padding: 0 !important;
}

form.formkit-form[data-format="inline"] {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (min-width: 482px) {
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0;
	}
}


/* Marquee / Scrolling Text
------------------------------------------------------------ */

p.scrolling-text {
	animation: marquee-left 75s linear infinite;
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
}


/* Masonry Scroll Reveal
------------------------------------------------------------ */

.masonry > .kt-inside-inner-col > .wp-block-kadence-column {
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition: opacity 180ms ease, transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: opacity, transform;
}

.masonry > .kt-inside-inner-col > .wp-block-kadence-column.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.masonry > .kt-inside-inner-col > .wp-block-kadence-column {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


/* Offcanvas Menu
------------------------------------------------------------ */

.r316-hamburger {
	align-items: center;
	background: var(--global-palette1);
	border: 0;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 15px;
}

.r316-hamburger-lines {
	background: currentColor;
	display: block;
	height: 2px;
	position: relative;
	width: 20px;
}

.r316-hamburger-lines:before,
.r316-hamburger-lines:after {
	background: currentColor;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 20px;
}

.r316-hamburger-lines:before {
	top: -6px;
}

.r316-hamburger-lines:after {
	top: 6px;
}

.r316-offcanvas {
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 99999;
}

.r316-offcanvas.is-open {
	pointer-events: auto;
}

.r316-offcanvas.is-open .r316-offcanvas__backdrop {
	opacity: 1;
}

.r316-offcanvas.is-open .r316-offcanvas__panel {
	transform: translate3d(0, 0, 0);
}

.r316-offcanvas__backdrop {
	background: rgba(0, 0, 0, 0.45);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 250ms ease;
}

.r316-offcanvas__close {
	align-items: center;
	background: #fff;
	border: none;
	border-radius: 50%;
	color: var(--global-palette3);
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 999999;
}

.r316-offcanvas__close:active {
	transform: scale(0.98);
}

.r316-offcanvas__close:hover {
	background: var(--global-palette6);
}

.r316-offcanvas__close span {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	pointer-events: none;
}

.r316-offcanvas__content .wp-block-social-links {
	justify-content: center;
	width: 100%;
}

.r316-offcanvas__panel {
	background: var(--global-palette8);
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	right: auto;
	top: 0;
	transform: translate3d(-100%, 0, 0);
	transition: transform 250ms ease;
	width: min(420px, 88vw);
	-webkit-overflow-scrolling: touch;
}

body.r316-offcanvas-open {
	overflow: hidden;
}


/* Pagination
------------------------------------------------------------ */

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	border-radius: 0;
	border-width: 1px;
}


/* Podcast Episode
------------------------------------------------------------ */

.loop-entry {
	position: relative;
}

.r316-episode {
	background: var(--global-palette8);
	font-family: var(--global-primary-nav-font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	left: 10px;
	letter-spacing: 0.13em;
	padding: 11px 20px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}

.r316-posts-overlay .r316-episode,
.no-episode .r316-episode,
.r316-hero-slider .r316-episode {
	display: none;
}


/* Posts Carousel
------------------------------------------------------------ */

.r316-posts-carousel:not(.slick-initialized) {
	opacity: 0;
}

.r316-posts-carousel.slick-initialized {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.r316-posts-carousel.grid-cols {
	display: block !important;
	grid-template-columns: none !important;
}

.r316-posts-carousel .loop-entry {
	margin: 0 12px;
}

.r316-posts-carousel .slick-arrow {
	background: none;
	border: none;
	cursor: pointer;
}

.r316-posts-carousel .slick-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.r316-posts-carousel .slick-slide > div,
.r316-posts-carousel .slick-slide .loop-entry {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.r316-posts-carousel .slick-slide .entry-content-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.r316-posts-carousel .slick-track {
	display: flex;
}

.slick-prev:before,
.slick-next:before {
	content: none !important;
}

.r316-arrow--circle {
	align-items: center;
	background: var(--global-palette8) !important;
	border-radius: 50%;
	color: var(--global-palette3);
	display: inline-flex !important;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease, color 0.2s ease;
	width: 46px;
	z-index: 10;
}

.r316-arrow--circle:hover {
	background: var(--global-palette3) !important;
	color: var(--global-palette9, #fff);
}

.r316-arrow--circle i {
	font-size: 13px;
	line-height: 1;
}

.r316-posts-carousel .slick-prev.r316-arrow--circle {
	left: -26px;
}

.r316-posts-carousel .slick-next.r316-arrow--circle {
	right: -26px;
}

.r316-arrow--overlay {
	align-items: center;
	background: #fff !important;
	border: none;
	color: var(--global-palette3, #333) !important;
	cursor: pointer;
	display: inline-flex !important;
	gap: 10px;
	padding: 18px 28px;
	position: absolute;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	z-index: 10;
}

.r316-arrow--overlay:hover {
	background: #fff !important;
	color: var(--global-palette1, #111) !important;
}

.r316-arrow--overlay:hover .r316-arrow__label,
.r316-arrow--overlay:hover .r316-arrow__icon {
	color: var(--global-palette1, #111) !important;
}

.r316-arrow__icon {
	color: inherit;
	font-size: 16px;
	line-height: 1;
}

.r316-arrow__label {
	color: inherit;
	font-family: var(--global-primary-nav-font-family, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	line-height: 1;
	text-transform: uppercase;
}

.r316-posts-carousel.r316-overlay-arrows {
	padding-top: 64px;
	position: relative;
}

.r316-posts-carousel.r316-overlay-arrows .slick-list {
	overflow: hidden;
}

.r316-posts-carousel.r316-overlay-arrows .slick-prev.r316-arrow--overlay {
	left: auto;
	right: calc(var(--r316-overlay-btn-width, 130px) + 20px);
	top: 10px;
	transform: none;
}

.r316-posts-carousel.r316-overlay-arrows .slick-next.r316-arrow--overlay {
	left: auto;
	right: 20px;
	top: 10px;
	transform: none;
}


/* Posts Overlay
------------------------------------------------------------ */

.r316-posts-overlay .entry {
	position: relative;
}

.r316-posts-overlay .entry-content-wrap {
	background-color: #fff;
	bottom: 10%;
	left: 50%;
	padding: 20px 25px !important;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0%);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 76%;
}

.r316-posts-overlay .entry:hover .entry-content-wrap {
	opacity: 1;
	transform: translate(-50%, -12px);
}

.r316-posts-overlay .entry-meta {
	display: block;
	margin-bottom: 7px !important;
}


/* Scrolling Images
------------------------------------------------------------ */

.scroll-down .kb-gallery-ul {
	animation: scroll-down 30s linear infinite;
}

.scroll-up .kb-gallery-ul {
	animation: scroll-up 30s linear infinite;
}

.scroll-up-offset .kb-gallery-ul {
	animation: scroll-up-offset 30s linear infinite;
}

.scroll-down,
.scroll-up {
	max-height: 600px;
	overflow: hidden;
}

.scroll-down .kb-gallery-ul,
.scroll-up .kb-gallery-ul {
	display: flex;
	flex-direction: column;
}


/* Slider Hero
------------------------------------------------------------ */

.r316-hero-slider,
.r316-hero-slider .entry {
	position: relative;
}

.r316-hero-slider .entry-content-wrap {
	bottom: 10%;
	left: 50%;
	opacity: 0;
	padding: 1.5em;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	transition: opacity 0.8s ease;
	width: 75%;
	z-index: 2;
}

.r316-hero-slider .entry-header {
	margin-bottom: 0;
}

.r316-hero-slider .entry-taxonomies a {
	color: #fff !important;
}

.r316-hero-slider .entry-title {
	padding-top: 6px;
	position: relative;
	z-index: 2;
}

.r316-hero-slider .entry-title a,
.r316-hero-slider .entry-taxonomies,
.r316-hero-slider .entry-taxonomies a {
	color: #fff;
}

.r316-hero-slider .post-thumbnail {
	min-height: 500px;
	opacity: 1 !important;
}

.r316-hero-slider .post-thumbnail-inner {
	position: relative;
}

.r316-hero-slider .post-thumbnail-inner::before {
	background: linear-gradient(#fff0 15%, rgb(10 10 10 / .45));
	content: '';
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.r316-hero-slider .slick-current .entry-content-wrap {
	opacity: 1;
}

.r316-hero-slider .slick-next {
	right: 15px;
}

.r316-hero-slider .slick-prev {
	left: 15px;
}

.r316-hero-slider .slick-prev,
.r316-hero-slider .slick-next {
	align-items: center;
	background: var(--global-palette9) !important;
	border: none !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	color: var(--global-palette3);
	cursor: pointer;
	display: flex !important;
	flex-shrink: 0 !important;
	height: 34px !important;
	justify-content: center;
	line-height: 1 !important;
	max-height: 34px !important;
	max-width: 34px !important;
	min-height: 34px !important;
	min-width: 34px !important;
	opacity: 0.7;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s ease;
	width: 34px !important;
	z-index: 99;
}

.r316-hero-slider .slick-slide {
	padding: 0 5px;
	position: relative;
}

.r316-hero-slider.slick-slider:hover .slick-prev,
.r316-hero-slider.slick-slider:hover .slick-next {
	opacity: 1;
}

.editor-styles-wrapper .r316-hero-slider .entry-content-wrap {
	opacity: 1;
	padding: 1em 0.5em 0.5em;
}

.editor-styles-wrapper .r316-hero-slider .grid-cols {
	grid-gap: 10px;
}

@media only screen and (max-width: 767px) {
	.r316-hero-slider .entry-content-wrap {
		padding-bottom: 0;
		width: 100%;
	}

	.r316-hero-slider .entry-taxonomies {
		margin-bottom: 3px !important;
	}

	.r316-hero-slider .slick-slide {
		padding: 0;
	}
}


/* Subcategory Menu
------------------------------------------------------------ */

.cat-submenu {
	flex: 1 1 auto;
}

.cat-submenu ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-submenu li {
	margin: 0;
}

.cat-submenu-text {
	background: var(--global-palette3);
	color: var(--global-palette9);
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-right: 35px;
	padding: 9px 10px 9px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.cat-submenu-text::after {
	border-bottom: 18px solid transparent;
	border-left: 12px solid var(--global-palette3);
	border-top: 18px solid transparent;
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}

.cat-submenu-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.cat-submenu-wrapper .filter {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--global-palette3);
	display: inline-block;
	flex: 0 0 auto;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.6;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.cat-submenu-wrapper .filter.is-current {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.cat-submenu-wrapper .filter.is-parent {
	font-family: var(--global-body-font-family);
	font-weight: 600;
}

.cat-submenu-wrapper .filter:focus,
.cat-submenu-wrapper .filter:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}


/* WooCommerce
------------------------------------------------------------ */

#convertkit-restrict-content p,
#convertkit-restrict-content-modal p {
	margin: 0 !important;
}

.single-content ul.wc-block-product-template {
	padding-left: 0;
}

.single-post .entry.single-entry h2 {
	font-size: 35px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce span.onsale {
	background-color: var(--global-palette6);
	color: var(--global-palette9);
}

.wc-block-product-filter-price-slider__content {
	padding: 5px;
}

.wc-block-product-template__responsive li {
	padding: 10px;
}

.woocommerce .woocommerce-message {
	background: var(--global-palette8);
	border: none;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
	padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid var(--global-palette8);
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 1px;
}

.wp-element-button {
	font-size: 13px;
}

@media screen and (max-width: 719px) {
	.woocommerce div.product .woocommerce-tabs {
		border-width: 0;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: inline-table;
	}

	.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
		border-bottom: 1px solid var(--global-palette7);
	}
}
