/**
 * Theme Name:     Uniqat
 * Author:         Uniqat
 * Template:       astra
 * Text Domain:	   uniqat
 * Description:    Gebaseerd op Astra
 */
:root
{
    --green: #006633;
    --yellow: #F9B233;
}

body
{
    /*font-family: system-ui, sans-serif;*/
	margin: unset;
}

h1, h2, h3, h4
{
	margin: unset !important;
}

p
{
	margin-top: 10px !important;
}

.banner
{
	/*border-bottom: 20px solid var(--green);
	height: calc(100vh + 1px);*/
	/*.wp-block-group
	{
    	height: 500px;
		padding: 3em 2em 2em 2em;
		border-radius: 25px;
		width: 45vw;
		
		background-color: rgb(255 255 255 / 50%);
        background-blend-mode: overlay;
		backdrop-filter: blur(10px);
	}*/
	height: 100svh;
	h1
	{
		font-weight: 800;
		color: var(--green);
	}

	.is-style-outline .wp-block-button__link
	{
		border: 2px solid var(--green);
		color: var(--green);
	}
}

.sub-title
{
	margin: unset !important;
}

/*.home-top
{
	background-image: url(https://dehalalchef.nl/wp-content/uploads/2025/02/icoon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.95);
	background-blend-mode: overlay;
}*/

@media only screen and (min-width: 1024px)
{

	body.home #content
	{
		margin-top: -81px;
	}
	
	
/*** Shrink menu on scroll ***/

.ast-site-identity
{
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.ast-primary-header-bar
	{
		background-color: transparent;
		border: unset;
	}
	
	.shrink .ast-primary-header-bar
	{
		background-color: transparent;
	}
	
.site-header.shrink
{
	top: 0;
    position: sticky !important;
	background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(10px);
	
	img
	{
		filter: unset;
	}
	
	.ast-site-identity, .custom-logo-link img
	{
		width: 125px !important;
		padding: 0.5em 0 0.5em 0;
	}
	
	.menu-item
	{
		line-height: 25px !important;
	}
	
	.ast-primary-header-bar .site-primary-header-wrap
	{
		min-height: 50px;
	}
	
	.ast-above-header-bar
	{
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
		display: none;
			
	}
	
	/*Cart*/
	span.xoo-wsc-sc-count
	{
		top: -10px;
	}

	.xoo-wsc-sc-bkcont
	{
		top: 2px;
	}
	
}
}/*end media*/

#content
{
	background: whitesmoke;
}

.block
{
	padding-top: 2em;
	padding-bottom: 2em;
}

.block-2
{
	display: flex;
	
	
	figure
	{
		height: 100%;
	}
	img, video
	{
		height: 100%;
		object-fit: cover;
	}
}

.block-blur
{
	background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(10px);
	border-radius: 15px;
}

.columns-home
{
	display: flex;
	flex-direction: row;
	gap: 75px;
	padding: 0 2em 0 2em;
	
	img
	{
		margin-bottom: 10px;
	}
	
	.wp-block-column
	{
		background: white;
    	padding: 1.5em;
    	border-radius: 10px;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
		box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
	}
}

.columns-home .wp-block-column:hover
{
	transform: scale(1.05);
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

.wc-block-product, ul.products li.product
{
	/*background: white !important;	
	border-radius: 25px;*/
	padding: 1em !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	
	h3
	{
		color: var(--green);
	}
	a
	{
		text-decoration: unset !important;
	}
	img
	{
		border-radius: 14px !important;
		transition: 0.2s all;
		-webkit-transition: 0.2s all;
	}
}

.wc-block-product:hover img, ul.products li.product:hover img
{
	transform: scale(110%);
}

.wp-block-post-title a
{
	color: var(--green) !important;
}

.emoji
{
	color: var(--green)
}


.woocommerce-product-gallery__image a
{
    position: relative;
}

.woocommerce-product-gallery__image a::after {
	background: url('https://dehalalchef.nl/wp-content/uploads/2025/02/icoon.png') no-repeat center;
    background-size: contain; /* Adjust size */
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
	height: auto;
    opacity: 0.6;
    z-index: 9999;
}

.flaticon-back
{
	margin-left: 1em;
}

.flaticon-right-arrow
{
	margin-right: 1em;
}


/*Cart*/
span.xoo-wsc-sc-count
{
    top: 5px;
}

.xoo-wsc-sc-bkcont
{
    top: 7px;
}

.ast-footer-copyright
{
	color: var(--green);
}

footer a
{
	color: var(--green);
}



/* Mobile */
@media (max-width: 768px) 
{
	.banner
	{
		height: calc(100svh - 80px);
	}
	
    /*Cart*/
	span.xoo-wsc-sc-count
	{
		top: -10px !important;
	}

	.xoo-wsc-sc-bkcont
	{
		top: 3px !important;
	}
    
}




.custom-icons-wrapper {
    width: 100%;
	margin-bottom: 15px;	
}

.custom-icons-text {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    text-align: center;
}

.custom-icon {
    flex: 1;
    font-size: 16px;
    background: rgb(255 255 255 / 50%);
    border-radius: 15px;

    p
    {
        color: var(--green);
        font-weight: 500;
		margin: 0 0 10px 0;
    }
	
	img
	{
		background: #eee;
	}
}

.custom-icon i {
    font-size: 24px;
    color: var(--color2);
    display: block;
    margin-bottom: 5px;
	margin-top: 15px;
}

.column-search, .column-search .wp-block-column
{
	margin: 0 auto !important;	
}

.dgwt-wcas-sf-wrapp
{
	background-color: var(--yellow) !important;
	border-radius: 100px !important;
	padding: 6px !important;
}

button.dgwt-wcas-search-submit
{
	left: 17px;
    top: 15px;
}

#astra-footer-menu > .menu-item > .menu-link
{
	color: grey;
}






.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.fade-up.visible {
  animation: fadeUp 0.3s ease-out forwards;
}

.fade-up-slow.visible {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;
}

.fade-up:nth-child(1) {
  animation-delay: 0s;
}

.fade-up:nth-child(2) {
  animation-delay: 0.3s;
}

.fade-up:nth-child(3) {
  animation-delay: 0.6s;
}

.fade-up:nth-child(4) {
  animation-delay: 0.9s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.block-icons 
{
	.wp-font-awesome-icon
	{
		text-align: center;
	}
	svg
	{
	font-size: 2em !important;
    color: var(--green);
    border: 3px solid #EDEDED;
    padding: 0.5em;
    border-radius: 100%;
	margin-bottom: 0.5em;
	height: 35px;
		width: 35px;
	}
}

.block-halal
{
	padding-bottom: 2em !important;
}

.block-pattern
{
	background-image: url(https://dehalalchef.nl/wp-content/uploads/2025/04/star_pattern.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.99);
	background-blend-mode: overlay;
	background-size: cover;
}
