[data-block].is-selected {
    border: 1px dashed #c0c0c0;
}

[data-block].has-child-selected {
    border: 1px dashed #e9e9e9;
}

body#tinymce.wp-editor {
    margin: 20px; 
}

body#tinymce.wp-editor a {
    color: var(--inz-primary);
}

.interface-interface-skeleton__content .container ul li a,
.interface-interface-skeleton__content article a {
    pointer-events: none;
    text-decoration: none;
}

h1.wp-block-post-title {
    padding: 30px 0;
    font-weight: 700;
    font-size: 28px;
}

.acf-block-preview span.onsale {
    display: none;
}

/* BUTTONS */

.btn-action {
    padding: 0.6rem 2rem;
    background-color: var(--inz-secondary);
    color: var(--white);
    border-radius: 30px;
}

.btn-action,
.wp-block-button__link {
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
}

.btn-action:hover {
    background-color: var(--inz-primary);
    color: var(--white);
}

.btn-action.bordered {
    margin-bottom: 3rem;
    background-color: transparent;
    border: 1px solid var(--inz-dark);
    color: var(--inz-dark);
}

.btn-action.bordered:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--inz-primary) !important;
    color: var(--white) !important;
}

.back-shop {
    padding: 0.4rem 1.2rem;
    font-size: 12px;
    display: table;
}

.back-shop .fa {
    margin-right: 10px;
}

/* HERO SLIDER */

div.block-hero {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.block-hero,
.block-hero .hero__outer {
	width: 100%;
	height: 300px;
	text-align: center;
}

.hero__outer.light {
    color: var(--white);
}

.hero__outer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__outer.slick-slide img {
    height: 100%;
}

.hero__outer > .container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.hero__inner {
    width: 80%;
    max-width: 500px;
}

.hero__outer h2 {
    color: var(--inz-light);
    font: 400 2.6em/1 var(--inz-font-secondary);
    text-transform: uppercase;
}

.hero__outer.dark h2 {
    color: var(--inz-dark);
}

.block-hero p {
	font-size: 14px;
	line-height: 1.3;
}

.block-hero .text-right p {
    margin-left: auto;
}

.block-hero .text-center p {
    margin-left: auto;
    margin-right: auto;
}

.hero__btn {
    display: inline-block;
}

.light .hero__btn {
    background-color: var(--inz-light);
    color: var(--inz-primary);
}

.light .hero__btn:hover {
    background-color: var(--inz-secondary);
    color: var(--white);
}

@media (max-width: 991px) {
	.hero__inner {
		max-width: 235px;
	}

    .hero__btn {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .block-hero,
    .block-hero .hero__outer {
        height: 650px;
    }

    .container .hero__outer {
        height: 350px;
    }

    .container .hero__outer > .container {
        padding: 0 8%;
    }
    
    .hero__outer h2 {
        font-size: 5.6em;
    }

    .hero__outer p {
        font-size: 1.2em;
    }
}

/* BLOCK BANNERS */

.block-banners img {
    width: 100%;
    height: auto;
}

/* ELEMENTS */

.wp-block-separator {
    border-bottom: none;
    border-color: #c9c9c9;
    opacity: 1;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 30px;
}

p[class*=font-size] {
    line-height: 1.3;
}

@media (min-width: 782px) {
    .bordered-left {
        padding-left: 5rem;
        border-left: 1px solid var(--inz-gray);
    }
}

/* PRODUCTS */

.products-list {
    padding: 0;
    list-style: none;
}

.prod-item {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.prod-item__inner {
    height: 100%;
    padding: 0 15px 15px;
    border: 1px solid var(--inz-light);
    border-radius: 1rem;
    overflow: hidden;
}

.prod-item:hover .prod-item__inner {
    border-color: var(--inz-gray);
}

.entry .prod-item__inner a {
    text-decoration: none;
}

.prod-item__thumb {
    margin: 0 -15px;
}

.prod-item__thumb img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	border-radius: 10px 10px 0 0;
}

.prod-item__thumb img.second-image {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.prod-item__thumb:hover img.second-image {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.prod-item span.onsale {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.wp-block .prod-item span.onsale {
    display: none !important;
}

.prod-item h2,
.prod-item h3 {
    width: 100%;
    min-height: 36px;
    margin: 1.2rem auto;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

.prod-item a.added_to_cart {
    display: none;
}

.prod-item .price {
	min-height: 60px;
	font-size: 1.2em;
}

.prod-item .price em {
    display: block;
    color: #898989;
    font-size: 12px;
    line-height: 1;
}

.prod-item .prod-item__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prod-item.outofstock .quantity,
.prod-item.variable .quantity {
    opacity: 0.5;
    pointer-events: none;
}

.prod-item a.button,
.prod-item button.button {
    width: 100%;
    padding: 0.6rem;
    margin: 0;
    background-color: var(--inz-primary);
    font-size: 0.9em;
}

.prod-item a.button:hover,
.prod-item button.button:hover {
    background-color: var(--inz-secondary);
}

.prod-item__qty a.button {
    width: calc(100% - 100px);
}

.prod-item.outofstock a.button  {
    opacity: 0.4;
}

.prod-item .star-rating {
    display: none;
}

.prod-item .variation dt,
.prod-item .variation dd {
    display: inline-block;
    margin-right: 2px;
}

@media (max-width: 575px) {
    .row.products-list {
        margin: 0 -5px;
    }

    .prod-item {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .prod-item__inner {
        padding: 0 5px 5px;
    }

    .prod-item__thumb {
        margin: 0 -5px;
    }

    .prod-item a.button,
    .prod-item button.button,
    .prod-item .quantity__inner:not(.hidden) {
        width: 100%;
    }

    .prod-item .quantity {
        width: 100%;
    }

    .prod-item .prod-item__qty {
        margin: 0;
        display: block;
    }

    .prod-item .prod-item__qty a.button {
        margin: 5px 0 0;
    }

    .prod-item .price {
        font-size: 1em;
    }

    .prod-item h2,
    .prod-item h3 {
        font-size: 0.8em;
    }
}

@media (min-width: 576px) {
    .prod-item .prod-item__brand {
        padding: 2px;
        background-color: var(--white);
        position: absolute;
        right: 5px;
        top: 4px;
    }
}

@media (min-width: 768px) {
    .prod-item-list {
        margin-bottom: 10px;
    }
    
    .prod-item-list .prod-item__inner {
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .prod-item-list .prod-item__inner > a {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .prod-item-list .prod-item__qty {
        min-width: 230px;
    }
    
    .prod-item-list .prod-item__thumb {
        width: 60px;
        height: auto;
        padding: 0;
        margin: 0;
        flex: 0 0 auto;
    }

	.prod-item-list .prod-item__thumb img {
		border-radius: 0.5rem;
	}
	
    .prod-item-list .prod-item__thumb span.onsale {
        display: none;
    }
    
    .prod-item-list .prod-item__infos {
        width: 100%;
        display: flex;
        text-align: left;
    }

    .prod-item__title {
		width: 60%;
	}
    
    .prod-item-list h2,
    .prod-item-list h3 {
        min-height: auto;
        padding-right: 1rem;
        margin: 0;
        color: inherit;
        font-weight: 600;
    }

	.prod-item__title span {
		font-size: 12px;
	}

	.prod-item-list .prod-item__infos .price {
		min-height: auto;
		margin: 0;
	}
    
    .prod-item-list a.button,
    .prod-item-list button.button {
        padding: 12px;
    }

    .prod-item-list del {
        display: block;
    }
}

/* GIFT LIST */

.gift-list__item {
    padding: 12px 10px 15px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.gift-list__item:before {
    content: "";
    background-color: var(--inz-light);
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    top: 0;
}

.gift-list__icon {
    width: 45px;
    height: auto;
    position: relative;
    z-index: 1;
}

.gift-list__title {
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .gift-list__item {
        padding: 5px;
        gap: 5px 10px;
    }

	.gift-list__item:before {
		left: 18px;
	}
	
    .gift-list__title {
        font-size: 12px;
    }
    .gift-list__icon {
        width: 30px;
    }
}


/* CONTACT */

ul[id*=contact-block] {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul[id*=contact-block] li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

ul[id*=contact-block] li .fa {
    width: 30px;
    height: 30px;
    color: var(--inz-primary);
    display: block;
    font-size: 1.2em;
    line-height: 30px;
    text-align: center;
}

ul[id*=contact-block].aligncenter .fa {
    margin: 0 auto 10px;
}

ul[id*=contact-block] li .phone {
    font-weight: 600;
}

/* MAP */

.map-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
}

.map-block iframe {
    width: 100%;
    height: 400px;
}

/* CARDS */

.style-1 .card-list__inner,
.style-2 .card-list__inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--inz-light);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    top: 0;
}

.style-1 .card-list__inner,
.style-2 .card-list__inner,
.style-5 .card-list__inner,
.card-list__img,
.card-list__img img,
.card-list__overlay {
    border-radius: 1rem;
}

.style-2 .card-list__inner {
    min-height: 160px;
}

.style-1 .card-list__inner p {
	margin-bottom: 5px;
	font-size: 13px;
}

.style-5 .card-list__inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--inz-light);
}

.card-list__img {
    overflow: hidden;
}

.card-list__img img {
    width: 100%;
    transition: transform .6s;
}

.style-3:hover img {
    transform: scale(1.2);
}

.card-list__icon {
    width: 110px;
    height: 110px;
    padding-top: 20px;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 50%;
}

.card-list__item:hover .card-list__icon {
	background-color: var(--inz-gray);
}

.card-list__icon img {
    max-height: 64px;
    margin: 0 auto;
}

.style-2 .card-list__inner {
    min-height: 180px;
    background: var(--inz-image) center no-repeat;
    background-size: cover;
    border: none;
    overflow: hidden;
}

.style-2 .card-list__inner:hover {
    background-position: 0px 0px;
}

.card-list__overlay {
    background: var(--inz-secondary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.85;
}

.style-3 .card-list__overlay {
    background: #333;
    background: -o-linear-gradient(bottom, #333, rgb(0 0 0 / 10%));
    background: -moz-linear-gradient(bottom, #333, rgb(0 0 0 / 10%));
    background: -webkit-linear-gradient(bottom, #333, rgb(0 0 0 / 10%));
    background: linear-gradient(to top, #333, rgb(0 0 0 / 10%));
    z-index: 1;
}

.style-3 .card-list__infos {
    min-height: 55px;
    margin: 0;
    color: var(--white);
    text-align: center;
    bottom: 20px;
    left: 30px;
    right: 30px;
    position: absolute;
    z-index: 1;
}

.style-4 .card-list__infos,
.style-5 .card-list__infos {
    width: 90%;
    margin: 15px auto 0;
    text-align: center;
}

.style-4 .card-list__infos p,
.style-5 .card-list__infos p {
    margin-bottom: 0;
    color: #787878;
}

.card-list__title {
    margin-bottom: 1rem;
    font-size: 1.3em;
    z-index: 1;
}

.card-list__item.style-2 .card-list__title,
.card-list__item.style-2 p {
    color: var(--white);
}

.card-list__btn {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 1rem;
    background-color: var(--inz-secondary);
    color: var(--white);
    border-radius: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.card-list__item:hover .card-list__btn {
    background-color: var(--inz-primary);
    color: var(--white);
}

.card-list__slide .slick-list {
    margin: 0 -0.5rem;
}

.card-list__slide .card-list__item {
    padding: 0 0.5rem;
}

@media (min-width: 768px) and (max-width: 781px) {
    .style-1 .card-list__inner,
    .style-2 .card-list__inner {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .style-1 .card-list__inner br,
    .style-2 .card-list__inner br {
        display: none;
    }
}

@media (min-width: 768px) {
    .align-card.grid .card-list__item:nth-child(even) {
        top: -40px;
    }
}


/* CATEGORIES SLIDER */

.taxonomy-block_item {
    padding: 10px 10px 0;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.taxonomy-block_item a {
    color: #505050;
}

.taxonomy-block_thumb {
    margin: 0 auto 10px;
    background-color: var(--white);
    border-radius: 1rem;
}

.taxonomy-block_thumb img {
    width: 100%;
    height: auto;
    transition: transform .6s;
}

.product_cat .taxonomy-block__title {
    font-weight: 700;
}

.product_cat .taxonomy-block_thumb {
    overflow: hidden;
}

.product_cat .taxonomy-block_thumb img {
	filter: brightness(0.9);
}

.product_cat .taxonomy-block_item:hover img {
    transform: scale(1.2);
    filter: brightness(0.8);
}

.slide-brands:not(.product_cat) .taxonomy-block_thumb {
    height: 90px;
    padding: 10px;
    border: 1px solid var(--inz-light);
    display: flex;
    align-items: center;
    justify-content: center;   
}

.slide-brands:not(.product_cat) .taxonomy-block_thumb:hover {
    border-color: var(--inz-gray);
}

.slide-brands:not(.product_cat) .taxonomy-block_thumb img {
    width: auto;
    max-width: 90%;
    max-height: 70px;
    filter: grayscale(1);
    opacity: 0.8;
}

.slide-brands:not(.product_cat) .taxonomy-block_thumb:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* ACCORDION */

.acc-block .accordion-item {
    border: none;
    background-color: transparent;
}

.acc-block .accordion-item .accordion-button {
    width: 100%;
    padding: 1rem 0;
    background-color: transparent;
    font-size: 1em;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid var(--inz-gray);
    text-align: left;
}

.acc-block .accordion-item .accordion-button:after {
    background-size: 0.8rem;
    background-position: center;
    filter: grayscale(100%);
}

.acc-block .accordion-header {
    font-size: 1.1em;
}

.acc-block .accordion-body {
	padding: 20px 20px 5px;
	margin-bottom: 20px;
	background-color: var(--white);
}

.acc-block .accordion-button:focus {
    outline: none;
    box-shadow: none !important;
}

.acc-block .accordion-item .accordion-button:not(.collapsed) {
    color: var(--inz-secondary);
    box-shadow: none;
}

/* SOCIAL BLOCK */

.social-block {
	display: flex;
	gap: 0 1.2rem;
}

.has-text-align-center .social-block {
    justify-content: center;
}

.has-text-align-right .social-block {
    justify-content: flex-end;
}

.social-block .fa {
    font-size: 1.4em;
}

/* VIDEO */

.col-12.video-item {
    max-width: 850px;
    margin: 0 auto 30px;
}

.video-item__thumb {
    cursor: pointer;
    height: 380px;
	display: block;
	position: relative;
}

.col-lg-3 .video-item__thumb {
    height: 200px;
}

.video-item__thumb img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 1rem;
}

.video-item__thumb:before {
    content: "";
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.4);
    background-size: 40px;
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.video-item__thumb:hover:before {
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.5);
    background-size: 40px;
}

.video-item p {
    padding: 1rem;
    font-size: 1em;
    font-weight: 700;
}

/* LINKS PAGE */

.page-template-page-links {
    background-color: var(--bg-color-3);
}

[id*=links-block] {
    max-width: 600px;
    padding: 40px 0;
    margin: 0 auto;
}

.links-block__img {
    margin: 0 auto;
    text-align: center;
}

.links-block__img img {
    width: auto;
    max-width: 230px;
}

.links-block__list {
    list-style: none !important;
    padding: 0;
}

.links-block__list li a {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    color: var(--tx-color);
    background-color: var(--bg-color-1);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 5px;
    border-radius: 10px;
}

/* SHAPE */

.shape-bottom,
.shape-top {
    background-color: #1db09f;
}

.shape-bottom {
    margin-bottom: 6rem;
}

.shape-top {
    margin-top: 6rem;
}

.shape-bottom:after,
.shape-top:before {
    content: "";
    width: 100%;
    height: 180px;
    background: url(../../images/shape.svg) top no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -180px;
}

.shape-top:before {
    background-position-y: bottom;
    bottom: auto;
    top: -180px;
    transform: rotate(180deg);
}

/* ALIGN */

.aligncenter > * {
	display: table;
	margin-left: auto;
    margin-right: auto;
}

.wp-caption {
	background: var(--white);;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@media (max-width: 599px) {
    .has-text-align-right {
        text-align: center;
    }

    .has-text-align-right.lined:before {
    	margin-right: auto;
    }

    .is-content-justification-right {
        justify-content: center;
    }
}