@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.eot");
  src: url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.woff") format("woff"), url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.ttf") format("truetypefont"), url("../fonts/open-sans-v18-latin-regular/open-sans-v18-latin-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.eot");
  src: url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.woff") format("woff"), url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.ttf") format("truetypefont"), url("../fonts/open-sans-v18-latin-bold/open-sans-v18-latin-700.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Footer CSS start */
footer {
  background-color: #f1f1f1;
  color: #000000;
  padding: 0px;
  font-size: 15px;
}
footer a, footer a.nav-link {
  color: #000000;
}
footer h5 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .field--name-body p {
  line-height: 30px;
}
footer .footer-top {
  padding-top: 50px;
  padding-bottom: 25px;
}
footer .footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid;
}
footer .footer-logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
footer .social-links {
  padding: 0px;
}
footer .footer-socials ul {
  list-style: none;
  display: flex;
  padding: 0px;
  gap: 10px;
}
footer .footer-socials ul li {
  padding: 5px 3px 5px 7px;
  border-radius: 50%;
  border: 1px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
}
footer .footer-socials ul li:first-child {
  color: #1877F2;
}
footer .footer-socials ul li:first-child a {
  color: #1877F2;
}
footer .footer-socials ul li:nth-child(2) {
  color: #E1306C;
}
footer .footer-socials ul li:nth-child(2) a {
  color: #E1306C;
}
footer .footer-socials ul li:nth-child(3) {
  color: #1DA1F2;
}
footer .footer-socials ul li:nth-child(3) a {
  color: #1DA1F2;
}
footer .footer-socials ul li:hover {
  border-color: #bfa100;
}
footer .footer-socials ul li:hover a {
  color: #bfa100;
}
footer .region-footer-right {
  display: block;
  line-height: 30px;
}
footer .region-footer-right > * {
  margin-top: 25px;
}
footer .region-footer-right li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 25px;
}
footer .region-footer-right li .fa {
  font-size: 16px;
  color: #bbbda9;
  width: 20px;
  display: inline-block;
  text-align: center;
}
footer .region-footer-right li a {
  padding: 0px !important;
  line-height: 20px;
}
footer .footer-right {
  list-style: none;
  padding: 0px;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 100;
  padding: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fffcf0;
  border: 1px solid #bfa100;
  color: #bfa100;
  cursor: pointer;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.whatsapp-button:hover {
  color: white;
}
.whatsapp-button img {
  width: 20px;
  height: 20px;
}

footer .region-footer-left .field--name-body img {
  margin-top: 0px;
}

.footer-social-link a:hover .fa-facebook-f:before {
  padding: 10px;
}

@media only screen and (min-device-width: 200px) {
  .footer-social-link a span:before {
    padding: 8px;
  }
  .footer-social-link a .fa-facebook-f:before {
    padding: 11px;
  }
  .footer-social-link a .fa-linkedin-in:before {
    padding: 8px;
  }
  .footer-social-link .twitter-x {
    padding: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-bottom {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  footer .region-footer-right {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-left: 100px;
  }
  footer .region-footer-right > * {
    margin-top: 0px;
  }
}
/* Header CSS - start */
.top-header {
  background-color: #f1f1f1;
  padding: 8px 0px;
}
.top-header a {
  text-decoration: none;
  min-width: 20px;
  margin: 0px 8px;
}
.top-header .left-side {
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.top-header .right-side {
  float: right;
  font-size: 18px;
  text-align: right;
}

header {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .container {
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #block-kg-gold-basiccartcountblock {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 100%;
  align-items: center;
  display: flex;
}
header .site-title {
  display: none;
}
header a.nav-link {
  padding: 5px 14px !important;
  font-size: 17px;
}
header a.nav-link.active, header a.nav-link.is-active {
  color: #000000 !important;
}
header .logo {
  width: 200px;
  max-width: 50%;
  background: url(../images/logo-full.png) no-repeat center/100%;
  height: 60px;
  float: left;
}
header button.navbar-toggler {
  display: none;
}
header .navbar-nav {
  flex-direction: row;
}
header .navbar-nav > li {
  padding-right: 20px;
  font-weight: 600;
}
header .navbar-nav a, header .navbar-nav span {
  font-weight: 400;
  font-size: 16px;
  color: #5C5C5C;
  line-height: 30px;
  padding: 0 !important;
}
header .navigation {
  flex: 1;
}
header .navigation .nav-link.is-active {
  color: #FFD700;
}

.region-nav-main .navbar-nav {
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
}

.dropdown-menu {
  display: none;
}

#block-kg-gold-main-menu ul:not(.dropdown-menu) > li > span, #block-kg-gold-main-menu ul:not(.dropdown-menu) > li > a {
  line-height: 40px;
}
#block-kg-gold-main-menu ul > li {
  position: relative;
}
#block-kg-gold-main-menu ul > li > ul > li > ul.dropdown-menu {
  left: 100% !important;
  top: -1px !important;
}
#block-kg-gold-main-menu .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  transform: none !important;
  inset: initial !important;
  position: absolute;
  width: 200px;
  height: auto;
  display: none;
}
#block-kg-gold-main-menu .dropdown-menu.show {
  display: block !important;
}
#block-kg-gold-main-menu .dropdown-menu li {
  padding: 3px 12px;
}
#block-kg-gold-main-menu .dropdown-menu li a {
  display: block;
  padding: 7px 10px;
}

h2.basic-page-title {
  color: #fff;
  margin: 0px;
  text-align: left !important;
  font-weight: 600;
  text-transform: initial;
}
h2.basic-page-title p {
  margin: 0px;
  padding-bottom: 15px;
}

.menuToggle {
  position: relative;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  width: 49px;
  height: 49px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.menuToggle span {
  display: block;
  height: 2px;
  width: 30px;
  background: #555A70;
  transition: all 0.15s ease;
  position: absolute;
  right: 8px;
  transform: rotate(0deg);
}

.menuToggle span:first-child {
  width: 30px;
  top: 19px;
}

.menuToggle span:last-child {
  width: 30px;
  top: 27px;
}

header button[aria-expanded=true] span {
  top: 23px;
}

header button[aria-expanded=true] span:first-child {
  transform: rotate(45deg);
}

header button[aria-expanded=true] span:last-child {
  transform: rotate(-45deg);
  width: 30px;
  top: 19px;
}

@media only screen and (max-width: 1000px) {
  header .navbar- li.nav-item {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1202px) {
  header .navbar- li.nav-item {
    margin-right: 16px;
  }
  header .navbar- a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1080px) {
  header .navbar- li.nav-item {
    margin-right: 10px;
  }
  header {
    padding: 10px 0px !important;
  }
  header .logo {
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .collapse:not(.show) {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header nav {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0px;
    border-top: 1px solid #e2e2e2;
  }
  header #block-kg-gold-basiccartcountblock {
    right: 70px;
  }
  .navbar- {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding: 0px;
    background: #fff;
  }
  .navbar- .row {
    width: 100%;
    margin: 0px;
  }
  button.navbar-toggler {
    display: block !important;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 25px;
    color: blue;
    position: absolute;
    right: 13px;
    top: 5px;
  }
  button.navbar-toggler .fa {
    line-height: 30px;
    height: 30px;
    float: left;
  }
  header .navbar- li.nav-item {
    margin-bottom: 15px;
  }
  header .navbar- a.active {
    text-decoration-thickness: 2px;
  }
  .navbar-collapse {
    margin-top: 1px;
  }
  header .navbar- li.nav-item:last-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 450px) {
  #block-kg-gold-topheaderblock .field--name-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #block-kg-gold-topheaderblock .left-side {
    display: flex;
    flex-direction: column;
    min-width: 190px;
  }
  #block-kg-gold-topheaderblock .right-side {
    flex: 1;
  }
  #block-kg-gold-main-menu .dropdown-menu {
    width: auto;
  }
  #block-kg-gold-main-menu ul > li > ul > li > ul.dropdown-menu {
    position: static !important;
  }
}
.contact-us main .field--name-body {
  margin-bottom: 50px;
}
.contact-us .contactus-details {
  color: #000000;
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 50px 16px 20px 16px;
}
.contact-us .contactus-details h2 {
  color: #bfa100;
}
.contact-us .contactus-details h5 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-us .contactus-details .left-content {
  flex: 1;
}
.contact-us .contactus-details .right-content {
  flex: 1;
  min-height: 300px;
}
.contact-us .contactus-details .details-list {
  list-style-type: none;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
}
.contact-us .contactus-details .details-list li {
  margin-top: 16px;
}
.contact-us .contactus-details .details-list li:first-child {
  margin-bottom: 40px;
}
.contact-us .contactus-details .details-list li:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-us .contactus-details .details-list li .fa {
  font-size: 20px;
  line-height: 25px;
  width: 20px;
  text-align: center;
}
.contact-us .contactus-details img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.contact-us .contactus-details a.btn {
  font-weight: 700;
  background-color: #bfa100;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.contact-us .contactus-details a.btn:hover {
  background-color: #5C5C5C;
}
.contact-us .contactus-details a.btn {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .contact-us .contactus-details {
    flex-direction: column;
  }
  .contact-us .right-content {
    width: 100%;
  }
}
.page-404 .page-404-box, .page-404 .page-403-box, .page-403 .page-404-box, .page-403 .page-403-box {
  text-align: center;
  padding: 40px 15px !important;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  min-height: calc(100vh - 160px);
  align-items: center;
}
.page-404 .page-404-box h2.errorpage-no, .page-404 .page-403-box h2.errorpage-no, .page-403 .page-404-box h2.errorpage-no, .page-403 .page-403-box h2.errorpage-no {
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(78, 144, 181) 0%, rgb(130, 199, 147) 70%, rgb(130, 199, 147) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  transition: background-position 2s ease;
  cursor: pointer;
}
.page-404 .page-404-box h2.errorpage-no:hover, .page-404 .page-403-box h2.errorpage-no:hover, .page-403 .page-404-box h2.errorpage-no:hover, .page-403 .page-403-box h2.errorpage-no:hover {
  background-position: 100% 0;
}
.page-404 .page-404-box img, .page-404 .page-403-box img, .page-403 .page-404-box img, .page-403 .page-403-box img {
  width: 300px;
}
.page-404 .page-404-box a.back-to-home, .page-404 .page-403-box a.back-to-home, .page-403 .page-404-box a.back-to-home, .page-403 .page-403-box a.back-to-home {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  position: relative;
}
.page-404 .page-404-box a.back-to-home:hover, .page-404 .page-403-box a.back-to-home:hover, .page-403 .page-404-box a.back-to-home:hover, .page-403 .page-403-box a.back-to-home:hover {
  text-decoration: none;
  color: #bfa100;
}
.page-404 .page-404-box a.back-to-home:before, .page-404 .page-403-box a.back-to-home:before, .page-403 .page-404-box a.back-to-home:before, .page-403 .page-403-box a.back-to-home:before {
  content: " ";
  width: 12px;
  height: 12px;
  color: transparent;
  background-image: url(../images/back-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15%;
  top: 5px;
}

.region-banner {
  position: relative;
}

.slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #bfa100;
  color: #bfa100;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 38px;
  margin: 0px 10px;
}
.slick .slick-arrow.slick-prev {
  left: 0px;
}
.slick .slick-arrow.slick-next {
  right: 0px;
}

.slick-slide img {
  width: 100%;
}

.path-frontpage .main-content {
  padding-top: 50px;
}

#block-kg-gold-trustandsupportblock {
  background-color: #ffffff;
  padding: 50px 0px;
}
#block-kg-gold-trustandsupportblock .field--name-body {
  max-width: 1140px;
  margin: 0px auto;
  padding: 0px 16px;
}
#block-kg-gold-trustandsupportblock .field--name-body {
  display: flex;
  gap: 20px;
}
#block-kg-gold-trustandsupportblock .field--name-body .trusted-block-item {
  flex: 1;
}
#block-kg-gold-trustandsupportblock .field--name-body .trusted-block-item .trusted-block-item-image {
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
}
#block-kg-gold-trustandsupportblock .field--name-body .trusted-block-item img {
  width: 120px;
  height: auto;
}
#block-kg-gold-trustandsupportblock .field--name-body .trusted-block-item h5 {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

#block-kg-gold-homepagecontentimage {
  margin-bottom: 50px;
}
#block-kg-gold-homepagecontentimage img {
  width: 100%;
  height: auto;
}

#block-kg-gold-homepageaboutus {
  margin-bottom: 50px;
}
#block-kg-gold-homepageaboutus .field--name-body {
  color: #000;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 0px 16px;
}
#block-kg-gold-homepageaboutus .field--name-body .left-content {
  flex: 1;
}
#block-kg-gold-homepageaboutus .field--name-body .right-content {
  flex: 1;
}
#block-kg-gold-homepageaboutus .field--name-body .right-content h2 {
  color: #bfa100;
}
#block-kg-gold-homepageaboutus .field--name-body .right-content h5 {
  font-size: 30px;
  font-weight: bold;
}
#block-kg-gold-homepageaboutus .field--name-body .right-content p {
  margin-top: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
}
#block-kg-gold-homepageaboutus .field--name-body img {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-right: 20px;
  border-radius: 20px;
}
#block-kg-gold-homepageaboutus .field--name-body a.btn {
  font-weight: 700;
  background-color: #bfa100;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
#block-kg-gold-homepageaboutus .field--name-body a.btn:hover {
  background-color: #5C5C5C;
}

@media only screen and (max-width: 768px) {
  #block-kg-gold-trustandsupportblock .field--name-body {
    flex-direction: column;
  }
  #block-kg-gold-homepageaboutus .field--name-body {
    flex-direction: column;
  }
}
.addtocart-link-class .basic_cart-get-quantity {
  font-weight: 700;
  background-color: #bfa100;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.addtocart-link-class .basic_cart-get-quantity:hover {
  background-color: #5C5C5C;
}

#block-kg-gold-views-block-product-listing-homepage, .view-products-page {
  max-width: 1140px;
  margin: 50px auto;
  padding: 0px 16px;
}
#block-kg-gold-views-block-product-listing-homepage .view-content, .view-products-page .view-content {
  display: flex;
  overflow-y: auto;
  gap: 20px;
  padding: 10px 0px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card, .view-products-page .product-card {
  padding: 20px;
  background: #fff;
  display: inline-block;
  width: 300px;
  min-width: 250px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px #e2e2e2;
}
#block-kg-gold-views-block-product-listing-homepage .product-card h3, .view-products-page .product-card h3 {
  margin-top: 10px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image, .view-products-page .product-card .field--type-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image .is-available, .view-products-page .product-card .field--type-image .is-available {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image .is-available > span, .view-products-page .product-card .field--type-image .is-available > span {
  padding: 3px 10px;
  color: #ffffff;
  border-radius: 12px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image .is-available > span.unit-availabe, .view-products-page .product-card .field--type-image .is-available > span.unit-availabe {
  background-color: #13a760;
  box-shadow: 0px 0px 10px #aaffd7;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image .is-available > span.unit-not-availabe, .view-products-page .product-card .field--type-image .is-available > span.unit-not-availabe {
  background-color: #f44336;
  box-shadow: 0px 0px 10px #ffaaaa;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image img, .view-products-page .product-card .field--type-image img {
  transition: transform 0.5s ease-in-out 0.2s;
  width: 100%;
  height: 320px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .field--type-image img:hover, .view-products-page .product-card .field--type-image img:hover {
  transform: scale(1.2);
}
#block-kg-gold-views-block-product-listing-homepage .product-card .category-weight, .view-products-page .product-card .category-weight {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .category-weight .product-category, .view-products-page .product-card .category-weight .product-category {
  color: #bfa100;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .category-weight .product-weight, .view-products-page .product-card .category-weight .product-weight {
  color: #bfa100;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .category-weight .product-weight b, .view-products-page .product-card .category-weight .product-weight b {
  font-size: 18px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .add-to-cart, .view-products-page .product-card .add-to-cart {
  margin-top: 15px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .add-to-cart .addtocart-quantity-wrapper-container, .view-products-page .product-card .add-to-cart .addtocart-quantity-wrapper-container {
  margin: 0px;
  flex: 1;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .add-to-cart .addtocart-link-class, .view-products-page .product-card .add-to-cart .addtocart-link-class {
  margin: 0px;
}
#block-kg-gold-views-block-product-listing-homepage .product-card .add-to-cart .addtocart-wrapper-container, .view-products-page .product-card .add-to-cart .addtocart-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-products-page .product-card .field--type-image img {
  height: 400px !important;
}

.product-page {
  display: grid;
  margin: 50px 0px;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.product-page .addtocart-link-class {
  margin-top: 30px;
}
.product-page .product-images {
  border-radius: 12px;
  overflow: hidden;
}
.product-page .product-images img {
  width: 100%;
}
.product-page .product-descriptions > div:not(:first-child) {
  margin-top: 20px;
}
.product-page .field--name-field-category {
  margin-top: 20px;
  font-size: 20px;
}
.product-page .field--name-field-sku-number {
  font-size: 20px;
  color: #bfa100;
}
.product-page .field__label {
  font-size: 16px;
  color: #5C5C5C;
}
.product-page .field__item {
  font-size: 18px;
  color: #000000;
}

.region-title {
  background: url(../images/gold-product.png) no-repeat center/100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  padding: 50px 0px;
  color: #fff;
  position: relative;
}
.region-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  top: 0px;
}
.region-title #block-kg-gold-page-title {
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 520px) {
  .region-title {
    min-height: 120px;
  }
  .product-page {
    grid-template-columns: 1fr;
  }
}
.view-products-page .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.view-products-page .view-content .product-card {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .view-products-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .view-products-page .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .view-products-page .product-card .field--type-image img {
    height: auto !important;
  }
}
.path-cart .region-content {
  margin: 50px auto;
}

.about-us main .field--name-body {
  margin-bottom: 50px;
}
.about-us .about-page-section {
  color: #000000;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  gap: 60px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.about-us .about-page-section h2 {
  color: #bfa100;
}
.about-us .about-page-section h5 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-us .about-page-section .left-content {
  flex: 1;
}
.about-us .about-page-section .right-content {
  flex: 1;
}
.about-us .about-page-section img {
  width: 100%;
  height: auto;
  margin-right: 20px;
  border-radius: 20px;
}
.about-us .about-page-section a.btn {
  font-weight: 700;
  background-color: #bfa100;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.about-us .about-page-section a.btn:hover {
  background-color: #5C5C5C;
}
.about-us .about-page-section a.btn {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .about-us .about-page-section {
    flex-direction: column;
  }
}
.terms-and-conditions main .field--name-body {
  color: #000;
  font-size: 16px;
  margin: 50px auto;
}
.terms-and-conditions main ol {
  padding-left: 26px;
}
.terms-and-conditions main ol > li {
  margin-bottom: 25px;
}
.terms-and-conditions main ol > li::marker, .terms-and-conditions main ol > li strong {
  font-weight: 600;
}
.terms-and-conditions main ol > li ul {
  padding-left: 16px;
  margin-top: 10px;
}
.terms-and-conditions main ol > li:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #5C5C5C;
  margin-left: -26px;
  height: 1px;
  display: block;
  margin-top: 25px;
}

#block-kg-gold-homepagegrid {
  margin: 0px 0px 60px 0px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 20px;
  grid-auto-flow: dense;
}

.grid-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}
.grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.grid-item:hover .description {
  transform: translateY(0);
}
.grid-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}
.grid-item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}
.grid-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 2;
}
.grid-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}
.grid-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.description h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}
.description p {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 150px;
  }
  .grid-item:nth-child(1), .grid-item:nth-child(3), .grid-item:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
  }
  h1 {
    font-size: 2em;
  }
}
.btn-primary {
  font-weight: 700;
  background-color: #bfa100;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.btn-primary:hover {
  background-color: #5C5C5C;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #5C5C5C;
  background-color: #fff;
  overflow-x: hidden;
}

a, a.nav-link {
  color: #5C5C5C;
  text-decoration: none;
}
a:hover, a.nav-link:hover {
  color: #bfa100;
}

.field--name-body p {
  line-height: 22px;
  font-size: 16px;
}

.main-content {
  background-color: #fffcf0;
}

.region-content {
  padding: 0px;
}

.node--type-page {
  position: relative;
}

.region-content .block-block-content, .region-content .banner-image-wrapper {
  position: relative;
  overflow: hidden;
}
.region-content .block-block-content img, .region-content .banner-image-wrapper img {
  width: 100%;
}

.pager {
  margin-top: 20px;
}

.pager ul {
  margin: 0px;
  padding: 0px;
}

.pager ul li.active {
  color: #fff !important;
}

.pager ul li.active a {
  color: #fff;
}

p.buttonText {
  background: transparent;
  color: #f15c22;
  border: 0px;
  position: relative;
  padding: 5px 5px 5px 45px;
  width: auto;
  margin-right: 15px;
}

p.buttonText a {
  color: #f15c22;
}

p.buttonText:before {
  content: "\f019";
  top: -1px;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  background: #f15c22;
  display: flex;
  position: absolute;
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
