/** Shopify CDN: Minification failed

Line 686:10 Expected identifier but found whitespace
Line 686:15 Unexpected ";"

**/
@font-face {
  font-family: 'SF Pro Regular';
  src: url('/cdn/shop/files/SF-Pro-Display-Regular.otf?v=1769167815') format('opentype'),
       url('/cdn/shop/files/SF-Pro-Display-Regular.otf?v=1769167815') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'SF Pro Medium';
  src: url('/cdn/shop/files/SF-Pro-Display-Medium.otf?v=1769167815') format('opentype'),
       url('/cdn/shop/files/SF-Pro-Display-Medium.otf?v=1769167815') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'SF Pro Semibold';
  src: url('/cdn/shop/files/SF-Pro-Display-Semibold.otf?v=1769167815') format('opentype'),
       url('/cdn/shop/files/SF-Pro-Display-Semibold.otf?v=1769167815') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'SF Pro Bold';
  src: url('/cdn/shop/files/SF-Pro-Display-Bold.otf?v=1769167815') format('opentype'),
       url('/cdn/shop/files/SF-Pro-Display-Bold.otf?v=1769167815') format('opentype');
  font-weight: 400;
}

body {
  font-family: 'SF Pro Regular' !important;
}
input,
textarea,
select,
button,
option {
   font-family: 'SF Pro Regular' !important;
}
h1 ,h2 ,h3 ,h4 ,h5 ,h6{
font-family: 'SF Pro Semibold' !important;
}
.btn{
	text-decoration: none;
}
.ticker {
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;
  }

  .item {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .separator {
    opacity: 0.7;
  }

  .up {
    color: #ffeb3b;
  }
.up-icon, .down-icon {
	color: #fff;
}
  .down {
    color: #ffcdd2;
  }
.utility-bar {
	background: #CD2027;
	overflow: hidden;
}
.header__menu-item {
	font-size: 18px;
}
.header__submenu{
	text-align: left;
}
.header__icon, .header__icon--cart .icon {
	background: #E6D3C4;
	margin: 7px;
	border-radius: 50%;
}
.header__icon:hover .icon, .modal__close-button:hover .icon {
	transform: unset !important;
}
.footer-upper-sec {
	background: #e6d3c4;
	display: flex;
	padding: 30px;
	border-radius: 10px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: -80px;
	flex-wrap: wrap;
	z-index: 1;
}
.footer-upper-right a {
	background: #CD2027;
	color: #fff;
	border: none;
	padding: 20px;
	border-radius: 40px;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	max-width: 250px;
    text-decoration: none;
}
.footer-upper-left {
	width: 70%;
}
.footer-upper-left h3 {
	font-size: 38px;
	color: #222222;
	margin: 0;
	font-weight: 500;
}
.footer-upper-left p {
	font-weight: 100;
	color: #222;
	font-size: 17px;
	font-style: normal;
    margin: 0;
}
.footer-upper-right {
	width: 30%;
	text-align: right;
}
.list-social{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.list-social li {
	border: 1px solid #fff;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	margin-right: 10px;
	border-radius: 50%;
	justify-content: center;
}
.list-social li a {
  line-height: 10px;
}
.list-social svg {
	margin-left: 0;
	color: #fff;
}
.address {
	display: flex;
	align-items: self-start;
	justify-content: start;
	gap: 10px;
}
.address .content h4 {
	font-size: 16px;
	border: none;
	margin: 0;
	color: #ccc;
}
.address-icon {
	margin-top: 6px;
}
/* live prices page css */

.live-prices-wrapper {
  width: 100%;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}
.live-page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
}
.live-page-header h2 {
	margin: 0;
}
.live-page-header p {
	margin: 0;
	color: #222;
	font-weight: 500;
	font-size: 23px;
}

.currency, switch {
	color: #222;
	font-size: 20px;
}
.switch {
	border: 1px solid #C3C3C3;
	padding: 5px;
	border-radius: 5px;
	background-color: #F8F8F8;
	color: #222;
	font-weight: 500;
	cursor: pointer;
}
.switch.active {
	background-color: #c9a227;
}
.ts-header {
	background: #c9a227;
	color: #fff;
	padding: 12px 18px;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: max-content;
	margin: auto;
}

.ts-header.silver {
	background: #8d8d8d;
	margin-top: 100px;
}

.th-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.th-inner img {
  width: 26px;
}

.ts-table {
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin-top: 20px;
}

.metal-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
	border: 1px solid #C3C3C3;
  overflow: hidden;
}

.metal-table th {
	background: #f5f5f5;
	padding: 14px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
    font-weight: 600;
}
.metal-table th.you-buy {
	font-weight: 800 !important;
	color: #16a34a;
}
.metal-table th.you-sell {
	font-weight: 800 !important;
	color: #ef4444;
}
.metal-table td {
	padding: 14px;
	text-align: center;
	border: 1px solid #C3C3C3;
	font-size: 18px;
	color: #222;
	font-weight: 400;
}

.metal-table tr:hover {
  background: #fafafa;
}

.buy {

}

.sell {

}

.positive {
  color: #16a34a;
  font-weight: 700;
}

.negative {
  color: #dc2626;
  font-weight: 700;
}

.action-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.buy-btn {
  background: #16a34a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.sell-btn {
  background: #ef4444;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.sell-btn a, .buy-btn a {
	color: #fff;
	text-decoration: none;
}
.buy-btn:hover,
.sell-btn:hover {
  opacity: 0.9;
}

/*-----Product Page Css-------*/
.product .custom-tabs {
  margin-top: 60px;
}
.product .product-form__submit {
	margin-bottom: 1rem;
	background: #CD2027;
	border-radius: 30px;
	color: #fff;
}
.product .product-form__buttons {
	display: flex;
	gap: 10px;
	width: 100%;
}
.product .custom-tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.product .shopify-payment-button {
	width: 100%;
}
.product .quantity {
	width: 100%;
}
.product  .quantity::after{
	border-radius: 5px;
}
.product .quantity__button:first-child {
	border-right: 1px solid #000;
}
.product .quantity__button:last-child {
	border-left: 1px solid #000;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
	border-radius: 30px;
}
.shopify-payment-button__button--unbranded::after {
	box-shadow: none;
	display: none;
}
.product .separator {
	border: 1px solid #ccc;
	width: 100%;
	height: 1px;
	display: block !important;
}
.product .product__media-wrapper .thumbnail[aria-current] {
	box-shadow: none;
	border-color: #cd2027;
}
.custom-tabs {
	margin-top: 30px;
}
 .custom-tab-btn {
  padding: 14px 24px;
  background: #f3f3f3;
  border: none;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
}

 .custom-tab-btn.active {
  background: #d71920;
  color: white;
}

 .custom-tab-content {
  border: 1px solid #d71920;
  border-radius: 0 14px 14px 14px;
  padding: 30px;
  line-height: 1.8;
}
.product-swiper .swiper-wrapper {
	position: relative;
}
/* Remove default Swiper arrows */
.product-swiper .swiper-button-prev::after,
.product-swiper .swiper-button-next::after {
  display: none;
}

/* Base styles */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}

/* LEFT arrow */
.product-swiper .swiper-button-prev {
	background-image: url(/cdn/shop/files/Arrow_2.png?v=1777893530);
	left: auto;
	right: 45px;
	/* rotate: ; */
}

/* RIGHT arrow */
.product-swiper .swiper-button-next {
	background-image: url(/cdn/shop/files/Arrow_1_1.png?v=1777893530);
	right: 0;
}
.related-products {
  position: relative;
}

.product-swiper .swiper-button-prev, .product-swiper .swiper-button-next {
	top: 30px;
	width: 25px;
}
#shopify-section-template--20699370848412__related-products {
	padding-top: 50px;
	padding-bottom: 50px;
}
#GalleryViewer-template--20699370848412__main {
	background: #f7f7f7;
	padding: 50px;
	border-radius: 20px;
}
#GalleryViewer-template--20699370848412__main  .media > :not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
  mix-blend-mode: multiply;
  background: #f7f7f7;
}
#Slider-Thumbnails-template--20699370848412__main .thumbnail {
	background-color: #f7f7f7;
	border-radius: 10px;
}
shopify-payment-button__button--unbranded:hover::after {
  display: none;
}

/*------About us page ---------*/
.goldhub-contact-section {
  padding: 80px 0;
  background: #f9f7f2;
}

.goldhub-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.goldhub-contact-content h2 {
  font-size: 42px;
  margin-bottom: 12px;
}

.goldhub-contact-content .subtitle {
  margin-bottom: 35px;
  color: #666;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-item h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.contact-item p,
.contact-item a {
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}

.simple-book-link {
  display: inline-block;
  margin-top: 10px;
}

.goldhub-buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.goldhub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.primary-btn {
  background: #c8a96b;
  color: #fff;
}

.secondary-btn {
  background: #111;
  color: #fff;
}

.goldhub-map-wrapper img {
	width: 100%;
	border-radius: 16px;
	display: block;
	max-height: 450px;
	object-fit: cover;
}

.appointment-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  padding: 20px;
}

.appointment-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.appointment-popup-inner {
  background: #fff;
  width: 100%;
  max-width: 760px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transform: translateY(30px);
  transition: all 0.35s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.appointment-popup-overlay.active .appointment-popup-inner {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #111;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
}

.appointment-section {
  padding: 50px;
  background: #fff;
  border-radius: 24px;
}

.appointment-section h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.ghb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.ghb-field {
  display: flex;
  flex-direction: column;
}

.ghb-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.ghb-field input,
.ghb-field select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  color: #111;
  box-shadow: none;
  outline: none;
  transition: all 0.25s ease;
}

.ghb-field input:focus,
.ghb-field select:focus {
  border-color: #c8a96b;
  box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.15);
}

.ghb-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 45px;
}

.ghb-full-width {
  grid-column: span 2;
}

.ghb-full-width {
  grid-column: span 2;
}

body.popup-open {
  overflow: hidden;
}


  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ghb-field {
  display: flex;
  flex-direction: column;
}

.ghb-field label {
  margin-bottom: 8px;
  font-weight: 600;
}

.ghb-field input,
.ghb-field select {
  height: 52px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}

.submit-btn {
  margin-top: 30px;
  border: none;
  cursor: pointer;
}
.custom-enquiry-btn {
	margin-bottom: 1rem;
	background: #CD2027;
	border-radius: 30px;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	display: flex;
	vertical-align: middle;
	align-items: center;
	gap: 10px;
	max-width: max-content;
}
#live-product-price {
	color: rgb(var(--color-foreground));
	font-size: 1.8rem;
	letter-spacing: .13rem;
}
#live-product-price {
    padding: 5px 15px;
    border-radius: 4px;
}
.live-metal-price {
	margin: 0;
	color: #222;
	font-weight: 500;
	font-size: 19px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	padding: 5px 15px;
	border-radius: 4px;
	max-width: max-content;
	margin: auto;
}
.template-index .footer-custom, .template-blog .footer-custom {
	margin-top: 50px;
}
.newsletter .newsletter__wrapper {
	border-radius: 10px;
}
@media(max-width: 768px) {
  .appointment-popup-inner {
    max-height: 90vh;
    overflow-y: auto;
  }

  .appointment-section {
    padding: 30px 20px;
  }

  .popup-close {
    width: 38px;
    height: 38px;
    font-size: 20px;
    top: 12px;
    right: 12px;
  }

  .ghb-full-width {
    grid-column: span 1;
  }

  .goldhub-contact-grid {
    grid-template-columns: 1fr;
  }

  .ghb-form-grid {
    grid-template-columns: 1fr;
  }

  .goldhub-contact-content h2 {
    font-size: 32px;
  }

  .appointment-section {
    padding: 25px;
  }
}




@media screen and (min-width: 990px) {
  .header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1fr 10fr 1fr;
    column-gap: 2rem;
}
.header__inline-menu {
	text-align: center;
}
}

@media only screen and (max-width: 1023px) {
.footer-upper-left {
	width: 100%;
}    
.footer-upper-right {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}    
.utils__left {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ts-icons-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.utils__right a {
	display: none;
}

}
@media only screen and (max-width: 767px) {

/*-----product page css -------*/
#shopify-section-template--20699370848412__related-products {
	padding-bottom: 100px;
}	
.custom-tab-buttons {
	display: flex;
}
.custom-tab-btn {
	font-size: 13px;
}

.footer-wrapper {
	margin-top: 20px !important;
	padding: 0 !important;
}	
.item {
	align-items: left;
	gap: 6px;
	font-size: 12px;
}	
.live-page-header h2 {
	margin: 0;
	font-size: 28px;
}
.live-page-header {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.qurencey-switcher {
	margin-bottom: 20px;
}
.ts-header.silver {
	margin-top: 30px !important;
}
.live-prices-wrapper {
	padding-bottom: 80px;
}
.metal-table td {
	font-size: 14px !important;
}
.footer-upper-left h3 {
  font-size: 25px;
}
.footer-upper-left p {
	font-size: 14px;
}
}