/** Shopify CDN: Minification failed

Line 1562:21 Expected ":"
Line 1562:27 Expected ":"
Line 2231:0 Unexpected "}"

**/
/* .container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
} */


.dual-marquee-section-title {
    margin-top:70px;
    margin-bottom: 30px;
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: rgba(193, 151, 82, 1);
}




.container,
.shopify-scroll-feature__container,
.legacy-section.newsletter {
    padding:0 15px !important;
}

.top-nav header {
        grid-template-columns:1fr;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
        column-gap: 0;
    }

.alex-header-parent {
    display: flex;
    justify-content:space-between;
    align-items:center;
}   


.alex-header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alex-header-menu-button {
    display: flex;
    justify-content: end;
}

.top-nav .header__icons {
    padding-right:0;
        gap: 30px;
}

.top-nav .header__icon, .top-nav .header__icon--cart .icon {
    height: 40px;
    width: auto;
    padding: 0;
}

.top-nav .header__icons a {
    border: 1px solid rgba(193, 151, 82, 1);
    padding: 10px 40px;
    line-height: normal;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.top-nav .header__icons a:hover{
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
}

 .top-nav .header__icons a.shop-now-btn,
 .cart__warnings a.button,
 .cart__checkout-button {
    background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
     border: 0;
    font-family: Cal Sans, sans-serif;
    border-radius:5px;
}

 .top-nav .header__icons a.shop-now-btn:hover,
 .cart__warnings a.button:hover,
 .cart__checkout-button:hover  {
    background: linear-gradient(95.05deg, #C19752 -18.94%, #A05E03 77.29%);
    color: #fff;
}


.top-nav .header__icons a.header__icon--cart {
  border: 0;
  padding: 0
}


.top-nav .header__icons a.header__icon--cart:hover {
  background:transparent;
}

.top-nav .header__icons a.header__icon--cart:hover .icon {
     transform: none;
}

.cart-count-bubble {
    background-color:#A05E03 !important;
    color: #fff !important;
}




.top-nav .header__inline-menu .list-menu__item {
  font-size: 16px;
  font-weight: 400;
  font-family: Cal Sans, sans-serif;
  color:#fff;
}

.top-nav .list-menu--inline {
        gap: 15px;
}

.top-nav .header__inline-menu .list-menu__item:hover {
    text-decoration: none !important;
    color: rgba(193, 151, 82, 1);
}
.top-nav .header__inline-menu .list-menu__item .header__active-menu-item {
    text-decoration: none;
    color: rgba(193, 151, 82, 1);
}

.gold-color{
    color: rgba(193, 151, 82, 1);
}

.header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: .3rem;
}

#shopify-section-template--27113467085139__rich_text_ztJA7M h2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    text-align: center;
    font-family: Cal Sans, sans-serif;
    color: rgba(193, 151, 82, 1);
}

#shopify-section-template--27113467085139__rich_text_ztJA7M p{
font-family: Cal Sans, sans-serif;
font-weight: 400;
line-height: 50px;
font-size: 32px;
text-align: center;
color: rgba(255, 255, 255, 1);
}


#shopify-section-template--27113467085139__rich_text_ztJA7M .rich-text__wrapper {
        width: 100%;
        padding: 0 100px;
        max-width: 1440px;
    }

#shopify-section-template--27113467085139__rich_text_ztJA7M .rich-text__blocks {
        max-width: 100%;
    }


.text1 {
  color: rgba(193, 151, 82, 1);
   position: relative;  

}


.text1::before {


}

.text2 {
    position: absolute;
    font-size: 30px;
    animation: text2 1s 1;
    bottom: -20px;
    left: 0;
    right: 0;
    animation: 4s linear 0s infinite alternate rise, 
    24s linear 0s infinite psychedelic;
    z-index: -9;
}


@keyframes rise {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes psychedelic {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(0deg);
  }
}

@keyframes text2 {
  /* 0%{
    opacity: 0;
  }
  30%{
    opacity: 0;
  }
  85%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  } */
}


.alex-main-footer {
  position:relative;
}

.shopify-section-group-footer-group {
  position:relative;
}

.shopify-section-group-footer-group::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(/cdn/shop/files/footer_shadow.svg?v=1762522530);
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
  background-size:contain;
}


.footer-menu li:last-child::before{
 display:none;
}


.field__input:focus~.field__label{
  left: calc(var(--inputs-border-width) + 3.5rem) !important;
}

#ProductGridContainer .collection.page-width {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.product-card-wrapper.card-wrapper {
  border: 1px solid #C19752;
  border-radius: 15px;
  padding: 30px 30px 15px 30px;
}

 .product-card-wrapper .card__inner {
  width: 100%;
  background-color: transparent;
  max-height: 200px;
}

.product-card-wrapper .card__inner .card__media img {
  max-width: 150px;
  width: 150px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  right: 0;
  height: 100%;
  object-fit: contain;
}

.product-card-wrapper.card-wrapper .card-information .price__regular {
    background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.product-card-wrapper.card-wrapper .card__information h3{
  min-height:42px;
}
.product-card-wrapper.card-wrapper .card__information h3 a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  font-family: Cal Sans, sans-serif;
}

.product-card-wrapper.card-wrapper:hover .card__information h3 a {
 text-decoration:none;
}

product-info .page-width{
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

product-info .product {
  padding:50px 0 150px;
  position:relative;
}

.template-product,
.about {
  position:relative
}
.template-product::before {
  width:100%;
  height:40%;
  background-image:url('/cdn/shop/files/product_page_shadow.png?v=1763646541');
  background-repeat:no-repeat;
  z-index:1;
  background-size: contain;
  content:"";
  position:absolute;
  top:0;
  left:0;
}


.about::before {
  /* width:100%;
  height:40%;
  background-image:url('/cdn/shop/files/product_page_shadow.png?v=1763646541');
  background-repeat:no-repeat;
  z-index:1;
  background-size: contain;
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index: -1; */
}

.about::after {
  background-image:url('/cdn/shop/files/Group_4.png?v=1764156275');
  width: 51px;
  height: 51px;
  background-image: url(/cdn/shop/files/Group_4.png?v=1764156275);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  content: "";
  position: absolute;
  top: 12%;
  right: 13%;
}



.product-media-container {
    background-color: transparent !important;
  }


.product__title h1 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 102%;
letter-spacing:0;
padding: 15px 0 5px;
}

.price__regular {
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
  background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
 line-height: normal;
  letter-spacing: 0%;
}

.product__text, .pure-metal-type,
.pure-metal-type.gold {
    background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
  background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size:16px;
 line-height: 24px;
  letter-spacing: 0%;
  width: fit-content;
}


.pure-metal-type.silver {
  background: linear-gradient(101.42deg, #969696 13.87%, #FFFFFF 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size:16px;
 line-height: 24px;
  letter-spacing: 0%;
  padding-bottom: 0;
  width: fit-content;

}

.alex-chiniborch-details-list ul {
  column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.alex-chiniborch-details-list ul li {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 102%;
  letter-spacing:0;
  color:#fff;
}
.alex-chiniborch-details-list ul li span{
  display:block;
 background: #92989F80;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
} 

.product__description p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
color: #FFFFFF;
}


.product-media-container .product__modal-opener {
  width: 70%;
  margin: 0 auto;
}

.global-media-settings {
  border:0;
}

media-gallery .thumbnail {
  box-shadow: 0 0 0 .1rem #C69B5666 !important;
  border-color:#C19752;
  border-radius: 10px;
  border-width: 0.8px;
  padding: 10px;
}

media-gallery .thumbnail[aria-current] {
  box-shadow: 0 0 0 .1rem #C19752 !important;
  border-color:#C19752;
  border-radius: 10px;
  border-width: 0.8px;
  padding: 10px;
}

.thumbnail-slider .thumbnail-list {
  grid-gap: 1rem;
}



.alex-chiniborch-details-list {
  padding: 30px 0 50px 0;
}

.alex-collection-listing {
  padding-top:50px;
  padding-bottom:150px;
}

.collection-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 15px 0 50px;
}

.collection-title h1 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 80px;
line-height:normal;
letter-spacing: 0%;
color:#fff;
margin:0;
}

.collection-list .collection-list__item .card {
 position: relative;
 height: auto;
}

.collection-list .collection-list__item .card .card__inner {
  border-radius: 20px; 
}

.collection-list .collection-list__item .card .card__inner .card__media:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.2);
  z-index:1;
  border-radius: 20px;
}

.collection-list .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding-left: 30px !important;
}


.collection-list .collection-list__item .card .media {
  bottom: 15px;
  top: 15px;
}


.collection-list .collection-list__item  .card__media .media img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  padding: 20px;
}

.collection-list .collection-list__item .card__content .card__information .card__heading a  {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height:normal;
  letter-spacing:0;
}

.collection-list .collection-list__item:hover .card__content .card__information .card__heading a{
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0;
  background: linear-gradient(95.05deg,#a05e03 -18.94%,#c19752 77.29%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.collection-list .collection-list__item:hover .card__content .card__information .card__heading a svg.icon-arrow{
  color: #a05e03;
}

.alex-feature-products .collection__title h2 {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height:normal;
  letter-spacing:0;
}

.collection product-form .button::after{
  display:none;
}

.collection product-form .button {
  border-radius: 11px;
  border: 1px solid #C19752;
  color: #fff;
  background: transparent;
   font-size:16px;
}

.collection product-form .button:hover {
  background: linear-gradient(95.05deg,#c19752 -18.94%,#a05e03 77.29%);
  color: #fff;
  border:linear-gradient(95.05deg,#c19752 -18.94%,#a05e03 77.29%);
}

.collection product-form .button:hover span{
  background: linear-gradient(95.05deg,#fff -18.94%,#fff 77.29%);
     background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.collection product-form .button span {
  background: linear-gradient(95.05deg,#a05e03 -18.94%,#c19752 77.29%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.alex-same-line-both-btn {
  display: flex;
  justify-content: left;
  align-items:center;
  gap: 50px;
}

.alex-same-line-both-btn .product-form__input {
  flex: 0 0 auto;
  padding: 0;
  margin: 0 0;
  max-width: 44rem;
  min-width: auto;
  border: none;
}

.product-form__quantity .form__label {
  display: none;
}


share-button {
  display: none !important;
}

.alex-same-line-both-btn .quantity::after {
  /* border: .1rem solid #C19752; */
  box-shadow: 0 0 0 var(--inputs-border-width) #C19752;
  border-radius: 10px;
}

.alex-same-line-both-btn .product-form__buttons .product-form__submit {
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
  border-radius: 10px;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height:normal;
  letter-spacing: 0%;

}

.alex-single-addtocart-btn {
  width: 100%;
}

.alex-same-line-both-btn .product-form__buttons .product-form__submit:hover {
  background: linear-gradient(95.05deg,#c19752 -18.94%,#a05e03 77.29%);
  color: #fff;
}

.alex-same-line-both-btn .quantity {
  width: 18rem;
}

.alex-same-line-both-btn .quantity .svg-wrapper > svg {
  height: 100%;
  width: 100%;
  color: #fff !important;
}

.related-products__heading {
   font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 15px;
}

.alex-feature-product-card:hover {
  cursor: pointer;
}

.alex-feature-product-card:hover .alex-feature-product-card__image-wrapper img:first-child:only-child {
    transform: scale(1.03);
    transition: transform var(--duration-long) ease;
  }


.view-details-btn {
  background: rgba(0,0,0,0);
  color: #ffffff;
  border: 1px solid #c9a05f;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  border-radius: 11px;
  border: 1px solid #C19752;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration:none;
}

.product-card-wrapper.card-wrapper:hover a.view-details-btn,
a.view-details-btn:hover {
  text-decoration:none !important; 
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
  -webkit-text-fill-color: #fff;
}

.card__information {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
  
.card__information .price {
  margin:0 !important;
}

.card-information {
  padding-bottom: 30px;
}

.pulse-position{
    position: absolute;
    top: 50%;
    left:0%;
    transform: translate(-50%, -50%);
    z-index:1;
}
.pulse-animation{
    width: 30px;
    height: 30px;
    background: #c19752;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    display: block !important;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(193,151,82,0.7),  0 0 0 0 rgba(193,151,82,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(193,151,82,0.0),  0 0 0 0 rgba(192,151,82,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(192,151,82,0.0),  0 0 0 30px rgba(193,151,82,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(193,151,82,0.0),  0 0 0 30px rgba(193,151,82,0);
    }
    
}

.mobile-facets__open, #ProductCount  {
  color: #fff !important;
}

.select select:has(option:not([hidden]):checked) {
  color: #fff;
  background-color: #00142f;
  padding:0 5px !important;
}

.field__input:focus, 
.select__select:focus, 
.customer .field input:focus, 
.customer select:focus, .localization-form__select:focus.localization-form__select::after {
  box-shadow:none !important;
  outline: 0;
  border-radius: var(--inputs-radius);
}

facet-remove a {
  color: #fff !important;
  text-decoration: none !important;
}

menu-drawer .button{
  background: linear-gradient(95.05deg,#a05e03 -18.94%,#c19752 77.29%);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-family: Cal Sans,sans-serif;
  border-radius: 10px;
}

.button::after, .shopify-challenge__button::after, .customer button::after, .shopify-payment-button__button--unbranded::after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius:10px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 var(--buttons-border-width) #a05e03;
  transition: box-shadow var(--duration-short) ease;

}

.menu-drawer__account{
  gap: 10px;
}

cart-items .underlined-link, 
cart-items .customer a,
cart-items .underlined-link:hover, 
cart-items .customer a:hover, 
cart-items .inline-richtext a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

 .cart__contents {
  padding-top: 30px;
}

.facet-filters__sort:focus-visible {
    outline:0 !important;
    outline-offset:0 !important;
    box-shadow: none !important;
}


.quantity input:focus-visible {
  outline: 0 !important;
  outline-offset: unset !important;
  box-shadow: none !important;
  background-color: transparent;
}

.your-shopping-cart .title-wrapper-with-link {
  border-bottom: 1px solid #10203e;
  padding-bottom: 0;
}

.your-shopping-cart h1.title {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 15px;
}

.cart-items .product-option {
   background: linear-gradient(95.05deg,#a05e03 -18.94%,#c19752 77.29%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.cart-items .cart-item__totals {
  text-align: right;
  background: linear-gradient(95.05deg,#a05e03 -18.94%,#c19752 77.29%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  float: right;
}

.quantity::after {
  box-shadow: 0 0 0 var(--inputs-border-width) #C19752 !important;
  border-radius:4px;
}

.facets__form .select .svg-wrapper {
      right: -6px;
}

.alex-about-section h1 {
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 150px;
    margin-bottom: 0;
}

.alex-about-section h1 span,
.alex-about-section p span {
 background:linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    margin: 0;
    line-height: normal;
    width: fit-content;
    margin-bottom: 0;
}

.alex-about-section p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 0%;
text-align: center;
color: rgba(255, 255, 255, 1);
}

.story-about .alex-story-right {
  text-align:center;
  position:relative;
}

.story-about .alex-story-right::before {
    content: "";
    position: absolute;
    left: 10%;
    top: -35%;
    background-image: url(/cdn/shop/files/2nd-icon.png?v=1764230676);
    width: 109px;
    height: 109px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.story-about {
  position:relative;
}
.story-about::before {
  content:"";
  position:absolute;
  right: 10%;
  top: 0;
  background-image:url('/cdn/shop/files/Ellipse_6.png?v=1764151949');
  width: 568px;
  height: 568px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.story-about .pulse-position {
  right: 23%;
  left: auto;
  top: 0;
}

.story-about .pulse-animation{
background: #584a33;
}

.story-about .gold-text {
    font-size: 32px;
}

.story-about .alex-story-heading {
     position: relative;
     padding-bottom: 30px;
}

.story-about .alex-story-heading::before{
 content:"";
 position:absolute;
 left: 0;
 bottom:0;
 background-image:url('/cdn/shop/files/about-heading.png?v=1764157508');
 width: 110px;
 height: 34px;
 background-repeat: no-repeat;
}

.story-about .alex-story-left p {
 font-size: 20px;
 line-height: 26px;
}

.story-about .alex-story-left p span {
 color: rgba(193, 151, 82, 1);
}

.his-mission { 
  position:relative;
  padding-bottom: 200px;
}

.his-mission::before {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  background-image:url('/cdn/shop/files/about-shadow.png?v=1764161430');
    background-position: left center;
    background-size: cover;
    width: 100%;
    height: 160px;
    z-index: 1;
}

.his-mission .hit-wrapper {
    display: flex;
    gap: 50px;
    padding: 50px !important;
    border-radius: 10px;
    border: 1px solid #c19752;
    align-items: center;
    position: relative;
}

 .his-left {
    flex: 0 0 10%;
    padding-top:40px;
}

.his-center {
    flex: 0 0 60%;
}

.his-right {
    flex: 0 0 30%;
    position: absolute;
    right: 50px;
    bottom: -9px;
}

 .his-center h2 {
  font-weight: 400;
  font-size: 32px;
  text-align: left;
  font-family: Cal Sans, sans-serif;
  margin-top:10px;
 }

.his-mission p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 114.99999999999999%;
letter-spacing: 0%;
color:#fff;
padding:30px 0;
}


.his-center p {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 112.99999999999999%;
  letter-spacing: 0%;
  color: rgba(193, 151, 82, 1);
  margin: 0;
  padding:0;
  padding-bottom: 30px;
 }

 .story-about .alex-story-container {
    padding: 0 50px !important;
    gap: 15px;
}

.success-journey h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 32px;
line-height:normal;
text-align: center;
color:rgba(193, 151, 82, 1);
padding-bottom: 0;
margin-bottom:0;
}


.success-journey h3 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 40px;
line-height:normal;
letter-spacing: 0%;
text-align: center;
color:#fff;
margin-top: 0;
padding-bottom: 0;
}

.journey-history {
  width:100%;
  border-top: 1px solid rgba(193, 151, 82, 1);
}

.journey-history ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: -50px;
    gap:10px;
}

.journey-history ul li {
  position:relative;
}

.present-icon {
  text-align:center;
}

.journey-history h3 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 20px;
line-height:normal;
text-align: center;
color: rgba(193, 151, 82, 1);
margin-top: -15px;
}

.journey-history h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 20px;
line-height:normal;
text-align: center;
}

 .success-journey .journey-history  h3{
  padding-bottom:0;
}

.success-journey .journey-history  .present-history {
        opacity: 0;
}
.success-journey .journey-history .present-icon span{ cursor:pointer;}
.success-journey .journey-history .present-icon span:hover + .present-history {
   opacity: 1;
   transition: all 1s ease-out;
}

.journey-history .present-history h2 {
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    margin:0;
    padding:0;
    padding-bottom:5px;
}

.journey-history .present-history h2 span{ color:#fff;}

.journey-history .present-history  p {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size:14px;
  line-height: 20px;
  color: rgba(146, 152, 159, 1);
  margin: 0;
  padding:0;
   text-align: left;
 }

 .every-step {
    padding: 50px 0 150px 0;
}

 .every-step-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0;
    list-style: none;
    gap:60px;
    align-items: center;
}

.every-step-profile {
    width: 200px;
    overflow: hidden;
    height: 200px;
    border-radius: 100%;
    padding: 10px;
    background: linear-gradient(#02132d, #02132d) padding-box, linear-gradient(to right, #A05E03, #C19752) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
}

.every-step-profile img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.every-step-text p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 199%;
color: rgba(255, 255, 255, 1);
}

.alex-media-title h2 {
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding:80px 0 0;
}


.alex-media-title h2 span {
  color:rgba(193, 151, 82, 1);
}

.alex-media-title h2::before{
  position:absolute;
  content:"";
  left:0;
  bottom: -80px;
  background-image:url('/cdn/shop/files/Vector-18.png?v=1764239464');
  background-position: bottom center;
  width: 100%;
  height: 66px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.alex-brand-section {
    padding: 50px 0 100px 0;
}

.brand-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    list-style: none;
    gap:30px;
    align-items: center;
    row-gap: 0;
}

.brand-logo img {
    max-width: 100%;
    Opacity:50%;
}

.post-media-section{
  position:relative;
}

.post-media-wrapper {
    padding: 50px 0;
    border-bottom: 0.5px solid rgba(193, 150, 82, 0.50);
    position:relative;
}

.post-media-section .post-media-wrapper:nth-child(5) {
    border-bottom:0;
}

.post-media-section:before {
    /* content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height:15%;
    background: linear-gradient(180deg, #00142f00, #00142f 77.8%);
    z-index: 1;
    width: 100%; */
}

.post-media-section.article-effect{
  position:relative;
}

.post-media-section.article-effect:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height:15%;
    background: linear-gradient(180deg, #00142f00, #00142f 77.8%);
    z-index: 1;
    width: 100%;
}

.template-page-media-page {
  position:relative
}

.template-page-media-page::before{
     content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background-image:url("/cdn/shop/files/media-shadow.png?v=1764249704");
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.template-page-media-page main{
      position: relative;
    z-index: 2;
}

.post-media-section .container {
    padding: 0 100px !important;
}

.post-media-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.post-media-box .post-media-picture{
      flex: 0 0 300px;
      height:300px;
}
.post-media-box .post-media-picture img {
  border-radius:10px;
  max-width:100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top center;
}

.post-media-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
    list-style:none;
}

.post-media-text ul li a {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 102%;
text-transform: uppercase;
color: rgba(193, 151, 82, 1);
text-decoration:none;
letter-spacing:5px;
}

.post-media-text h2,
.post-media-text h2 a {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 40px;
line-height:40px;
letter-spacing: 0%;
color:rgba(255, 255, 255, 1);
text-decoration: none;
}

.post-media-text p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 114.99999999999999%;
letter-spacing: 0%;
color:rgba(255, 255, 255, 1);
}

.btn-shop {
    position: relative;
    z-index: 9;
    text-align: center;
    padding-bottom: 100px;
}

.btn-shop a,
.post-media-text a.article-read-more-btn {
    background: linear-gradient(95.05deg, #a05e03 -18.94%, #c19752 77.29%);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border: 0;
    font-family: Cal Sans, sans-serif;
    border-radius: 5px;
        padding: 10px 40px;
    line-height: normal;
        display: inline-block;
}

.btn-shop a:hover,
.post-media-text a.article-read-more-btn:hover {
    background: linear-gradient(95.05deg, #c19752 -18.94%, #a05e03 77.29%);
    color: #fff;
}

.story-about .alex-story-right img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.story-about .alex-story-right img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.alex-about-section,
.alex-about-section .container {
  position:relative;
}

.about::before{
  width:100%;
  height: 100%;
  background-image:url('/cdn/shop/files/abou-bg.png?v=1764325536');
  background-repeat:no-repeat;
  background-size: 100% 17%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
}


.alluca-logo::before{
  background-image:url("/cdn/shop/files/Group_4.png?v=1764156275");
  position:absolute;
  content:"";
  left: 10%;
  top: 10%;
  width: 51px;
  height: 51px;
}

.alluca-logo::after{
  background-image:url("/cdn/shop/files/Group_4.png?v=1764156275");
  position:absolute;
  content:"";
  right: 10%;
  top: 50%;
  width: 51px;
  height: 51px;
}

.alluca-logo {
  text-align:center;
}

.alex-alluca-logo {
  position:relative;
}

.alex-alluca-logo::before {
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
  background-image:url("/cdn/shop/files/alluca_title_bg.png?v=1764334627");
  background-repeat:no-repeat;
  background-position; left top;
  background-size: cover;
  z-index: 1;
}

.alex-alluca-logo .pulse-position {
  top: 50%;
  left: 20%;
}

.alluca-title {
  max-width: 1050px;
  margin: 0 auto;
}

.alluca-title h2 {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 0 100px;
}

.alluca-title h2 span {
  color: rgba(193, 151, 82, 1);
}

.alluca-title p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 16px;
line-height:normal;
text-align: center;
color:rgba(255, 255, 255, 1);
margin-top:0;
}

.elevating-vision ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.elevating-vision {
  padding: 100px 0;
}

.elevating-vision ul li:nth-child(2){
  padding-top:120px;
}

.elevating-vision ul li:nth-child(4){
  padding-top:170px;
}

.subsidiaries-wrapper{
  display:flex;
}

.subsidiaries-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}

.subsidiaries-title {
    flex: 0 0 40%;
}

.subsidiaries-image {
    flex: 0 0 60%;
    gap: 50px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}


.subsidiaries-title h2 {
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height:normal;
    text-align: left;
    color: rgba(193, 151, 82, 1);
    margin-bottom: 15px;
}

.subsidiaries-title p {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height:normal;
  color:rgba(255, 255, 255, 1);
  padding-right: 30px;
}

.Our-subsidiaries {
 border-bottom: 0.5px solid rgba(193, 151, 82, 1);
 padding-bottom: 100px;
}

.team-title-text,
.team-left-list,
.team-right-list {
  position:relative;
}

.team-title-text h2 {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height:32px;
  text-align: center;
  color:rgba(255, 255, 255, 1);
  padding: 0 100px;
  position:relative;
}

.team-title-text::before{
  position:absolute;
  content:"";
  right: 115px;
  bottom: -50px;
  background-image:url('/cdn/shop/files/shape-xl.png?v=1764585961');
  background-repeat:no-repeat;
  width:180px;
  height:180px;
}

.team-left-list::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -25%;
    background-image: url(/cdn/shop/files/team_m.png?v=1764586418);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 0;
    margin: 0 auto;
}

.team-right-list::after {
    position: absolute;
    content: "";
    left: -25%;
    bottom: -30px;
    background-image: url('/cdn/shop/files/team_xl.png?v=1764586418');
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.team-title-text h2 span{
color: rgba(193, 151, 82, 1);
}

.team-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(#02132d, #02132d) padding-box, linear-gradient(to right, #A05E03, #C19752) border-box;
    border: 0.5px solid transparent;
    gap: 50px;
    padding-right: 50px;
}

.team-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    padding-bottom: 100px;
}


.team-left-list,
.team-right-list  {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.team-title-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
   
.team-title h2 {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height:32px;
  margin:0;
  color: rgba(193, 151, 82, 1);
  position: relative;
}

.team-title h2::before{
  position:absolute;
  content:"";
  right:0;
  bottom:0;
  background-image:url('/cdn/shop/files/shape-xl.png?v=1764585961');
  background-repeat:no-repeat
}

.team-title p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 16px;
line-height:20px;
letter-spacing: 0%;
color:rgba(255, 255, 255, 1);
margin: 0;
padding-top: 10px;
}

.team-title-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
}

.team-picture {
  background-repeat: no-repeat;
  background-size: cover; 
  display:block !important; 
  border-radius: 20px 20px;
  width: 194px;
  height: 193px;
  background-repeat:no-repeat;
} 


.team-email a {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline;
}

.team-email a:hover {
 color: rgba(193, 151, 82, 1);
 text-decoration:none;
}

.team-title-text {
    padding: 50px 0 80px;
}

.team-right-list {
      padding-top: 80px;
}

.our-locations h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 40px;
line-height:40px;
text-align: center;
color: rgba(193, 151, 82, 1);
}

.map_sec {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 100px;
}


.map_sec h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 32px;
line-height:32px;
text-align: center;
margin: 0;
}

.uae-map a,
.canada-map a,
.usa-map a {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 0%;
text-decoration: underline;;
color: rgba(255, 255, 255, 1);
}

.uae-map,
.canada-map,
.usa-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.uae-map .map-img,
.canada-map .map-img,
.usa-map .map-img {
  min-height:200px;

}

.Our-team {
  position:relative;
}


.Our-team::before {
  content:"";
  left:0;
  bottom: -135px;
  position:absolute;
  background-image:url(/cdn/shop/files/total_shape.png?v=1764587595);
  width:100%;
  height: 155px;
  z-index: 1;
}

.our-locations {
    padding: 100px 0 150px;
}


.contact.page-width {
         padding: 0 0;
         padding-bottom:150px;
}

.contact.page-width:after{
    content: "";
    position: absolute;
    top:60px;
    width: 30%;
    height:16%;
    border-radius: 58%;
    background: radial-gradient(circle, #c19752 6%, #c19752 100%);
    filter: blur(361.5px);
    opacity: 0.2;
    right:0;
    margin:0 auto;
}

.contact.page-width:before{
    content: "";
    position: absolute;
    top:60px;
    width: 35%;
    height:30%;
    border-radius: 58%;
    background: radial-gradient(circle, #c19752 6%, #c19752 100%);
    filter: blur(361.5px);
    opacity: 0.2;
    left:0;
    margin:0 auto;
}


 .contact h2.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.consult,
.title-consult,
.consultation   {
  position:relative;
}


.title-consult {
  background-image:url("/cdn/shop/files/Alex-Lo.png?v=1764595890");
  padding:150px 0;
  background-size:contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position:left center;
}

.title-consult::before{
  content:"";
  position:absolute;
  background-image:url('/cdn/shop/files/contact-left.png?v=1764595808');
  left:0;
  top:0;
  width:100%;
  height:auto;
}

.title-consult h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 80px;
line-height:80px;
text-align: center;
margin-bottom: 0;
padding-bottom: 30px;
margin:0;
}

.title-consult h2 span {
    display: block;
    color: rgba(193, 151, 82, 1);
}


.title-consult p {
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height:20px;
    text-align: center;
    max-width: 64%;
    margin: 0 auto;
    color:rgba(255, 255, 255, 1);
    padding-bottom: 30px;
}

.title-consult a {
    background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.consult-wrapper .container {
  display:flex;
  gap:30px;
  justify-items: center;
  align-items: center;
}


.consult-wrapper .left-part {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.consult-wrapper .right-form {
    flex: 0 0 60%;
    padding: 30px;
    box-shadow: 0px 42px 79.3px 0px rgba(0, 0, 0, 0.25);
}

.consult-wrapper .left-part  h2 {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 40px;
line-height:40px;
margin: 0;
}

.consult-wrapper .left-part  h2 span{
  color: #C19752;
}

.left-part p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 15px;
line-height:20px;
margin: 0;
}

.right-form .contact__fields {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 2rem;
    }

.right-form .field__input, 
.right-form .field.select-field {
    border: 0.5px solid rgba(193, 151, 82, 1);
    min-height:92px;
    border-radius:10px;
}

.right-form .field:before, .right-form .field:after,  
.right-form .select:before, .right-form .select:after, 
.right-form .customer .field:before, .right-form .customer .field:after,
.right-form .customer select:before, .right-form .customer select:after,
.right-form .localization-form__select:before, .right-form .localization-form__select:after {
  border:none !important;
  box-shadow: none !important;
}

.right-form .field.select-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.right-form .field.select-field select {
    background-color: rgba(0, 20, 47, 1);
    border: 0;
    color: #fff;
    position: relative;
    height: 70px;
    padding:0 5px;
}

.right-form .field.select-field select {
  content:"";
  position:absolute;
      top: 10px;
    right: 15px;
  background-image:url('/cdn/shop/files/select_arrow.png?v=1764661574');
      /* background-image: url(data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0, 0.45)'><polygon points='0,0 100,0 50,50'/></svg>); */
    background-repeat: no-repeat;
    background-size:auto;
       background-position: calc(100% - 0px) calc(100% - 22px);
        -webkit-appearance: none;
    -moz-appearance: none;
    padding-right:20px;
}

.right-form .field__label, 
.right-form .customer .field label,
.right-form .field.select-field label {
    top: calc(3rem + var(--inputs-border-width));
    color: #ffffff !important;
}


.right-form .field.select-field select:focus-visible {
    outline:none !important;
    outline-offset:none !important;
    box-shadow:none !important;
}

.right-form p {
font-family: Cal Sans, sans-serif;
font-weight: 400;
font-size: 15px;
line-height:20px;
letter-spacing: 0%;
color:rgba(255, 255, 255, 0.3);
}

.right-form button.button {
   font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
        background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    text-decoration: none;
    color: #fff;
    border: 0;
    font-family: Cal Sans, sans-serif;
    border-radius: 5px;
}

.right-form button.button:hover,
.title-consult a:hover {
    background: linear-gradient(95.05deg, #C19752 -18.94%, #A05E03 77.29%);
    color: #fff;
    border-radius: 5px;
}

.right-form .button::after, 
.right-form .button::before,
.right-form .button:hover::after, 
.right-form .button:hover::before  {
    border-radius: 0;
    box-shadow: none;
}


.sell-your-gold .right-form.full-width {
    flex: 0 0 60%;
    padding: 30px;
    box-shadow: 0px 42px 79.3px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    /* position:relative; */
}

.sell-your-gold .right-form.full-width::before{
    width: 51px;
    height: 51px;
    background-image: url(/cdn/shop/files/Group_4.png?v=1764156275);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0%;
    left: 17%;
}

.sell-your-gold .contact h2.title,
.post-media-section h2.main-post-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Cal Sans;
    font-weight: 400;
    font-size: 40px;
    line-height:40px;
    text-align: center;
    position:relative;

}

.post-media-section h2.main-post-heading {
    padding: 50px 0 0;
}

.template-page-articles .post-media-container {
    padding-top: 20px;
}


.sell-your-gold .contact h2.title span {
  color:rgba(193, 151, 82, 1);
  padding-left: 5px;
}

.sell-your-gold .contact h2.title::before,
.post-media-section h2.main-post-heading::before {
  position:absolute;
  content:"";
  left: 70px;
  bottom: -36px;
  background-image:url('/cdn/shop/files/buy_line.png?v=1764748713');
  height: 27px;
  width: 265px;
  background-repeat: no-repeat;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

}


.cart__ctas a {
    background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border: 0;
    font-family: Cal Sans, sans-serif;
    border-radius: 5px;
    padding: 0 0;
    display: flex;
    align-content: center;
    justify-items: center;
    align-items: center;
    flex: 0 0 50%;
    text-align: center;
    justify-content: center;
}

.cart__ctas a:hover {
    background: linear-gradient(95.05deg, #C19752 -18.94%, #A05E03 77.29%);
    color: #fff;
}

.cart-drawer .cart__ctas>*+* {
    margin-top: 0 !important;
}

.button:hover:before,
.button:hover:after,
.button:before,
.button:after {
  border:none !important;
  box-shadow:none !important;
}


.title-consult .pulse-position {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


cart-remove-button svg {
    color: red;
}

.title-consult .pulse-position-top {
  top: 10%;
  left: 30%;
}

.title-consult .pulse-position-top .pulse-animation {
  width: 10px;
  height: 10px;
}

.consult-wrapper {
  position:relative;
  padding-top: 50px;
}

.consult-wrapper .pulse-position {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.consult-wrapper .left-part {
    /* padding-top: 100px; */
}

.right-form.full-width form {
    padding-top: 50px;
}

.sell-your-gold .consult-wrapper {
    position: relative;
    padding-top: 100px;
}

.sell-your-gold .contact.page-width:before {
    content: "";
    position: absolute;
    top: 60px;
    width: 100%;
    height:23%;
    border-radius: 58%;
    background: radial-gradient(circle, #c19752 6%, #c19752 100%);
    filter: blur(361.5px);
    opacity: 0.2;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}


.sell-your-gold .contact.page-width:after {
    content: "";
    position: absolute;
    top: 30%;
    width:30%;
    height:50%;
    border-radius: 70%;
    background: radial-gradient(circle, #c19752 6%, #c19752 100%);
    filter: blur(361.5px);
    opacity: 0.2;
    left: 0;
    margin: 0;
    z-index: 1;
}


.sell-your-gold .consult-wrapper .pulse-position {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    bottom: 40%;
}

.sell-your-gold .consult-wrapper .pulse-position.pulse-position-left {
    position: absolute;
    top: 20%;
    right: auto;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    bottom: auto;
}

.financial-services-alluca .service-card{
  background: transparent;
}

.financial-services-section.financial-services-alluca:before{
  display:none; 
}

.dual-marquee-section{
    position: relative;
    z-index: 1;
}

cart-notification{
  display:none;
}

.privacy-policy .shopify-policy__container,
.terms-of-service .shopify-policy__container  {
    max-width: 1440px;
}

.privacy-policy .shopify-policy__container .rte a,
.privacy-policy .shopify-policy__container p a,
.privacy-policy .shopify-policy__container ul li a,
.terms-of-service .shopify-policy__container .rte a,
.terms-of-service .shopify-policy__container p a,
.terms-of-service .shopify-policy__container ul li a {
      color: rgba(193, 151, 82, 1);
}

.privacy-policy .shopify-policy__container p,
.terms-of-service .shopify-policy__container p,
.privacy-policy .shopify-policy__container ul li,
.terms-of-service .shopify-policy__container ul li { 
  color: #fff;
  font-family: Cal Sans, sans-serif;
  font-size: 15px;
}

.privacy-policy .shopify-policy__container p strong,
.terms-of-service .shopify-policy__container p strong,
.privacy-policy .shopify-policy__container ul li strong,
.terms-of-service .shopify-policy__container ul li strong {
  font-size:15px;
  font-weight:400;
}


.right-form textarea.field__input {
    min-height: 150px;
}

.menu-drawer__utility-links{
  display:none !important;
}


#mintty-tiktok-feed h2 {
    font-size: 42px;
    font-family: Cal Sans, sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    line-height: normal;
}

#mintty-tiktok-feed h2 {
    margin-bottom: 50px;
}


#shopify-section-template--27113467085139__1764844805f49f949c {
    padding: 50px 0 100px;
}


.alex-story-container {
  align-items: start;
}


 .story-about .alex-story-container {
  align-items: end;
}


.custom-coming-soon h2 {
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 150px;
  margin-bottom: 0;
}

 .custom-coming-soon h2 span{
  background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  margin: 0;
    margin-bottom: 0px;
  line-height: normal;
  width: fit-content;
  margin-bottom: 0;
}


.financial-services-masonry2 .service-card {
 margin-bottom: 0;
}

.financial-service-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.financial-service-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.financial-services-masonry2 .service-content {
  align-items: center;
}

.financial-services-masonry2 .service-card {
    min-height: 94px;
  }


/* Autofill text color */


.right-form input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    box-shadow:none;
}


.right-form .field__input:not(:placeholder-shown)~.field__label, .right-form .field__input:-webkit-autofill~.field__label{
      color: #000 !important; 
}

.circle-main-frame-mobile{
  display:none;
}

.the-gold-guy-alex-chiniborch .alex-image-richtext img{
  max-width:100%;
}

.alex-feature-products{
  display:none;
}


/* media-css */

@media screen and (min-width:1200px){

.grid.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap:20px;
  grid-row-gap:20px;
}


.grid.product-grid.grid--4-col-desktop .grid__item {
    width:auto;
    max-width:100%;
  }

.financial-services-alluca .service-title {
 max-width: 225px;
}  

.financial-services-alluca .service-card .service-content {
    align-items: center;
}


}

@media screen and (min-width:1600px){

.hero-image-wrapper {
  transform: translate(30%, 10%);
}

 .alex-feature-product-card__image-wrapper {
    padding-bottom:80% !important;
  }



}



@media screen and (min-width:1200px) and (max-width:1700px) {


.hero-image-wrapper {
  transform: translate(5%, 15%);
}  

.hero-title {
  font-size: 60px !important;
  font-weight: 800;
}


.arrow-icon img {
  max-width: 80%;
}


.circle-frame {
  position: relative;
  width: 490px !important;
  height: 490px !important;
}

.expertise-body {
  margin-top: -250px !important;
}

.gold-stat-content h2 {
  font-size: 64px !important;
}

.gold-stat-top h3,
.gold-stat-box h3 {
    font-size: 48px !important;
}

.stat-box {
  padding: 15px 15px !important;
}

.service-card {
    padding: 20px 20px !important;
}

.hero-stats {
  grid-template-columns: 165px repeat(auto-fill, 180px) 181px !important;
}

.product-card-wrapper.card-wrapper .card__information h3 a {
    font-size: 14px;
}

.mission-description{
  padding-right: 30px;
}

.his-mission .hit-wrapper {
  gap: 30px;
}


.alluca-logo img {
  max-width:200px;
}
.alluca-title h2 {
    font-size: 50px;
    line-height: 50px;
}

.elevating-vision ul li{
  width: 25%;
}

.elevating-vision ul li img{
  max-width:100%;
}

.elevating-vision ul li:nth-child(2) {
    padding-top: 60px;
}

.elevating-vision ul li:nth-child(4) {
    padding-top: 80px;
}

.elevating-vision {
    padding: 50px 0;
}


}



@media screen and (min-width:1024px) and (max-width:1440px) {

.container, 
.shopify-scroll-feature__container, 
.legacy-section.newsletter {
  padding: 0 30px !important;
}

.shopify-scroll-feature__content-item.active h2, 
.shopify-scroll-feature__left h2 {
  font-size: 34px !important;
}

.shopify-scroll-feature__left h4 {
  font-size: 34px !important;
}

.circle-frame {
    transform: translate(0%, 15%) !important;
  }




}


@media screen and (min-width:991px) and (max-width:1200px) {

.top-nav .list-menu--inline {
  gap:20px !important;
}

.header__menu-item {
  padding: 1.2rem 0 !important;
}

.header__heading-logo {;
  max-width: 80% !important;
}

.hero-content {
  padding-left: 0 !important;
      padding-top: 50px;
}

.circle-frame {
  transform: translate(0%, 0%) !important;
}

.pulse-position {
  left: 0% !important;
}

.hero-container {
    padding-top:0px !important;
}

.expertise-body {
  margin-top: -150px !important;
}

#shopify-section-template--27113467085139__rich_text_ztJA7M p {
  line-height: 36px !important;
  font-size: 24px !important;

}

.alex-story-heading,
.service-title,
.shopify-scroll-feature__content-item.active h2, 
.shopify-scroll-feature__left h2,
.shopify-scroll-feature__left h4,
.shopify-scroll-feature__quote,
.legacy-left h2,
.ft_tex p  {
  font-size: 24px !important;
  line-height: 36px !important;
}

.arrow-icon img{
 max-width:70% !important;
}

.gold-stat-top h3,
.gold-stat-box h3 {
font-size: 42px !important;
padding-top: 0 !important;
}

.gold-stat-content h2 {
    font-size: 56px !important;
}

.gold-stat-box {
    gap: 0 !important;
}

.gold-stat-box p,
.gold-stat-top p  {
    font-size: 18px !important;
}

.gold-stats-container {
  padding: 0 50px !important;
}

.skills-grid {
  grid-template-columns: 2fr 2fr !important;
  gap: 20px !important;
}

.shopify-scroll-feature__left {
  flex: 0 0 40% !important;
}

.legacy-section .pulse-position {
  transform: translate(0%, -50%) !important;
  left: auto !important;
}

.legacy-left {
  flex: 0 0 35% !important;
}

.ft_tex p {
  padding-top: 50px !important;
}

.collection-list .collection-list__item .card__content .card__information .card__heading a,
.collection-list .collection-list__item:hover .card__content .card__information .card__heading a {
  font-size: 26px;
}

.alex-collection-listing {
  padding-top: 50px;
  padding-bottom: 80px;
}

.collection-title h1 {
  font-size: 60px;
}

.alex-chiniborch-details-list ul {
    column-gap: 5px;
}

.product-card-wrapper.card-wrapper .card__information h3 a {
    font-size: 14px;
}

.his-center {
  flex: 0 0 52%;
}

.his-right {
  bottom: -9px;
  text-align: right;
  right: 15px;
}

.his-center p {
  font-size: 26px;
  line-height: 30px;
}

.his-right img{ max-width:90%;}

.his-mission .hit-wrapper {
  padding: 30px !important;
}

.alex-about-section h1 {
  padding: 0 30px;
}

.journey-history ul {
  gap: 0;
}
.every-step {
  padding: 0 0 50px;
}


.journey-history .present-history h2 {
  font-size: 13px;
}

.journey-history .present-history p {
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}

.post-media-section .container {
  padding: 0 30px !important;
}


.alluca-logo img {
  max-width:200px;
}
.alluca-title h2 {
    font-size: 50px;
    line-height: 50px;
}

.elevating-vision ul li{
  width: 25%;
}

.elevating-vision ul li img{
  max-width:100%;
}

.elevating-vision ul li:nth-child(2) {
    padding-top: 40px;
}

.elevating-vision ul li:nth-child(4) {
    padding-top: 100px;
}

.elevating-vision {
    padding: 50px 0;
}

.team-box {
    gap:20px;
    padding-right: 15px;
}

.team-title h2 {
    font-size: 26px;
    line-height: 27px;
}

.title-consult {
    padding: 50px 0;
  }

 .title-consult h2 {
    font-size: 50px;
    line-height: 50px;
 } 

 .consult-wrapper .left-part h2 {
    font-size: 30px;
    line-height: 30px;
}


  .alex-story-container,
  .hero-container {
    align-items: center !important;
  }

  .story-about .alex-story-left p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
}

}


@media screen and (min-width: 900px) {

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(33.33% - .8rem) !important;
  }

slider-component .thumbnail-list {
  padding-top: 80px !important;
}

.product__info-container {
    max-width: 100% !important;
  }

.related-products ul {
    padding-bottom: 200px !important;
  }

product-info .page-width {
  padding: 0 10rem;
}  

.collection-list {
 gap: 20px;
}

.collection-list.grid--5-col-desktop .collection-list__item.grid__item {
    width: auto;
    max-width: 100%;
  }


.related-products .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.related-products .product-grid .grid__item {
    width: auto;
    max-width: 100%;
}

.cart-items .cart-item__image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
  }

 

}


@media screen and (max-width:990px) {

  .dual-marquee-section-title {
    margin-bottom: 30;
    margin-top: 70px;
    font-size: 2rem;
  }

.header__heading-logo {
  height: auto;
  max-width: 70% !important;
}

header-drawer {
  justify-self: start;
  margin-left: 10px !important;
}

.hero-content {
  padding-left: 0 !important;
  padding-top:90px;
}

.hero-container {
    gap:0;
  }

.hero-container .container {
  width: 100%;
}
 
.stat-box {
    text-align:center !important;
}

.hero-stats .stat-box:hover .img-icon img {
  display: block;
  transition: all 0.3s ease;
  width: 60px;
  transform: translate(0%, 0%);
  margin: 0 auto;
}

.circle-frame {
    transform: translate(1%, 0%) !important;
}

#shopify-section-template--27113467085139__rich_text_ztJA7M .rich-text__wrapper {
  width: 100%;
  padding: 0 0  !important;
}


.hero-stats {
  padding-left: 0;
}

.rich-text__blocks {
    padding: 0 15px !important;
}

.marquee-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--27113467085139__rich_text_ztJA7M p {
  line-height: 32px !important;
  font-size: 20px !important;
}

.alex-story-section {
  padding: 30px 0 !important;
}

.service-card {
    padding: 15px 15px
}

.hero-stats {
    padding-left: 0 !important;
}

h3.service-title {
  font-size: 24px !important;
  line-height: 26px !important;
}

.gold-stats-section {
  padding: 60px 0px !important;
}

.gold-stats-container {
    padding: 0 15px !important;
}

.arrow-icon img {
  max-width: 90%;
}

.gold-stat-content h2,
.gold-stat-box h3,
.gold-stat-top h3 {
  font-size:44px !important;
  padding-top: 0 !important;
}

.gold-stat-top {
  padding: 15px 15px !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.gold-stat-box {
  padding: 15px 15px !important;
  align-items: center !important;
  gap: 0 !important;
}

.gold-stat-top p,
.gold-stat-box p {
    text-align:center !important;
}

.expertise-body {
  margin-top: -100px !important;
  gap: 50px !important;
}

.expertise-left .para {
  text-align: center !important;
}

.financial-services-section {
  padding: 0 0;
}

.skills-grid {
  gap: 20px !important;
}

.shopify-scroll-feature__quote {
  line-height: 24px !important;
  font-size: 22px !important;
  text-align: center !important;
}

.shopify-scroll-feature__author,
.shopify-scroll-feature__role,
.shopify-scroll-feature__left p {
  text-align: center !important;
}

.shopify-scroll-feature__left h2 {
  font-size: 24px !important;
  line-height: 40px !important;
  text-align: center !important;
}

.shopify-scroll-feature__left h4 {
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
}

.legacy-section .pulse-position {
  transform: translate(0%, -15px) !important;
}

.legacy-left h2 {
  text-align: center !important;
}

.legacy-left h2 {
  margin-bottom: 20px !important;
  line-height: 26px !important;
  font-style: normal;
  text-align: center !important;
  font-size: 24px !important;
}

.legacy-left p {
  text-align: center !important; 
}

.ft_tex p {
  font-size: 20px !important;
  line-height: normal;
  text-align: center !important;
  padding-top: 28px !important;
}

 .footer-menu {
    gap: 6px !important;
  }

.footer-menu li::before {
  top: 12px  !important;
  right: -3px !important;
  height: 8px !important;
}

.footer-menu a {
  font-size: 12px !important;
  line-height: normal !important;
}

.footer-copyright {
  padding: 0 0 !important;
}

.footer-copyright__container {
  gap: 0 !important;
}
.shopify-scroll-feature {
  padding: 10px 0 30px !important;
}


.newsletter-input-box .newsletter-form__field-wrapper .field__input {
  padding: 20px !important;
}

.newsletter-input-box .newsletter-form__field-wrapper .field__label {
  line-height: 1.5 !important;
}

.newsletter-input-box #Subscribe.newsletter-form__button {
  width: 10rem !important;
  padding: 15px !important;
}

.alex-story-container {
    align-items: center !important;
}

.text2 {
  bottom: -13px;
}

.text2 img {
  max-width: 60%;
}

.footer-links a, 
.footer-copyright__left p, 
.footer-copyright__right p a {
  margin-bottom:0;
}
.footer-copyright__right p{
  margin:0;
}

.shopify-section-group-footer-group::before {
display:none;
}

.related-products ul {
    padding-bottom: 100px !important;
  }


.alex-same-line-both-btn .quantity {
  width: 120px;
}

.alex-same-line-both-btn {
  gap: 15px;
}

.product__info-wrapper {
    padding: 0 0 0 1rem !important;
  }

.alex-chiniborch-details-list ul {
  column-gap: 10px;
  grid-template-columns: repeat(3,1fr);
}  

.product-card-wrapper .card__inner .card__media img {
  max-width: 100%;
}


.alex-feature-product-card__image {
  position: absolute;
  top: 3px;
  left: 0;
  width: 90% !important;
  height: 90% !important;
  object-fit: contain !important;
  right: 0;
  margin: 0 auto;
}

.collection-list .collection-list__item .card__content .card__information .card__heading a,
.collection-list .collection-list__item:hover .card__content .card__information .card__heading a {
  font-size: 20px;
}

.collection-title h1,
.collection-hero__title {
    font-size: 40px !important;
  }

.alex-collection-listing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.alex-feature-products__title,
.related-products__heading  {
  font-size: 36px !important;
  font-weight: 400;
}

product-info .product {
  padding: 50px 0 50px;
  position: relative;
}

.cart-items .cart-item__image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .product-card-wrapper .card__inner {
    max-height: 150px;
}

.alex-chiniborch-details-list ul {
    column-gap: 5px;
}

.alex-chiniborch-details-list ul li span,
.alex-chiniborch-details-list ul li {
  font-size:14px;
}
.product__title h1 {
    font-size: 26px;
    line-height: normal;
    padding: 0px 0 5px;
}

.related-products .product-card-wrapper.card-wrapper .card__information h3 {
    min-height: 55px;
}

.related-products .product-card-wrapper.card-wrapper .card__information h3 a {
  font-size:14px; 
}

.alex-about-section h1 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 0;
}

.alex-about-section p {
  font-size:16px;
  line-height: 20px;
}

.story-about .alex-story-heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 30px;
}

.story-about .alex-story-container {
  padding: 0 20px !important;
}

.story-about .gold-text {
  font-size: 22px;
}

.alex-story-section.story-about{
  padding-top:0 !important;
}
.story-about .alex-story-left p {
  font-size: 16px;
  line-height: 20px;
}
.story-about .alex-story-heading::before {
  bottom: -8px;
  right: 0;
  margin: 0 auto;
}
.journey-history h3 {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin-top: 0px;
}
.journey-history ul {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  padding: 0;
  list-style: none;
  margin: -50px 0 0;
  gap: 10px;
}
.success-journey .journey-history .present-history {
  opacity: 0;
  display: none;
}
.success-journey .journey-history .present-icon span:hover + .present-history {
    opacity: 1;
    transition: all 1s ease-out;
    display: block;
    position: absolute;
    width: 250px;
    z-index: 1;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 42px 79.3px #dd7e0340;
    background: #00142f;
}
.success-journey .journey-history li:last-child .present-icon span:hover + .present-history {
  left:auto;
}
.his-mission {
  padding-bottom: 100px;
}

.success-journey h3 {
  padding-bottom: 80px;
}

.every-step-wrapper {
  gap: 15px;
}

.every-step-text p {
  font-size: 16px;
  line-height: 24px;
}

.every-step {
  padding: 50px 0 50px;
}

.his-mission .hit-wrapper {
  gap: 20px;
  padding: 20px !important;
}

.his-left {
  flex: 0 0 10%;
  padding-top: 30px;
}

.his-center {
  flex: 0 0 50%;
}

.his-center h2 {
  margin: 0;
}

.his-center p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.his-right {
  flex: 0 0 25%;
  position: absolute;
  right: 0;
  bottom: -9px;
  text-align: right;
}

.his-right img {
  max-width: 65%;
  height: auto;
}

.post-media-section .container {
  padding: 0 15px !important;
}

.alex-media-title h2 {
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.alex-media-title h2::before {
  bottom: -75px;
  width: 60%;
  height: 66px;
  margin: 0 auto;
  right: 0;
}

.slick-auto {
  padding: 100px 0;
  transform: scale(1.1) rotate(-6deg);
  transform-origin: center;
}

.alex-brand-section {
  padding: 50px 0 50px;
}

.post-media-text h2 {
  font-size: 30px;
  line-height: 30px;
}

.post-media-text ul li a {
  letter-spacing: 2px;
}

.post-media-box .post-media-picture {
  height: auto;
}

.cart__ctas {
    gap: 15px;
    display: flex;
}

.alluca-logo img {
  max-width:200px;
}
.alluca-title h2 {
   font-size: 30px;
  line-height: 36px;
}

.elevating-vision ul li{
  width: 25%;
}

.elevating-vision ul li img{
  max-width:100%;
}

.elevating-vision ul li:nth-child(2) {
    padding-top: 60px;
}

.elevating-vision ul li:nth-child(4) {
    padding-top: 80px;
}

.elevating-vision {
    padding: 50px 0;
}

.alluca-title h2 {
  padding:0 15px;
}

.subsidiaries-image {
    gap: 10px;
}
.subsidiaries-image img {
    max-width: 30%;
}

.team-picture {
    width: 141px;
    height: 141px;
    background-size: cover !important;
    background-position: top center !important;
}

.team-box {
    gap: 10px;
    padding-right: 10px;
}

.team-title h2 {
    font-size: 24px;
    line-height: 24px;
}

.team-title p {
  font-size:14px;
}

.team-title-text h2 {
      padding: 0 0;
}

.subsidiaries-title h2{
  font-size:24px;
  line-height:26px;
}

.map_sec {
    gap: 20px;
}

.team-title-box {
    gap: 30px;
}

.team-title-text h2 {
    line-height: 28px;
    margin: 0;
    font-size:24px;
}

.our-locations {
    padding: 30px 0 100px;
}

.sell-your-gold .consult-wrapper {
    padding-top:20px;
    z-index:2;
}

.sell-your-gold .right-form.full-width {
    flex: 0 0 100%;
    padding: 10px;
}

.title-consult {
    padding: 50px 0;
  }

.title-consult {
    padding: 50px 0;
  }

 .title-consult h2 {
    font-size: 50px;
    line-height: 50px;
 } 

 .consult-wrapper .left-part h2 {
    font-size: 30px;
    line-height: 30px;
}

.title-consult p{
      max-width: 100%;
}

.top-nav .header {
    display: flex;
 }

 .alex-header-parent {
    flex: 0 0 98%;
}

.slick-auto {
  padding: 100px 0 !important;

}

 .title-wrapper-with-link {
  align-items: center;
}


.financial-service-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

}


@media screen and (min-width:800px) and (max-width:990px) {

.related-products .product-grid {
        gap: 5px;
    }

.product-card-wrapper.card-wrapper {
    padding: 30px 15px 15px 15px;
}


.custom-coming-soon h2 {
  font-size: 40px;
  line-height: 40px;
  padding: 0 20px;
}

  .slick-auto {
    padding: 130px 0 !important;
  }

  .alex-media-title h2 {
  font-size: 40px;
  line-height: 40px;;
  padding: 50px 100px 0;
}


}


@media screen and (min-width: 750px) {

.product__media-list .product-media-container.constrain-height {
    --viewport-offset: 100%;
    --constrained-min-height: 300px;
  }





}

@media screen and (min-width:641px) and (max-width:768px) {

 .product-card-wrapper.card-wrapper .card__information h3 {
    min-height: 72px;
}


.his-mission .hit-wrapper {
  gap: 20px;
  padding: 20px !important;
}

.his-left {
  flex: 0 0 10%;
  padding-top: 30px;
}

.his-center {
  flex: 0 0 50%;
}

.his-center h2 {
  margin: 0;
}

.his-center p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.his-right {
  flex: 0 0 25%;
  position: absolute;
  right: 0;
  bottom: -9px;
  text-align: right;
}

.his-right img {
  max-width: 65%;
  height: auto;
}

.post-media-text ul {
  gap: 20px;;
  justify-content: space-between;
}

 .post-media-text ul li a {
    letter-spacing: 1px;
    font-size: 14px;
  }

.post-media-text h2,
.post-media-text h2 a  {
    font-size: 20px;
    line-height: 26px;
  }

.post-media-box {
  gap: 15px;
}  

.alex-brand-section {
    padding: 0 0;
  }

.subsidiaries-image {
    gap: 10px;
}
.subsidiaries-image img {
    max-width: 30%;
}
.team-picture {
    width: 161px;
    height: 161px;
}

.team-right-list {
    padding-top: 20px;
}


.team-picture {
    width: 120px;
    height: 120px;
}

.team-wrapper {
    padding-bottom: 0;
        gap: 20px;
}

.team-title h2 {
        font-size: 18px;
        line-height: 20px;
    }

.team-title-box {
    gap: 20px;
}

.team-email a {
    gap: 10px;
    font-size: 12px;
}

.team-title p {
        font-size: 12px;
    }

.financial-section-title {
    margin-bottom: 30px;
 }


 .consult-wrapper .right-form {
    padding: 10px;
}

.right-form .field.select-field select {
    height: 57px;
    top: 0;
}

.right-form .field__input, .right-form .field.select-field {
    min-height: 59px;
    border-radius: 10px;
}
.right-form .field__input, .right-form .field.select-field {
    min-height: 59px;
}

.right-form textarea.field__input {
    min-height: 100px;
}

.cd-horizontal-timeline .events-content h2 {
    font-size: 22px !important;
    text-align: center !important;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
    text-align: center !important;
}

.cd-horizontal-timeline .events-content {
    margin-top:0 !important;
 }


.financial-service-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.story-about .alex-story-container {
    align-items: center;
}


}


/***********About**************/

.alex-story-section {
  background: rgba(0, 20, 47, 1);
  color: #fff;
  padding: 100px 5%;
}

.alex-story-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.alex-story-left {
  flex: 1;
  max-width:50%;
}

.alex-story-right {
  flex: 1;
  max-width: 50%;
}

.alex-story-heading {
  font-size: 40px;
  font-weight:400;
  line-height: 42px;
   font-family: Cal Sans, sans-serif;
}

.gold-text {
  color: rgba(193, 151, 82, 1);
}

.gold-button {
  display: inline-block;
  margin-top: 30px;
  padding: 7px 46px;
 background: linear-gradient(95.05deg, #A05E03 -18.94%, #C19752 77.29%);
  color: #fff;
  font-weight:400;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
   font-family: Cal Sans, sans-serif;
}

.gold-button:hover {
  opacity: 0.85;
  background: linear-gradient(95.05deg, #C19752 -18.94%, #A05E03 77.29%);
}

.alex-story-right p {
  color: #dcdcdc;
 font-family: Cal Sans, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 16px;
letter-spacing:0;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .alex-story-container {
    flex-direction: column;
    text-align: center;
  }

  .alex-story-left, .alex-story-right {
    max-width: 100%;
  }

  .alex-story-heading {
    font-size: 1.8rem;
  }

  .gold-button {
    margin-top: 20px;
  }
}

/***********End About***************/
/***********************************/
.financial-services-section {
  padding:0 0 100px 0;
  position: relative;
}


.financial-services-section::before{
  position:absolute;
  content:"";
  left: 0;
  top: 0;
  background-image:url("/cdn/shop/files/Ellipse_10.png?v=1762327510");
  background-size: contain;
  width: 100%;
  height: 100%;
 background-position: left top;

}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
    /* z-index: 1; */
}

.financial-section-title {
  margin-bottom: 70px;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;

}

.financial-services-masonry {
  column-count: 3;
  column-gap:20px;
}

.service-card {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 14px;
  padding:15px 20px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom:20px;
  transition: all 0.3s ease;
  break-inside: avoid; /* ✅ prevents column breaks */
}

.service-card:hover {
  /* background: rgba(212, 175, 55, 0.08); */
  transform: translateY(-3px);
}

.service-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}

.service-title {
  color: rgba(193, 151, 82, 1);
  font-size: 30px;
  font-weight:400;
  line-height:36px;
  font-family: Cal Sans, sans-serif;
  margin: 0;
}

.service-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.service-description p {
 font-family: Cal Sans, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: normal;
  margin: 0;
  padding: 15px 0 30px 0;
}



.service-icon img {
  width: 55px;
  height: auto;
  display: block;
}

.financial-services-masonry .service-card:last-child .service-description p {
  padding-bottom:22px;
}


@media (max-width: 1024px) {
  .financial-services-masonry {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .financial-services-masonry {
    column-count: 1;
  }
  .financial-section-title {
    font-size: 2rem;
  }
}


/**********************************/

@media screen and (max-width:640px) {

.footer-menu {
        gap: 10px !important;
    }

.footer-menu li:before {
        top: 10px !important;
        right: -5px !important;
        height: 8px !important;
    }


.footer-container {
    gap: 20px !important;
}   

.product-card-wrapper.card-wrapper {
  padding: 10px 10px;
}

.alex-collection-listing .collection-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.alex-collection-listing .collection-list .collection-list__item {
  width: 100%;
  max-width: 100%;
}

.product-card-wrapper.card-wrapper .card__information h3 a {
  font-size: 14px;
}

.product-card-wrapper.card-wrapper .card-information .price__regular {;
  font-size: 20px;
  width: fit-content;
}

.collection product-form .button,
.view-details-btn {
  font-size: 14px;
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.product__title h1 {
  font-size: 24px;
  line-height: 30px;
  padding: 15px 0 0;
}

.product__info-wrapper {
    padding: 0 0 !important;
  }

.related-products__heading  {
  font-size:24px !important;
}

.top-nav .header__icons a {
  padding: 6px 10px;
}

.top-nav .header__icons {
  padding-right: 0;
  gap: 5px;
  justify-items: center;
  align-items: center;
}

.alex-header-logo {
  max-width: 140px;
  padding-left: 15px;
}

.header__heading-link {
  padding-left: 0;
  padding-right: 0;
}

.header__heading-logo {
    height: auto;
    max-width: 100% !important;
  }
.top-nav .header__icons a.shop-now-btn,
.top-nav .header__icons a {
  font-size:14px;
}

.alex-header-parent {
  gap:70px;
}

 .product-card-wrapper.card-wrapper .card__information h3 {
    min-height: 72px;
}


.his-mission .hit-wrapper {
  flex-direction: column;
  gap: 15px;
  padding: 15px !important;
}

.his-center h2 {
  font-size: 32px;
  text-align: center;
}

.his-center p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.his-right {
  flex: 0 0 100%;
  position: relative;
  right: 0;
  bottom: -23px;
  left: 0;
  text-align:center;
}

.his-mission p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 15px 0 0;
  text-align: center;
}

.his-mission {
  position: relative;
  padding-bottom:50px;
}

.success-journey h2 {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  color: #c19752;
  padding-bottom: 0;
  margin-bottom: 0;
}

.success-journey h3 {
  line-height: normal;
  text-align: center;
  padding-bottom: 50px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.journey-history ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  list-style: none;
  gap: 10px;
}

.success-journey .journey-history h3 {
  padding-bottom: 0;
  font-size: 14px;
  margin: 0;
}

.success-journey .journey-history .present-history {
  opacity: 0;
  display: none;
}

.success-journey .journey-history .present-icon span:hover + .present-history {
  opacity: 1;
  transition: all 1s ease-out;
  display: block;
  position: absolute;
  width: 250px;
  z-index: 1;
  padding: 10px 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 42px 79.3px 0px rgba(221, 126, 3, 0.25);
  background: rgba(0, 20, 47, 1);
}

.every-step-wrapper {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0;
  list-style: none;
  gap:30px;
  align-items: center;
  justify-items: center;
}

.every-step-text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align:center;
}

.his-left {
  padding-top: 30px;
}

.journey-history ul li {
  position: static;
}

.journey-history .present-history h2,
.journey-history .present-history p {
  text-align:center;
}

.journey-history {
  width: 100%;
  border-top: 0;
}

.journey-history .present-history p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

.brand-logo {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:10px;
}

.alex-brand-section {
  padding: 0;
}

.post-media-box {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

.post-media-text ul {
  gap: 10px;
  justify-content: space-between;
}

.post-media-text ul li a {
  font-size: 14px;
  letter-spacing: 2px;
}

.post-media-text h2,
.post-media-text h2 a {
  font-size: 26px;
  line-height: 30px;
}

.post-media-wrapper {
  padding: 30px 0;
}

.slick-auto {
  padding: 100px 0;
}


.alex-media-title h2 {
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.alex-media-title h2::before {
  bottom: -50px;
  width: 60%;
  height: 66px;
  margin: 0 auto;
  right: 0;
}

.subsidiaries-wrapper {
    flex-direction: column;
}

.subsidiaries-title p,
.subsidiaries-title h2 {
      text-align: center;
      padding-right:0;
}

.subsidiaries-image {
    gap: 10px;
}
.subsidiaries-image img {
    max-width: 30%;
}

.team-title-text h2 {
    font-size: 20px;
    line-height: 24px;
    padding:0 0;

}

.team-right-list {
    padding-top: 20px;
}

.team-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

.team-picture {
    width: 120px;
    height: 120px;
}

.team-wrapper {
    padding-bottom: 0;
    flex-direction: column;
    gap: 10px;
}

.team-left-list, .team-right-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.team-title-box {
    gap: 20px;
}

.team-email a {
    gap: 10px;
    font-size: 12px;
}

.map_sec {
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


.title-consult h2 {
        font-size: 30px;
        line-height: 30px;
    }

.title-consult .pulse-position{
  display: none;
}   

.consult-wrapper .left-part h2 {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }

.consult-wrapper .container {
    flex-direction: column;
}

.left-part p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.consult-wrapper .right-form {
    flex: 0 0 100%;
    padding: 10px;
}

.right-form .field.select-field select {
    height: 57px;
    top: 0;
    background-position: calc(100% - 0px) calc(100% - 15px);
}

.contact.page-width {
  padding-bottom: 50px;
}

.right-form .field__input, .right-form .field.select-field {
    min-height: 59px;
    border-radius: 10px;
}
.right-form .field__input, .right-form .field.select-field {
    min-height: 59px;
}

.right-form textarea.field__input {
    min-height: 100px;
}

.right-form .field__label, .right-form .customer .field label, .right-form .field.select-field label {
    top: calc(2rem + var(--inputs-border-width));
    color: #ffffff !important;
    font-size: 14px;
}

.sell-your-gold .consult-wrapper .pulse-position{
  display:none;
}


.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.cd-horizontal-timeline .events-content h2 {
    font-size: 22px !important;
    text-align: center !important;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
    text-align: center !important;
}

.cd-horizontal-timeline .events-content {
    margin-top:0 !important;
 }

 .custom-coming-soon h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
}

.service-content {
  align-items: center;
}

.financial-service-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.circle-main-frame{
  display:none;
}

.circle-main-frame-mobile{
  display:block;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap:30px;
}

.hero-subtext,
.hero-title {
 margin-bottom:0 !important;
}

.collections-with-products .collection-title {
  padding: 15px 0 0;
}
.collection-group h2 {
  margin-bottom: 30px;
  text-align: center;
}

.collection-group .alex-feature-products__title a {
  font-size: 24px;
}


  }



@media screen and (min-width:300px) {

.alex-chiniborch .shopify-section-header-sticky .header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9;
    top:60px;
    left:0;
    /* transition: all 0.3s ease; */
}

.shopify-section-header-sticky.scrolled-past-header .header-wrapper {
    background-color: rgba(8, 21, 42, 0.9) !important;
    top:0;
    /* transition: all 0.3s ease; */
}

.right-form .link{
  color: red;
  text-decoration: none;
}

.right-form .form-status:focus-visible {
    outline:none !important;
    outline-offset:none !important;
    box-shadow:none !important;
}


.right-form .form-status-list {
    padding: 0;
    margin: 2rem 0 4rem;
    list-style: none;
}



}


