.blog--detail-headline {
	 font-weight: 500;
}
 .blog-container h2, .blog-container h3, .blog-container h4, .blog-container .panel-size-bolder {
	 font-weight: 500;
}
 .blog-container .panel-size-columns-wrapper {
	 display: flex;
	 gap: 2rem;
}
 @media (max-width: 680px) {
	 .blog-container .panel-size-columns-wrapper {
		 flex-direction: column;
		 gap: 0;
	}
}
 .blog-container .panel-size-columns-wrapper .panel-size-list-wrapper {
	 padding-left: 1rem;
	 margin-bottom: 2rem;
}
 .blog-container .panel-size-columns-wrapper .panel-size-list-item {
	 font-size: 1rem;
	 margin-bottom: 1rem;
	 line-height: 1.2rem;
}
 .blog-container .panel-size-columns-wrapper .panel-size-list-item-big-title {
	 font-size: 1.5rem;
}
 .blog-container .panel-size-columns-wrapper h4 {
	 margin-top: 1rem;
}
 .blog-container .panel-size-desc-wrapper {
	 padding-top: 2rem;
}
 .blog-container .panel-size-columns-wrapper-bottom {
	 display: flex;
	 gap: 2rem;
}
 @media (max-width: 680px) {
	 .blog-container .panel-size-columns-wrapper-bottom {
		 flex-direction: column;
	}
}
 .blog-container .panel-size-columns-wrapper-bottom div {
	 width: 50%;
}
 @media (max-width: 680px) {
	 .blog-container .panel-size-columns-wrapper-bottom div {
		 width: 100%;
	}
}
 .blog-container .panel-size-main-img {
	 margin: 3rem 0;
}
 @media (max-width: 580px) {
	 .blog-container .panel-size-main-img {
		 height: 200px;
		 width: 100%;
		 object-fit: cover;
	}
}
 .blog-container .panel-size-columns-desc {
	 font-size: 1.25rem;
}
 .blog-container .panel-size-inner {
	 border-bottom: 1px solid grey;
	 margin-bottom: 4rem;
	 padding-bottom: 4rem;
}
 .blog-container .panel-size-list-ordered {
	 padding-left: 1.1rem !important;
	 margin-bottom: 4rem;
}
 .blog-container .panel-size-list-ordered li::marker {
	 font-weight: 400;
	 font-size: 1.2rem;
}
 .blog-list-ordered {
	 padding-left: 1.1rem !important;
	 margin-bottom: 4rem;
}
 .blog-list-ordered li::marker {
	 font-weight: 400;
	 font-size: 1.2rem;
}
 .blog-list-ordered .blog-list-item {
	 font-size: 1rem;
	 margin-bottom: 1rem;
	 line-height: 1.2rem;
}
 .article-hero-image, .herringbone-introduction-summary {
	 margin-bottom: 3rem;
}
 @media (max-width: 768px) {
	 .article-hero-image, .herringbone-introduction-summary {
		 margin-bottom: 2rem;
	}
}
 @media (max-width: 580px) {
	 .herringbone-hero-image {
		 height: 200px;
		 width: 100%;
		 object-fit: cover;
	}
}
 .herringbone-section-initial-content {
	 display: flex;
	 gap: 3rem;
	 margin-bottom: 3rem;
}
 @media (max-width: 768px) {
	 .herringbone-section-initial-content {
		 flex-direction: column;
		 gap: 1rem;
		 margin-bottom: 2rem;
	}
}
 .herringbone-section-image {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media (max-width: 480px) {
	 .herringbone-section-image {
		 height: 180px;
		 object-position: 67% 33%;
	}
}
 .herringbone-content-image-right {
	 width: 30%;
	 position: relative;
}
 @media (max-width: 768px) {
	 .herringbone-content-image-right {
		 width: 100%;
	}
}
 .herringbone-content-image-right .herringbone-content-image-icons-wrapper {
	 position: absolute;
	 bottom: 1rem;
	 left: 1rem;
	 display: flex;
	 gap: 0.7rem;
}
 @media (max-width: 480px) {
	 .herringbone-content-image-right .herringbone-content-image-icons-wrapper {
		 left: unset;
		 right: 1rem;
	}
}
 .herringbone-content-text {
	 width: 70%;
}
 @media (max-width: 1024px) {
	 .herringbone-content-text {
		 width: 55%;
	}
}
 @media (max-width: 768px) {
	 .herringbone-content-text {
		 width: 100%;
	}
}
 .herringbone-product-grid, .herringbone-product-showcase-content {
	 width: 50%;
}
 @media (max-width: 1280px) {
	 .herringbone-product-grid, .herringbone-product-showcase-content {
		 width: 100%;
	}
}
 @media (max-width: 1280px) {
	 .herringbone-product-grid {
		 display: flex;
		 gap: 1.5rem;
	}
}
 @media (max-width: 768px) {
	 .herringbone-product-grid {
		 flex-direction: column;
		 gap: 0;
	}
}
 .herringbone-collection-cta {
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background-color: #00646b;
	 padding: 1rem;
	 border-radius: 4px;
	 margin: 0 0 4rem 0;
}
 @media (max-width: 768px) {
	 .herringbone-collection-cta {
		 margin-bottom: 3rem;
		 padding: 1rem 1rem 0.8rem 1rem;
	}
}
 .herringbone-introduction-title {
	 margin-bottom: 1rem;
	 font-weight: 500;
}
 .herringbone-section-title {
	 margin-bottom: 0.5rem;
	 font-weight: 500;
}
 .herringbone-cta-link {
	 width: 100%;
	 text-align: center;
	 text-decoration: none;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: 500;
	 font-size: 0.9rem;
	 line-height: 0.6rem;
}
 @media (max-width: 768px) {
	 .herringbone-cta-link {
		 font-size: 0.8rem;
		 line-height: 1.1rem;
	}
}
 .herringbone-product-showcase-section {
	 display: flex;
	 gap: 3rem;
}
 @media (max-width: 1280px) {
	 .herringbone-product-showcase-section {
		 flex-direction: column;
	}
}
 @media (max-width: 768px) {
	 .herringbone-product-showcase-section {
		 gap: 1rem;
	}
}
 .herringbone-article-conclusion {
	 padding-bottom: 3rem;
	 margin-bottom: 4rem;
	 border-bottom: 1px solid;
}
 @media (max-width: 768px) {
	 .herringbone-article-conclusion {
		 padding-bottom: 2rem;
		 margin-bottom: 3rem;
	}
}
 .herringbone-product-item {
	 display: flex;
	 gap: 1.5rem;
	 margin-bottom: 1.5rem;
}
 @media (max-width: 768px) {
	 .herringbone-product-item {
		 margin-bottom: 0.5rem;
	}
}
 .herringbone-product-name {
	 margin-top: 1rem;
}
 .herringbone-section-paragraph-main {
	 font-size: 1.4rem;
	 margin-bottom: 4rem;
	 line-height: 1.7rem;
}
 @media (max-width: 768px) {
	 .herringbone-section-paragraph-main {
		 margin-bottom: 2rem;
		 font-size: 18px;
		 line-height: 1.5rem;
	}
}
 .herringbone-product-image-container {
	 width: 60%;
}
 @media (max-width: 768px) {
	 .herringbone-product-image-container {
		 width: 40%;
	}
}
 .herringbone-product-image {
	 width: 100%;
	 height: 100%;
}
 .herringbone-product-details {
	 width: 40%;
}
 @media (max-width: 768px) {
	 .herringbone-product-details {
		 width: 60%;
	}
}
 .herringbone-section-paragraph {
	 margin-top: 1rem;
}
 .herringbone-de-content-text {
	 width: 100%;
}
 .herringbone-showcase-section {
	 display: flex;
	 gap: 1.5rem;
	 border-bottom: 1px solid;
	 margin-bottom: 3.2rem;
	 padding-bottom: 4rem;
}
 @media (max-width: 580px) {
	 .herringbone-showcase-section {
		 flex-direction: column;
	}
}
 .herringbone-de-product-image-container {
	 width: 25%;
}
 @media (max-width: 580px) {
	 .herringbone-de-product-image-container {
		 width: 100%;
		 height: 200px;
	}
}
 .herringbone-showcase-inner {
	 width: 75%;
}
 @media (max-width: 580px) {
	 .herringbone-showcase-inner {
		 width: 100%;
	}
}
 .herringbone-showcase-details {
	 display: flex;
	 gap: 2rem;
}
 @media (max-width: 580px) {
	 .herringbone-showcase-details {
		 flex-direction: column;
		 gap: 0;
	}
}
 .herringbone-product-name {
	 margin-top: 1rem;
}
 .herringbone-showcase-image {
	 object-fit: cover;
	 width: 100%;
	 height: 100%;
}
 .herringbone-section-title-showcase {
	 margin-top: 0;
}
 .herringbone-showcase-bottom-text-de {
	 margin-bottom: 0;
}
 .herringbone-inspiration-paragraph {
	 font-style: italic;
}
 .herringbone-content-text.top-flooring {
	 width: 76%;
}
 @media (max-width: 768px) {
	 .herringbone-content-text.top-flooring {
		 width: 100%;
	}
}
 .herringbone-content-image-right.top-flooring {
	 width: 26%;
	 position: relative;
}
 @media (max-width: 768px) {
	 .herringbone-content-image-right.top-flooring {
		 width: 100%;
		 height: 230px;
	}
}
 @media (max-width: 480px) {
	 .herringbone-content-image-right.top-flooring {
		 height: 180px;
	}
}
 .herringbone-article-conclusion.top-flooring {
	 padding-bottom: 3rem;
	 margin-top: 4rem;
	 margin-bottom: 0rem;
	 border-top: 1px solid;
	 border-bottom: 0;
}
 @media (max-width: 480px) {
	 .herringbone-article-conclusion.top-flooring {
		 margin-top: 3rem;
		 margin-bottom: 3rem;
	}
}
 .herringbone-section-image.top-flooring {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media (max-width: 480px) {
	 .herringbone-section-image.top-flooring {
		 height: 180px;
		 object-position: 67% 63%;
	}
}
 .herringbone-section-image.top-flooring.tile {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media (max-width: 480px) {
	 .herringbone-section-image.top-flooring.tile {
		 height: 180px;
		 object-position: 67% 13%;
	}
}
 .herringbone-highlight {
	 margin: 1.75rem 0rem 1.75rem 0rem;
}
 .article-hero-image.top-flooring, .herringbone-conclusion-tittle.top-flooring {
	 margin-top: 3rem;
}
 .herringbone-article-conclusion.top-flooring h2 {
	 margin-bottom: 1.75rem;
	 margin-top: 3rem;
}
 .inspirtion-img {
	 display: inline-block;
	 vertical-align: text-bottom;
	 width: 20px;
	 height: 22.66px;
}
 .preparation-steps-main-section {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 column-gap: 20px;
}



 @media (max-width: 960px) {
	 .preparation-steps-main-section {
		 display: block;
	}
}
 .how-to-install-p-description {
	 font-weight: 300;
	 font-size: 1.25rem;
	 line-height: 1.5rem;
	 display: block;
	 margin-bottom: 0.625rem;
}
 .how-to-install-article ul {
	 padding-left: 1.125rem;
}
 .how-to-install-article h2, .how-to-install-article h3 {
	 font-weight: 500;
}
 .video-how-to-install {
	 margin-top: 3rem;
	 margin-bottom: 3em;
}
 .how-to-install-article .article-introduction {
	 margin-top: 1.75rem;
}
 .how-to-install-article-footer {
	 padding-bottom: 3rem;
}
 .how-to-install-herringbone-materials-tools, .how-to-install-herringbone-step-container {
	 display: flex;
	 gap: 20px;
}
 .how-to-install-herringbone-material, .how-to-install-herringbone-tool, .how-to-install-herringbone-step-left, .how-to-install-herringbone-step-right {
	 width: 50%;
}
 .how-to-install-herringbone-video-desc {
	 display: block;
	 margin-bottom: 1rem;
}
 .how-to-install-herringbone-video-container {
	 position: relative;
	 width: 100%;
	 height: 600px;
}
 .how-to-install-herringbone-bolder-p {
	 font-weight: 600;
}
 .how-to-install-herringbone-desc {
	 padding-top: 2rem;
}
 .how-to-install-herringbone-step-title {
	 font-size: 1.5rem;
}
 .how-to-install-herringbone-materials-tools h4 {
	 margin-top: 0;
	 margin-bottom: 0;
}
 .how-to-install-herringbone-materials-tools li {
	 margin: 1rem 0;
}
 .how-to-install-herringbone-video-section {
	 margin-bottom: 3rem;
}
 @media (max-width: 700px) {
	 .how-to-install-herringbone-video-container {
		 height: 400px;
	}
}
 @media (max-width: 600px) {
	 .how-to-install-herringbone-materials-tools, .how-to-install-herringbone-step-container {
		 flex-direction: column;
	}
	 .how-to-install-herringbone-material, .how-to-install-herringbone-tool, .how-to-install-herringbone-step-left, .how-to-install-herringbone-step-right {
		 width: 100%;
	}
}
 .blog-container.hpl img {
	 width: 100%;
}
 .blog-container.hpl h2 {
	 margin-bottom: 2rem;
}
 .hpl-main-img.mobile, .hpl-image-mobile {
	 display: none;
}
 .hpl-main-img {
	 margin-top: 3rem;
	 margin-bottom: 3rem;
}
 .hpl-section {
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 1rem;
}
 .hpl-container {
	 margin-bottom: 3rem;
}
 .hpl-right {
	 width: 252px;
	 height: 100%;
}
 .hpl-left {
	 width: 780px;
   margin-top: 1rem;
}
 .hpl-container.footer {
	 text-align: center;
}
 @media (max-width: 700px) {
	 .hpl-main-img.desktop, .hpl-image-desktop {
		 display: none;
	}
	 .hpl-main-img.mobile, .hpl-image-mobile {
		 display: block;
	}
	 .hpl-section {
		 flex-direction: column;
	}
	 .hpl-left, .hpl-right {
		 width: 100%;
	}
	 .hpl-container, .hpl-section {
		 margin-bottom: 1rem;
	}
	 .blog-container.hpl h2 {
		 margin-bottom: 1.5rem;
	}
	 .hpl-main-img {
		 margin-top: 1.5rem;
		 margin-bottom: 1.5rem;
	}
}
 .blog-container.herringbone-installation img {
	 width: 100%;
}
 .herringbone-installation-blog-container p {
	 margin-bottom: 0.5rem;
}
 .herringbone-installation-blog-container .herringbone-installation-before p {
	 margin-bottom: 1.5rem;
}
 .blog-container.herringbone-installation h2 {
	 margin-bottom: 2rem;
}
 .herringbone-installation-main-img.mobile, .herringbone-installation-image-mobile {
	 display: none;
}
 .herringbone-installation-main-img {
	 margin-top: 3rem;
	 margin-bottom: 3rem;
}
 .herringbone-installation-section {
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 3rem;
	 gap: 20px;
}
 .herringbone-installation-container {
	 margin-bottom: 3rem;
}
 .herringbone-installation-container.footer {
	 text-align: center;
}
 .herringbone-installation-materials-tools, .herringbone-installation-step-container {
	 display: flex;
	 gap: 20px;
}
 .herringbone-installation-material, .herringbone-installation-tool, .herringbone-installation-step-left, .herringbone-installation-step-right {
	 width: 50%;
}
 .herringbone-installation-video-desc {
	 display: block;
	 margin-bottom: 1rem;
}
 .herringbone-installation-video-container {
	 position: relative;
	 width: 100%;
	 height: 600px;
}
 .herringbone-installation-bolder-p {
	 font-weight: 600;
}
 .herringbone-installation-desc {
	 padding-top: 2rem;
}
 .herringbone-installation-step-title {
	 font-size: 1.25rem;
	 margin-top: 0;
	 margin-bottom: 1rem;
}
 .herringbone-installation-materials-tools h4 {
	 margin-top: 0;
	 margin-bottom: 0;
}
 .herringbone-installation-video-section {
	 margin-bottom: 3rem;
}
 .herringbone-installation-section.step-by-step {
	 margin-bottom: 20px;
}
 .herringbone-installation-section.step-by-step h2 {
	 margin-bottom: 0;
}
 .herringbone-installation-left, .herringbone-installation-right {
	 width: 50%;
}
 .herringbone-installation-right img {
	 width: 100%;
}
 @media (max-width: 700px) {
	 .herringbone-installation-main-img.desktop, .herringbone-installation-image-desktop {
		 display: none;
	}
	 .herringbone-installation-main-img.mobile, .herringbone-installation-image-mobile {
		 display: block;
	}
	 .herringbone-installation-section {
		 flex-direction: column;
	}
	 .herringbone-installation-left, .herringbone-installation-right {
		 width: 100%;
	}
	 .herringbone-installation-container, .herringbone-installation-section {
		 margin-bottom: 1rem;
	}
	 .blog-container.herringbone-installation h2 {
		 margin-bottom: 1.5rem;
	}
	 .herringbone-installation-main-img {
		 margin-top: 1.5rem;
		 margin-bottom: 1.5rem;
	}
	 .herringbone-installation-video-container {
		 height: 400px;
	}
}
 @media (max-width: 600px) {
	 .herringbone-installation-materials-tools, .herringbone-installation-step-container {
		 flex-direction: column;
	}
	 .herringbone-installation-material, .herringbone-installation-tool, .herringbone-installation-step-left, .herringbone-installation-step-right {
		 width: 100%;
	}
}
 .blog-container.authentic img {
	 width: 100%;
}
 .blog-container.authentic h2 {
	 margin-bottom: 2rem;
}
 .authentic-main-img.mobile, .authentic-image-mobile {
	 display: none;
}
 .authentic-main-img {
	 margin-top: 3rem;
	 margin-bottom: 3rem;
}
 .authentic-section {
	 display: flex;
	 gap: 40px;
	 margin-bottom: 1rem;
}
 .authentic-container, .authentic-header {
	 margin-bottom: 3rem;
}
 .authentic-right {
	 width: 50%;
}
 .authentic-left {
	 width: 50%;
   margin-top: 1rem;
}
 .authentic-embossed-icon {
	 width: 120px;
}
 .authentic-container.footer {
	 text-align: center;
}
 .authentic-section li {
	 padding-bottom: 1rem;
}
 .authentic-right.second.fourV {
	 display: flex;
	 margin-top: 2rem;
	 margin-bottom: 2rem;
	 width: 50%;
	 gap: 1rem;
	 justify-content: center;
}
 .authentic-right.second.fourV img {
	 width: 32%;
}


 @media (max-width: 700px) {
	 .authentic-main-img.desktop, .authentic-image-desktop, .authentic-embossed-icon {
		 display: none;
	}
	 .authentic-main-img.mobile, .authentic-image-mobile {
		 display: block;
	}
	 .authentic-section {
		 flex-direction: column;
	}
	 .authentic-left, .authentic-right {
		 width: 100%;
	}
	 .authentic-container, .authentic-section {
		 margin-bottom: 1rem;
	}
	 .blog-container.authentic h2 {
		 margin-bottom: 1.5rem;
	}
	 .authentic-main-img {
		 margin-top: 1.5rem;
		 margin-bottom: 1.5rem;
	}
	 .authentic-right.second.fourV {
		 margin: 0;
		 gap: 2.5rem;
		 width: 100%;
	}
	 .authentic-right.second.fourV img {
		 width: 26%;
	}

	
}
 
.why-choose-section{
	display: flex;
	gap:20px;
}

.why-choose-left, .why-choose-right {
	width: 50%;
}

@media (max-width: 700px) {
	.why-choose-section {
		flex-direction: column;
	}
	.why-choose-left, .why-choose-right {
		width: 100%;
	}
}

.clean-tips-flex{ 
	display: flex;
	justify-content: space-between;
	gap: 1.3%;

}

.clean-tips-flex img {
	width: 50%;
	margin-bottom: 0;
	margin-top: 0;
}



.rate-main, .usage-class-main {
width: 100%;
display: flex;
flex-direction: row;
}
.rate-left-col { 
	display: flex;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}
.rate-right-col {
	display: flex;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	flex-direction: column;
}
.rate-col-main {
display: flex;
flex-direction: row;
min-width: 300px;
align-items: center;
}
.rate-col-main img {
width: 60px;
height: 60px;
margin-right: 10px;
}

@media (max-width: 619px) {
.rate-main{
	flex-direction: column;
}
.rate-col-main {
min-width: 150px;
display: flex;
flex-direction: row;
align-items: center;
}
.rate-col-main img {
width: 50px;
height: 50px;
margin-right: 8px;
}
}

.usage-class-heading, .usage-class-desc_1_head, .usage-class-desc_1_head-R{
	display: flex;
	align-items: center;
}

.usage-class-summary {
	width: 50%;
}

@media (max-width: 619px) {
.usage-class-main {
	flex-direction: column;
	
}

.usage-class-left_col, .usage-class-right_col, .usage-class-summary {
	width: 100%;	
}

}

.blog-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin-bottom: 2rem;
}

.blog-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
