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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Cabin", 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(236,27,148);
	--wd-alternative-color: rgb(236,27,148);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--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: rgb(255,255,255);
	background-image: url(http://fancygiftsplace.com/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(http://fancygiftsplace.com/wp-content/uploads/2024/11/IMG_9998-scaled.jpeg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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;
}
}


/* Hero Section */
div.cat-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
}

div.cat-grid h3,
div.cat-grid h4 {
  grid-column: 1 / -1 !important;
}

@media (max-width: 1024px) {
  div.cat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  div.cat-grid {
    grid-template-columns: 1fr !important;
  }
}

/* About Section */
.fgp-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.fgp-hero {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.fgp-logo {
  width: 140px;
  max-width: 100%;
}

.fgp-hero-text h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.fgp-hero-text p {
  font-size: 16px;
  color: #555;
}

.fgp-about {
  background: #f9f9fb;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 60px;
}

.fgp-about-text h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.fgp-about-text p {
  line-height: 1.7;
  margin-bottom: 12px;
  color: #444;
}

.fgp-gallery {
  column-count: 3 !important;
  column-gap: 20px !important;
}

.fgp-gallery {
  display: block !important;
}

.fgp-gallery img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  display: block;
  break-inside: avoid;
  page-break-inside: avoid;
}

.fgp-gallery img:hover {
  transform: scale(1.03);
  transition: 0.3s ease;
}

@media (max-width: 992px) {
  .fgp-gallery {
    column-count: 2 !important;
  }
}

@media (max-width: 600px) {
  .fgp-gallery {
    column-count: 1 !important;
  }
	
		.fgp-hero {
		flex-direction:column;
	}
	
	.fgp-logo {
  width: 340px;
  max-width: 100%;
}
}

/* Contact Us Section */
.fgp-contact {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

/* HEADER */
.fgp-contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.fgp-contact-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.fgp-contact-header p {
  color: #666;
}

.fgp-contact-row {
  display: flex !important;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT SIDE */
.fgp-contact-info {
  width: 45%;
  background: #f9f9fb;
  padding: 30px;
  border-radius: 12px;
}

.fgp-contact-info h3 {
  margin-bottom: 20px;
}

.fgp-info-item {
  margin-bottom: 15px;
}

.fgp-info-item strong {
  display: block;
  margin-bottom: 5px;
}

.fgp-info-item p {
  margin: 0;
  color: #444;
}

/* INSTAGRAM BUTTON */

.fgp-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #ed1a95;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.fgp-instagram svg {
  width: 16px;
  height: 16px;
}

.fgp-instagram:hover {
  background: #c72b60;
}

/* RIGHT SIDE */
.fgp-contact-form {
  width: 55%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.fgp-contact-form h3 {
  margin-bottom: 20px;
}

.fgp-contact-form input,
.fgp-contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* BUTTON */
.fgp-contact-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  background: #ed1a95;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.fgp-contact-form input[type="submit"]:hover {
  background: #333;
}

@media (max-width: 992px) {
  .fgp-contact-row {
    flex-direction: column !important;
  }

  .fgp-contact-info,
  .fgp-contact-form {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .fgp-contact {
    padding: 40px 15px;
  }

  .fgp-contact-header h2 {
    font-size: 24px;
  }
}


/* Footer Container */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
}

.footer-section {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #ccc;
}

.footer-links a:hover {
  color: #fff;
}

.footer-logo img,
.footer-payment img,
.footer-shipping img {
  max-width: 100%;
  height: auto;
}

.footer-newsletter input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.footer-newsletter input[type="submit"] {
  padding: 8px 12px;
  cursor: pointer;
}

.footer-social a {
  display: inline-block;
  margin-top: 5px;
  color: #ccc;
}

.footer-social a:hover {
  color: #fff;
}


@media (max-width: 992px) {
  .footer-container {
    gap: 20px;
  }

  .footer-section {
    flex: 1 1 45%;
  }
}


@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 15px;
  }

  .footer-section {
    width: 100%;
  }

  .footer-section h4 {
    font-size: 15px;
  }
}

.category-grid-item .category-link span,
.wd-col.wd-cat a span,
.woocommerce ul.products li.product-category a h2,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  color: #ffffff !important;
}

.wd-categories-grid a {
  --wd-link-color: #ffffff !important;
  color: #ffffff !important;
}

.wd-cat-info .wd-entities-title,
.wd-cat-info .count,
.wd-cat-info h3,
.wd-cat-info .hover-mask span {
  color: #ffffff !important;
}