@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
.container {
  max-width: 1600px;
}

:root {
  --playfair: "Playfair Display", serif;
  --rethik: "Rethink Sans", sans-serif;
  --cormorant: "Cormorant Garamond", serif;
  --black: #000000;
  --white: #FFFFFF;
  --black2: #282828;
  --black3: #12161a;
  --gold2: #d4af37;
  --lightsky: #94a3b8;
  --white2: #faf7f2;
  --lightCream:#f7f4ef;
  --brown: #3F2726;
  --gold-1:#D9C698;
  --navy-1:#00142D;
  --navy-2:#011B3C;
  --navy-3:#002046;	
  --white-2:#F3F0EB;
	
	
	
	
  --color-primary: #795901;
  --color-on-primary: #ffffff;
  --color-primary-container: #c9a14a;
  --color-on-primary-container: #4e3800;
  --color-primary-fixed: #ffdea0;
  --color-primary-fixed-dim: #ecc166;
  --color-on-primary-fixed: #261a00;
  --color-on-primary-fixed-variant: #5c4300;
  --color-inverse-primary: #ecc166;

  --color-secondary: #5f5e5e;
  --color-on-secondary: #ffffff;
  --color-secondary-container: #e2dfde;
  --color-on-secondary-container: #636262;
  --color-secondary-fixed: #e5e2e1;
  --color-secondary-fixed-dim: #c8c6c5;
  --color-on-secondary-fixed: #1c1b1b;
  --color-on-secondary-fixed-variant: #474746;

  --color-tertiary: #5e5e5c;
  --color-on-tertiary: #ffffff;
  --color-tertiary-container: #a8a7a3;
  --color-on-tertiary-container: #3c3c3a;
  --color-tertiary-fixed: #e4e2de;
  --color-tertiary-fixed-dim: #c8c6c3;
  --color-on-tertiary-fixed: #1b1c1a;
  --color-on-tertiary-fixed-variant: #474744;

  --color-error: #ba1a1a;
  --color-on-error: #ffffff;
  --color-error-container: #ffdad6;
  --color-on-error-container: #93000a;

  --color-background: #f9f9f9;
  --color-on-background: #1a1c1c;
  --color-surface: #f9f9f9;
  --color-surface-dim: #dadada;
  --color-surface-bright: #f9f9f9;
  --color-surface-container-lowest: #ffffff;
  --color-surface-container-low: #f3f3f4;
  --color-surface-container: #eeeeee;
  --color-surface-container-high: #e8e8e8;
  --color-surface-container-highest: #e2e2e2;
  --color-surface-variant: #e2e2e2;
  --color-surface-tint: #795901;
  --color-on-surface: #1a1c1c;
  --color-on-surface-variant: #4e4637;
  --color-inverse-surface: #2f3131;
  --color-inverse-on-surface: #f0f1f1;
  --color-outline: #807665;
  --color-outline-variant: #d1c5b2;

  /* Spacing */
  --spacing-unit: 8px;
  --spacing-gutter: 24px;
  --spacing-margin-desktop: 80px;
  --spacing-margin-mobile: 20px;
  --spacing-section-gap: 60px;

  /* Border Radius */
  --radius-sm: 0.25rem;
  --radius-default: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
}

body.body {
  font-family: "Rethink Sans", sans-serif;
  background: #f7f4ef;
}

body a {
  text-decoration: none;
}

body.separate-containers .site-main, body .site-main {
  margin: 0;
}

body .site-wrapper {
  padding-top: 60px;
  background: #FFFFFF;
}

body.home .site-wrapper {
  padding-top: 0;
}

.text-gold {
  color: #d4af37;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
}

.section-desc {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
}

#btn-razorpay,
#btn-razorpay-cancel,
.btn.btn-primary {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #12161a;
  outline: 0 !important;
  box-shadow: none !important;
  background: #12161a;
  color: #FFFFFF;
  border-radius: 9px;
  transition: 0.5s all;
}
.btn.btn-primary.white {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #12161a;
}
.btn.btn-primary:hover {
  background-color: #d4af37;
  border: 1px solid #d4af37;
  color: #12161a;
}
.btn.btn-primary.white:hover {
  background-color: #d4af37;
  border: 1px solid #d4af37;
  color: #FFFFFF;
}

.btn.btn-secondary {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #12161a;
  outline: 0 !important;
  box-shadow: none !important;
  background: #FFFFFF;
  color: #12161a;
  border-radius: 9px;
  transition: 0.5s all;
}
.btn.btn-secondary.white {
  border: 1px solid #FFFFFF;
  background: #12161a;
  color: #FFFFFF;
}
.btn.btn-secondary:hover {
  background-color: #12161a;
  color: #FFFFFF;
}
.btn.btn-secondary.white:hover {
  background-color: #FFFFFF;
  color: #12161a;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color:var(--white-2) !important;
}
.site-footer::before,
.site-header::before{
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:2px;
	background-image:url('../images/golden-border.webp')
}
.site-footer::before{
	bottom:100%;
	top:auto
}
.site-footer::after{
	content:'';
	position:absolute;
	width: 300px;
    height: 300px;
    background-image: url(https://alhamza.store/wp-content/uploads/2026/06/logo.png);
    background-size: contain;
    background-position: center;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    mix-blend-mode: luminosity;
    opacity: 0.2;
}
.site-header .menu-side {
  position: relative;
}
.site-header .menu-side .navbar {
  padding: 0;
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.2);
}
.site-header .menu-side .navbar > .container{
	align-items:stretch
}
.site-header .menu-side .hemburg-menu {
  width: 25px;
  height: 20px;
  position: relative;
}
.site-header .menu-side .hemburg-menu .bar {
  width: 100%;
  height: 2px;
  background-color: var(--gold-1);
  border-radius: 20px;
  position: absolute;
  right: 0;
}
.site-header .menu-side .hemburg-menu .top {
  top: 3px;
}
.site-header .menu-side .hemburg-menu .mid {
  width: 20px;
  top: 11px;
}
.site-header .menu-side .hemburg-menu .bottom {
  top: 18px;
}
.site-header .menu-side .logo-side,
.site-header .menu-side .logo-side .navbar-brand-wrapper{
	position:relative;
}
.site-header .menu-side .logo-side{
	height:100%;
	width: 170px;
}
.site-header .menu-side .logo-side::before{
	content:'';
	position:absolute;
	width:50vw;
	height:100%;
	background-color:var(--navy-3);
	right: 0;
    top: 0;
}
.site-header .menu-side .logo-side .site-logo {
  width: 170px;
  height: 150px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image:url('../images/logo-border.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
	display: flex;
    align-items: flex-start;
    justify-content: center;
	outline:0 !important
}
.site-header .menu-side .logo-side .site-logo img{
	width: 140px;
}
.site-header .menu-side .fkcart-shortcode-icon-wrap svg{
	width: 35px;
	color: var(--gold-1);
}
.site-header .menu-side .icon-w{
	position:relative;
}
.site-header .menu-side .icon-w svg{
	width: 30px;
    height: 30px;
	color: var(--gold-1);
}
.site-header .menu-side .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
  font-size: 23px;
  position:relative;
}
.site-header .menu-side .right-side::before{
	content:'';
	position:absolute;
	top:0;
	left:105px;
	width:50vw;
	height:100%;
	background:var(--navy-1);
}
.site-header .menu-side .right-side::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:100%;
	background-image:url('../images/curve-border.webp');
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.site-header .collection .category-item img{
	width:60px;
	object-fit: contain;
}
.site-header .collection .category-item .img-wrapper{
	aspect-ratio:1  /1;
	display: flex;
	border: 1px solid #E8DDD0;
    border-radius: 10px;
}
.site-header .menu-side .right-side a {
  color: #000000;
  display: flex;
  align-items: center;
}

.site-footer {
  background-color: var(--navy-1);
  color: #94a3b8;
  padding: 50px 0;
  position:relative;
  overflow:hidden
}
.site-footer .site-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.site-footer .site-logo img {
  max-width: 280px;
  width: 100%;
}
.site-footer .footer-desc {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
.site-footer .footer-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.site-footer .contact-menus a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #94a3b8;
  transition: 0.5s color;
  display: block;
  margin-bottom: 3px;
}
.site-footer .contact-menus a:hover {
  color: #FFFFFF;
}
.site-footer .menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .menus ul li {
  display: block;
}
.site-footer .menus ul li a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #94a3b8;
  transition: 0.5s color;
  display: inline-block;
  margin-bottom: 3px;
}
.site-footer .menus ul li a:hover {
  color: #FFFFFF;
}
.section-contact .social-medias,
.site-footer .social-medias {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-top: 20px;
}
.section-contact .social-medias a,
.site-footer .social-medias a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #94a3b8;
  color: #94a3b8;
  border-radius: 50%;
  transition: 0.5s all;
}
.site-footer .social-medias a:hover {
  background-color: #FFFFFF;
  color: #12161a;
}
.section-contact .social-medias a{
	color:var(--gold2);
	border: 1px solid var(--gold2);
}
.section-contact .social-medias a:hover{
	background-color: var(--gold2);
  	color: #FFFFFF;
}

.site-footer .bottom-part {
  padding-top: 30px;
}
.site-footer .bottom-part .copyright {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  font-style: oblique;
}

.section-home-hero {
  padding-top: 64px;
}
.section-home-hero .swiper-slide {
  background-color: #12161a;
  background-image: var(--bgImage);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-home-hero .swiper-slide.top-center {
  background-position: top center;
}
.section-home-hero .swiper-slide.content-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.section-home-hero .swiper-slide.light-overlay::before, .section-home-hero .swiper-slide.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #12161a;
  opacity: 0.7;
  pointer-events: none;
}
.section-home-hero .swiper-slide.light-overlay::before {
  opacity: 0.5;
}
.section-home-hero .swiper-slide .inner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
	height:100%
}
.section-home-hero .swiper-slide .inner-content.mid {
  width: 50%;
}
.section-home-hero .swiper-slide .inner-content a{
	display:block;
	width:100%;
}
.section-home-hero .swiper-slide .inner-content img {
	max-height: calc(100vh - 65px);
	aspect-ratio: 16 / 9;
	width:100%;
	object-fit:cover;
	object-position:center
}
.section-home-hero .swiper-slide .inner-content .banner-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  color: #12161a;
  margin-bottom: 0;
}
.section-home-hero .swiper-slide .inner-content .banner-title .text-gold {
  font-style: oblique;
}
.section-home-hero .swiper-slide .inner-content .section-desc {
  color: #12161a;
  margin: 0;
  max-width: 550px;
  text-align: center;
}
.section-home-hero .swiper-slide .inner-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.section-products .section-title {
  text-align: center;
	color:var(--white-2)
}
.section-products .section-desc {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
	color:var(--white-2)
}

.section-products {
  padding: 80px 0 !important;
}
.woocommerce-archive-wrapper {
  padding: 80px 20px !important;
}
.section-products ul.products,
.related.products ul.products,
.p-items ul.products ,
.woocommerce-archive-wrapper ul.products{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0;
}
.alhamza-dropdown-menu .p-items ul.products{
	grid-template-columns: repeat(2, 1fr);
}
.alhamza-dropdown-menu .p-items ul.products li{
	width:100% !important;
	margin:0 !important
}
.section-products ul.products::after, .section-products ul.products::before,
.woocommerce-archive-wrapper ul.products::after, .woocommerce-archive-wrapper ul.products::before,
.related.products ul.products::after,
.related.products ul.products::before,
.p-items ul.products::after,
.p-items ul.products::before {
  content: unset;
}

.section-products ul.products li.product,
.related.products ul.products li.product,
.alhamza-product-loop-items {
  float: unset !important;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
	background: var(--white-2);
    border-radius: 20px;
}
.related.products ul.products li.product{
	width: 100% !important;
}
@media screen and (min-width:992px){
	.section-products ul.products li.product,
	.alhamza-product-loop-items{
		width: 100% !important;
		margin: 0 !important;
	}
}
.section-products{
/* 	background: var(--navy-1); */
	position:relative;
}
.section-products::before{
	content:'';
	background-image:url('../images/bg2.webp');
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background-color: var(--navy-1);
    opacity: 1;
	background-blend-mode: overlay;
}
.section-products .container{
	position:relative;
	z-index:5
}
.section-products ul.products li.product .woocommerce-loop-product__link,
.related.products ul.products li.product .woocommerce-loop-product__link,
.alhamza-product-loop-items .woocommerce-loop-product__link{
	width:100%
}
.section-products ul.products li.product .product_main_images img,
.related.products ul.products li.product .product_main_images img,
.alhamza-product-loop-items .product_main_images img{
	opacity:0;
	width:100%;
}
.section-products ul.products li.product .product_images,
.section-products ul.products li.product .product_images img,
.related.products ul.products li.product .product_images,
.related.products ul.products li.product .product_images img,
.alhamza-product-loop-items .product_images,
.alhamza-product-loop-items .product_images img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section-products ul.products li.product .product-content-wrap,
.related.products ul.products li.product .product-content-wrap,
.alhamza-product-loop-items .product-content-wrap{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px 15px;
	justify-content: space-between;
}
.section-products ul.products li.product .added_to_cart,
.related.products ul.products li.product .added_to_cart,
.alhamza-product-loop-items .added_to_cart{
	display:none
}
.section-products ul.products li.product .product_images img,
.related.products ul.products li.product .product_images img,
.alhamza-product-loop-items .product_images img{
	margin-bottom:0
}
.section-products ul.products li.product .hover-thumb,
.related.products ul.products li.product .hover-thumb,
.alhamza-product-loop-items .hover-thumb{
	opacity:0;
	transition:0.5s opacity;
}
.section-products ul.products li.product:hover .hover-thumb,
.related.products ul.products li.product:hover .hover-thumb,
.alhamza-product-loop-items:hover .hover-thumb{
	opacity:1
}
.section-products ul.products li.product a img,
.related.products ul.products li.product a img,
.alhamza-product-loop-items a img {
  border-radius: 20px;
/*   aspect-ratio: 264/350; */
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-products ul.products li.product .onsale,
.related.products ul.products li.product .onsale,
.woocommerce-archive-wrapper ul.products li.product .onsale,
.alhamza-dropdown-menu .onsale,
.alhamza-product-loop-items .onsale {
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(67, 67, 67) !important;
	padding: 7px 26px !important;
    width: fit-content  !important;
    height: auto !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    min-height: 1px !important;
    border-radius: 100px !important;
    top: 8px !important;
    left: 10px !important;
}
.section-products ul.products li.product .woocommerce-loop-product__title,
.related.products ul.products li.product .woocommerce-loop-product__title,
.alhamza-product-loop-items .woocommerce-loop-product__title {
  font-family: var(--playfair);
  font-size: 18px;
  padding: 0 !important;
  color: var(--black3);
  margin-bottom: 10px !important;
}
.section-products ul.products li.product .price,
.related.products ul.products li.product .price,
.alhamza-product-loop-items .price {
  color: var(--black3) !important;
}
.section-products ul.products li.product .button,
.related.products ul.products li.product .button,
.alhamza-product-loop-items .button {
  margin-top: 0 !important;
}
.section-products ul.products li.product .woolentor-quickview-btn,
.related.products ul.products li.product .woolentor-quickview-btn,
.alhamza-product-loop-items .woolentor-quickview-btn {
  color: var(--black3) !important;
  margin-right: 15px;
}
.section-products ul.products li.product .wishsuite-button,
.related.products ul.products li.product .wishsuite-button,
.alhamza-product-loop-items .wishsuite-button {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
.section-products ul.products li.product .wishsuite-button .wishsuite-btn-text,
.related.products ul.products li.product .wishsuite-btn-text,
.alhamza-product-loop-items .wishsuite-btn-text{
	display:none
}
.summary-wrapper .wishsuite-button{
	background: var(--black3);
    padding: 10px;
    border-radius: 50px;
    margin: 0;
	margin-bottom:20px;
	color:var(--white)
}
.section-products ul.products li.product .wishsuite-button svg,
.related.products ul.products li.product .wishsuite-button svg,
.alhamza-product-loop-items .wishsuite-button svg {
  width: 18px;
  height: 18px;
  fill: var(--black3);
}
.section-products .woocommerce-products-header__title.page-title,
.related.products .woocommerce-products-header__title.page-title,
.woocommerce-archive-wrapper .woocommerce-products-header__title.page-title {
  font-family: var(--playfair);
  font-size: 30px;
}
.section-products .woocommerce-ordering select,
.related.products .woocommerce-ordering select,
.woocommerce-archive-wrapper .woocommerce-ordering select {
  border-radius: 10px;
  border: 0 !important;
  outline: unset !important;
  padding: 10px;
}

.woocommerce-breadcrumb {
  display: none;
}

body .wishsuite-table-content table thead > tr th {
  padding: 10px;
  font-family: var(--playfair);
  font-size: 15px;
}
body .wishsuite-table-content table thead > tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body .wishsuite-table-content table thead > tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woolentor-checkout__logo .custom-logo-link {
  width: 250px;
  margin: auto;
  display: block;
}
.woolentor-checkout__logo .custom-logo-link img {
  height: auto;
}

.woolentor-checkout__box {
  font-family: var(--rethik);
}

.separate-containers .inside-article {
  padding: 0 !important;
  background: #FFFFFF !important;
}

.fc-content_tray_right {
  height: 90vh;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  font-family: var(--rethik);
}
.fc-content_tray_right .fc-item-wrapper {
  background: #FFF;
  border-bottom-left-radius: 20px;
}
.fc-content_tray_right .fc-title {
  border-top-left-radius: 20px;
  line-height: 20px;
}
.fc-content_tray_right .fc-title-text {
  font-family: var(--playfair);
  line-height: 20px;
  padding: 20px;
}
.fc-content_tray_right .fc-bottom-part {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.fc-content_tray_right .fc-ul-container li.fc-woocommerce-cart-item.fc-cart-item-empty-cart a {
  font-family: var(--rethik);
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.fc-cart-item .thumbnail a img {
  border-radius: 10px;
}

.wc-block-components-product-name,
.woolentor-checkout__product-name a,
.fc-cart-item .product .name a {
  color: var(--black3);
}

.woolentor-checkout__product-quantity {
  background-color: var(--black3) !important;
}

.fc-cart-item .fc-quantity .quantity input.qty {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.fc-qty-control button.minus {
  border-bottom-right-radius: 10px;
}

.fc-qty-control button.plus {
  border-top-right-radius: 10px;
}

.wishsuite-table-content table tbody > tr td a {
  color: var(--black3);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wishsuite-product-add_to_cart a,
.single-product-wrapper form.cart .button,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button,
.fc-bottom-part .buttons.fc_buttons_inline a {
  font-family: var(--rethik);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #12161a;
  outline: 0 !important;
  box-shadow: none !important;
  background: #12161a !important;
  color: #FFFFFF !important;
  border-radius: 9px;
  transition: 0.5s all;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:hover,
.single-product-wrapper form.cart .button:hover,
.wishsuite-product-add_to_cart a:hover,
.fc-bottom-part .buttons.fc_buttons_inline a:hover {
  background: #d4af37 !important;
  border: 1px solid #d4af37;
  color: #FFFFFF !important;
}

.products li.product .button {
  font-family: var(--rethik);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  outline: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(45deg, #d4af37, rgb(255, 229, 142) 50%, #d4af37 100%) !important;
  color: #12161a !important;
  width: 100%;
  text-align: center;
  border-radius: 9px;
  transition: 0.5s all;
}

.products li.product .button:hover {
  opacity: 0.8;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button div {
  opacity: 1 !important;
}

.wc-block-components-product-name,
.wc-block-cart__main .wc-block-cart-items th,
.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.fc-bottom-part .fc-bottom-subtotal-wrapper span.fc-bottom-subtotal-title,
.fc-bottom-part .fc-bottom-total-wrapper span.fc-bottom-total-title {
  font-family: var(--playfair);
}

.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-cart__main .wc-block-cart-items th {
  font-size: 20px;
}

.wc-block-components-product-name,
.wc-block-components-product-price {
  font-size: 18px;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 15px;
}

.woolentor-checkout__box .woolentor-checkout__container,
.wishsuite-table-content,
.woocommerce-archive-wrapper,
.wp-block-woocommerce-cart {
  max-width: 1220px;
  padding: 0 12px;
  margin: auto;
}
.wishsuite-table-content {
  padding: 120px 12px;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header-image {
  width: 150px !important;
}

.section-collection-grid {
  padding: 50px 0;
}
.section-collection-grid .section-title {
  text-align: center;
}
.section-collection-grid .section-desc {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
.section-collection-grid .collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.section-collection-grid .collections .collection-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.section-collection-grid .collections .collection-item.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 26, 0.4);
  pointer-events: none;
  z-index: 5;
}
.section-collection-grid .collections .collection-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: 0.5s all;
}
.section-collection-grid .collections .collection-item .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
  z-index: 10;
}
.section-collection-grid .collections .collection-item .content .subtitle {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.section-collection-grid .collections .collection-item .content .title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.section-collection-grid .collections .collection-item.item-1 {
  grid-row: span 2;
}
.section-collection-grid .collections .collection-item:hover img {
  transform: scale(1.1);
}

.section-explore-items {
  padding: 50px 0;
}
.section-explore-items .content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  overflow: hidden;
}
.section-explore-items .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 26, 0.4);
  pointer-events: none;
  z-index: 5;
}
.section-explore-items .content .banner-img {
  width: 100%;
}
.section-explore-items .content .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #FFFFFF;
  z-index: 5;
}
.section-explore-items .content .link:hover {
  color: #d4af37;
}

.section-curator {
  padding: 50px 0;
  background-color: #faf7f2;
}
.section-curator .row {
  align-items: center;
}
.section-curator .subtitle {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.section-curator .section-desc {
  max-width: 600px;
}
.section-curator .img-wrapper {
  padding: 12px;
  background: white;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  overflow: hidden;
  max-width: 320px;
  margin-left: auto;
}
.section-curator .img-wrapper img {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .entry-content {
  margin-top: 0 !important;
}

.single-product-wrapper {
  position: relative;
}
.single-product-wrapper .container {
  position: relative;
  z-index: 5;
}
.single-product-wrapper .summary-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 20px;
}
.single-product-wrapper .summary-wrapper .woocommerce-product-gallery,
.single-product-wrapper .summary-wrapper .summary.entry-summary {
  float: unset !important;
  width: 100% !important;
  margin: 0;
}
.single-product-wrapper .summary-wrapper .woocommerce-product-gallery {
  position: relative;
  max-width: 400px;
  margin: auto;
}
.single-product-wrapper .summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  border-radius: 10px;
  overflow: hidden;
}
.single-product-wrapper .summary-wrapper .flex-control-nav {
  padding-top: 20px !important;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 7px;
  flex-wrap: wrap;
}
.single-product-wrapper .summary-wrapper .flex-control-nav li img {
  border-radius: 10px;
}
.single-product-wrapper .summary-wrapper .product_title {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.single-product-wrapper .summary-wrapper .price {
  color: #d4af37 !important;
}
.single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h1, .single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h2, .single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h3, .single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h4, .single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h5, .single-product-wrapper .summary-wrapper .woocommerce-product-details__short-description h6 {
  font-family: "Playfair Display", serif;
}
.single-product-wrapper .top-desc {
  background: #f7f4ef;
  padding: 50px 0;
}
.single-product-wrapper .summary form.cart::before {
  content: unset !important;
}
.single-product-wrapper .summary form.cart {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-start;
}
.single-product-wrapper .summary form.cart input {
  width: 70px !important;
  padding: 7px !important;
  border-radius: 10px !important;
  border: 1px solid black;
}
.single-product-wrapper .summary .product_meta .categories,
.single-product-wrapper .summary .product_meta {
  display: flex;
  align-items: center;
	column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.single-product-wrapper .summary .product_meta .categories a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px;
  background: #12161a;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  border-radius: 50px;
  transition: 0.5s all;
}
.single-product-wrapper .summary .product_meta .categories a:hover {
  background-color: rgba(18, 22, 26, 0.8);
}
.single-product-wrapper .summary .product_meta .categories a::before {
  content: "";
  color: #FFFFFF;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/check.svg");
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.single-product-wrapper div.images {
  margin: 0 !important;
}

.alhamza-product-description-wrapper {
  padding: 50px 0;
}
.alhamza-product-description-wrapper h1, .alhamza-product-description-wrapper h2, .alhamza-product-description-wrapper h3, .alhamza-product-description-wrapper h4, .alhamza-product-description-wrapper h5, .alhamza-product-description-wrapper h6 {
  font-family: "Playfair Display", serif;
}
.rma-layout,
.alhamza-my-account{
	max-width:1220px;
	margin:auto;
	padding:50px 12px;
	/* display:grid;
	grid-template-columns:1fr 2.5fr;
	grid-gap:30px; */
}
.wcmamtx_spending_chart_dash .sb-stat-box span{
	color: var(--black2);
}
.alhamza-my-account{
	display:flex;
	column-gap:40px;
	row-gap:40px;
}
.alhamza-my-account .woocommerce-MyAccount-navigation,
.alhamza-my-account .woocommerce-MyAccount-content{
	float:unset;
	width:100%
}
.alhamza-my-account .woocommerce-MyAccount-navigation{
	max-width:300px;
	background:var(--white);
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
	padding:20px;
	border-radius:20px
}
.alhamza-my-account .woocommerce-MyAccount-content{
	background:var(--white);
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.1);
	padding:20px;
	border-radius:20px
}
.alhamza-my-account .woocommerce-MyAccount-navigation ul{
	margin:0;
	list-style:none
}
.alhamza-my-account .woocommerce-MyAccount-content .button,
.alhamza-form-wrapper .button,
.alhamza-my-account .addresses .title .edit{
	font-family: var(--rethik);
    font-weight: 400 !important;;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 10px 20px !important;
    display: flex !important;
    border: 1px solid #12161a !important;;
    outline: 0 !important;
    box-shadow: none !important;
    background: #12161a !important;
    color: #FFFFFF !important;
    border-radius: 9px !important;;
	transition: 0.5s all;
}
.alhamza-my-account .addresses .title .edit{
	float:unset;
	margin-bottom:15px;
	display:inline-block
}
.alhamza-form-wrapper .button:hover,
.alhamza-my-account .woocommerce-MyAccount-content .button:hover,
.alhamza-my-account .addresses .title .edit:hover{
    background: #d4af37 !important;;
    border: 1px solid #d4af37 !important;;
    color: #FFFFFF !important;
}
.alhamza-my-account .woocommerce-MyAccount-navigation ul a{
	font-family: var(--rethik);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    outline: 0 !important;
    box-shadow: none !important;
    background: #bdc3c7 !important;
    color: #12161a !important;
    border-radius: 5px;
	transition: 0.5s all;
	display:block;
	margin-bottom:10px !important
}

.alhamza-my-account .woocommerce-MyAccount-navigation ul li.is-active a,
.alhamza-my-account .woocommerce-MyAccount-navigation ul a:hover{
	background: #12161a !important;;
    color: #FFFFFF !important;
}
.alhamza-my-account .woocommerce-MyAccount-content a{
	color:var(--gold2)
}
.woocommerce-info{
	border-top-color:#12161a;
}
.woocommerce-info::before{
	color:#12161a;
}
.alhamza-my-account .woocommerce-Address{
	padding:20px;
	background:var(--white);
	border-radius:10px;
}
.woolentor_psa_content h3,
.alhamza-my-account h2{
	font-family:var(--playfair)
}
.mobile-nav-item.fc-floating-cart-icon,
.site-header .menu-side .right-side .fc-floating-cart-icon{
	position: relative;
}
.woolentor_widget_psa_field_area{
    border: 1px solid #12161a;
    border-radius: 12px;
    padding: 0;
	overflow:hidden;
	background-color:var(--white);
	    
}
.woolentor_widget_psa_field_area input{
	font-family:var(--rithik)
}
.woolentor_widget_psa_loading_icon i,
.woolentor_widget_psa_clear_icon i{
	color: #12161a;
}
.woolentor_widget_psa_field_area button{
	padding:0;
	border-color: #12161a;
	color: #12161a;
}
#woolentor_psa_results_wrapper .woolentor_psa_image img{
	border-radius: 6px;
}
.related.products,
.alhamza-form-wrapper{
    max-width:1220px;
	margin:auto;
	padding:50px 12px;
}
.related.products{
	padding:0
}
.alhamza-form-wrapper form.login,
.alhamza-form-wrapper form.register{
    margin: 0;
}
.related.products > h2,
.alhamza-form-wrapper .u-column1 >h2,
.alhamza-form-wrapper .u-column2 >h2{
    font-family: var(--playfair);
}
.related.products > h2{
	text-align:center;
	margin-bottom:30px
}
.alhamza-form-wrapper a{
    color:var(--gold2);
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
	margin:0
}
/* ===========================
   USP BAR
   =========================== */
.usp-bar {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--color-surface-container-low);
  border-top: 1px solid var(--color-outline-variant);
  border-bottom: 1px solid var(--color-outline-variant);
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1536px;
  margin: 0 auto;
  padding-left: var(--spacing-margin-desktop);
  padding-right: var(--spacing-margin-desktop);
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.usp-item .usp-icon{
  color: var(--color-primary);
}
.label-md {
  font-family: var(--playfair);
  letter-spacing: 0.05em;
  color: var(--color-on-surface);
}
/* ===========================
   CATEGORY GRID
   =========================== */
.category-section {
  background-color: var(--color-background);
}
.ingredients-section .title,
.category-section .title {
  font-family: var(--playfair);
  letter-spacing: 0.05em;
  color: var(--color-on-surface);
	
}
.category-section .title{
	text-align:center;
}
.category-grid {
  display: flex;
	justify-content:center;
  gap: 24px;
	margin-top:25px
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
	max-width:200px
}

.category-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border: 1px solid var(--color-outline-variant);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.category-card:hover .category-image {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headline-sm {
  font-family: var(--playfair);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-on-background);
  transition: color 0.3s ease;
}
.category-card:hover .headline-sm { color: var(--color-primary); }

/* ===========================
   INGREDIENTS SECTION
   =========================== */
.ingredients-section {
  background-color: var(--color-background);
  overflow: hidden;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
}

.ingredients-left { display: flex; flex-direction: column; gap: 32px; }
.ingredients-heading { display: flex; flex-direction: column; gap: 8px; }
.ingredients-heading .display-md { margin-top: 8px; }

.ingredients-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.ingredient-item { display: flex; flex-direction: column; gap: 8px; }
.ingredient-name {
  font-family: var(--playfair);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-on-background);
}
.ingredient-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-tertiary);
}

.ingredients-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ingredient-col-1 { display: flex; flex-direction: column; gap: 16px; transform: translateY(48px); }
.ingredient-col-2 { display: flex; flex-direction: column; gap: 16px; }

.img-square { border-radius: 24px; overflow: hidden; aspect-ratio: 1/1; }
.img-portrait-tall { border-radius: 24px; overflow: hidden; aspect-ratio: 3/4; }

.img-square img,
.img-portrait-tall img {
  width: 100%; height: 100%; object-fit: cover;
}
/* ===========================
   MOBILE BOTTOM NAV
   =========================== */
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(249, 249, 249, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--color-outline-variant);
  z-index: 50;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--color-on-surface-variant);
  text-decoration: none;
}
.mobile-nav-item.active { color: var(--color-primary); }

.mobile-nav-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Inter', sans-serif;
}
.mobile-nav-item:not(.active) .mobile-nav-label { font-weight: 500; }

/* ========================== */
.section-gap {
  padding-top: var(--spacing-section-gap);
  padding-bottom: var(--spacing-section-gap);
}
.gold-divider {
  width: 96px;
  height: 4px;
  background-color: var(--color-primary);
  border-radius: var(--radius-full);
  margin: 16px auto 0;
}




.alhamza-dropdown-menu{
	overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 96px 80px;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(250 248 244);
}
.alhamza-dropdown-menu .inner-content{
	display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: auto;
	justify-content: space-between;
    height: 100%;
	row-gap:20px;
}
.alhamza-dropdown-menu .top-part{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.alhamza-dropdown-menu .top-part .title{
	font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-family: var(--playfair);
	margin-bottom:0
}
.alhamza-dropdown-menu .top-part .close-btn{
	padding: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    color: var(--black3);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alhamza-dropdown-menu.active {
    transform: translateY(0);
}
.alhamza-dropdown-menu .mid-part{
	display: flex;
    justify-content: space-between;
}
.alhamza-dropdown-menu .collection{
	display:flex;
	flex-direction:column
}
.alhamza-dropdown-menu .collection .collection-title,
.alhamza-dropdown-menu .featured .collection-title{
	font-family: 'Inter';
	text-transform:uppercase;
	color: rgb(121 89 1);
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.alhamza-dropdown-menu .collection a{
	font-size: 38px;
    line-height: 45px;
    color: var(--black3)  !important;
    font-family: var(--playfair);
	column-gap:15px;
	padding: 10px 10px;
	background: #ffffff;
    border-radius: 10px;
	transition:0.5s background
}
.alhamza-dropdown-menu .collection a:hover{
	background:var(--navy-1);
	color:var(--white) !important
}
.alhamza-dropdown-menu .p-items .add_to_cart_button,
.alhamza-dropdown-menu .p-items .product_type_simple,
.alhamza-dropdown-menu .p-items .wishsuite-btn{
	display:none !important
}
.alhamza-dropdown-menu .p-items .woolentor-product-badge-main-area{
	aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	margin-bottom:16px
}
.alhamza-dropdown-menu .p-items .woolentor-product-badge-main-area img{
	transition-duration: 700ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
	margin-bottom:0 !important
}
.alhamza-dropdown-menu .p-items .products .product:hover .woolentor-product-badge-main-area img {
	transform:scale(1.1)
}
.alhamza-dropdown-menu .p-items .woocommerce-loop-product__title{
	font-size: 20px !important;
    line-height: 1.4;
    font-weight: 600;
    font-family: var(--playfair);
    color: var(--black3);
    padding: 0 !important;
    text-align: center;
}
.alhamza-dropdown-menu .p-items .price{
	color: rgb(121, 89, 1);
    font-family: var(--rethik);
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
	margin-bottom:0 !important;
}
.alhamza-dropdown-menu .bottom-part{
	display: flex;
    justify-content: space-between;
	align-items:flex-end
}
.alhamza-dropdown-menu .social-item{
	font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-family: Inter;
    text-transform: uppercase;
	color:var(--black3)
}
.alhamza-dropdown-menu .social-media{
	width: 40%;
    display: flex;
    justify-content: space-between;
}
.alhamza-dropdown-menu .social-item:hover{
	color:rgb(121, 89, 1)
}
.alhamza-dropdown-menu .contact-info .contact-title{
	font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
}
.alhamza-dropdown-menu .contact-info .contact-item{
	font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-family: var(--playfair);
    color: var(--black3) !important;
}
.woocommerce-page.woocommerce-order-pay,
.woocommerce-page.woocommerce-order-received{
	background: #f7f4ef;
}
.woocommerce-page.woocommerce-order-pay .site-main article,
.woocommerce-page .woocommerce-order{
	max-width: 1220px;
    padding: 50px;
    margin: 50px auto;
        background-image: linear-gradient(45deg, var(--navy-1), var(--navy-2), var(--navy-3));
    border-radius: 50px;
    color: var(--white);
}
.woocommerce-page .woocommerce-order a{
	color:var(--black3)
}
.site-header .header-search{
	position: relative;
	z-index: 11;
}
.site-header .header-search .search-icon-btn{
	cursor:pointer
}
.search-bar{
	position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
	opacity:0;
	pointer-events:none;
	transition:0.5s opacity;
}
.active-search .search-bar{
	opacity:1;
	pointer-events:unset;
	
}
.site-header .middle-menu ul{
	margin:0;
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap: 25px;
}
.site-header .middle-menu ul li{
	list-style:none
}
.site-header .middle-menu a{
	font-family: var(--playfair);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: var(--navy-1);
    margin-bottom: 0;
	text-transform:uppercase
}
.site-header .middle-menu .current_page_item a{
	font-weight: 500;
}
.site-header .head-inner-wrap{
	padding:15px 0;
	height:100%;
	display: flex;
    align-items: center;
	justify-content:center
}
.woolentor-notification-content{
	flex-direction: column;
    row-gap: 10px;
    padding: 10px !important;
    width: fit-content !important;
	
}
.woolentor-notification-content .wlnotification_image{
	padding-right:0 !important
}
.woolentor-notification-content .wlcross{
	border-radius:50%;
	background-color:var(--white);
	padding:0 !important;
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.woolentor-notification-content a{
	color:var(--black3);
	font-family:var(--playfair)
}
.woocommerce-cart .site-main .inner-content{
	padding:100px 20px
}
.woolentor-cart-reserve-notice {
  max-width: 1220px;
	margin:auto;
	margin-bottom:30px
}
.shop-filters-wrapper{
	display:grid;
	grid-template-columns:250px 1fr;
	grid-gap:30px;
}
.wcapf-filter .wcapf-filter-title .wcapf-filter-title-inner{
	font-family:var(--playfair)
}
/*section-contact*/
.section-contact{
	background-color:#f1f2f4;
	padding:150px 20px 50px;
}
.section-contact .content-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}
.section-contact .content-wrapper .left-part{
	padding-right:20px
}
.section-contact .content-wrapper .left-part iframe{
    width:100%;
    height:100%;
}
.section-contact .content-wrapper .right-part .top-part{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:20px;
    margin-bottom:20px;
}
.section-contact h2{
	font-family:var(--playfair)
}
.section-contact .links{
	display:flex;
	flex-direction:column
}
.section-contact .links a{
	color:var(--navy-1);
	transition:0.5s color;
	margin-bottom:10px;
}
.section-contact .links a:hover{
	color:var(--gold2)
}
.section-contact .content-wrapper .left-part .inner,
.section-contact .content-wrapper .right-part .top-part .inner{
    background-color:var(--white);
    padding:20px;
    border-radius:10px;
}
.section-contact .content-wrapper .right-part .top-part .title{
    font-size:30px;
    line-height:35px;
    font-weight:500;
    font-family:var(--playfair);
}
.section-contact .content-wrapper .right-part .top-part .desc{
    font-size:16px;
    line-height:20px;
    font-weight:400;
    font-family:var(--rithik);
    margin-bottom:5px;
}
.section-contact .contact-form .ff-el-input--label label{
    font-size:16px !important;
    line-height:20px !important;
    font-weight:400 !important;
    font-family:var(--playfair) !important;
    margin-top:15px;
    margin-bottom:5px;
}
.section-contact .contact-form .forminator-field span{
    font-size:16px !important;
    line-height:20px !important!important;
    font-weight:400 !important;
    font-family:var(--rithik) !important;
}
.section-contact .content-wrapper .right-part .top-part a{
    font-size:16px;
    line-height:20px;
    font-weight:400;
    font-family:var(--rethik);
    display:inline-block;
    text-decoration:none;
    color:var(--navy-1);
    margin-bottom:1px;
}
.section-contact .content-wrapper .right-part .top-part a:last-child{
    margin-bottom:0;
}
.section-contact .content-wrapper .right-part .top-part a:hover{
    color:var(--black2);
}
.section-contact .contact-form{
    background-color:var(--white);
    padding:20px 40px 40px;
    border-radius:10px;
}
.section-contact .forminator-button-upload{
    font-size:18px;
    line-height:25px;
    font-weight:400;
    font-family:var(--rethik);
    border-radius:10px !important;
    padding:10px 50px !important;
}
.section-contact .forminator-row-last .forminator-button{
    background-color:var(--black2);
    font-size:18px;
    line-height:25px;
    font-weight:400;
    font-family:var(--rethik);
    border-radius:10px !important;
    color:var(--white);
    padding:10px 50px !important;
    margin-top:25px !important;
}
.section-contact .forminator-row-last .forminator-button:hover{
    background-color:var(--gray2);
    color:var(--black2);
}
.section-contact  .forminator-row:not(:last-child){
    margin:0 !important;
}
.section-contact  .forminator-col{
    padding:0 !important;
    flex-grow:1;
}
.section-contact  .forminator-row{
    margin:0 !important;
    display:flex !important;
    column-gap:20px;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results .select2-results__options{
    background: var(--white);
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--rethik);
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--material{
    background: var(--white);
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--rethik);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 0 0;
    overflow: hidden;
    margin: 10px 0;
}
.forminator-select-dropdown-container--open .forminator-custom-form-148.forminator-dropdown--material .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted{
    border:0 !important;
    outline:0 !important;
}
.forminator-select-dropdown-container--open .forminator-custom-form-148.forminator-dropdown--material .select2-results .select2-results__options .select2-results__option.select2-results__option--selected{
    background-color: var(--black2) !important;
    color: #FFFFFF !important;
    border:0 !important;
    outline:0 !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-custom-form-148.forminator-dropdown--material .select2-search input:focus{
    outline:0 !important;
}
/*section-contact*/
/*section-about-hero*/
.section-about-hero{
    padding:50px 0;
}
.section-about-hero .section-title{
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-family: var(--playfair);
    margin-bottom:20px;
    color:var(--navy-1);
}
.section-about-hero .section-desc{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--rethik);
    margin-bottom:30px;
    max-width:100%;
}
.section-about-hero .btn.btn-primary{
	margin-bottom:20px
}
.section-about-hero .content-wrapper,
.section-about-hero .img-wrapper{
    height:100%;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.section-about-hero .content-wrapper{
    flex-direction:column;
    align-items:flex-start;
}
.section-about-hero .img-wrapper img{
    border-radius:40px;
}
/*section-about-hero*/
/*section-about-content*/
.section-about-content{
    padding:50px 0;
}
.section-about-content .content{
    background-color:var(--black2);
    padding:48px 80px;
    border-radius:12px;
}
.section-about-content .content .title{
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-family: var(--playfair);
    margin-bottom:20px;
    color:var(--white);
}
.section-about-content .content .subtitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--rithik);
    margin-bottom:20px;
    color:var(--white);
}
.section-about-content .content .inner{
    display:grid;
    grid-template-columns:300px 1fr;
    grid-gap:25px;
    margin-bottom:25px;
    min-height:400px;
}
.section-about-content .content-wrapper .inner:nth-child(even){
    grid-template-columns:1fr 300px;
}
.section-about-content .content-wrapper img{
    width:100%;
    border-radius:10px;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.section-about-content .content-wrapper .right-part{
    background-color:var(--white-2);
    padding:20px;
    border-radius:10px;
}
/*section-about-content*/
/*.section-about-services*/
.section-about-services{
    padding:50px 0;
    background-color:var(--black2);
    background-image:url('../images/bg2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:multiply;
}
.section-about-services .section-subtitle{
    text-align:left;
    margin-bottom:10px;
	color:var(--white)
}
.section-about-services .section-heading{
    color:var(--white);
    text-align:left;
    margin-bottom:10px;
	font-family:var(--playfair)
}
.section-about-services .section-desc{
    color:var(--white);
}
.section-about-services .cus_cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-gap:20px;
}
.section-about-services .cus_card{
    background-color:var(--white);
    padding:20px;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.section-about-services .cus_card svg{
    font-size:80px;
    margin-bottom:10px;
}
.section-about-services .cus_card .title{
    font-size: 25px;
    line-height: 30px;
    font-family: var(--playfair);
    color:var(--navy-1);
    margin-bottom:10px;
}
.section-about-services .cus_card .desc{
    font-size: 18px;
    line-height: 23px;
    font-family: var(--rethik);
    color:var(--black2);
    margin-bottom:0px;
    text-align:center;
}
/*.section-about-services*/
/*section-breadcrumb*/
.section-breadcrumb{
    padding:50px 0;
	background-image:url('../images/bg1.jpg');
    background-color:var(--navy-1);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
	background-blend-mode: soft-light;
}
.section-breadcrumb::before{
    content:'';
    background-color:rgba(0,0,0,0.2);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.section-breadcrumb .container{
    position:relative;
    z-index:5;
}
.section-breadcrumb .pag-title{
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    font-family: var(--playfair);
    color:var(--white);
    text-align:center;
    margin-bottom:20px;
}
.section-breadcrumb .breadcrumb{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px 10px;
    border-radius: 6px;
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:10px;
    margin:0 auto;
    width:fit-content;
}
.section-breadcrumb .breadcrumb a,
.section-breadcrumb .breadcrumb span{
    color:var(--white);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--playfair);
    display:flex;
}
.section-breadcrumb .breadcrumb span{
    margin:0;
    text-transform:uppercase;
}
/*section-breadcrumb*/
.section-about-content .content-wrapper .inner h3{
	font-family:var(--playfair)
}
.single-product-wrapper .product-single-gallery{
	display:flex;
	flex-direction:column;
	row-gap:20px;
	align-items:center;
	padding: 20px;
}
.single-product-wrapper .product-single-gallery img{
	max-height:calc(100vh - 120px);
	width:auto;
	object-fit:contain;
	object-position:center;
	border-radius:20px
}
.alhamza-product-prod-desc-wrapper{
	padding: 50px 20px;
	background-image: linear-gradient(45deg, var(--navy-1), var(--navy-2), var(--navy-3));
}
.accordion .accordion-item{
	border-radius: 10px;
    overflow: hidden;
	margin-bottom:15px;
}
.accordion .accordion-header,
.accordion .accordion-item:last-child{
	margin-bottom:0
}
.accordion .accordion-button{
	box-shadow:unset !important;
	background-color:var(--white) !important;
	color:var(--black)
}
.accordion h1,.accordion h2,.accordion h3,.accordion h4,.accordion h5,.accordion h6,
.accordion p{
	margin-bottom:10px;
}
.accordion h1,.accordion h2,.accordion h3,.accordion h4,.accordion h5,.accordion h6{
	font-weight:500;
	font-family:var(--playfair)
}
.accordion p:last-child{
	margin-bottom:0;
}
/*section-review*/
.section-review{
    padding:50px 0;
}
.section-review .container{
    max-width:800px;
}
.section-review .ratings{
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:10px;
    margin-bottom:20px;
}
.section-review .ratings svg{
    color:var(--gold2);
}
.section-review .desc{
    font-size:30px;
    line-height:40px;
    font-weight:500;
    font-family:var(--rethik);
    color:var(--black3);
    text-align:center;
    margin-bottom:30px;
}
.section-review .title{
    font-size:20px;
    line-height:30px;
    font-weight:400;
    font-family:var(--playfair);
    color:var(--black2);
    text-align:center;
    margin:0;
}
.section-review .navigation-wrapper{
    padding:20px 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:30px;
}
.section-review .review-pagination{
    width:auto;
    display:flex;
    align-items:center;
}
.section-review .review-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:var(--black2);
}
.section-review .navigation-wrapper .slide-arr{
    transition:0.5s all;
    color: var(--black2);
    border-radius: 50%;
    background: rgb(255, 255, 255);
	padding:0;
    z-index: 11;
}
.section-review .navigation-wrapper .slide-arr.swiper-button-disabled{
    opacity:0.5;
}
/*section-review*/
.page-404,
.coming-soon-page{
	padding:150px 0;
	text-align:center;
	color:var(--white);
	background:linear-gradient(0deg, var(--navy-1), var(--navy-3));
}
.page-404 h1,
.coming-soon-page h1,
.template-wrapper-div h1,
.template-wrapper-div h2,
.template-wrapper-div h3{
	font-family:var(--playfair);
}
.template-wrapper-div{
	padding:50px 20px
}
.template-wrapper-div a{
	color:var(--gold2);
	transition:0.5s color
}
.template-wrapper-div a:hover{
	color:var(--navy-1);
}
@media (max-width: 1220px) {
	.section-home-hero .swiper-slide .inner-content img{
		height:auto
	}
}
@media (max-width: 1024px) {
	.section-home-hero .swiper-slide .inner-content img{
		height:auto
	}
	.alhamza-dropdown-menu{
		padding:20px
	}
}
@media (max-width: 992px) {
	.section-collection-grid .collections{
		grid-template-columns:1fr
	}
	.section-products ul.products{
		display:flex !important;gap:0
		
	}
	.section-products ul.products li.product{
		height: auto;
		max-width:100%;
		row-gap:20px
		
	}
	.section-products .product-content-wrap{
		    box-sizing: border-box;
	}
	.alhamza-my-account{
		flex-direction:column
	}
	.alhamza-my-account .woocommerce-MyAccount-navigation{
		max-width:100%
	}
	.alhamza-my-account .woocommerce-MyAccount-navigation ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		row-gap:10px;
		column-gap:10px
	}
	.alhamza-my-account .woocommerce-MyAccount-navigation ul a{
		margin-bottom:0 !important
	}
	.woocommerce table.my_account_orders .button{
		width: fit-content;
    	margin-left: auto;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th{
		display:block
	}
	.section-products .products-wrapper{
		margin:0 -12px;
	}
	.woocommerce-archive-wrapper .alhamza-product-loop-items{
		width: 100% !important;
        margin: 0 !important;
	}
	.woocommerce-archive-wrapper ul.products{
		grid-template-columns:repeat(2,1fr)
	}
	.section-contact .content-wrapper{
		grid-template-columns: 1fr;
	}
	.section-contact .content-wrapper .left-part iframe{
		height:300px
	}
}
@media (max-width: 900px) {
  :root {
    --spacing-margin-desktop: 40px;
  }
  .ingredients-grid { grid-template-columns: 1fr; }
  .mobile-nav { display: flex; }
  .site-wrapper { padding-bottom: 72px; }
	.usp-item{
		flex-direction: column;
    text-align: center;
		gap:0
	}
	.usp-item .label-md{
		font-size: 11px;
	}
	.usp-item svg{
		width: 17px;
		height: 17px;
	}
	.woocommerce-cart .site-main .inner-content{
		padding:40px 0
	}
	.related.products ul.products{
		grid-template-columns:1fr 1fr;
	}
}
@media (max-width: 768px) {
	:root {
		--spacing-section-gap:40px;
	  }
	.usp-bar{
		padding-top: 16px;
    padding-bottom: 16px;
	}
	.section-products{
		padding:40px 0 !important
	}
	.woocommerce-archive-wrapper{
		padding:40px 20px !important
	}
	
	.related.products{
		padding:0 !important
	}
	.section-curator .img-wrapper{
		margin:auto
	}
	.section-breadcrumb .pag-title{
		font-size:35px;
		line-height:40px
	}
	.alhamza-dropdown-menu .top-part .title{
		font-size:25px;
		line-height:30px
	}
	.alhamza-dropdown-menu .top-part .close-btn{
		width:30px;
		height:30px
	}
	.alhamza-dropdown-menu .mid-part{
		flex-direction:column;
		row-gap:20px
	}
	.alhamza-dropdown-menu .collection a{
		font-size: 25px;
		line-height: 30px;
	}
	.alhamza-dropdown-menu .bottom-part{
		flex-direction: column-reverse;
		align-items: flex-start;
		row-gap: 15px;
	}
	.alhamza-dropdown-menu .contact-info .contact-title{
		text-align:left
	}
	.alhamza-dropdown-menu .social-media{
		width:100%;
		flex-wrap:wrap;
	}
	.category-card{
		max-width:100px
	}
	.rma-main{
		max-width:100%
	}
	.sb-stats-grid.wcmamtx_spending_chart_dash{
		grid-template-columns:1fr
	}
	.wcmam-order-body{
		flex-direction:column
	}
	.wcmam-order-body .product-thumb{
		width: auto;
    	height: auto;
		margin:0
	}
	.wcmam-order-body .order-details{
		width: 100%;
    	padding: 20px 0;
	}
	.wcmam-order-body .product-thumb.multiple img{
		width:100px;
		height: auto;
	}
	.wcmam-order-card{
		position: relative;
	}
	.wcmam-order-card:hover .order-arrow{
		background: var(--black3);
	}
	.wcmam-order-card:hover .order-arrow i{
		color:var(--white)
	}
	.single-product-wrapper .summary-wrapper{
		grid-template-columns:1fr
	}
	.section-about-content .content{
		padding: 30px;
	}
	.section-about-content .content-wrapper .inner{
		display:flex;
		flex-direction:column
	}
	.section-about-content .content-wrapper .inner:nth-child(even){
		flex-direction:column-reverse
	}
	.section-contact .content-wrapper .right-part{
		padding:50px 20px
	}
	
}
@media (max-width: 600px) {
  :root {
    --spacing-margin-desktop: 20px;
    --spacing-section-gap: 60px;
  }

  .display-lg { font-size: 36px; }
  .display-md { font-size: 32px; }
  .ingredients-list { grid-template-columns: 1fr 1fr; }
	.site-header .menu-side .logo-side::before,
	.site-header .menu-side .right-side::after{
		content:unset
	}
	.site-header{
		background-color:var(--navy-1) !important;
	}
	.related.products ul.products{
		grid-template-columns:1fr;
	}
	.site-header .menu-side .logo-side .site-logo{
		width: 80px;
        height: 90px;
	}
	.site-header .menu-side .logo-side .site-logo img {
		width: 70px;
	}
	.category-section .title,
	.ingredients-heading .display-md,
	.section-title{
		font-size: 25px;
    	line-height: 30px;
	}
	.ingredients-heading .display-md{
		margin:0
	}
	.section-desc{
		font-size: 15px;
    	line-height: 20px
	}
	.shop-filters-wrapper{
		grid-template-columns:1fr
	}
	.woocommerce-archive-wrapper ul.products{
		grid-template-columns:1fr
	}
}
@media (max-width: 500px) {
	.section-about-content .content {
        padding: 20px;
    }
	.section-contact .content-wrapper .right-part .top-part,
	.section-about-services .cus_cards{
		grid-template-columns:1fr
	}
	.section-contact .content-wrapper .right-part .top-part{
		row-gap:20px
	}
	.section-contact,
	.section-contact .contact-form{
		padding: 20px 30px;
	}
	.section-contact .content-wrapper .left-part{
		padding:0
	}
}

