@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//goldluxgalleria.com/wp-content/themes/woodmart/fonts/woodmart-font-1-300.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(163,133,113);
	--wd-alternative-color: rgb(198,178,159);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(195,147,91);
	--btn-accented-bgcolor-hover: rgb(169,127,79);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 550px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(234,234,234);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,244,244);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

<style>
.product-meta-list {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #eadfce;
  border-radius: 24px;
  background: #fffdf9;
  max-width: 400px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.product-meta-item {
  border-bottom: 1px solid #efe6d8;
  padding: 6px 0;
}

.product-meta-item:last-child {
  border-bottom: none;
}


/* CLICK AREA */
.meta-trigger {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 18px;

  transition:
    background .28s ease,
    transform .22s ease,
    box-shadow .28s ease;
}


/* BEAUTIFUL GOLD HOVER */
.meta-trigger:hover {
  background: linear-gradient(
    135deg,
    #e3c27e 0%,
    #c5933f 100%
  );

  box-shadow: 0 10px 24px rgba(197,147,63,0.18);

  transform: translateY(-1px);
}


/* ICON */
.product-meta-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    #f5e3b5 0%,
    #d8b063 100%
  );

  color: #7a5a1d;

  box-shadow: 0 4px 12px rgba(215,176,97,0.2);

  transition:
    background .3s ease,
    transform .25s ease,
    box-shadow .3s ease;
}

.product-meta-icon svg {
  width: 18px;
  height: 18px;
}


/* ICON HOVER */
.meta-trigger:hover .product-meta-icon {
  background: linear-gradient(
    135deg,
    #f9edcb 0%,
    #e2b75f 100%
  );

  transform: scale(1.06);

  box-shadow: 0 8px 18px rgba(194,145,61,.28);
}


/* TEXT */
.meta-title {
  flex: 1;
  color: #2b2118;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
	text-transform: none;
  transition: color .25s ease;
}

.meta-trigger:hover .meta-title {
  color: #2d1e05;
}


/* PLUS ICON */
.meta-arrow {
  font-size: 24px;
  font-weight: 300;
  color: #b88b3d;

  transition:
    transform .35s ease,
    color .25s ease;
}

.meta-trigger:hover .meta-arrow {
  color: #6f4a10;
}


/* OPEN STATE */
.product-meta-item.active .meta-arrow {
  transform: rotate(45deg);
}


/* DROPDOWN */
.meta-content {
  max-height: 0;
  overflow: hidden;

  opacity: 0;
  transform: translateY(-6px);

  transition:
    max-height .45s ease,
    opacity .35s ease,
    transform .35s ease;
}

.product-meta-item.active .meta-content {
  max-height: 400px;

  opacity: 1;
  transform: translateY(0);
}


/* INSIDE CONTENT */
.meta-content-inner {
  margin: 10px 0 16px 58px;

  padding: 16px 18px;

  background: linear-gradient(
    180deg,
    #fffaf1 0%,
    #fff4df 100%
  );

  border: 1px solid #efd7a3;

  border-radius: 16px;

  color: #5b4a33;

  font-size: 14px;
  line-height: 1.75;

  max-height: 180px;
  overflow-y: auto;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}


/* CUSTOM SCROLLBAR */
.meta-content-inner::-webkit-scrollbar {
  width: 6px;
}

.meta-content-inner::-webkit-scrollbar-thumb {
  background: #d0a24e;
  border-radius: 20px;
}

.meta-content-inner::-webkit-scrollbar-track {
  background: transparent;
}



/* MOBILE */
@media (max-width: 768px) {

  .product-meta-list {
    padding: 16px;
    border-radius: 18px;
    max-width: 100%;
  }

  .meta-trigger {
    padding: 12px 12px;
    border-radius: 16px;
  }

  .meta-title {
    font-size: 14px;
  }

  .product-meta-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .meta-content-inner {
    margin-left: 48px;
    padding: 14px 15px;
  }

}
</style>