@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kuraish.xyz/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(183,144,90);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(0,0,0);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://kuraish.xyz/wp-content/uploads/2021/08/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.product-labels .product-label.onsale {
	background-color: rgb(183,144,90);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(183,144,90);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Regular price (with strikethrough) */
.price del,
.price del bdi {
    color: #9CA3AF !important; /* gray */
}

/* Sale price */
.price ins,
.price ins bdi {
    color: #DC262D !important;
}

#wd-add-to-cart {
    background-color: #B7905A !important;
    border-color: #B7905A !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .woodmart-products .wd-add-btn,
    .woodmart-products .add_to_cart_button {
        font-size: 10px !important;
    }
}

/* =======================================================================
   PERFUME LANDING — PREMIUM POLISH CSS  (companion to the Elementor JSON)
   -----------------------------------------------------------------------
   Where to paste:  WP Dashboard → Appearance → Customize → Additional CSS
   (or Elementor → Custom Code / the page's Custom CSS box if you have Pro)
   These rules target the CSS classes already baked into the template.
   ======================================================================= */

/* ---- Gold GRADIENT text (headings, prices, section titles, hero highlight) ---- */
.gold-text,
.gold-text .elementor-heading-title{
  background:linear-gradient(90deg,#F9E37A,#CCA641,#F6E073);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

/* ---- Sticky glassy header ---- */
.site-header{
  position:sticky;top:0;z-index:999;
  background:rgba(8,8,8,0.82)!important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(246,224,115,0.12);
}

/* ---- Nav link hover ---- */
.nav-link .elementor-heading-title{transition:color .2s ease;}
.nav-link:hover .elementor-heading-title{color:#F6E073!important;}

/* ---- Eyebrow pill subtle gold fill ---- */
.hero-eyebrow{background:rgba(246,224,115,0.05);}

/* ---- Hero image container: curved abstract shape + soft glow ---- */
.hero-media{
  position:relative;
  border-radius:170px 28px 28px 28px!important;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.55), 0 0 45px rgba(246,224,115,.16);
}

/* ---- Circular SHOP NOW button overlapping the hero image ---- */
.shop-now .elementor-button{
  position:relative;
  width:112px;height:112px;
  border-radius:50%!important;
  display:flex;align-items:center;justify-content:center;
  text-align:center;line-height:1.2;letter-spacing:1px;
  box-shadow:0 14px 34px rgba(246,224,115,.4);
}
.shop-now .elementor-button::before{
  content:"";position:absolute;inset:-8px;border-radius:50%;
  border:1px solid rgba(246,224,115,.5);
  animation:perfumePulse 2.4s ease-out infinite;
}
@keyframes perfumePulse{
  0%{transform:scale(1);opacity:.7}
  100%{transform:scale(1.25);opacity:0}
}

/* ---- Luxury cards: hover lift + gold glow ---- */
.lux-card{transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;}
.lux-card:hover{
  transform:translateY(-8px);
  border-color:rgba(246,224,115,.5)!important;
  box-shadow:0 30px 70px rgba(0,0,0,.6), 0 0 45px rgba(246,224,115,.18)!important;
}

/* ---- Circular reviewer avatar ---- */
.rev-avatar{border-radius:50%!important;overflow:hidden;}

/* ---- Generic button micro-interaction ---- */
.elementor-button{transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;}
.elementor-button:hover{transform:translateY(-2px);filter:brightness(1.05);}

/* ---- Search pill text muting ---- */
.search-pill{transition:border-color .2s ease;}
.search-pill:hover{border-color:rgba(246,224,115,.45)!important;}

/* ---- Respect reduced motion ---- */
@media (prefers-reduced-motion: reduce){
  .shop-now .elementor-button::before{animation:none;}
  .lux-card,.elementor-button{transition:none;}
}

/* Remove the blue sticky/order button area completely */
#sticky-cta,
#sticky-cta *,
.elementor-element-76f90fe4,
.elementor-element-76f90fe4 *,
.elementor-sticky--active#sticky-cta,
.elementor-sticky__spacer,
.elementor-sticky__spacer#sticky-cta {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}