:root{
	--blue:#1B4152;
	--green:#22443e;
	--light-green:#c4dfda;
	--golden-orage:#EEA129;
	--white: #FFFFFF;
	/* --black:#333333; */
	--black:#000000;
	--coolgrey:#D9D9D9;
	--lightgrey:#F5F5F5;
	--bgorange:#F4E1D2 ;
	--red:#8B0000 ;
	--h1:3rem;
	--h2:2.25rem;
	--h3:1.75rem;
	--h4:1.325rem;
	--h5:1.125rem;
	--h6:1rem;
	--p:1rem;
	--small-p:.925rem;
	--main-nav:1.125rem;
	--sub-nav:1rem;
	--breadcrumbs  :1rem;

	--header-height: 160px; 
	--announcement-bar-height : 46px;

	--ast-global-color-0:var(--green);
    --ast-global-color-1: var(--green);

	--icon-size: 2rem;
	--card-price-size: 1.5rem;
	--card-mrp-size: 1.25rem;
	--card-name:1.25rem;
	
}


a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

.more-link {
	display: block;
}
main{
	margin-top: var(--header-height) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
main>.wp-block-group{
	padding-top: 0 !important;
}
header .has-global-padding{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*, *::before, *::after {
	box-sizing: border-box;
  }
  * {
		font-family: "IBM Plex Sans", sans-serif !important;
	margin: 0;
  }

  body {
	/* 3. Add accessible line-height */
	line-height: 1.5;
	/* 4. Improve text rendering */
	-webkit-font-smoothing: antialiased;
  }
  img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
  }
  input, button, textarea, select {
	font: inherit;
	outline: none !important;
  }
  p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
  }
  p {
	text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
  }
  #root, #__next,section {
	isolation: isolate;
  }  
  a{
	text-decoration: none	!important;
	outline: none !important;
  }
.announcement-bar{
	background-color: var(--golden-orage);
	color: var(--white);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	padding: .5rem 0;
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 99;
}

.announcement-bar .static{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0;
}
.announcement-bar .static p, .announcement-bar marquee span {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	margin:0 !important;
}
.announcement-bar .static p:not(:last-child), .announcement-bar marquee span:not(:last-child){
	border-right: 2px solid  var(--white);
}

.wc-block-mini-cart__quantity-badge svg {
    display: none;
}
.wc-block-mini-cart__quantity-badge::before {
    width: 2rem;
    height: 2rem;
    content: "";
    background: url(https://vilvahjewellery.com/wp-content/uploads/2025/03/Cart.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-icon-btn a{
	padding: 0 !important;
    align-items: center;
    color: currentColor !important;
    display: flex;
    gap: .5em;
    line-height: 1;
    padding: .5em;
    text-decoration: none !important;
    white-space: nowrap;

}

.wp-block-woocommerce-customer-account svg {
    display: none;
}
.wp-block-woocommerce-customer-account a::before {
    width: 2rem;
    height: 2rem;
    content: "";
    background: url(https://vilvahjewellery.com/wp-content/uploads/2025/03/woman.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.alignfull{
	margin: 0 !important;
}
.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    padding: .25rem;
    background: #22443e;
    border: 1px solid #FFF;
    border-radius: .5rem;
}
.social-icons li svg path {
	fill: white;
}
.search-block{
	display: none;
}
.search-block.show{
	display: block;
}
.search-block{
	margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background-color: #22443e99 !important;
    backdrop-filter: blur(5px);
	padding: 5vw;
}
.search-close-btn a{
	padding: 0 !important;
	position: absolute;
	top:2vw;
	right: 2vw;
	z-index: 1;
}
.dgwt-wcas-sf-wrapp p:has(input[type="hidden"]) {
	height: 1px !important;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img{
    filter:unset !Important;
}
.site-logo-img img{
    transition: unset!important;
}
.ast-site-title-wrap{
	display: none !important;
}

.site-content{
	padding-top:var(--header-height) !important;
}
.custom-product-card {
    background: #ffffff;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px #00000022;
    position: relative;
	transition: all .3s ease-in-out;
	display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.custom-product-card:hover{
	box-shadow: 0px 0px 15px 0px #00000044;
}
.custom-product-card .image-block{
	position: relative;
}
.custom-product-card .image-block .add_to_cart_button{
	position: absolute;
	bottom: .5rem;
    right: .5rem;
}
.custom-product-card img.attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
	transition: all .3s linear;
}
.custom-product-card .images{
	overflow: hidden;
}
.custom-product-card .images:hover img{
	transform: scale(1.1);
}
.custom-product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: var(--icon-size) !important;
	color:var(--red) !important;
	margin:0;
}
.custom-product-card .tinv-wishlist{
	position: absolute;
    right: 0;
}
.p-0{
	padding: 0 !important;
}
header{
	position: fixed;
    width: 100%;
    top: var(--announcement-bar-height);
    left: 0;
    z-index: 99;
}
.custom-product-card .tinvwl_add_to_wishlist-text{
	font-size: 0;
}
.custom-product-card .tinvwl_add_to_wishlist_button{
	aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    background: #FFF;
    padding: .25rem;
	border-radius: 50%;
	z-index: 1;
}
.custom-product-card .content-block,.custom-product-card .footer-block{
	padding: .5rem 1rem;
}
.custom-product-card .sale-price,.custom-product-card .regular-price{
	font-weight: 600  !important;
    font-size: var(--card-price-size);
    color: var(--black) !important;
	line-height: .9;
}

.custom-product-card .product-price{
	display: flex;
    align-items: end;
    gap: .5rem;
    margin-bottom: .5rem;
	margin-top: .5rem;
}

.custom-product-card .mrp{
	font-weight: 400  !important;
    font-size: var(--card-mrp-size);
    color: var(--red) !important;
	opacity: .5;
	text-decoration: line-through;
	line-height: 1;
}

.row-block{
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}
.custom-product-card .custom-rating{
	display: flex;
	align-items: center;
	gap: .5rem;
	margin:0;
	font-weight: 600;
	font-size: 1rem;
}
.custom-product-card .custom-rating svg{
	max-width: 1.5rem;
}

.custom-product-card h3{
	font-size: var(--card-name);
    font-weight: 400;
}
.m-0{
	margin: 0 !important;
}
.woocommerce-cart h1{
	max-width: 90%;
    margin: auto;
}

.wc-block-components-product-metadata{
	display: none !important;
}
.custom-product-card  .footer-block.row-block {
	justify-content: end !important;
 }
.custom-product-card  .footer-block.row-block:has(>.variant-block) {
	justify-content: space-between !important;
 }
.custom-product-card .add_to_cart_button{
		text-align: center;
		color: #FFF !important;
		background: var(--green);
		border-radius: 0;
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .5rem;
		margin: 0;
		transition: all .3s ease-in-out;
}

.custom-product-card .add_to_cart_button:hover{
	background: var(--golden-orage);
}

li.custom-product-card {
    list-style: none;
}
.category a{
	font-size: .75rem;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
}

.wp-block-woocommerce-product-template{
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))!important;
}

.custom-sale-tag {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
}
.custom-new-tag {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
}
.tinv-wraper.tinv-wishlist{
	display: none;
}
.custom-product-card .tinv-wraper.tinv-wishlist{
	display: block;
}
.custom-product-card .footer-block{

}
.onsale{
	background-color: var(--golden-orage) !important;
	color:white;
	font-weight: 500 !important;
	font-size: .9rem !important;
}

.flex-wrap{
	flex-wrap: wrap;
    justify-content: start;
    gap: .5rem;
}

/* HTML: <div class="ribbon">Your text content</div> */
.onsale {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
  }
  .onsale {
	--r: 0.8em !important;
    border-block: .5em solid #0000 !important;
    padding-inline: .5em calc(var(--r) + .25em) !important;
    line-height: 1.8 !important;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - .25em), calc(100% - var(--r)) 50%, 100% .25em)!important;
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, var(--golden-orage) padding-box !important;
    width: fit-content !important;
    position: absolute !important;
	border-radius: 0 !important;
	top:unset !important;
	left:unset !important;
	margin: auto !important;
	margin-top: .25rem !important;
	z-index: 1;
}
.variation-btn{
	background: var(--light-green);
    padding: .4rem .5rem;
    font-size: .8rem;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--black);
    border-radius: .5rem;
    min-width: 85px;
    text-align: center;
	display: flex;
	flex-direction: column;
}

.variation-btn .custom-checkbox {
    display: none;
}

.gap-1{
	gap: .5rem;

}

/* Create a custom checkbox design */
.variation-btn .custom-checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: .8rem;
	margin:0;
}

/* Box Design */
.variation-btn .custom-checkbox-label::before {
    content: "";
    width: .9rem;
    height: .9rem;
    border: 1px solid var(--black);
    border-radius: 4px;
    display: inline-block;
    margin-right: .25rem;
    background-color: var(--light-green);
    transition: all 0.3s ease-in-out;
}

/* Checked State */
.variation-btn .custom-checkbox:checked + .custom-checkbox-label::before {
    background-color: var(--golden-orage);
    border-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.01a1 1 0 00-1.415 0l-8.086 8.086-4.57-4.572a1 1 0 00-1.415 1.414l5.285 5.285a1 1 0 001.415 0l8.786-8.785a1 1 0 000-1.415z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.pt-0{
	padding-top: 0 !important;
}
.add_to_cart_button svg{
	margin-top: -5px;
    margin-left: 5px;
}
.added_to_cart.wc-forward{
	display: none !important;
} 

.wc-block-cart__submit-button{
	background: var(--green) !important;
	color: var(--white) !important;
	border: none !important;
	padding: .5rem 1rem !important;
	
}
.footer-button-group {
    display: flex;
	background: var(--green);
	margin-top: .5rem;
}
.footer-button-group>div{
	flex:0 0 50%
}
.footer-button-group>div>a{
	display: flex;
	flex-direction: row;
	gap:1rem;
	font-size: 1rem;
	font-weight: 500;
	color:white;
	justify-content: center;
	align-items: center;
	padding: .75rem .5rem;
	height: 100%;
	border-right: 1px solid #FFF4;
}

.footer-button-group>div>a>svg{
	max-width: 28px;
	max-height: 28px;
}

.woof_redraw_zone .irs--round .irs-handle{
	border-color: var(--green);
}
.woof_redraw_zone .irs--round .irs-from, .irs--round .irs-to,.woof_redraw_zone .irs--round .irs-single,.woof_redraw_zone .irs--round .irs-bar,.woof_redraw_zone  .irs--round .irs-from,.woof_redraw_zone  .irs--round .irs-to,.woof_redraw_zone  .irs--round .irs-single{
	background-color: var(--green);
}
.woof_redraw_zone .irs--round .irs-from:before,.woof_redraw_zone .irs--round .irs-to:before,.woof_redraw_zone .irs--round .irs-single:before{
border-top-color:var(--green);
}
 .woof_list_checkbox li{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:.25rem;
	font-size: 1rem;
	font-weight: 400;
}
.woof_list_checkbox li br{
	display: none!important;
}
.icheckbox_square-blue{
	background: none;
}

ul.woof_list li {
    margin: 0;
}

.woof_container_inner .icheckbox_square-blue{
	position: relative;
    border-radius: .25rem;
    border: 1px solid #000;
    background: var(--light-green);	
	overflow: hidden;
}
.woof_list_checkbox li div{
	position: relative;
    border-radius: .25rem;
    border: 1px solid #000;
    background: var(--light-green);
}
.woof_list_checkbox li div.checked,.woof_container_inner div.checked{
	background: var(--golden-orage);
}
.woof_list_checkbox li div.checked::after,.woof_container_inner div.checked::after{
	background-color: var(--golden-orage);
    border-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.01a1 1 0 00-1.415 0l-8.086 8.086-4.57-4.572a1 1 0 00-1.415 1.414l5.285 5.285a1 1 0 001.415 0l8.786-8.785a1 1 0 000-1.415z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.woof_list_checkbox li div{
	margin-top:0;
}
.woocommerce-page label,.woof_container_inner label{
	margin-bottom: 0;
}

.woof_checkbox_label_selected,.icheckbox_square-blue.checked + label{
	font-weight: 500 !important;
}

.woof_list_checkbox li,.woof_container_inner label{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:.25rem;
	font-size: 1rem;
	font-weight: 400;
}

.icheckbox_square-blue.checked::before {
	content:"";
	display: block;
    background-color: var(--golden-orage);
    border-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.01a1 1 0 00-1.415 0l-8.086 8.086-4.57-4.572a1 1 0 00-1.415 1.414l5.285 5.285a1 1 0 001.415 0l8.786-8.785a1 1 0 000-1.415z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
	width: 20px;
	height: 20px;
}
.newsletter-block {
    background: #FFF;
    border-radius: 40px;
    overflow: hidden;
}
.newsletter-block form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding: 8px;
}
.newsletter-block input {
    padding: 8px 20px;
    height: 40px;
    max-height: 40px;
    border-radius: 40px 40px 40px 40px;
    border: none;
    outline: none ! Important;
    width: 100%;
    color: var(--green);
}

.newsletter-block button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    border: none;
}
.wc-block-components-totals-coupon__form{
	border:1px solid var(--green);
	border-radius: .5rem;
	overflow: hidden;
	gap: 0;
}
.wc-block-components-totals-coupon__form input#wc-block-components-totals-coupon__input-coupon{
	border: none;
    padding: 1rem 1rem;
    line-height: 1.25;
    outline: none !important;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: 0;
    transform: translateY(0px) scale(.75);
}
.wc-block-components-totals-coupon__form input:focus-visible + label{
	outline: none !important;
	border-radius: 0 !important;
}
.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button{
	background: var(--green);
    padding: .5rem 1rem;
    line-height: 1.25;
}
.woocommerce-form-login__submit,.wc-block-components-checkout-place-order-button {
	background-color: var(--green);
	BORDER-RADIUS: .5REM;
}
.woocommerce-cart .wp-block-post-title{
	max-width: 100% ! important;
	margin: 0 ! important;
	padding: 0 5% !important;
}
.wc-block-cart__submit-button{
	padding: 1rem ! important;
    BORDER-RADIUS: .5REM;
}
.woocommerce-account main .woocommerce{
	margin:auto;
}
.wp-block-woocommerce-mini-cart-shopping-button-block{
	background: var(--green);
    border-radius: .5rem;
    margin: 1rem;
	box-shadow:none !important;
}
.woof_text_search_container br,.woof_price_filter br{
	display: none !important;
}
.wc-block-mini-cart__empty-cart-wrapper strong{
	font-weight: 400;
}
.woof_container .woof_container_inner input[type="search"] {
    line-height: normal !important;
    border: solid 1px #22443e;
    border-radius: .25REM;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide{
	display: block !important;
	
}
.woof_text_search_container label{
	font-size: 0;
}
.woof_text_search_container label::before{
	content:"Search Products";
	display: block;
}
.woof_container_inner h4::after, .woof_price_filter label::after, .woof_text_search_container label::after
{
content: "";
width: 100%;
height: 1px;
background: var(--green);
display: block;
margin-top: .5rem;
margin-bottom: .5rem;
}
.woof_container_inner h4,.woof_price_filter label,.woof_text_search_container label::before{
	font-size: 1.25rem;
    font-weight: 500;
	text-transform: capitalize;
}
.woof_reset_button_2{
	background: var(--red);
    color: white;
    border: none;
    border-radius: .325rem;
    padding: 0rem .75rem;
    font-size: .75rem;
}
.woof_products_top_panel_ul li ul li:not(a){
	display: none;
}
.woof_products_top_panel_ul>li>a,.woof_products_top_panel_ul>li>ul>li:has(a){
	background: var(--light-green);
    color: var(--black);
    border: none;
    border-radius: .325rem;
    padding: 0 .75rem;
    font-size: .9rem;
    text-transform: capitalize;
    display: flex;
    gap: .5rem;
    font-weight: 500;
}
main{
	isolation: isolate;
	padding-bottom: 5vw;
}
.woof_products_top_panel li span, .woof_products_top_panel2 li span{
	background: none !important;
}
.woof_products_top_panel li span,.woof_products_top_panel2 li span{
	display: flex;
    gap: .5rem;
    align-items: center;
    padding: 0;
}
.woof_products_top_panel li span::after,.woof_products_top_panel2 li span::after{
	content:"";
	background: url(https://vilvahjewellery.com/wp-content/uploads/2025/03/close-black-1.png);
	display: block;
	width: .75rem;
	height: .75rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.button.woof_reset_search_form{
	background: var(--red);
    color: white;
    border: none;
    border-radius: .325rem;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400
}
.mobile{
	display: none !important;
}
.wc-block-breadcrumbs{
	padding: .75rem 0 !important;
}
.wc-block-mini-cart__footer-actions .wc-block-components-button{

    color: #ffffff !important;
    background: var(--green)  !important;
}
.wc-block-mini-cart-items .wc-block-cart-items__row{
	position: relative;
}
.wc-block-mini-cart-items .wc-block-cart-items__row:not(:last-child){
	border-bottom: 1px solid #0004;
}
.wc-block-cart-items__row .wc-block-components-product-name,.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount{
    font-weight: 500;
}
.wc-block-cart-items__row .wc-block-cart-item__remove-link{
	position: absolute;
    right: 0;
    bottom: 1.5rem;
}
.wp-block-query-pagination-numbers .page-numbers{
	border: 1px solid #22443e;
    height: 1rem;
    width: 1rem;
    padding: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	color: var(--green);
	border-radius: .5rem;
}
.wp-block-query-pagination{
	margin: 1rem 0 !important;
}
.wp-block-query-pagination-previous{
	color: var(--green) !important;
}
.wp-block-query-pagination-next{
	color: var(--green) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers{
	gap: .75rem !important;
    display: flex;
}

.wp-block-query-pagination-numbers .page-numbers.current{
	color: var(--white);
	background: var(--green);
}


@media (min-width: 600px) {
    .wc-block-product-template.Related-Products>li {
        width: 100%  !important;
    }
	.Related-Products>li .images{
		width: 100% !important;
		float: unset !important;
		margin-bottom:0 !important;
	}
}

@media (min-width: 922px) {
	.entry-content[data-ast-blocks-layout] > .alignwide{
        max-width:100%;
        padding: 0;
    }
    .ast-container {
        max-width: 90% !important;
        padding: 0;
    }
	
}

@media screen and (max-width: 781px) {
	:root{
		--card-price-size: 1.25rem;
		--card-mrp-size: 1rem;
		--card-name: 1rem;
	}
	.wp-block-woocommerce-product-template{
		grid-template-columns: repeat(2,1fr) !important;
		gap:.5rem;
	}
	.mobile{
		display: block;
	}
	.footer-button-group>div {
		flex: 0 0 100%;
	}
	.footer-button-group>div.buy-now{
		display: none;
	}

	.row-block{
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap:.5rem;
	}
	.row-block .custom-rating{
		height: 0;
        overflow: hidden;
	}
	.custom-rating.mobile{
		display: flex;
		font-weight: 400;
		font-size: .9rem;
	}
	.custom-product-card .content-block, .custom-product-card .footer-block{
		padding: .5rem .5rem;
	}
	.custom-product-card .custom-rating svg {
		max-width: 1.25rem;
	}
	.custom-product-card .footer-block.row-block:not( * ){
		padding:0;
	}
	.socail-newsletter{
		flex-direction: column;
		align-items: start;
	}
	.newsletter-group{
		width: 100%;
	}
	.whishlist-btn,.center-menu {
        display: none !important;
    }
	header .wp-block-site-logo{
		max-width: 120px;
	}

}