/*
* Style included in front-end and editor (added inline)
*/
#wpadminbar {
	z-index: 900;
}
:where(.wp-site-blocks) > * {
	margin-block-start: unset !important;
}
:where(body .is-layout-flow) > * {
	margin-block-start: unset !important;
	margin-block-end: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
ul,
ol {
	padding-left: 18px;
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
}
code {
	background-color: #f6f7f8;
	border: 0.1rem solid #0000001a;
	border-radius: 6px;
	padding: 1.6px 5px;
	font-family: inherit;
	font-size: inherit;
}

.dashicons {
	vertical-align: middle;
}

.we-w-full {
	width: 100%;
}

a.wp-block-webackit-blocks-link,
a.woocommerce-LoopProduct-link {
	text-decoration: unset;
	color: unset;
}

.we-no-focus-outline:focus {
	outline: none;
}

.we-display-none,
.noWrapper-wrapper-attributes {
	display: none !important;
}
.we-display-block {
	display: block !important;
}

ul.columns-4 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.columns-4 > li {
	border: 1px solid transparent;
	width: calc(25% - 17px);
}
ul.columns-4 > li > a {
	height: 100%;
	display: grid;
}

.wp-block-group.product {
	margin-block-start: 0;
}
.wp-block-post-title a {
	text-decoration: unset;
}

.we-hover {
	cursor: pointer;
}
img.webackit-secured-info {
	vertical-align: middle;
	margin-bottom: 2px;
	width: auto;
}

* img.webackit-secured-info,
.has-small-font-size img.webackit-secured-info {
	height: 14px;
}

p.has-extra-small-font-size img.webackit-secured-info {
	height: 14px;
	margin-bottom: 0;
}

.has-medium-font-size img.webackit-secured-info {
	height: 17px;
}

.has-large-font-size img.webackit-secured-info {
	height: 27px;
	margin-bottom: 5px;
}

.has-x-large-font-size img.webackit-secured-info {
	height: 42px;
	margin-bottom: 10px;
}

.has-extra-small-font-size .webackit-branding-svg-wrapper {
	position: fixed;
	left: 33%;
	top: 50%;
	z-index: 1;
	opacity: 0.1;
	filter: grayscale(90%);
	width: 33%;
	height: auto;
	transition: filter 2s ease-in-out, left 2s ease-in-out, top 2s ease-in-out,
		width 2s ease-in-out, height 2s ease-in-out, transform 2s ease-in-out;
	z-index: 1;
	pointer-events: none;
}

.we_you_say_it_webackit {
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.we_you_say_it_webackit img {
	max-height: 42px;
	vertical-align: middle;
}
.we_you_say_it_webackit strong {
	color: #4344ee;
}

.we-img-middle img {
	vertical-align: middle;
}

.we_form_design_1 input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	padding: 15px;
}
.we_form_design_1 textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	padding: 15px;
}

.we_form_btn_1 [type='submit'] {
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
	color: #fff;
	padding: 16px 36px;
	border-radius: 0;
	font-weight: 400;
	background: #2a2a2a;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
}

.wp-block-post-navigation-link a {
	text-decoration: inherit;
}
@media only screen and (max-width: 900px) {
	.is-style-webackit-hide-on-mobile {
		display: none !important;
	}
}
@media only screen and (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(25% - 17px);
	}
}
@media only screen and (min-width: 900px) {
	.is-style-webackit-hide-on-desktop {
		display: none !important;
	}
}
