/*
Theme Name: Website Theme
Text Domain: website-theme
*/


/* Logo */


.logo-row,
.editor-styles-wrapper .logo-row {
	position: relative;
}

.logo-block,
.editor-styles-wrapper .logo-block {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.is-style-read-more-button {
	background-color: var(--wp--preset--color--custom-secondary-2);
	border-width: 0;
	color: var(--wp--preset--color--white);
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	line-height: 1.2;
	padding-top: 13px;
	padding-right: 24px;
	padding-bottom: 13px;
	padding-left: 24px;
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	word-break: break-word;
	border-radius: 9999px;
	box-shadow: none;
}

.intro-img-cover {
	height: 100% !important;
}
.get-intouch-form .wpforms-submit {
	width: 100%;
}
.get-intouch-form .wpforms-field-label {
	text-align: center;
	text-transform: uppercase;
	
}


@media (max-width: 700px) {
  .topstrip {
    display: none !important;
  }
  .topstack {
    justify-content: flex-end !important;
  }
  .topstack .has-modal-open ul {
    justify-content: center !important;
  }
}

@media (min-width: 500px) and (max-width: 999.99px) {
	.home-products .wc-block-product-template.is-flex-container.is-flex-container.columns-4 {
		justify-content: center !important;
	}
	.home-products .wc-block-product-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(50% - .9375em) !important;
	}
}

@media (max-width: 499.99px) {
  .home-products .wc-block-product-template.is-flex-container.is-flex-container.columns-4 > li {
    width: 100% !important;
  }
}


/*
@media (min-width: 550px) {
	.logo-row,
	.editor-styles-wrapper .logo-row {
		position: relative;
	}

	.logo-block,
	.editor-styles-wrapper .logo-block {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
}
@media (max-width: 549.99px) {
	.logo-row,
	.editor-styles-wrapper .logo-row {
		position: relative;
	}
	.logo-row .logo-img img,
	.editor-styles-wrapper .logo-row .logo-img img {
		width: 150px !important
	}

	.logo-block,
	.editor-styles-wrapper .logo-block {
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 100;
	}
}
@media (max-width: 800px) {
	.lb-icons-list {
		gap: 12px !important;
	}
	.lb-icon-wrap .lb-icon-label {
		display: none;
	}
}*/