/*
Theme Name:  BlankSlate Child
Template: 	 blankslate
Theme URI:	 https://wordpress.org/themes/blankslate/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: blankslatechild
*/

.woocommerce-input-wrapper {
	color: #000;
}

/* also change #header.sticky and header top 0px => 63x (incl uncomment #header.sticky max-width: 992px => not needed actually?) */
.notice-banner {
	display: flex;
    align-items: center;
    justify-content: center;
    background: #c1ff07;
    color: #000;
    position: sticky;
    top: 0;
    height: 63px;
    z-index: 10000;
    font-weight: 700;
    font-size: 23px;
	text-decoration: none;
}

@media only screen and (max-width: 650px) {
	.notice-banner {
		font-size: 13px;	
	}
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100% !important;
}

.payment_box.payment_method_heidipay > p {
	color: black !important;
}

.product-item > a:first-child {
	position: relative !important;
}

.custom-sale-label {
	position: absolute;
    box-shadow: none;
    background-color: #c1ff07;
    color: #333;
    top: 1.5em;
    left: 1.5em;
    width: fit-content;
    border-radius: 20px;
    padding: 0.4em 0.8em;
    font-size: .87em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}

body {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #f9fbf4b3;
    background-color: #1d1d1c;
}


a {
    transition: 0.3s;
}

img {
    max-width: 100%;
}

input, textarea {
    font-family: 'Poppins';
    font-size: 16px;
    color: rgb(59, 59, 59);
}

button {
    cursor: pointer;
    font-family: 'Poppins';
}

table.variations {
    width: 100%;
}

select, .select2-container .select2-selection--single {
    background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23334155' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
    background-size: .8em;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
    padding: .75em;
    height: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-family: 'Poppins';
    font-size: 16px;
    background-color: #fff;
    color: rgb(59, 59, 59);
}

.select2-selection__arrow {
    display: none;
}


ul {
    list-style: disc;
    padding-left: 28px;
}

.btn {
    color: #333;
    text-align: left;
    background-color: #97bb3a;
    border: 2px solid #97bb3a;
    border-radius: 60px;
    margin-top: 1rem;
    padding: 1rem 2.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s cubic-bezier(.95, .05, .795, .035);
    display: inline-block;
}

.btn:hover {
    color: #97bb3a;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
}

.btn-heading {
    color: #97bb3a;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #97bb3a;
    border-radius: 60px;
    margin-top: 0;
    margin-left: 1rem;
    padding: 0.7rem 2.1rem;
    font-weight: 600;
    transition: all .2s cubic-bezier(.755, .05, .855, .06);
    text-decoration: none;
}

.btn-heading:hover {
    color: #333;
    background-color: #97bb3a;
    font-weight: 600;
}

#branding a img {
    display: block;
    margin: 5px;
}

.arrow-btn {
    color: #97bb3a;
    margin-right: 0.25rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.arrow-btn:before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e555_arrow.svg) center center no-repeat;
    position: absolute;
    background-size: cover;
    left: 100%;
    transition: 0.3s;
}

.arrow-btn:hover:before {
    left: calc(100% + 8px);
}

/* typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif, Helvetica;
    color: #f9fbf4;

}

.h1 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.4;
}

.h2 {
    font-size: 2.7rem;
    line-height: 1.6;
    font-weight: 600;
}

.h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}

.h4 {
    font-size: 24px;
    line-height: 36px;

}

.ctr {
    text-align: center;
}


/*layout*/


.col-holder {
    width: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 1400px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;


}

.col-holder-full {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.col-1 {
    width: 100%;

}

.col-2 {
    width: 50%;

}

.col-3 {
    width: 33.33%;

}

.col-3-2 {
    width: 66.66%;
}

.col-4 {
    width: 25%;
}

.col-4-3 {
    width: 75%;
}

/*Header*/

header {
    position: absolute;
    top: 0;  /* top: 63px */; 
    background: transparent;
    width: 100%;
    z-index: 9999;
    transition: background 0.3s ease, top 0.3s ease;
    padding-top: 20px;
}

#header.sticky {
    position: fixed;
    top: 0;  /* top: 63px; */
    margin: 0 auto;

    transition: background 0.3s ease, top 0.3s ease; /* Adjusted */
}

#header .col-holder {
    transition: 0.5s;
}

#header .col-holder {
    border-radius: 70px;
}

#header.sticky .col-holder {
    background: #333;
    transition: 0.5s;
}

header .row {
    margin: 0 auto;
}

header .col-holder {
    justify-content: space-between;
}

.header-menu-holder {
    display: flex;
    align-items: center;
}

#menu li {
    vertical-align: top;

    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;

    display: inline-block;
    position: relative;
}

#menu li a {
    color: #f9fbf4;
    font-weight: 500;
    text-decoration: none !important;
}

#menu li a:hover {
    color: #97bb3a

}

.current-menu-item a {
    color: rgba(249, 251, 244, .7) !important;
}

/* HOME PAGE */
.flex {
    display: flex;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 79%, #1d1d1c 90%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/wp-content/uploads/2024/09/hero-bg.webp);
    height: 1000px;
    display: flex;
    align-items: center;
    background-position: 0 0, 0 0, 50% 0;
    background-attachment: scroll, scroll, scroll;
    justify-content: center;
    background-size: cover;
    background-position-x: 59%;
    background-position-y: 20%;
}

.hero .col-holder {
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.hero .col-2:first-child {
    width: 57%
}

.hero .col-2:last-child {
    max-width: 550px;
}

.hero .col-2 p {
    padding-bottom: 0.625rem;
}

.home-section-2 {
    padding-top: 9rem;
    padding-bottom: 6.25rem;
}

.home-section-2 .col-1 {
    margin-bottom: 5.9rem;
}

.home-section-2 .flex {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1.9rem;
    gap: 3rem;
}

.home-section-2 .flex .col-2:first-child {
    max-width: 496px;
    width: 60%
}

.home-section-2 .flex .col-2:last-child {
    max-width: 571px;

}


.home-section-2 .h3 {
    margin-bottom: 1rem;
}

.home-section-2 .p {
    margin-bottom: 1.8rem;
}

.home-section-2 .reverse {
    flex-direction: row-reverse;
    gap: 1.5rem;
    margin-top: 6.25rem;
}

.home-section-2 .last {
    margin-top: 6.25rem;
    gap: 1.5rem;
}

.home-section-3 .col-1 .p {
    color: rgba(249, 251, 244, .7);
    margin-top: 1.25rem;
    margin-bottom: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.7;
}

.home-section-3 .col-1 a {
    color: #f9fbf4;
    font-weight: 400;
}

.home-section-3 .col-1 a:hover {
    color: #737273;
}

.home-section-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.home-section-3 .col-holder {
    gap: 1.5rem;
    justify-content: space-between;

    margin-bottom: 1.9rem;
}

.home-section-3 .col-3 {
    width: 32%;
    background-color: #333;
    border-radius: 20px;
}

.home-section-3 .icon-box {


    margin-top: 0;
    padding: 2rem 3%;
    flex: 1;
    align-self: stretch;
    min-height: 400px;
}

.home-section-3 .icon-box img {
    margin-bottom: 1.9rem;
}

.home-section-3 .icon-box h4 {
    color: #97bb3a;
    margin: 0.4rem auto;
    font-size: 1.25rem;
    line-height: 1.7;
}

.home-section-3 .icon-box .p {
    color: rgba(249, 251, 244, .9);
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
    max-width: 347px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-4 {
    background-color: #cad0b8;
    padding: 6rem 6rem;
}

.home-section-4 h2 {
    color: #333;
    margin-bottom: 3rem;
}

.home-section-4 .col-holder {
    gap: 1.5rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.9rem;
}

.home-section-4 .col-3 .col-content {
    text-align: center;
    color: #333;
}

.home-section-4 .col-3 .col-content h3 {
    margin-top: 2.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}

.home-section-4 .col-3 .col-content .p {
    color: #333;
    margin-top: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    line-height: 1.7;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-4 .btn {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-section-4 .btn:hover {
    color: #97bb3a;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;

}

.home-section-5 {
    padding-bottom: 4rem;
    overflow: visible;
    padding-top: 12.5rem;
}

.subtitle, .home-section-8 .subtitle {
    color: rgba(249, 251, 244, .7);
    margin-top: 0.65rem;
    margin-bottom: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.7;
}

.home-section-5 .flex {
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.9rem;
    margin-top: 3.2rem;
}

.home-section-5 h3 {
    margin-bottom: 0.65rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.home-section-5 .flex .p {
    color: rgba(249, 251, 244, .7);
    margin-top: 1rem;
    margin-bottom: 6.6rem;
    line-height: 1.7;
}

.home-section-5 .col-2:first-child {
    max-width: 45%;
}

.home-section-5 .col-2:last-child {
    background-image: radial-gradient(circle closest-side at 60% 40%, #464c4a 34%, rgba(0, 0, 0, 0));
    width: 55%
}

.home-section-5 .col-2:last-child img {
    width: 100%;
    height: 100%;
}

.home-section-6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.home-section-6 .col-2:first-child {
    width: auto;
    max-width: 35%;
}

.home-section-6 .col-2:first-child .p {
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
}

.home-section-6 .col-2:last-child {
    display: flex;
    width: 80%;
    grid-column-gap: 0rem;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
    margin-bottom: 1.9rem;

}

.inline {
    display: flex;
    gap: 1rem;

}

.outline {
    color: #97bb3a;
    background-color: rgba(0, 0, 0, 0);
}

.outline:hover {
    color: #cad0b8;
    border-color: #cad0b8;
}

.home-section-6 .col-holder {
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.home-section-6 .link-suit-card {
    max-width: 45%;
    flex: 1;
    display: inline-block;
    text-decoration: none;
}

.home-section-6 .pro {
    max-width: 55%;
    display: inline-block;

}

.home-section-6 .card-block {
    background-color: #cad0b8;
    border-radius: 40px 0 0 40px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.home-section-6 .pro .card-block {
    height: auto;
    color: #333;
    background-color: #e3e8d4;
    border-radius: 40px 40px 40px 0;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.home-section-6 .card-block .flex {
    width: 75%;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.home-section-6 .card-block h4 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.home-section-6 .card-block .p {
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline-block;
    color: #333;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
}

.home-section-6 .card-block .p:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 28px;
    left: 0;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e576_check-darkgreen-icon.svg) center center no-repeat;
    background-size: contain;
}

.home-section-6 .card-block img {
    margin-bottom: 3rem;
    margin-top: 1.9rem;
    align-self: center;
}

.home-section-6 .link-suit-card img {
    height: 324px;
}

.home-section-6 .pro img {
    height: 419px;
}

.home-section-6 .bestseller, .anzuge-hero .bestseller {
    text-align: center;
    background-color: #aab887;
    margin-top: -1.9rem;
    padding: 0.5rem 2rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 15%;
    right: 15%;
    color: #333;
    border: 2px solid #aab887;
    border-radius: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-section-7 {
    color: #333;
    background-color: #cad0b8;
    padding: 9rem 6rem;
}

.home-section-7 .h2 {
    font-size: 2.4rem;
    color: #333;
}

.home-section-7 .p {
    margin-top: 1.9rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.home-section-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

.home-section-8 .subtitle {
    margin-bottom: 3.75rem;
    text-align: center;
}

.home-section-8 .col-2:first-child {
    width: 65%;
}

.home-section-8 .block-1 {
    width: 100%;
    height: auto;
    color: #333;
    background-color: #e3e8d4;
    border-radius: 20px;
    margin-bottom: 2rem;
    padding-top: 2.5rem;
    overflow: hidden;
}

.home-section-8 .block-1 img {
    margin-top: 0.9rem;
    display: block;

}

.home-section-8 h4 {
    max-width: 666px;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-left: 6%;
    margin-right: 6%;
    color: #333;
}

.home-section-8 .p {
    color: #333;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 6%;
    margin-right: 6%;
}

.home-section-8 .block-2 {
    width: 50%;
    grid-row-gap: 2rem;
    background-color: #e3e8d4;
    border-radius: 20px;
    flex-direction: column;
    padding-top: 2.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.home-section-8 .block-3 {
    width: 50%;
    grid-row-gap: 2rem;
    background-color: #e3e8d4;
    border-radius: 20px;
    flex-direction: column;
    padding-top: 2.5rem;
    display: flex;
    overflow: hidden;
}

.home-section-8 .block-3 img {
    margin-top: auto;

}

.home-section-8 .col-holder-second {
    grid-column-gap: 2rem;
    justify-content: center;
}

.home-section-8 .col-2:last-child {
    width: 30%;
    background-color: #e3e8d4;
    border-radius: 20px;
    padding-top: 2.5rem;
    overflow: hidden;
}

.home-section-8 .col-2:last-child img {
    width: 110%;
    border-radius: 20px 0 0 20px;
    margin-top: 5rem;
    margin-left: 6%;
    display: block;
}

.home-section-8 .last-row .flex {
    justify-content: center;
    margin-top: 6.25rem;
    gap: 1.25rem;
}

.home-section-8 .store-btn {
    max-width: 268px;
    width: 100%;
    background-color: #f9fbf4;
    border-style: none;
    border-color: #f9fbf4;
    margin-top: 0;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 60px;
    text-decoration: none;
    transition: all .2s cubic-bezier(.95, .05, .795, .035);
    display: flex;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

.home-section-8 .store-btn p {
    margin: 0 auto;
    color: #333;
    text-align: left;
    font-weight: 600;
    font-size: 1.125rem;

}

.home-section-8 .store-btn img {
    margin-right: 2rem;
}

.home-section-8 .store-btn:hover {
    background-color: rgba(249, 251, 244, .7);
}

.home-section-9 {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(/wp-content/uploads/2024/09/start_background.webp);
	background-position-y: 35%;
	background-size: cover;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
}

.home-section-9 .p {
    margin-top: 1.25rem;
    margin-bottom .1 .625rem;
}

.home-section-9 .btn {
    margin-top: 1.25rem;
}

.home-section-10 {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
}

.home-section-10 .col-1 img {
    margin-bottom: 2rem;
}

.home-section-10 .col-1 a {
    color: rgba(249, 251, 244, .7);
    text-decoration: underline;
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
    line-height: 1.7;
    display: inline-block;
}

.home-section-10 .col-1 a:hover {
    color: #f9fbf4;
}

.testim-holder {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.testimonials-slider {
    width: 100vw; /* Sets the slider to the full width of the viewport */
    max-width: 100%;
    box-sizing: border-box; /* Includes padding in the element's total width */
}

.testimonials-slider.padding-start {
    padding-left: calc((100vw - 1400px) / 2);
}


.testimonials-slider {
    transition: padding-left 0.5s ease-out; /* adjust the duration and easing as needed */


    margin-top: 4.375rem;

}

.testimonial-card {
    position: relative;
    max-width: 400px;
    min-height: 560px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #e3e8d4;
    margin: 0 0.9rem;
}

.testimonial-card img {
    margin: 0 auto;
}

.testimonial-card h3 {
    height: 7rem;
    color: #333;
    margin-top: 0.625rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 500;
}

.testimonial-card .testim-text {
    height: 13rem;
    font-family: Poppins, sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    display: inline-block;
}

.testim-name {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    text-align: center;
}

.testimonial-card h4 {
    position: relative;
    color: #333;
    margin-top: 1.25rem;
    font-weight: 500;
    display: inline-block;
    padding-left: 33px;
    line-height: 1.7rem;
}

.testimonial-card h4:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 1.7rem;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e580_verified-icon.svg) center center no-repeat;
    background-size: contain;
    left: 0;
}

.slick-prev, .slick-next {
    top: unset !important;
    width: 80px !important;
    height: 68px !important;
    bottom: -120px !important;
}

.slick-prev {
    left: auto !important;
    right: calc(50% - 540px) !important;
}

.slick-next {
    right: calc(50% - 640px) !important;
}

.testimonials-slider .slick-prev:before {
    content: '' !important;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e5f3_testimonial-arrow-left.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 68px;
    top: 0;
    left: 0;
}

.testimonials-slider .slick-next:before {
    content: '' !important;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e5eb_testimonial-arrow-right.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 68px;
    top: 0;
    left: 0;
}

.home-section-11 {
    padding: 7rem 2rem 9.5rem;
}

.home-section-11 .flex {
    align-items: center;
    justify-content: space-between;
}

.home-section-11 .flex .text-link {
    color: #97bb3a;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
}

.home-section-11 .btn {
    padding: 1.25rem 6.25rem;
}

.home-section-11 .img-slider {
    margin-top: 3.75rem;
}

.home-section-11 .img-slider img {
    width: 25vw !important;
    border-radius: 20px;

    display: inline;
}

.home-section-11 .img-slide {
    margin-right: 0.625rem;

}

.home-section-12 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.home-section-12 a, #faq .accordion a {
    color: #333;
    font-weight: 600;
}

.home-section-12 a:hover, #faq .accordion a:hover {
    color: #97bb3a;
}

.accordion {
    margin-top: 5rem;
}

.accordion-item {
    margin-bottom: 1.5rem;
}


.accordion-header {
    position: relative;
    color: #333;
    background-color: #e3e8d4;
    border-radius: 10px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
    cursor: pointer;
    font-weight: 600;
    line-height: 32px;
}


.accordion-content {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
    background-color: #e3e8d4;
    color: #333;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow-y: hidden;
    margin-top: -10px;
}


.active .accordion-header {
    border-radius: 10px 10px 0 0 !important;
}

.active .accordion-content {
    padding-bottom: 1.125rem;
    font-weight: 400;
    border-radius: 0 0 10px 10px !important;
}

/*FOOTER*/

footer {
    background-color: #000;
    padding-top: 5rem;
}

footer .col-holder {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

footer .subtitle {
    color: rgba(249, 251, 244, .7);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: 500;
}

footer .text-link {
    color: rgba(249, 251, 244, .7);
    font-weight: 500;
}

footer .text-link:hover {
    color: rgb(249, 251, 244);
}

footer .btn {
    margin-top: 2.5rem;
}

.logo-holder {
    width: 30%;
}

.link-lists {
    grid-column-gap: 3rem;
    flex-direction: row;
    order: 1;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}

.link-lists h3 {
    color: #97bb3a;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.9rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.link-lists ul {
    list-style: none;
    padding-left: 0;
}


.link-lists ul li a {

    color: rgba(249, 251, 244, .7);
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.copyright a {
    cursor: pointer;

    color: rgba(249, 251, 244, .7);

    text-decoration: none;
    margin-right: 10px;
}

.link-lists ul li a:hover, .copyright a:hover {
    color: #737273;
}

footer .copyright {
    color: rgba(249, 251, 244, .7);
    border-top: 1px solid rgba(249, 251, 244, .3);
    margin-top: 4em;
    padding-top: 1em;
    padding-bottom: 1em;


}

footer .copyright .col-holder {
    display: flex;
    align-items: center;

}

footer .social-icons {
    grid-column-gap: 1.9rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

footer .social-icons a {
    height: 31px;
}

footer .copyright .col-3:last-child {
    text-align: right;
}

/* ANZUG PAGE */

.anzuge-hero {
    padding-top: 12rem;
    padding-bottom: 4rem;
}

.anzuge-hero .row:last-child {
    margin-top: 2rem;
}

.anzuge-hero .col-holder {
    width: auto;
    gap: 2rem;
    justify-content: space-around;
    padding: 3rem;
    overflow: auto;
}

.anzuge-hero .col-holder .col-3 {
    max-width: 35%;
    width: 100%;
    background-color: #e3e8d4;
    border-radius: 20px;

    position: relative;
}

.anzuge-hero .col-holder .col-3 .col-content {
    padding: 3rem 12%;
}


.anzuge-hero .col-holder .col-3 h2 {
    width: 290px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

.anzuge-hero .col-holder .col-3 h3 {
    color: rgba(51, 51, 51, .8);
    font-size: 1.25rem;
    width: 290px;
    margin-bottom: 0.4rem;
    font-weight: 600;
    text-align: left;
}

.anzuge-hero .col-holder .col-3 img {
    max-width: 228px;
    width: 100%;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.anzuge-hero .col-holder .col-3 h4 {
    color: #454545;
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    text-align: left;

}

.anzuge-hero .col-holder .col-3 .muskel {
    margin-top: 80px;
}

.anzuge-hero .col-holder .col-3 .power-box {
    margin-top: 40px;
}

.anzuge-hero .col-holder .col-3 .checked, .anzuge-hero .col-holder .col-3 .crossed {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
    display: inline-block;
    color: #333;
    font-weight: 500;
    position: relative;
    padding-left: 43px;
    text-align: left !important;
}

.anzuge-hero .col-holder .col-3 .checked, #kontakt .checked {
    position: relative;
}

.anzuge-hero .col-holder .col-3 .checked:before, #kontakt .checked:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 1.4rem;
    left: 0;
    background: url(/wp-content/uploads/2023/07/asset-5.svg) center center no-repeat;
    background-size: contain;

}

#kontakt .checked:before {
    top: 6px;
}

.anzuge-hero .col-holder .col-3 .crossed {
    color: #737273;
    position: relative;

}

.anzuge-hero .col-holder .col-3 .crossed:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 1.4rem;
    left: 0;
    background: url(/wp-content/uploads/2023/07/asset-6.svg) center center no-repeat;
    background-size: contain;

}

.anzuge-hero .col-holder .col-3 .old-price {
    color: #737273;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: line-through;
    display: block;
    margin-top: 80px;
    padding-left: 0;

}

.anzuge-hero .col-holder .col-3 .new-price {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    padding-left: 0;
    color: #333;
}

.anzuge-hero .col-holder .col-3 .btn {
    color: #333;
    text-align: center;
    background-color: #97bb3a;
    border: 2px solid #97bb3a;
    border-radius: 60px;
    margin-top: 2.5rem;
    padding: 0.8rem 0;
    font-weight: 600;
    transition: all .2s;
    display: block;
    cursor: pointer;
}

.anzuge-tabs-section {
    padding-top: 9rem;
    padding-bottom: 6.25rem;
}

.anzuge-tabs-section .col-holder {
    color: #333;
    background-color: #e3e8d4;
    border-radius: 20px;
    padding: 4rem 8%;
    line-height: 35px;
}

.anzuge-tabs-section h2 {
    margin-bottom: 3.75rem;
    color: #333;
}


/* Style the tab */


.tab {
    background-color: rgba(249, 251, 244, .7);
    border-radius: 70px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;

}

/* Style the buttons that are used to open the tab content */
.tab button {
    text-align: center;
    background-color: rgba(249, 251, 244, .7);
    flex: 1;
    padding: 0.5rem 0;
    line-height: 1.7;
    color: #222;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    font-weight: 500;
    line-height: 1.7;
    font-size: 1.125rem;

}


/* Create an active/current tablink class */
.tab button.active {
    background-color: #adcc5c;
    border-radius: 70px;
}

/* Style the tab content */
.tabcontent {
    padding-top: 3.75rem;
    display: none;
    background: #e3e8d4;
}

.m-60 {
    margin-bottom: 60px;
}

.tabcontent .flex {
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.9rem;
    display: flex;
}

.tabcontent .flex .text-holder {
    max-width: 70%;
}

.tabcontent .flex .text-holder ul li {
    line-height: 35px;
}

.tabcontent .flex .text-holder h3 {
    margin-top: 0;
    margin-bottom: 0.65rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;

}

.tabcontent .flex .img-holder img {
    max-width: 256px;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Studios page*/


#studios .hero {
	background-size: cover;
	background-position-x: 92%;
	background-position-y: 12%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 79%, #1d1d1c 90%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/wp-content/uploads/2024/09/studio_background.webp);
}


.der-hub {
    background-color: #cad0b8;
    padding: 9rem 6rem;

}

.der-hub h2 {
    color: #333;
    margin-bottom: 1.9rem;
}

.der-hub .p {
    color: #333;
    font-weight: 500;
}


.der-hub .flex {
    grid-column-gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 6.25rem;
    display: flex;
}

.der-hub h3 {
    color: #67a516;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.4;
    display: inline;
}


.der-hub .col-2:first-child {
    width: 65%;
}

.der-hub .col-holder {
    gap: 2rem;
    justify-content: space-around;
    align-items: center;
}

.der-hub .flex .p {
    margin-right: 24px;
}

.der-hub img {
    float: right;
}

.studios-section-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.studios-section-3 .col-2 {
    max-width: 45%;
    background-color: #333;
    border-radius: 20px;
    padding: 4rem 5%;
}

.studios-section-3 .col-2 h3 {
    margin-bottom: 3.1rem;
    font-weight: 500;
    font-size: 2rem;
}

.studios-section-3 .col-2 p {
    margin-top: 3rem;

}

.studios-section-3 .col-holder {
    gap: 2rem;
    justify-content: center;
}

#studios .home-section-8 h2 {
    margin-bottom: 3.75rem;
}

.studios-before-footer {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    background-image: linear-gradient(rgba(69, 69, 69, .6), rgba(69, 69, 69, .6)), url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e5f9_img-studio-min.jpg);
    background-position: 0 0, 50%;
    background-size: auto, cover;

}

.studios-before-footer p {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/*FAQ PAGE*/

#faq section {
    padding: 12rem 2rem 6rem;
    position: relative;
}

#faq .active-link {
    color: #97bb3a !important;
}

.faq-menu {
    width: 30%;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
}

.faq-menu h1 {
    margin-bottom: 4rem;
}

.faq-menu .flex {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
    margin-top: 5rem;

}

.faq-menu .flex a {
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f9fbf4;
    text-decoration: none;
}

#faq .accordion {
    margin-top: 0;
}

.acc-holder {
    width: 100%;
}

#faq h3 {

    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 5rem;
}


.current {
    box-shadow: none;
    color: #97bb3a;
    border-radius: 999px;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    transition: color .3s, font-size .3s;
}

strong, b {
    font-weight: bold;
}

.accordion ul {
    padding-left: 2rem;
}

.kontakt-hero {
    padding-top: 12rem;
    padding-bottom: 4rem;
}

.kontakt-hero h1 {
    padding-bottom: 3.75rem;
}

.kontakt-hero .col-holder {
    justify-content: center;
}

.kontakt-hero .first {
    max-width: 410px;
}

.kontakt-hero h2 {
    margin-bottom: 40px;
}

.kontakt-hero .checked {
    padding-left: 43px;
    margin-bottom: 2rem;
}

.kontakt-hero .last {
    width: 60%;
}

.kontakt-section-2 {

    margin-top: 3.75rem;
}

.kontakt-iconbox {
    padding: 2rem 3%;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(69, 69, 69);
}

.kontakt-iconbox:hover {
    background-color: rgb(82, 82, 82);
}

.kontakt-section-2 .col-holder {
    grid-column-gap: 2rem;
    justify-content: center;
    margin-top: 3.75rem;
    margin-bottom: 0;
    align-items: center;
}

.kontakt-iconbox img {
    margin-bottom: 1.9rem;
}

.kontakt-iconbox .iconbox-title {
    color: #f9fbf4;
    margin-bottom: 2rem;
    margin: 0.4rem auto;
    font-size: 1.25rem;
    line-height: 1.7;
}

.kontakt-iconbox .iconbox-desc {
    color: rgba(249, 251, 244, .9);
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
}


.kontakt-section-2 a {
    cursor: pointer;
    text-decoration: none;
}


.kontakt-section-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.kontakt-section-3 .last .col-holder {
    grid-column-gap: 2rem;
    justify-content: center;

    align-items: center;
}


.kontakt-section-3 .last .col-3 {
    max-width: 32%;
    background-color: #333;
    border-radius: 20px;
    align-self: stretch;
    padding: 2rem 3%;
}

.kontakt-section-3 .flex {
    justify-content: space-between;
    margin-bottom: 60px;
}

.kontakt-section-3 .flex h3 {
    color: #97bb3a;
    display: inline;
}

.kontakt-section-3 .kontakt-name {
    color: #f9fbf4;
    margin-bottom: 2rem;
    font-size: 1.25rem;

}

.kontakt-section-3 a {
    display: block;
    position: relative;
    padding-left: calc(31px + 0.7rem);
    color: rgba(249, 251, 244, .7);
    text-decoration: none;
    margin-bottom: 2rem;
}

.kontakt-section-3 a:hover {
    color: #f9fbf4;
}

.kontakt-adress:before, .kontakt-phone:before, .kontakt-email:before, .kontakt-insta:before {
    position: absolute;
    content: '';
    left: 0;
    width: 31px;
    height: 31px;
}

.kontakt-adress:before {
    background: url(/wp-content/uploads/2023/07/pin.svg) center center no-repeat;
    background-size: contain;
    top: calc(50% - 15.5px);
}

.kontakt-phone:before {
    background: url(/wp-content/uploads/2023/07/phone-small.svg) center center no-repeat;
    background-size: contain;
}

.kontakt-email:before {
    background: url(/wp-content/uploads/2023/07/email-small.svg) center center no-repeat;
    background-size: contain;
}

.kontakt-insta:before {
    background: url(/wp-content/uploads/2023/07/instagram-icon.svg) center center no-repeat;
    background-size: contain;
}

.kontakt-email, .kontakt-insta {
    margin-bottom: 0 !important;
}

/*Single post*/

.title-holder, .blog-hero {
    margin-top: 7rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.title-holder .h1 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.4;
}

#post .post-content h2 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.4;
}

#post .post-content h3 {
    margin-top: 4rem;
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
}

#post .post-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

#post .title .h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 !important;
}

#post, #blog-archive {
    color: #333;
    background-color: #f9fbf4;
}

#post h1, #post h2, #post h3, #post h4, #blog-archive h1, #blog-archive h2, #blog-archive h3, #blog-archive h4 {
    color: #333;

}

.title-holder .col-holder, .blog-hero .col-holder {
    height: 27vh;
    display: flex;
    overflow: hidden;
}

.title-holder .first, .blog-hero .first {
    width: 25%;
    background-color: #87bc9f;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 20px 0 0 20px;
}

.title-holder .last, .blog-hero .last {
    width: 70%;
    background-color: #eaf2d5;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    border-radius: 0 20px 20px 0;
}

.title-holder .category, .post-card .category, .blog-hero .category {
    background-color: rgba(249, 251, 244, .4);
    border-bottom-right-radius: 20px;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.title-holder .category a, .post-card .category a, .blog-hero .category a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #333;
}

.title-holder .first img, .blog-hero .first img {
    max-height: 132px;
    max-width: 132px;
}

.content-holder {
    padding-top: 1rem;
    padding-bottom: 7rem;
    position: relative;
}

.post-content h2 {
    margin-top: 4rem;
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.post-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.post-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.post-content a {
    color: #333;
    font-weight: 600;
    cursor: pointer;

}

.post-content a:hover {
    color: #97bb3a;
}

.post-content {
    width: 70%
}

.sidebar {
    width: 25%;

    background-color: #fff;
    border-radius: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
    max-height: 100vh;
    overflow-y: auto;
}

.content-holder .col-holder {
    justify-content: space-between;
    display: flex;

}

.sidebar .title {
    background-color: #eaf2d5;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.sidebar .acf-content {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar .acf-content ul li {
    margin-bottom: 1rem;
    font-size: .8rem;
}

.more-articles {
    background-color: #eaf2d5;
    padding-top: 7rem;
    padding-bottom: 6rem;
}

.loop-holder {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
    display: flex;
}

.post-card {
    flex-direction: column;
    display: flex;
    width: 31%;
    color: #333;
    border: 1px solid rgba(109, 106, 106, .5);
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
}

.post-card .img-holder {
    height: 18.5rem;
    background-color: #f5c341;
    text-align: center;
    position: relative;
}

.post-card .card-content {
    background-color: #f9fbf4;
    padding: 1.25rem 1.5rem 1.5rem;
}

.post-card .card-content a, .blog-hero .last a {
    position: relative;
    padding-right: 0.5rem;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    line-height: 34px;
    color: #333;
}

.post-card .card-content a:before, .blog-hero .last a:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background: url(/wp-content/uploads/2023/07/6496bea4d7f20b4ad214e60f_arrow-icon-right-black-1.svg) center center no-repeat;
    background-size: contain;
    left: 100%;


}

.products-section {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}


.products-section .subtitle {
    color: #737273;
    margin-bottom: 3.75rem;
}

.products-section .col-holder:last-child {
    justify-content: space-between;
    display: flex;
}

.products-section .col-holder:last-child .col-3 {
    width: 30%;
}

.products-section a {
    border: 1px solid #e3e8d4;
    border-radius: 20px;
    text-decoration: none;
    background-color: #e3e8d4;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 5%;
    display: flex;
    cursor: pointer;
}

.products-section a:hover {
    border-color: #333;
}

.products-section a h3 {
    color: #333;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.products-section a p {
    color: rgba(51, 51, 51, .8);
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.products-section a img {
    margin-top: 3rem;
    display: inline-block;
    max-width: 228px;
}

.button-holder {
    padding-bottom: 5rem;
}

#blog-archive .tab {
    background-color: #333 !important;
    border-radius: 20px;
    justify-content: space-around;
    padding: 0.5rem 3rem;
    display: flex;
}

#blog-archive .tablinks {
    background-color: transparent;
    border-radius: unset;
    color: rgba(249, 251, 244, .6);
}


#blog-archive .active {
    color: #f9fbf4
}

#blog-archive .tabcontent {
    padding-top: unset;
    background: transparent;
}

#blog-archive .loop-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    margin-top: 3rem;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
    gap: 3rem;

}

#blog-archive .post-card {
    width: 100%;
}

.tabcontent .col-holder, .slider .col-holder {
    padding-left: 0;
    padding-right: 0;
}


.slider-blog .slick-prev, .slider-blog .slick-next {
    top: unset !important;
    width: 40px !important;
    height: 44px !important;
    bottom: -15px !important;
    z-index: 1;
}

.slider-blog .slick-prev {
    left: auto !important;
    right: calc(50% - 540px) !important;
}

.slider-blog .slick-next {
    right: calc(50% - 600px) !important;
}

.slick-prev:before {
    content: '' !important;
    background: url(/wp-content/uploads/2023/07/prev-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 28px;
    top: 0;
    left: 0;
    background-color: #f9fbf4;
    border-radius: 50%;
    padding: 0.5rem 0.25rem;
}

.slick-next:before {
    content: '' !important;
    background: url(/wp-content/uploads/2023/07/after-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 28px;
    top: 0;
    left: 0;
    background-color: #f9fbf4;
    border-radius: 50%;
    padding: 0.5rem 0.25rem;
}

.slider-blog .col-holder {
    padding: 0 !important;
}

.card-content h3 {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.more-link {
    display: none !important;
}

.card-content p {
    margin-bottom: 1.6rem;
}

#default-page .page-content {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
}

#default-page .page-content h1 {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.4;
}

#default-page h4 {
    margin-top: 0;
    margin-bottom: 0.65rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

#default-page p {
    color: rgba(249, 251, 244, .7);
    margin-bottom: 0.5rem;
}

#default-page a {
    color: #f9fbf4;
    font-weight: 500;
}

#default-page a:hover {
    color: #f9fbf4;
    font-weight: 600;
}

#default-page h3 {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}

#default-page h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
}

.ems-studios {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
}

.ems-studios p {
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}

.ems-studios a {
    display: block;
    color: #333;
    background-color: #cad0b8;
    border-radius: 20px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 6% 2rem;
    text-decoration: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    transition: ease 0.4s;
}

.ems-studios h3 {
    color: #333;
    order: -1;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    max-width: 890px;
}

.ems-studios .italic {
    color: #333;
    margin-top: 1rem;
    font-style: italic;
    font-weight: 400;
    max-width: 890px;
    width: 100%;
}

.ems-studios .flex {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.ems-studios a:hover img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.ems-studios a img {
    transition: 0.2s;
}

/* product pages */

.woocommerce-product-gallery {
    opacity: 1 !important;
}

.ef-product {
    background: #fff;
    margin-top: 90px;
    padding: 4rem 0;
}

.ef-product-info h1 {
    color: #000;
    margin-bottom: 32px;
}

.price {
    color: black !important;
}

del .woocommerce-Price-amount.amount {

    opacity: .5 !important;
}

.price ins {
    text-decoration: none !important;
}

.heidipay_inline_wrapper {
    color: black !important;
}

.heidipay-bnpl-inline {
  color: black;
}

.ef-product-info .price {
    color: #70ad47;
    font-weight: bold;
    font-size: 32px;
}

.ef-product-info .pr-desc {
    color: #111;
    margin-bottom: 40px;
}

.package-content {
    padding: 40px 25px 40px;
    background-color: #e3e8d4;
    border-radius: 8px;
    margin: 36px 0;
}

.ef-product-info form label {
    font-weight: bold;
    color: #111;
}

.ef-product-info .value select {
    width: 100%;
    padding: 12px;
    border-color: #c4c4c4;
}

.ef-product-info table {
    min-width: 400px;
}

.ef-product-info table tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.ef-product-info .reset_variations {
    display: none !important;
}

.single_add_to_cart_button {
    background: #97bb3a !important;
    border-radius: 100px !important;
    padding: 20px 32px !important;
    color: #333 !important;
    border: 2px solid #97bb3a !important;
    transition: 0.3s;
}

.single_add_to_cart_button:hover {
    background: transparent !important;
    color: #97bb3a !important;
}

.woocommerce-variation-add-to-cart {
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-product.ef-product form.cart .quantity {
	display: inline !important;
}


.zoomImg {
    position: absolute;
}

.woocommerce-product-gallery__wrapper {
    overflow: hidden;
    position: relative;
}

.woocommerce-product-gallery__image img {
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
}

.woocommerce-product-gallery__image img.active {
    transform: scale(1.2);
}

.woocommerce-product-gallery__image:first-child {
    overflow: hidden;
    margin-right: 80px;
}

.woocommerce-product-gallery__image {
    display: inline-block;
    margin-right: 20px;
}


.input-text.qty, #coupon_code {
    height: 40px !important;
    border-radius: 8px !important;
    border: 1px solid rgb(226, 232, 240) !important;
}

/* shop page */

.shop-holder {
    background: #fff;
    margin-top: 90px;
    padding: 2rem 0;
}

.woocommerce-page header {
    padding: 0;
    transition: 0.5s;
}

.woocommerce-page header.sticky {
    background: #1d1d1c;
}

.woocommerce-page #header.sticky .col-holder {
    background: none;
}

.cat-list p a {
    color: #333;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}

.stock.in-stock {
	display: none;
}

p.stock {
    color: #333;
}

.shop-holder .col-4 {
    width: 240px;
}

.shop-holder .col-4-3 {
    border-left: 1px solid #e6e6e6;
    width: calc(100% - 240px);
    padding: 0 80px;
}

.shop-holder h1 {
    color: #1e293b;
    margin-bottom: 40px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.product-item {
    width: calc(50% - 20px);
}

.product-item a {
    display: block;
    text-decoration: none;
}

.product-item a img {
    width: 100%;
    border-radius: 20px;
}

.product-item h3 {
    padding: 0;
    font-size: 1em;
    color: #1e293b;
    font-weight: 600;
}

.product-item .price {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.9em;
    font-size: .9em;
    color: #333;
    display: block;
}

.button {
    color: #333 !important;
    background-color: #97bb3a !important;
    border: 2px solid #97bb3a !important;
    border-radius: 100px !important;
    padding: 18px 40px !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.button:hover {
    color: #97bb3a !important;
    background-color: #fff !important;
}

.woocommerce-cart-form .actions .coupon {
    display: flex !important;
}

#pi-overall-estimate-cart > td {
	text-align: right !important;
}

.cart_totals h2 {
    display: none;
}

.cart-icon {
    font-size: 18px;
    line-height: 1;
    padding-left: 15px;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
}

.cart-icon:hover {
    color: #999;
}

.cart-count {
    border-color: #97bb3a;
    color: #97bb3a;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 1.8em;
    min-height: 1.3em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: 0 0 0.3em 0.3em;
    border-width: 1px;
    border-style: solid;
    padding: 0 0.4em;
}

.cart-count:after {
    border-color: #97bb3a;
    color: #97bb3a;
    bottom: 100%;
    margin-bottom: 0;
    height: 0.8em;
    width: 0.8em;
    left: 50%;
    transform: translateX(-50%);
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.woocommerce-cart .page-content, .woocommerce-checkout .page-content {
    padding-top: 2rem !important;
    background: #fff;
    margin-top: 90px;
}

.shop_table p, .shop_table a {
    color: #333 !important;
}

.woocommerce-cart .page-content, .woocommerce-checkout .page-content
.woocommerce-cart #default-page a, .woocommerce-checkout #default-page a {
    color: #333;
}

.woocommerce-cart .page-content h1 {
    color: #1e293b;
}

.woocommerce-cart-form .actions .button {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

.coupon input {
    width: 160px !important;
    padding: 8px !important;
    margin-right: 24px !important;
}

tr.woocommerce-shipping-totals.shipping > td > form,
tr.woocommerce-shipping-totals.shipping > td > p {
    display: none;
}

/* checkout */
.woocommerce-invalid-required-field .select2-selection.select2-selection--single {
    border-color: #d65d67 !important;
}

.woocommerce-invalid input.input-text {
    border-color: #d65d67 !important;
}


.order-holder {
    font-size: 15px;
    max-width: 600px;
    border: 2px solid #e2e8f0;
    padding: 1.5em;
    color: #333;
    flex: 1;
}

.order-holder table.shop_table {
    border: none !important;
}

.order-holder th {
    font-size: 15px !important;
}

.order-holder h3, .woocommerce-billing-fields h3 {
    font-size: 1.2rem !important;
    color: #111;
    margin-bottom: 30px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    padding: 0 !important;
    color: #333;
}

.order-holder .woocommerce-terms-and-conditions-checkbox-text {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.order-holder .form-row.place-order {
    margin-top: 24px !important;
}

.order-holder .shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0px !important;
}

.order-holder .product-quantity {
    font-weight: normal !important;
}

.woocommerce-checkout #payment ul, .woocommerce-checkout #payment > div {
    padding: 0 !important;
}

.woocommerce-checkout .page-content h1 {
    color: #111;
}

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    font-weight: 600 !important;
}

.woocommerce .col2-set {
    display: flex;
    flex-direction: column;
    width: calc(100% - 600px);
}

.woocommerce .col2-set .col-1 {
    width: 100% !important;
    padding-right: 80px;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
    line-height: 2;
    font-weight: 700;
    font-size: .9rem;
    color: #111;
}

.woocommerce-checkout textarea {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input, .woocommerce-shipping-calculator input, .woocommerce-additional-fields__field-wrapper input {
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px;
}

.woocommerce select span {
    color: #333 !important;
}

#billing_postcode_field,
#shipping_postcode_field {
    width: 25%;
    float: left;
    clear: none;
}

#billing_city_field,
#shipping_city_field {
    width: 70%;
    float: right;
    clear: none;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__options {
    color: rgb(59, 59, 59);
}

.select2-search.select2-search--dropdown {
    display: none;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-order h1,
.woocommerce-order h2,
.woocommerce-order h3,
.woocommerce-order p,
.woocommerce-order .wc-bacs-bank-details,
.woocommerce-order .woocommerce-notice,
.woocommerce-order {
	color: black !important;
}

.woocommerce-order .woocommerce-bacs-bank-details {
	border-radius: 8px;
	padding: 8px;
	background-color: lightgray;
}

.woocommerce-order .wc-bacs-bank-details-account-name {
	font-size: 1.1em !important;
}

.woocommerce-order .woocommerce-table--custom-fields {
	display: none;
}


/* tr td #heidipay-container {
    display: none;
}*/

.woocommerce-form__label-for-checkbox span {
    line-height: 1.2em;
    font-size: 1.2rem;
    color: #111;
}

.cky-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    padding-left: 58px;
    font-weight: 600;
    background: url(/wp-content/uploads/2023/08/6496bea4d7f20b4ad214e624_cookies-icon.svg) 0 0 no-repeat;
}

.cky-notice-des P:last-child,
.cky-notice-des P:last-child a {
    font-size: 1.125rem;
    color: #454545;
}

.cky-notice-des P:last-child a {
    font-weight: bold;
}


.cky-notice-btn-wrapper .cky-btn, .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
    border: 3px solid #454545;
    border-radius: 50px;
    flex: 1;
    padding: 0.75rem 2.65rem;
    font-weight: 600;
}


/* faq plus animation */

.faq-plus-wrap {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 33px;
    right: 36px;
}

.faq-plus, .faq-plus-l {
    background-color: #333;
    width: 30px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
    border-radius: 3px;
}

.faq-plus-l {
    width: 5px;
    height: 30px;
}

.faq-plus-wrap.open .faq-plus-l {
    transform: translate(-50%, -50%) rotate(90deg); /* Rotate vertical line */
}

.faq-plus-wrap.open .faq-plus {
    transform: translate(-50%, -50%) rotate(360deg); /* Keep the horizontal line as is */
}


.respo {
    display: none !important;
}

/* responsive */

.home-section-6 .row:last-child {
    display: none;
}

.home-section-11 .row:last-child {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .testimonials-slider .slick-prev {
        right: 120px !important;
    }

    .testimonials-slider .slick-next {
        right: 20px !important;
    }
}

@media only screen and (max-width: 1150px) {
    #menu li {
        padding: 15px 8px;
    }

    #customer_details, .order-holder {
        width: 100% !important;
    }
}

#menu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}


/* Hamburger icon styles */
.hamburger {
    cursor: pointer;
    display: inline-block;
}

.bar {
    width: 25px;
    height: 3px;
    margin: 3px 0;
    background: #fff;
}

/* Slide down menu */
#menu {

    transition: all 0.3s ease;
}

#menu.show {
    display: block;
}

.hamburger {
    display: none;
}


/* header menu style mobile */
@media only screen and (max-width: 992px) {
    .header-menu-holder nav {
        display: none;
    }

    header {
        padding-top: 0;
    }
	
	#home .hero {
		background-image: linear-gradient(rgba(0, 0, 0, 0) 79%, #1d1d1c 90%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(rgba(29, 29, 28, 0.40),  rgba(29, 29, 28, 0.40) ), url(/wp-content/uploads/2024/09/hero-bg.webp);
	}

    .kontakt-hero {
        padding-bottom: 0;
    }

    #branding a img {
        margin: 15px 0;
        max-width: 115px;
    }

    .kontakt-hero .checked {
        padding-left: 35px;
        margin-bottom: 1rem;
    }

    .kontakt-hero h2.h3 {
        font-size: 1.2rem;
        margin-top: 40px;
    }

    #Über-EMS {
        margin-top: 0 !important;
    }

    .home-section-3 .row:nth-child(2) .col-holder, .home-section-3 .row:last-child .col-holder {
        flex-direction: row !important;
    }
    
    .shop-holder .col-4 {
        order: 2;
        margin-top: 60px;
        padding-left: 32px;
    }


    .faq-plus-wrap {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 25px;
        right: 20px;
    }

    .faq-plus, .faq-plus-l {
        background-color: #333;
        width: 20px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
        border-radius: 3px;
    }

    .faq-plus-l {
        width: 3px;
        height: 20px;
    }


    header .col-holder {
        padding: 0 20px;
    }


    #header.sticky {
        top: 0;
    }

    .btn-heading {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
        border: 2px solid #97bb3a;
        font-size: 1rem;
    }

    /* Hamburger icon styles */
    .hamburger {
        cursor: pointer;
        display: inline-block;
        margin-left: 32px;
    }

    .bar {
        width: 32px;
        height: 4px;
        margin: 5px 0;
        background: #fff;
        border-radius: 10px;
    }

    .bar:last-child {
        width: 16px;
        margin-left: 16px;
    }

    /* Slide down menu */
    #menu-mobile {

        transition: all 0.3s ease;
    }

    #menu-mobile.show {
        display: block;
    }

    #menu-mobile {
        width: 100%;

        background-color: #333;
    }

    #menu-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 2rem 5% 3rem;
    }

    #menu-mobile ul li {
        padding: 10px;
    }

    #menu-mobile ul li a {
        color: #fff;
        text-decoration: none;
    }

    #menu-mobile ul li a:hover {
        color: #97bb3a;
    }

    #menu-mobile,
    #menu-mobile * {
        box-sizing: border-box;
        overflow: hidden;
    }
}


@media only screen and (max-width: 576px) {
    .cky-notice p.cky-title {
        padding-left: 58px !important;
        margin-left: 28px !important;
        padding-top: 0 !important;
        font-size: 18px !important;
    }

    .cky-notice p, .cky-notice a {
        font-size: 12px !important;
    }

}


@media only screen and (max-width: 992px) {
	
    .tab button {
        font-size: .95rem;
        font-weight: 600;
        flex: 1;
        line-height: 1.7;

    }

    .woocommerce-message {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }


    .woocommerce .btn-heading {

        background-color: #1d1d1c;
        border: 2px solid #97bb3a;
        color: #97bb3a;
    }

    .cart-count {
        font-size: 14px;
    }

    .woocommerce .btn-heading:hover {
        background-color: #97bb3a;

        color: #1d1d1c;
    }


    .desk {
        display: none !important;
    }

    .respo {
        display: block !important;
    }

    .anzuge-hero .col-holder .col-3 .btn {
        width: 100%;
        max-width: 100%;
        padding: 0.8rem 0 !important;
        font-size: 1rem;
    }

    .anzuge-hero .col-holder .col-3 .checked, .anzuge-hero .col-holder .col-3 .crossed {
        font-size: 1rem;
        line-height: 1.4;
    }

    .anzuge-hero .col-holder .col-3 .col-content {
        padding: 3rem 8%;
    }

    .anzuge-hero .col-holder .col-3 .checked:before {
        top: -1px;
    }

    .anzuge-hero .col-holder .col-3 .checked, .anzuge-hero .col-holder .col-3 .crossed {
        padding-left: 38px;
    }

    .woocommerce .col2-set .col-1 {

        padding-right: 0;
    }


    .woocommerce .col2-set {
        width: 100%;
    }

    form.woocommerce-checkout {
        flex-direction: column;
    }

    .woocommerce-product-gallery__image:first-child {
        margin-right: 0;
    }

    .home-section-6 .card-block .flex {
        align-items: center;
    }

    .card-text-holder {
        align-items: flex-start !important;
    }

    .der-hub .flex div {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .der-hub .col-2:last-child .col-content {
        display: flex;
        justify-content: center;
    }

    .der-hub .col-2:last-child .col-content img {
        max-width: 200px;
    }


    #header .col-holder {
        flex-direction: row !important;
        border-radius: 0 !important;
    }

    .col-holder {
        flex-direction: column !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .col-1, .col-2, .col-3, .col-4, .col-4-3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .shop-holder .col-4-3 {
        border-left: none;
        width: 100%;
        padding: 0;
    }

    .hero .col-2:first-child {
        order: 2;
        text-align: center;
    }

    .hero .col-2:last-child {
        order: 1;
    }

    .home-section-2 .flex .col-2:first-child {
        order: 2;
    }

    .home-section-2 .flex .col-2:last-child {
        order: 1;
    }

    .h1, #post h1, #default-page .page-content h1 {
        font-size: 2.7rem;
    }

    .h2, #post .post-content h2 {
        font-size: 2.3rem;
    }

    .h3, #default-page h3, #post .post-content h3, .home-section-4 .col-3 .col-content h3, .home-section-7 .h2, .home-section-8 h4 {
        font-size: 1.5rem;
    }

    #post .post-content h4 {
        font-size: 1.3rem;
    }

    .btn, .home-section-4 .btn {
        width: 100%;
        text-align: center;
        max-width: 300px;
        padding: 1.25rem 0 !important;
    }

    .sidebar {
        margin-top: 3rem;
    }

    #faq section {
        padding: 9rem 0 4rem 0;
    }

    .faq-menu {
        display: none;
    }

    #faq h3 {
        text-align: center;
    }

    .acc-holder {
        margin-top: 3rem;
    }

    .kontakt-section-2 .col-holder, .kontakt-section-3 .last .col-holder {
        gap: 40px;
    }

    .kontakt-section-3 .last {
        margin-top: 3rem;
    }

    .kontakt-hero .first {
        text-align: center;
    }

    .accordion {
        margin-top: 1rem;
    }

    .home-section-2 .flex {
        gap: 1rem;
    }

    .home-section-3 .col-1 p, .home-section-3 .col-1 .p {
        font-size: 1.125rem;
    }

    .home-section-2, .home-section-3, .home-section-6, .home-section-8, .home-section-11, .home-section-12, .anzuge-tabs-section, .studios-before-footer,
    .studios-section-3, .more-articles {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #default-page .page-content {
        padding: 9rem 0 5rem;
    }

    .home-section-7, .home-section-9 {
        padding: 5rem 0;
        text-align: center;
    }

    .home-section-3 .icon-box p, .home-section-3 .icon-box .p {
        font-size: .95rem;
    }

    .home-section-4 {
        padding: 6rem 1.125rem;
    }

    .home-section-4 .col-3 .col-content p, .home-section-4 .col-3 .col-content .p {
        max-width: 100%;
    }

    .home-section-4 .col-3 .col-content p, .home-section-4 .col-3 .col-content .p {
        font-size: 1rem;
    }

    .home-section-5 {
        padding-top: 6rem;
    }

    .subtitle {
        font-size: 1.2rem !important;
        margin-bottom: 0;
    }

    .home-section-5 h3, .home-section-5 p, .home-section-5 h3, .home-section-5 .p {
        text-align: center;
    }

    .home-section-5 .flex p, .home-section-5 .flex .p {
        margin-bottom: 2rem;
    }

    .home-section-6 .row:first-child .inline {
        display: none;
    }

    .home-section-6 .row:last-child {
        display: block;
    }

    .home-section-6 .col-2:last-child {
        flex-direction: column;
        align-items: unset;
    }

    .home-section-6 .link-suit-card {
        max-width: 100% !important;
        border-radius: 40px;
    }

    .home-section-6 .card-block, .home-section-6 .pro .card-block {
        background-color: #cad0b8;
        border-radius: 40px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin: 1rem 2rem;
        text-align: center;
    }

    .card-text-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .home-section-6 .pro .card-block {
        padding-top: 5.5rem;
    }

    .home-section-6 h2, .home-section-6 p, .home-section-6 h2, .home-section-6 .p {
        text-align: center;
    }

    .home-section-5 {
        padding-bottom: 0;
    }

    .home-section-6 .bestseller {
        left: 4%;
        width: 92%;
        font-size: 14px;
        top: 3rem;
        padding: 0;
    }

    .home-section-2 img {
        width: 100%;
        object-fit: cover;
    }

    .home-section-6 .row:last-child .inline {
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-section-8 .block-2 img, .home-section-8 .block-3 img {
        margin-top: 1rem;
    }

    .home-section-8 .block-2, .home-section-8 .block-3 {
        width: 100%;
        gap: 0;
    }

    .home-section-8 .inline {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .home-section-8 .col-2:last-child img {
        width: 100%;
        border-radius: 20px;
        margin-top: 1rem;
        margin-left: 0;
        display: block;
    }

    .home-section-8 .last-row .flex {
        margin-top: 5rem;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card h3 {
        height: 6rem;
        font-size: 1.125rem;
    }

    .testimonial-card {
        max-width: 300px;
        min-height: 650px;
    }

    .home-section-11 h2 {
        text-align: center;
        font-size: 1.7rem;
    }

    .home-section-11 .row:first-child .btn {
        display: none;
    }

    .home-section-11 .row:last-child {
        display: block;
        text-align: center;
        margin-top: 1.5rem;
    }

    .home-section-11 .flex {
        align-items: center;
        justify-content: center;
    }

    footer .logo-holder {
        order: 2;
        width: 100%;
        text-align: center;
        margin-top: 3rem;
    }

    .link-lists {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 2rem;
    }

    .link-lists h3 {
        margin-bottom: 1rem;
    }

    .copyright .col-3 {
        text-align: center !important;
    }

    .copyright .col-3:first-child {
        order: 3;
    }

    .copyright .col-3:nth-child(2) {
        order: 2;
        margin: 1.5rem;
    }

    .copyright .col-3:last-child {
        order: 1;
    }

    .home-section-10 .col-1 img {
        max-width: 240px;
    }

    .anzuge-hero {
        padding-top: 8rem;
    }

    .anzuge-hero .row:last-child .col-holder {
        flex-direction: row !important;
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 3rem 1.25rem;
    }

    .anzuge-hero .row:first-child .col-holder {
        padding: 0 2rem
    }

    .anzuge-hero .col-holder .col-3 h2 {
        font-size: 1.3rem;
    }

    .anzuge-hero .col-holder .col-3 h3 {
        font-size: 1.1rem;
    }

    .anzuge-hero .col-holder .col-3 p, .anzuge-hero .col-holder .col-3 .p {
        font-size: 1.125rem;
    }

    .tabcontent .flex {
        flex-direction: column;
    }

    .tabcontent .flex .text-holder {
        max-width: 100%;
    }

    .tabcontent .flex .img-holder {
        width: 100%;
        text-align: center;
    }

    .anzuge-tabs-section .col-holder {
        padding: 4rem 5%;
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc(100% - 4rem);
    }

    .der-hub {
        padding: 4rem 1.125rem;
        text-align: center;
    }

    .der-hub .flex {
        flex-direction: column;
    }

    .der-hub .flex p, .der-hub .flex .p {
        margin: 0;
    }

    .der-hub .flex {
        margin-top: 4rem;
    }

    .studios-section-3 .subtitle {
        margin-bottom: 1.5rem;
    }

    .title-holder .first, .blog-hero .first {
        border-radius: 20px 20px 0 0;
    }


    .title-holder .first img, .blog-hero .first img {
        max-height: 300px;
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .title-holder .col-holder, .blog-hero .col-holder {
        height: auto;
    }

    .blog-hero .last {
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-radius: 0 0 20px 20px;
    }

    #blog-archive .loop-holder {
        grid-template-columns: repeat(1, 1fr);
    }

    #blog-archive .tab {
        flex-wrap: wrap;
    }


    .products-section .col-holder:last-child {
        gap: 40px;
    }

    .title-holder .last {
        border-radius: 0 0 20px 20px;
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .loop-holder {
        flex-direction: column;
        gap: 40px;
    }

    .post-card {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    .home-section-3 .row:nth-child(2) .col-holder, .home-section-3 .row:last-child .col-holder {
        flex-direction: column !important;
    }

    .home-section-11 .img-slider img {
        width: 65vw !important;
    }

    .home-section-11 {
        padding-left: 0;
        padding-right: 0;
    }

}


@media only screen and (max-width: 680px) {

    .products-grid {
        flex-direction: column;
    }

    .product-item {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .h1, #post h1, #default-page .page-content h1 {
        text-align: center;
        font-size: 1.9rem;
    }

    .hamburger {
        margin-left: 24px;
    }

    .cart-icon {
        margin-left: 12px;
    }

    .home-section-3 {
        padding-top: 0;
    }

    .order-holder {
        padding: 2em 0.5em;
    }

    .anzuge-tabs-section .col-holder {
        padding: 4rem 5%;
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem);
    }

    .tab button {
        font-size: 0.8rem;
    }

    .ef-product-info table {
        min-width: unset;
    }

    .cart-icon {
        display: none;
    }

    #menu li {
        padding: 5px 8px;
    }

    #branding a img {
        margin: 5px;
        display: block;
        max-width: 95px;
    }

    .shop-holder, .ef-product, .woocommerce-cart .page-content, .woocommerce-checkout .page-content {
        margin-top: 62px;
    }

    .h2, #post .post-content h2 {
        font-size: 1.7rem;
    }
    
    .btn-heading {

        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }


    body, .home-section-7 p, .home-section-7 .p {
        font-size: .95rem;
    }

    .btn {
        width: 80%;
        text-align: center;
        max-width: 300px;
    }

    .home-section-6 .card-block, .home-section-6 .pro .card-block {
        margin: 1rem 0;
    }

    .accordion-header {
        padding-top: 1.125rem;
        padding-left: 6%;
        padding-right: 46px;
    }

    .woocommerce-checkout-review-order-table thead tr .product-total {
        display: none;
    }

}
