.yoast-breadcrumbs {
	max-width: var(--wp--style--global--content-size);
	margin: 2em auto;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
.yoast-breadcrumbs span span{
	font-weight: 900;
	text-transform: uppercase;
	color:##4F4F4F;
}
.yoast-breadcrumbs a{
	font-weight: 900;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color:#1E9B3B;
}
.wc-block-breadcrumbs {
	max-width: var(--wp--style--global--content-size);
	margin: 2em auto;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	color: #4F4F4F;
}

.woocommerce-breadcrumb a {
	font-weight: 900;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #1E9B3B;
}


.wc-block-breadcrumbs.woocommerce {
    margin-top: 2em;
}

h1.alignwide.wp-block-query-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 66px;
}
.single-post{
    figure.wp-block-image.aligncenter.size-large {
            max-width: var(--wp--style--global--content-size);
            width: var(--wp--style--global--content-size);
    }
    
    figure.wp-block-image.aligncenter.size-large img {
        width: 100%;
    }
    
    .taxonomy-category.wp-block-post-terms {
        gap: 16px!important;
    }
    
    :root :where(.wp-block-post-terms a:where(:not(.wp-element-button))) {
        background: none;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 400;
        color: #1E9B3B;
        padding: 8px;
    }
    
    h2.wp-block-post-title {
        font-weight: 400;
        font-size: 56px;
        line-height: 70px;
        font-family:var(--wp--preset--font-family--body);
    }
    
    .wp-block-post-date {
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
    }
    
    h3.wp-block-heading {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        font-family:var(--wp--preset--font-family--body);
    }
    
    .wp-block-woocommerce-single-product.woocommerce {
        border-radius: 8px;
        overflow: hidden;
        background: black;
    }
    
    span.wp-block-post-terms__prefix {
        display: none;
    }
    
    .taxonomy-product_cat.wp-block-post-terms a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        text-decoration: none;
        color: #88E89E;
        padding: 0;
        background: none;
    }
    
    p.stock.in-stock {
        display: none;
    }
    
    h3.wp-block-post-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        font-family:var(--wp--preset--font-family--body);
        text-transform: uppercase;
        a{color:white;}
    }
    
    bdi {}
    
    span.woocommerce-Price-amount.amount {
        color: white;
        text-align: right;
    }
    
    .wc-block-components-product-price.wc-block-grid__product-price.has-text-align-.has-text-align- {
        text-align: right;
    }
    
    .woocommerce div.product form.cart div.quantity {
        display: none;
    }
    
    .woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
        width: 100%;
        background: #88E89E;
        color: black;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1;
        padding: 11px 0!important;
    }
    
    .wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
        display: block;
    }
    
    
    .wp-block-woocommerce-single-product.woocommerce {
        .wp-block-columns {
            margin: 0;
        }
        .product-info{
            padding: 24px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            flex-wrap: nowrap;
            justify-content: center;
            gap: 16px;
        }
    }
    
    .woocommerce div.product form.cart {
        margin: 0;
    }
    
    .woocommerce div.product {
        margin: 0;
    }
    
    .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
        margin-block-start: 0px;
    }
    
    .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
        margin-block-start: 0;
    }
    
    figure.wp-block-image.aligncenter.size-large {
        margin-top: 70px;
    }
	cite {
		font-size: 16px;
		font-weight: 300;
	}

	.wp-block-pullquote p {
		font-size: 28px;
		font-weight: 300;
		line-height: 36px;
	}

	figure.wp-block-pullquote.has-text-align-left blockquote {
		text-align:left;
		width:100%;
		max-width: 100%;
	}

	figure.wp-block-pullquote.has-text-align-left.has-border-color {
		border-top: none;
		border-bottom: none;
		border-left: 8px solid;
	}

	blockquote.wp-block-quote.has-border-color {max-width: 1136px!important;}

	ol.wp-block-list li {
		line-height: 24px;
		padding-top: 0;
		padding-left: 1.5em;
	}

	ul.wp-block-list li {
		list-style: disc;
		padding-left: 0!important;
	}

	ul.wp-block-list li:before {
		display: none!important;
	}
}

.flex-viewport {
    border-radius: 8px;
}

ol.flex-control-nav.flex-control-thumbs li:nth-child(n+5) {
    display: none;
    width: 50%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(50% - 25px);
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    margin-top: 25px;
}
h1.wp-block-post-title {
    font-size: 24px!important;
    font-weight: 700!important;
    line-height: 35px;
}

span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

.wp-block-woocommerce-product-price {
    margin: 0;
}

.wp-block-post-excerpt {
    margin: 0;
}

p.wp-block-post-excerpt__excerpt {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

a.view-more-details {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #1E9B3B;
    text-transform: uppercase;
}

p.stock.in-stock {
    display: none;
}

div#product_total_price {
    display: none!important;
}

.qty-btn {
	padding: 0.25em 0.75em;
	font-size: 1.2em;
	line-height: 1;
	border: 0;
	cursor: pointer;
	width: 40px;
	height: 100%;
	background: white;
}
.qty-btn:hover {
	background: #e0e0e0;
}
.quantity {
	border: 1px solid;
    border-radius: 4px;
    overflow: hidden;
	height: 60px;
	display: inline-flex!important;
	align-items: center;
}


.woocommerce div.product form.cart div.quantity .qty {
	margin: 0 !important;
	border: 1px solid black !important;
	border-bottom: none !important;
	border-top: none !important;
	border-radius: 0;
	width: 80px;
	height: 100%;
	padding: 0;
	-moz-appearance: textfield;
}

/* Remove number input spinners (Chrome, Safari, Edge, Opera) */
.woocommerce div.product form.cart div.quantity .qty::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
    grid-template-columns: min-content auto 0;
    gap: 25px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
    width: 100%;
    font-weight: 900;
    font-size: 16px;
    background: #88E89E;
    border-radius: 4px!important;
}

h2.product-global-info__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.product-global-info__content p {
    margin: 0;
}

.product-global-info__content {
    line-height: 24px;
}

.product-global-cards {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.product-global-card {
    width: 380px;
    max-width: 100%;
}

.product-global-card {
    background: #88E89E;
    border-radius: 8px;
    text-align: center;
    height: 202px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-global-card__icon {
    text-align: center;
}

img.lazyloaded {}

.product-global-card__icon img {
    width: 84px;
    height: 84px;
}

.product-global-card__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    max-width: 80%;
    margin: 0 auto;
}

span.accordion-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

span.accordion-toggle {
    float: right;
}

.woocommerce-Tabs-panel {
    border-bottom: 1px solid;
}

.accordion-header {
    border-bottom: 1px solid;
    padding: 25px 0;
	cursor: pointer;
}

.accordion-header.active {
    border-bottom: 0;
}

.accordion-controls {
    display: flex;
    gap: 8px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #1E9B3B;
    justify-content: flex-end;
}

.accordion-controls a {
    text-decoration: underline;
    text-decoration-color: #1E9B3B;
}

span.accordion-toggle:after {
    content: '';
    border-radius: 100px;
}

span.accordion-toggle {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: #E7E7E7;
    padding: 6px 7px;
    transition: all .3s;
}

span.accordion-toggle svg {
    width: 14px;
}

.active span.accordion-toggle {
    transform: rotate(180deg);
    background: #88E89E;
}

.view-more-wrap svg {
    transform: translate(5px, 3px);
    width: 14px;
	color: #1E9B3B;
}
.single-product footer {
    margin-top: 25px;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}
.dot-nav-wrapper {
    display: none;
}

.yoast-breadcrumbs a:hover, .yoast-breadcrumbs a:focus, .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
    color: #616372!important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover, 
.woocommerce div.product form.cart button[name=add-to-cart]:hover {
    background: #DEFAE4;
    text-decoration:none;
}

.product-global-info__content p {
    margin: 20px 0;
}

.accordion-header:hover span.accordion-title {
    color: #1e9b3b;
	text-decoration: underline;
}
.accordion-header:hover span.accordion-toggle {
    background: #88E89E;
}
span.accordion-title {
    transition: all .3s;
}
a.view-more-details {
    text-decoration: none;
}

a.view-more-details:hover {
    color: #1B602C;
}

.view-more-wrap a:hover + svg {color: #1B602C;}

.accordion-controls a {
    color: #1E9B3B!important;
}
.accordion-controls a:hover {
    color: #1B602C!important;
}
.mobile-only {
  display: none;
}

.not-mobile {
  display: block;
}
.tagline {
	color: #1e9b3b;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
	text-transform: uppercase;
}
.release {
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.mobile-only {
		display: block !important;
	}

	.not-mobile {
		display: none !important;
	}
	.quantity {
		width: 100%;
	}

	.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
		display: block;
	}

	.woocommerce div.product form.cart div.quantity .qty {
		width: 100%;
	}

	.woocommerce div.product form.cart div.quantity {
		margin-bottom: 20px;
	}

	button.single_add_to_cart_button.button.alt.wp-element-button {
		height: 60px;
	}

	.product-global-cards {
		flex-wrap: wrap;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		display: none;
	}
	.dot-nav-wrapper {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin-top: 1rem;
		justify-content: center;
	}
	.dot-nav-list {
		display: flex;
		gap: 0.5rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.dot-nav-list .dot{
		padding:17px;
	}
	.dot-nav-list .dot:after {
		content: '';
		display:block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #CAD0D8;
		cursor: pointer;
	}
	.dot-nav-list .dot.active:after {
		background: #222834;
	}
	.dot-nav-prev, .dot-nav-next {
		background: #88E89E;
		border-radius: 100px;
		padding: 14.5px 12.5px;
		cursor: pointer;
		font-size: 0;
		border: none;
		line-height: 0;
	}
	.dot-nav-prev {
		transform: rotate(180deg);
	}
	.single-product .wp-block-add-to-cart-form.wc-block-add-to-cart-form.wc-block-add-to-cart-form--input.wp-block-woocommerce-add-to-cart-form {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: var(--wp--style--root--padding-left) var(--wp--style--root--padding-left);
		background: white;
		border: 1px solid;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		z-index: 12;
	}

	.woocommerce div.product form.cart {
		margin: 0;
	}

	.single-product footer.wp-block-template-part > .wp-block-group {
		padding-bottom: 200px!important;
	}
}


