/*
Theme Name: Astra Child
Description: Astra Child Theme for KlimFoundation
Author: KlimFoundation
Template: astra
Version: 1.0.0
*/

:root {
	--klim-blue: #2539B0;
	--klim-blue-alt: #1b42ff;
	--klim-blue-soft: #d4e1ff;
	--klim-black: #000000;
	--klim-dark: #111111;
	--klim-gray: #f7f8fc;
	--klim-border: #e6e8f0;
	--klim-text: #212121;
}

body.woocommerce {
	background: #f6f8fc;
}

.woocommerce .site-main,
.woocommerce-page .site-main {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 1.5rem 4rem;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.ast-grid-common-col {
	padding: 0 !important;
}

.ast-article-post {
	margin-bottom: 0 !important;
}

/* --------------------------------------------------
   SHOP HERO
-------------------------------------------------- */

.shop-page-hero,
.shop-intro-block {
	padding: 4rem 0 2rem;
	text-align: center;
}

.shop-intro-block {
	padding: 70px 0 60px;
}

.shop-page-hero .shop-hero-copy,
.shop-intro-block__inner {
	max-width: 760px;
	margin: 0 auto;
}

.shop-page-hero .custom-logo-link img,
.shop-page-hero .shop-hero-logo,
.shop-intro-block__logo img {
	max-width: 320px;
	margin: 0 auto;
	display: block;
	height: auto;
}

.shop-intro-block__logo {
	margin-bottom: 28px;
}

.shop-page-hero .shop-hero-text,
.shop-intro-block__text p {
	margin: 2rem auto 0;
	color: #4d5572;
	font-size: 1.05rem;
	line-height: 1.3;
	max-width: 720px;
}

.shop-intro-block__text p {
	max-width: 470px;
	font-size: 18px;
	line-height: 1.6;
	color: #1f1f1f;
}

/* --------------------------------------------------
   DEFAULT PRODUCT GRID
-------------------------------------------------- */

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product {
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #ececf2;
	box-shadow: 0 14px 40px rgba(59, 64, 90, 0.06);
}

.woocommerce ul.products li.product .product-card-image,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
}

.woocommerce ul.products li.product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.woocommerce ul.products li.product .product-card-body {
	padding: 1.35rem 1.3rem 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.55rem;
	color: #111111;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #111111;
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce a.added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--klim-blue);
	color: #ffffff !important;
	border: none;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 3px;
	padding: 16px 28px;
	min-height: 0;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 0;
	transition: background 0.2s ease;
}
.woocommerce-checkout .ast-container, .woocommerce-checkout .ast-container main main,
.woocommerce-cart .ast-container, .woocommerce-cart .ast-container main main {
    padding: 0 !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {        line-height:1.5;margin-top: 1rem;}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
	background: var(--klim-blue-alt);
}

.woocommerce-cart-form {
    background: #ffffff;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.woocommerce .woocommerce-pagination {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

/* --------------------------------------------------
   SINGLE PRODUCT LAYOUT
-------------------------------------------------- */

.single-product-breadcrumb-row {
	margin: 2rem 0 2rem;
	/* padding-bottom: 1.5rem; */
	/* border-bottom: 1px solid #e8ecf8; */
}

.single-product-breadcrumb {
	/* text-transform: uppercase; */
	/* letter-spacing: 0.18em; */
	color: #000;
	font-size: 20px;
	line-height:1.4;
	margin: 0;
	font-weight: 400;
}

.single-product-breadcrumb a {color:#000}

.single-product-top {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 2.5rem;
	margin: 0 0 3rem;
	align-items: start;
}

.single-product-gallery {
	display: grid;
	gap: 1.5rem;
}

.single-product-gallery .woocommerce-product-gallery {
	width: 100%;
}

.single-product-summary {
	flex-direction: column;
	gap: 1.2rem;
	align-items: flex-start;
}

.woocommerce div.product .summary.entry-summary {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 0;
}

.woocommerce div.product .product_title {
	font-size: 24px;
	font-weight: 500 !important;
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0;
	color: #2539B0;
	order: 3 !important;
	margin-top: 0.5rem;
}

.woocommerce div.product p.price {
	font-size: 24px;
	font-weight: 400 !important;
	margin: 2.75rem 0 1rem !important;
	color: #2539B0 !important;
	order: 1 !important;
	display: block !important;
}

.woocommerce div.product .woocommerce-product-rating {
	order: 2;
	margin-bottom: 0;
	display: none;
}

.woocommerce div.product .variations {
	order: 5 !important;
	margin: 1.5rem 0;
}

.woocommerce div.product .woocommerce-variation-add-to-cart {
	order: 6 !important;
	display: flex;
	width: 100%;
	    gap: 20px;
	justify-content: space-between;
}

.woocommerce div.product .product_meta {
	order: 4 !important;
	display: none !important;
}

.woocommerce .stock {
	display: none !important;
}

.single-product-note {
	color: #7a7a7a;
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 0 0 0.5rem 0;
	font-weight: 500;
	order: 1 !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	display: block !important;
	margin-bottom: 1.5rem;
	color: #555d7a;
	line-height: 1.8;
	font-size: 0.95rem;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 0;
	border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4e6ef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 1.2rem 1.5rem;
	background: transparent;
	border-radius: 0;
	border-bottom: 3px solid transparent;
	display: block;
	font-size: 0.85rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #2539B0;
	border-bottom-color: #2539B0;
}

.woocommerce div.product .woocommerce-Tabs-panel {
	padding: 1.5rem 0 0;
}

.single-product-note {margin:28px 0 0;text-align: center;}

/* Tabs placement */
.single-product-summary .woocommerce-tabs {
	display: none !important;
}

.product-extra .woocommerce-tabs {
	display: block !important;
	margin-top: 3rem;
	border-top: 2px solid #e4e6ef;
}

.product-extra .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #e4e6ef;
}

.product-extra {
	margin-top: 2rem;
}

/* Product gallery */
.woocommerce .woocommerce-product-gallery {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	grid-template-rows: repeat(2, minmax(0, auto));
	gap: 1rem;
	border-radius: 0;
	overflow: visible;
}

.woocommerce .woocommerce-product-gallery__wrapper {
	display: contents;
}

.woocommerce .woocommerce-product-gallery__image:first-child {
	grid-column: 1 / 2;
	grid-row: 1 / span 2;
	border-radius: 0;
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) {
	min-height: 220px;
	border-radius: 0;
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery img {
	border-radius: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.woocommerce .woocommerce-product-gallery,
.woocommerce .woocommerce-product-gallery img {
	border-radius: 0;
}

/* Quantity and add to cart */
.woocommerce-js div.product .single_variation_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.woocommerce-js div.product .single_variation_wrap > input[type="hidden"] {
	display: none !important;
}

.woocommerce-js div.product .single_variation_wrap > div.quantity,
.woocommerce-js div.product .single_variation_wrap > .single_add_to_cart_button,
.woocommerce-js div.product .single_variation_wrap > .single_add_to_cart_button.alt {
	flex: 1 1 0 !important;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-js div.product .single_variation_wrap > div.quantity {
	margin-right: 1rem !important;
}

.woocommerce-js div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product .quantity {
	margin-bottom: 1rem;
}

.woocommerce div.product .quantity input[type="number"] {
	border: 1px solid #d8dae1;
	border-radius: 0.6rem;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

.woocommerce div.product .quantity input[type="number"] {
	border-radius: 3px !important;
}

.woocommerce button.button,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 60% !important;
	background: #000000;
	color: #ffffff;
	border-radius: 3px;
	padding: 1.1rem 1rem;
	text-transform: none;
	font-weight: 500;
}

.woocommerce-js div.product form.cart .single_add_to_cart_button,
.woocommerce-js div.product form.cart .single_add_to_cart_button.alt {
	letter-spacing: 0.02em;
	border: none;
	font-size: 0.9rem;
	margin: 0 !important;
	cursor: pointer;
}

.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce div.product .single_add_to_cart_button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-page table.cart td.actions .button:hover {
	background: #333333;
	color: #fff;
}

.woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
  width:40% !important;
}

.woocommerce-variation-availability {
	display: none;
}

/* Variation radios */
.variation-select-hidden {
	display: none;
}

.single-product-summary .variation-radios {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 18px;
	margin: 0 0 28px;
}

.single-product-summary .variation-radio {
	position: relative;
	display: block;
	cursor: pointer;
}

.single-product-summary .variation-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.single-product-summary .variation-radio span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 16px 14px;
	border: 1px solid #b9b9b9;
	background: transparent;
	color: #111;
	font-size: 14px;
	line-height: 1;
	text-align: center;
  font-weight:400;
}

.single-product-summary .variation-radio input[type="radio"]:checked + span {
	background: #2d43c2;
	border-color: #2d43c2;
	color: #fff;
}

.single-product-summary .variation-radio.is-disabled {
	cursor: not-allowed;
}

.single-product-summary .variation-radio.is-disabled span {
	color: #a7a7a7;
	border-color: #b9b9b9;
	background: transparent;
}

.single-product-summary .variation-radio.is-disabled span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -6%;
	width: 112%;
	height: 1px;
	background: #b9b9b9;
	transform: rotate(-25deg);
	transform-origin: center;
}
.woocommerce-js div.product form.cart .variations th {border-top:1px solid #000; padding-top:12px;}
.woocommerce-js div.product form.cart .variations tr {position: relative;}
a.reset_variations {
    position: absolute !important;
    top: 26px !important;
    right: 0 !important;
}

.woocommerce-js div.product form.cart .variations label {
    font-weight: 700;
    font-size: 18px;
    font-weight: 400;
}

.single-product-summary .variation-radio.is-disabled input[type="radio"]:checked + span {
	background: transparent;
	border-color: #b9b9b9;
	color: #a7a7a7;
}

/* Accordion */
.single-product-accordion {
	width: 100%;
}

.product-accordion {
	margin-top: 2rem;
}

.accordion-item {
	border-top: 1px solid #000;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.accordion-header {
	width: 100%;
	background: transparent !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 1.25rem 0;
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease;
	position: relative;
}

.accordion-header::after {
	content: '';
	width: 18px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform 0.2s ease;
	background: url('images/dropdown.svg') no-repeat center;
}

.accordion-item.active .accordion-header::after {
	transform: rotate(180deg);
}

.accordion-header:hover,
.accordion-item.active .accordion-header {
	background: #f8f9ff;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: transparent;
	color: #000;
}

.accordion-item.active .accordion-content {
	display: block;
	max-height: 1000px;
}

.accordion-content > * {
	padding: 0;
}

div#review_form {
	padding: 0 !important;
}

.woocommerce-js .comment-reply-title,
.woocommerce-js #reviews .comment-form-comment label,
.woocommerce-js #reviews .comment-form-rating label {
	font-size: 18px;
	line-height: 1;
}

/* --------------------------------------------------
   CTA BLOCK
-------------------------------------------------- */

.shop-bottom-cta {
	display: grid;
	grid-template-columns: 1.4fr 0.9fr;
	gap: 2rem;
	align-items: stretch;
	margin-top: 4rem;
}

.shop-bottom-cta .shop-cta-image {
	min-height: 360px;
	background: linear-gradient(180deg, #e7efff 0%, #ffffff 100%);
	border-radius: 1.25rem;
}

.shop-bottom-cta .shop-cta-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.25rem;
	background: var(--klim-blue-soft);
	border-radius: 1.25rem;
}

.shop-bottom-cta .shop-cta-copy .shop-cta-brand {
	display: inline-block;
	font-size: 0.85rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--klim-blue);
	font-weight: 700;
	margin-bottom: 1.35rem;
}

.shop-bottom-cta .shop-cta-copy p {
	color: #313549;
	line-height: 1.3;
	margin-bottom: 1.85rem;
}

.shop-bottom-cta .shop-cta-copy .button {
	max-width: 220px;
	background: var(--klim-blue);
	color: #ffffff;
}

.shop-bottom-cta .shop-cta-copy .button:hover,
.shop-bottom-cta .shop-cta-copy .button:focus {
	background: var(--klim-blue-alt);
}

/* --------------------------------------------------
   GLOBAL ARCHIVE WRAPPERS
-------------------------------------------------- */

.post-type-archive-product .site-main,
.tax-product_cat .site-main {
	max-width: 1320px;
	margin: 0 auto;
}

.post-type-archive-product .site-main {
	padding: 0 32px 100px;
}

.tax-product_cat .site-main {
	padding: 60px 32px 100px;
}

/* --------------------------------------------------
   FEATURED SECTION, SHOP PAGE ONLY
-------------------------------------------------- */

.shop-section-heading {
	margin: 0 0 28px;
}

.shop-section-heading h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	color: #111;
}

.shop-featured-section {
	margin: 0 0 80px;
}

.shop-featured-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.shop-featured-card {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.shop-featured-card__image-link {
	display: block;
	height: 100%;
	position: relative;
}

.shop-featured-card__image-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(17, 17, 17, 0.4) 0%, transparent 100%);
	z-index: 1;
}

.shop-featured-card__image-link img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 0.84 / 1;
    object-fit: cover;
}

.shop-featured-card__content {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2;
}

.shop-featured-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}

.shop-featured-card__title a {
	color: #fff;
	text-decoration: none;
}

.shop-featured-card__price {
	color: #fff;
	font-size: 18px;
}

.shop-featured-card__price .amount {
	color: inherit;
}

/* --------------------------------------------------
   COLLECTION SLIDER SECTIONS, SHOP + SINGLE
-------------------------------------------------- */

.shop-collection-section,
.single-product-recommendations {
	margin: 0 0 80px;
}

.single-product-recommendations {
	padding: 0 32px;
}

.shop-collection-section__header,
.single-product-recommendations__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.shop-collection-section__header-left {
	display: flex;
	align-items: center;
	text-wrap: nowrap;
}

.shop-collection-section__header-left h2,
.single-product-recommendations .shop-collection-section__header-left h2 {
	margin: 0;
	color: #000;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
}

.shop-collection-section__header-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.shop-collection-section__header-right a {
	font-size: 24px;
	line-height: 1;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.shop-collection-section__description {
	max-width: 520px;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

/* Hide default Splide arrows */
.shop-collection-slider .splide__arrows,
.shop-collection-slider .splide__arrow {
	display: none !important;
}

.shop-slider-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.shop-slider-arrow {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	opacity: 1;
	background: #EEEDED url('images/blue-arrow.svg') no-repeat center;
	background-size: 50%;
}

.shop-slider-arrow--prev {
	background: #EEEDED url('images/blue-arrow-prev.svg') no-repeat center;
	background-size: 50%;
}

.shop-slider-arrow--next {
	background: #EEEDED url('images/blue-arrow.svg') no-repeat center;
	background-size: 50%;
}

.shop-slider-arrow:hover,
.shop-slider-arrow:focus {
	outline: none;
	background-color: #EEEDED;
	opacity: 1;
}

.shop-slider-arrow.is-disabled,
.shop-slider-arrow:disabled {
	opacity: 0.45;
	cursor: default;
}

.shop-collection-slider .splide__track,
.single-product-recommendations__slider .splide__track {
	overflow: visible;
}

.shop-collection-slider .splide__slide,
.single-product-recommendations__slider .splide__slide {
	height: auto;
}

/* -----------------------------------
   RECOMMENDATIONS SECTION
----------------------------------- */

.single-product-recommendations {
	margin: 80px 0;
	padding: 0;
}

/* Header alignment */
.single-product-recommendations__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.single-product-recommendations__header h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}

/* Slider container */
.single-product-recommendations__slider {
	/* max-width: 1200px; */
	margin: 0 auto;
}

.single-product-recommendations__slider .splide__list {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

/* Product card */
.single-product-recommendations .shop-product-card {
	width: 100%;
}

/* Image */
.single-product-recommendations .shop-product-card__image-link {
	aspect-ratio: 0.84 / 1;
	display: block;
	background: #ececec;
}

.single-product-recommendations .shop-product-card__image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Content under image */
.single-product-recommendations .shop-product-card__content {
	margin-top: 16px;
	padding: 0;
}

/* Title */
.single-product-recommendations .shop-product-card__title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
}

.single-product-recommendations .shop-product-card__title a {
	color: #000;
	text-decoration: none;
}

/* Price */
.single-product-recommendations .shop-product-card__price,
.single-product-recommendations .shop-product-card__price .amount {
	color: #000;
	font-size: 16px;
}

/* Remove any Woo bullets globally just in case */
.single-product-recommendations ul,
.single-product-recommendations li {
	list-style: none !important;
}

/* Hover CTA stays consistent */
.single-product-recommendations .shop-product-card__overlay {
	display: flex;
}

/* --------------------------------------------------
   SHARED PRODUCT CARD, BASE
-------------------------------------------------- */

.woocommerce ul.products li.product.shop-product-card {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.shop-product-card__media {
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
	background: #ececec;
}

.shop-product-card__image-link {
	display: block;
	aspect-ratio: 0.78 / 1;
	position: relative;
	z-index: 1;
}

.shop-product-card__image-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-product-card__content {
	padding: 0;
	margin-top: 18px;
}

.shop-product-card__title {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
}

.shop-product-card__title a {
	color: #111;
	text-decoration: none;
}

.shop-product-card__price,
.shop-product-card__price .price,
.shop-product-card__price .amount {
	color: #111;
	font-size: 17px;
	line-height: 1.3;
}

.shop-product-card__link {
	display: none;
}

/* --------------------------------------------------
   HOVER ADD TO CART, ALL ARCHIVE CARDS
-------------------------------------------------- */

.shop-product-card__overlay {
	display: none;
}

.shop-product-card__actions {
	position: relative;
	z-index: 4;
	width: 100%;
	display: flex;
	justify-content: center;
	pointer-events: auto;
}

.shop-product-card__actions .button,
.shop-product-card__actions .add_to_cart_button,
.shop-product-card__actions .product_type_variable,
.shop-product-card__actions .product_type_simple,
.shop-product-card__actions .added_to_cart {
	position: relative;
	z-index: 5;
	pointer-events: auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	background: #2d43c2;
	color: #fff !important;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.shop-product-card__actions .add_to_cart_button {
	z-index: 5;
}

.shop-product-card__actions .added_to_cart {
	position: absolute;
	inset: 0;
	z-index: 6;
	background: #2d43c2;
	display: inline-flex !important;
}

.shop-product-card__actions .button:hover,
.shop-product-card__actions .button:focus,
.shop-product-card__actions .added_to_cart:hover,
.shop-product-card__actions .added_to_cart:focus {
	background: #2d43c2;
	color: #fff;
	text-decoration: none;
}

.shop-product-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.shop-product-card:hover .shop-product-card__media::after {
	opacity: 1;
}

/* --------------------------------------------------
   SHOP PAGE CARD GRID IN SLIDERS
-------------------------------------------------- */

.post-type-archive-product .shop-product-card__overlay {
	display: flex;
}

.post-type-archive-product .woocommerce ul.products li.product .button,
.post-type-archive-product .woocommerce ul.products li.product .added_to_cart,
.post-type-archive-product .woocommerce span.onsale {
	display: none !important;
}

/* --------------------------------------------------
   CATEGORY ARCHIVE
-------------------------------------------------- */

.shop-category-archive__header {
	margin-bottom: 40px;
}

.shop-category-archive__header h1 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: #000;
}

.shop-category-archive__description {
	max-width: 560px;
	font-size: 18px;
	line-height: 1.6;
	color: #1f1f1f;
}

.tax-product_cat .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-product_cat .woocommerce ul.products li.product {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	grid-column: span 1 !important;
}

.tax-product_cat .shop-product-card__content {
	display: block;
	padding: 0;
}

.tax-product_cat .shop-product-card__title {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
}

.tax-product_cat .shop-product-card__title a {
	color: #000;
	text-decoration: none;
}

.tax-product_cat .shop-product-card__price,
.tax-product_cat .shop-product-card__price .price,
.tax-product_cat .shop-product-card__price .amount,
.tax-product_cat .price {
	display: block;
	margin: 0 0 12px;
	font-size: 17px;
	color: #000;
}

.tax-product_cat .shop-product-card__link {
	display: none;
}

.tax-product_cat .woocommerce ul.products li.product .button,
.tax-product_cat .woocommerce ul.products li.product .added_to_cart,
.tax-product_cat .woocommerce span.onsale {
	display: none !important;
}

/* --------------------------------------------------
   CART + CHECKOUT
-------------------------------------------------- */

.woocommerce .shop_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.woocommerce-cart-form {
	background: #ffffff;
	border: 1px solid #e8ebf2;
	border-radius: 1.25rem;
	padding: 1.5rem;
	box-shadow: 0 18px 50px rgba(20, 28, 70, 0.06);
}

.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {background:transparent;}

.woocommerce-cart-form .shop_table thead th {
	border-bottom: 1px solid #eaedf4;
	color: var(--klim-blue);
	font-weight: 400;
	text-align: left;
	padding-bottom: 1rem;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
  background: transparent;
  border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-weight: 400;
  font-size:32px;
      background: transparent;
    border: 0;
}

.woocommerce-cart-form .shop_table td,
.woocommerce-cart-form .shop_table th {
	padding: 1rem 0.75rem;
  color:var(--klim-black);
	vertical-align: middle;
}

th.product-thumbnail, td.product-thumbnail,th.product-remove,td.product-remove {
    width: 59px !important;
}
.woocommerce-cart-form .shop_table td a,
.woocommerce-cart-form .shop_table th a {font-weight: 400;}

.woocommerce-cart-form .product-thumbnail img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 1rem;
}

.woocommerce .product-name a {
	color: #111111;
	font-weight: 700;
}

.woocommerce .product-name {
	min-width: 240px;
}

.woocommerce-cart-form .coupon {
	display: grid;
	grid-template-columns: minmax(200px, 1fr) auto;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.woocommerce-cart-form .coupon .input-text {
	width: 100%;
	border: 1px solid #d8dae1;
	border-radius: 0.85rem;
	padding: 0.95rem 1rem;
}

.woocommerce-cart-form .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-cart-form .button,
.woocommerce .button {
	border-radius: 0.95rem;
	padding: 1rem 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.woocommerce-cart-form .button {
	background: #000000;
	color: #ffffff;
	border: none;
}

.woocommerce-cart-form .button:hover,
.woocommerce-cart-form .button:focus {
	background: #333333;
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
	background: #ffffff;
	border: 1px solid #e9edf6;
	border-radius: 1rem;
	padding: 1.5rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	background: #ffffff;
	border: 1px solid #e9edf6;
	border-radius: 1rem;
	padding: 1.5rem;
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */

@media (max-width: 1060px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product-top,
	.shop-bottom-cta,
	.woocommerce-checkout .col2-set {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	.tax-product_cat .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.post-type-archive-product .site-main,
	.tax-product_cat .site-main {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
	}

	.post-type-archive-product .site-main {
		padding-top: 0;
	}

	.tax-product_cat .site-main {
		padding-top: 40px;
	}

	.shop-intro-block {
		padding: 40px 0 36px;
	}

	.shop-intro-block__text p {
		font-size: 16px;
	}

	.shop-featured-grid {
		grid-template-columns: 1fr;
		width: 100%;
		margin-left: 0;
		gap: 20px;
	}

	.shop-featured-card__content {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.shop-collection-section__header,
	.single-product-recommendations__header {
		margin-bottom: 20px;
	}

	.shop-collection-section__header-left h2 {
		font-size: 36px;
	}

	.shop-collection-section__header-right {
		gap: 14px;
		justify-content: flex-end;
		width: 100%;
	}

	.shop-collection-section__header-right a {
		font-size: 16px;
	}

	.shop-slider-arrows {
		display: none !important;
	}

	.shop-slider-arrow {
		width: 40px;
		height: 40px;
	}

	.shop-category-archive__header {
		margin-bottom: 28px;
	}

	.shop-category-archive__header h1 {
		font-size: 40px;
	}

	.shop-category-archive__description {
		font-size: 16px;
	}

	.tax-product_cat .woocommerce ul.products,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.shop-product-card__overlay {
		opacity: 1;
		visibility: visible;
		transform: none;
		padding: 16px;
		pointer-events: auto;
    display: none;
	}

	.shop-product-card__actions .button,
	.shop-product-card__actions .added_to_cart {
		width: 100%;
		min-width: 0;
	}

	    .single-product-recommendations {
        margin: 56px 0;
        padding: 0;
        overflow: hidden;
    }
	.shop-collection-section {
		overflow: hidden;
	}

}

@media (max-width: 680px) {
	.woocommerce .woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
	}
}

.klim-product-image-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.klim-product-image-item {
	overflow: hidden;
	background: #ffffff;
}

.klim-product-image-item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.klim-product-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.klim-product-image-item:hover img {
	transform: scale(1.05);
}

@media (max-width: 767px) {
	.klim-product-image-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.klim-product-image-item:first-child {
		grid-column: span 2;
		grid-row: auto;
	}
}

.shop-bottom-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: 4rem;
	background: transparent;
	border-radius: 0;
	overflow: hidden;
}

.shop-bottom-cta .shop-cta-image {
	min-height: 540px;
	background: #ddd;
}

.shop-bottom-cta .shop-cta-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-bottom-cta .shop-cta-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4rem 3rem;
	background: #C1F3FF;
	text-align: center;
	border-radius: 0;
}

.shop-cta-logo {
	margin-bottom: 4rem;
}

.shop-cta-logo img {
	max-width: 280px;
	height: auto;
	display: block;
	margin: 0 auto;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow: none !important;
}

.shop-cta-heading {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--klim-blue);
	font-weight: 700;
}

.shop-cta-text {
	max-width: 480px;
	margin: 0 auto 2rem;
	
}

.shop-cta-text p {
  color: var(--klim-blue) !important;
	font-size: 20px;
	/* line-height: 1; */
	margin: 0 0 1rem;
}

.shop-cta-text p:last-child {
	margin-bottom: 0;
}

.shop-bottom-cta .shop-cta-copy .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 48px;
	padding: 14px 28px;
	background: var(--klim-blue);
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.shop-bottom-cta .shop-cta-copy .button:hover,
.shop-bottom-cta .shop-cta-copy .button:focus {
	background: var(--klim-blue);
	color: #fff;
}

@media (max-width: 1024px) {
	.shop-bottom-cta {
		grid-template-columns: 1fr;
	}

	.shop-bottom-cta .shop-cta-image {
		min-height: 420px;
	}

	.shop-bottom-cta .shop-cta-copy {
		padding: 4.5rem 2rem;
	}
}

@media (max-width: 767px) {
	.shop-bottom-cta .shop-cta-image {
		min-height: 320px;
	}

	.shop-cta-logo img {
		max-width: 220px;
	}

	.shop-cta-text {
		font-size: 16px;
	}
}

.woocommerce .site-content .ast-container {
    display: block !important;
    max-width: none;
    padding:0;
}

.ast-woocommerce-container {max-width:1240px;}

@media (max-width: 544px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.woocommerce-page table thead, .woocommerce-page table tr {
    display: table;
    width: 100%;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {width:50%;}

.woocommerce-page header.entry-header {
    display: none;
}

.woocommerce-page .shop-hero-copy {padding:2rem 0 0 !important;}
.woocommerce-page .shop-hero-copy h1 {
    font-weight: 400;
    font-size: 38px;
}

.coupon button.button {
    padding: 10px 15px !important;
    max-width: 250px;
}

input#coupon_code {
    border-radius: 3px !important;
}

td.actions {display: flex;}
td.actions .coupon {width:50%;}
td.actions .woocommerce button.button {width:50%;background:var(--klim-blue) !important;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {background:var(--klim-blue);}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    background: transparent;
    border: 0;
    text-align: center !important;
    width: 100%;
    max-width:600px;
    margin: 2rem auto 0;
  float: none;
  }
  a.checkout-button.button.alt.wc-forward {
    margin: 2rem auto 0 !important;
}


.woocommerce-cart .cart-collaterals .cart_totals *, .woocommerce-cart .cart-collaterals .cross-sells * {
  text-align: center !important;
    width: 100%;
    margin: 0 auto;
}

.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin-bottom: 0 !important;
	height: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields {margin-bottom:1rem;}
h3#order_review_heading {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 0 2em;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 544px) {
    .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
        width:100% !important;
		        align-items: stretch;
    }
	    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .button {
        flex: 1;
        font-size: 13px;
    }
	.woocommerce-page #content table.cart td.actions > .button, .woocommerce-page table.cart td.actions > .button {
		width: 100% !important;
		margin-top: 1rem;
	}
	
	a.checkout-button.button.alt.wc-forward {
		width: 100% !important;
	}
	.woocommerce-cart table.shop_table .woocommerce-Price-amount {
    font-weight: 400;
    text-align: right !important;
    margin-left: auto;
    display: block;
}
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields {margin-bottom:1rem;}
	.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 1rem;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 0;
    border-style: none;
    margin: 0;
    padding: 1rem 0;
    border-color: 0;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 0;
    border-width: 0;
    border-style: none;
    border-color: 0;
}
.woocommerce button.button, .woocommerce button.button.alt.disabled.wc-variation-selection-needed, .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {width:100% !important;background:var(--klim-blue);        margin-top: 1rem;}
}