/** Shopify CDN: Minification failed

Line 553:0 Unexpected "}"
Line 1490:21 Expected identifier but found "."
Line 2433:0 Unexpected "}"

**/
/* Base Reset */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'Lithos';
  src: url('/cdn/shop/files/lithos.woff2') format('woff2');
  font-weight: 400;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/cdn/shop/files/dmsans.woff2') format('woff2');
  font-weight: 400;
  letter-spacing: -0.17px;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', sans-serif !important;
  color: #222;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'lithos', sans-serif;
  font-weight: 400;
}
.container__box{
    max-width:1440px;
    margin: 0 auto;
    padding: 0 64px;
    width: 100%;
      margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.home__header .top__header .container__box, .header__menu .container__box{
    max-width: 1440px;
}
.menu__top{
 display: flex;
    justify-content: space-between;
    align-items: center;
}
.top__header {
    display: block;
    padding: 34px 0;
    border-bottom: 1px solid #0000001A;
}
.nav-right ul {
    display: flex;
    list-style: none;
    gap: 34px;
    justify-content: flex-end;
    align-items: center;
    line-height: 0;
}
header.main-header {
  background: white;
  border-bottom: 1px solid #ddd;
}
.currency-country{
  display: none;
}
.nav-center {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
   width: 20%;
   line-height: 0;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  gap: 28px;
  font-size: 0.95rem;
}
.main-nav ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}
.nav-right ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.nav-left, .nav-right {
    width: 40%;
}
.header__menu {
    position: relative;
}
.header__menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 24px;
}
.header__menu ul li a {
    display: flex;
    align-items: center;
        color: #000;
    text-decoration: none;
    gap: 10px;
    font-family: "Lithos", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.home__video_sec{
    position: relative;
    width: 100%;
    margin-top: -147px;
    z-index: -1;
}
.home__video_sec video{
    width: 100%;
    height: 650px;
    object-fit: cover;
}
header.main-header.home__header {
    background: transparent;
}
header.main-header.home__header a {
    color: #fff;
}
/* .home__header img {
    filter: brightness(0) invert(1);
  width: 100%;
} */
.home__header .nav-right ul li:first-child img{
  filter:none;
}
.home__header .top__header {
    border-bottom: 1px solid #FFFFFF1A;
}
header.main-header.home__header{
  border-bottom: 1px solid #FFFFFF1A;
}
.top__header .nav-left .main-nav ul li .sub-menu{
  display: none;
}
.top__header .nav-left .main-nav ul li img {
    transform: rotate(180deg);
    filter: brightness(1) invert(1);
}
.home__header .top__header .nav-left .main-nav ul li img {
    transform: rotate(180deg);
    filter: none;
}
.header__menu ul li a img:last-child{
  filter: brightness(1) invert(1);
}
.home__header .header__menu ul li a img{
  filter: none;
}
.home__header .header__menu ul li a img:first-child {
    filter: brightness(0) invert(1);
}
header.main-header .top__header .container__box {
    max-width: 1440px;
}
.header__menu ul li a img:last-child {
    transform: rotate(180deg);
    position:relative;
    top: 2px;
}
.header-wrapper{
	background-color: inherit!important;
}
.header__inline-menu .list-menu--inline>li>.list-menu__item>span{
	color: #fff!important;
}
.header__heading-logo{
	filter: brightness(0) invert(1);
}
.header__icon--search .icon, 
.currency-country, 
.header__icon span, 
.header__column .header__localization-button[aria-expanded=true] .currency-country, 
.header__icon--menu .icon{
	color: #fff!important;
}
.header__icon--cart .icon{
	filter: brightness(0) invert(1);
}
.header__icon .header__icon-name{
	color: #fff!important;
}

.home__sec2 h2 {
    font-size: 50px;
    color: #1D1D1B;
    width: 100%;
    text-align: center;
}
.home__sec2 {
    position: relative;
    padding: 100px 0;
}
.boxed__circle {
    position: relative;
    margin-top: -102.5px;
    width: 100%;
    text-align: center;
    display: block;
}
.boxed__circle img {
    border-radius: 100px;
    background: transparent;
}
.boxed__circle img:last-child{
     position: absolute;
    left: 50%;
    transform: translate(-50%);
    /* bottom: -15px; */
    bottom: -9px;
    animation: rotateAnim 10s linear infinite;
}
@keyframes rotateAnim {
  0% {
    transform: translate(-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%) rotate(360deg);
  }
}
.best-sellers-slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 48px;
}
.best-sellers-slider .owl-carousel{
  padding: 0 143px;
}
.best-sellers-slider .owl-carousel .owl-stage-outer{
  max-width:100%;
  height: 435px;
}
.best-sellers-slider .owl-carousel .item img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.best-sellers-slider .owl-item.custom-active.active.center + div {
    margin-top: 100px;
}
.best-sellers-slider .owl-item.custom-prev.active {
    margin-top: 100px;
}
.best-sellers-slider .owl-item.active {
    margin-top: 200px;
}
.best-sellers-slider .owl-item.custom-active.active.center {
    margin-top: 0;
}
.best-sellers-slider .owl-carousel .owl-stage {
    position: relative;
    height: 435px;
}
.best__seller_colors ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:24px;
}
.best__seller_colors ul li {
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.best__seller_colors li{
  background: var(--swatch-color);
}
.color_grey {
    background: linear-gradient(to bottom, #F5F5F5, #D9D9D9);
    border: 1.4px solid #000;
}
.color_darkgrey {
    background: linear-gradient(to bottom, #D9D9D9, #737373);
}
.color_gold {
    background: linear-gradient(to bottom, #E2CC91, #907435);
}
.best__seller_content h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    max-width: 201px;
    margin: 24px auto;
    color:#1D1D1B;
}
.best__seller_price span{
      font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color:#1D1D1B;
}
.best__seller_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    color:#1D1D1B;
}
.best__seller_price span:first-child{
    color:#D80000;
}
.product-form__checkout .best__seller_btn {
    display: block;
    margin-top: 24px;
    cursor: pointer;
}
.best__seller_btn a, .product-form__checkout .best__seller_btn{
    background: #1D1D1B;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    width: 213px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 100px;
    padding: 5px;
}
.best__seller_content {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translate(-50%, 34px);
        z-index: 1;
}
.explore__seller_btn a{
      background: #1D1D1B;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    width: 213px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 100px;
    padding: 5px;
    gap:8px;
}
.explore__seller_btn img {
    width: auto !important;
}
.home__sec3 .custom-nav, .home__sec2 .custom-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 400px;
    transform: translate(0, -50%);
    width: 90%;
    z-index: 1;
    /*max-width: 1056px;*/
}
.navigation__btns {
    display: flex;
    width: 100%;
    justify-content: center;
}
.custom-prev, .custom-next {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}
/*slider2*/
/* Make the section fill full width */
.home__sec3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home__sec3 .container__box{
  padding: 0;
      margin: 0;
    max-width: 100%;
}
.home__sec3 .slider-wrapper .owl-item .item {
    width: 100%;
}
.slider-wrapper {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
}

.slider-wrapper .owl-carousel {
  width: 100%;
  height: 900px;
}

.slider-wrapper .owl-stage-outer {
  width: 100%;
  height: 100%;
}

.slider-wrapper .owl-stage {
  display: flex;
  width: 100%;
  height: 100%;
}

.slider-wrapper .owl-item {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper .owl-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-wrapper .custom-nav img {
    width: 56px;
    height: 28px;
}
.slider-wrapper .custom-prev img {
    transform: rotate(180deg);
}
.coin__carousel_boxes {
  align-items: baseline;
}
.sec3_top_content{
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.sec3_top_content h2 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -3px;
}
.sec3_top_content p {
    font-size: 17px;
    font-weight: 400;
    max-width: 632px;
    text-align: center;
    margin-top: 16px;
    margin: 0 auto 34px;
}
.coin__carousel_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translate(-50%, 0) !important;
    width: 100%;
    max-width: 800px;
}
.coin__carousel_boxes .boxed__sec p {
    color: #fff;
    text-align: center;
        font-size: 17px;
    font-weight: 500;
    margin: 0 auto;
  line-height: 24px;
}
.boxed__sec {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}
.coin__carousel_boxes .boxed__sec img {
    width: 145px;
    margin: 0 auto;
}
.home__sec4 {
    padding: 96px 0;
}
.home__sec4 h2 {
    font-size: 50px;
    font-weight: 400;
    color: #1D1D1B;
}
.story__section>p{
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home__sec4 .boxed__story {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.boxed__story_inner {
    height: 598px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
        padding: 72px 46px;
            border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.box__essence{
  background: url(../images/coins/essence.jpg) no-repeat;
    background-size: cover;
}
.box__legacy{
  background: url(../images/coins/legacy.jpg) no-repeat;
    background-size: cover;
    background-position: 20%;
}
.box__roots{
  background: url(../images/coins/roots.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.box__spirit{
  background: url(../images/coins/spirit.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.boxed__story .active__story .plus__story {
    display: none;
}
.show__story p {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
}
.boxed__story .active__story {
    padding: 72px 66px 60px 65px;
}
.boxed__story_inner.active__story {
    width: 67.4%;
}
.boxed__story_inner {
    width: 32.6%;
    transition: background-color 0.4s ease, transform 0.4s ease;
    transition: 0.5s ease-in-out;
}
.boxed__story_inner .hide__story{
  display: none;
}
.boxed__story_top h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #1D1D1B;
    text-transform: uppercase;
}
.boxed__story_bottom img {
    cursor: pointer;
}

.coin-slider-section {
  color: white;
  text-align: center;
  position: relative;
}
.coin-carousel {
    /* width: 400px; */
    margin: 0 auto;
}
.coin-carousel .item {
	position: relative;

	padding: 80px 0;
}

.coin-carousel .item img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

/* .owl-item.active.prev,
.owl-item.active.active-custom,
.owl-item.active.next {
		scale: 1.5;
} */

.coin-details h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.coin-details .price {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.coin-details .old-price {
  color: #aaa;
  margin-left: 10px;
  font-size: 14px;
}
.home__sec5 {
    background: #1D1D1B;
    padding: 105px 72px;
    overflow: hidden;
}
.bundle__pricing_sec {
    display: flex;
}
.bundle__pricing_left h2 {
    color: #D9BE71;
    font-size: 60px;
    width: 355px;
    letter-spacing: -3px;
    line-height: 57px;
    margin-bottom: 34px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.bundle__pricing_left>p {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    width: 400px;
}
.coin-carousel .owl-item.active.prev .coin-details, .coin-carousel .owl-item.active.next .coin-details {
    display: none;
}
.coin-carousel .owl-item.active.prev {
    transform: scale(0.88);
}
.coin-carousel .owl-item.active.next {
    z-index: -1;
    transform: scale(0.88);
}
.coin-carousel .coin-details {
    margin-top: 30px;
	opacity: 0;
}
.owl-item.active.active-custom .coin-details{
  opacity: 1;
}
.coin-carousel .custom-nav {
  text-align: center;
  margin-bottom: 20px;
}

.coin-carousel .coin-carousel.custom-nav button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin: 0 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.coin-carousel .custom-nav button:hover {
  background: #444;
}
.coin-slider-section .custom-nav {
    display: flex;
    justify-content: space-between;
    width: 659px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.coin-slider-section .custom-prev img{
    transform: rotate(180deg);
}
.coin-slider-section .custom-nav img {
    width: 56px;
    height: 28px;
}
.bundle__pricing_left {
    width: 45%;
    padding-left: 120px;
}
.bundle__pricing_right {
    width: 55%;
}
.home__sec6{
  padding:96px 0;
}
.home__sec6 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home__sec6 ul li img {
    display: block;
    margin-bottom: 24px;
  min-height: 79px;
}
.home__sec6 ul li {
    border-right: 1px solid #EBE9E4;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        width: 16.67%;
        font-size: 15px;
    font-family: 'Lithos', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.home__sec6 ul li:last-child {
    border: none;
    padding-right: 0;
}
.home__sec6 ul li:first-child {
    padding-left: 0;
}
.temple__magazine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #D9BE71;
    padding-bottom:48px;
}
.temple__magazine h2 {
    font-size: 40px;
    font-weight: 400;
}
.temple__magazine .magazine__btn a {
    color: #000;
    text-decoration: none;
        font-size: 17px;
    font-weight: 400;
}
.temple__magazine .magazine__btn a img {
    filter: brightness(1) invert(1);
}
.magazine__blog{
  margin-top:16px;
}
.pinterest-gallery {
  column-count: 3;
}

.pin {
  background: #fff;
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  break-inside: avoid;
}

.pin img {
  width: 100%;
  height: auto;
  display: block;
}

.pin p {
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.product-grid {
    padding: 96px 0;
    background: #F5F4F0;
}
.product-grid .hero-bg {
    height: 597px;
    object-fit: cover;
}
.product-grid .container__box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 17px;
}
.product-card {
  background: #fff;
  padding: 0 16px 16px 16px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 32.33%;
      margin-bottom: 64px;
}
.product-grid .product-card h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    max-width: 284px;
    margin: 0 auto;
}
.product-card img {
  max-width: 50%;
  height: auto;
}
.product-grid .product-card .price {
    margin: 24px 0 34px 0;
    font-size: 16px;
      justify-content: center;
}
.product-grid .product-card .old-price {
    text-decoration: line-through;
    color: #1D1D1B;
    margin-left: 17px;
  font-weight: normal;
}
.custom-badge {
    padding: 5px 10px;
    background: #905635;
    color: white;
    font-size: 0.8rem;
    display: inline-flex;
    border-radius: 20px;
    gap: 6.26px;
    width: 179px;
    height: 28px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lithos', sans-serif;
    display: flex;
    align-items: center;
}

.color-options {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.color-options .color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ccc;
}

.color.silver { background: silver; }
.color.gold { background: goldenrod; }
.color.bronze { background: #cd7f32; }

.price {
  margin: 10px 0;
  font-size: 1rem;
}

.current-price {
  color: #D80000;
  font-size: 17px;
    font-weight: 600;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.btn {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.buy-now {
  background: #111;
  color: white;
}

.add-to-bag {
  background: #f2f2f2;
  color: #333;
  font-family: 'DM Sans';
}

.trust-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: #fff;
}

.trust-item {
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;
  flex: 1 1 120px;
  border-right: 1px solid #ccc;
}

.trust-item:last-child {
  border-right: none;
}
footer {
  background: #fff;
  font-size: 0.85rem;
}
.footer__top {
    position: relative;
}

.footer__top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EBE9E4;
}
.footer-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 47px 0 64px 0;
}
.footer__section:nth-child(1) {
    width: 34%;
}
.footer__section:nth-child(4) {
    width: 18%;
}
.footer__section {
    width: 24%;
}
footer h4 {
  font-size: 1rem;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 400;
  color: #1D1D1B;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
    margin-bottom: 8px;
}

footer .copyright {
    text-align: center;
    color: #1D1D1B;
    border-top: 1.4px solid #EBE9E4;
    padding-top: 24px;
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
/* Add this to your stylesheet */

@keyframes slideImageUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.home__sec3 .animate-bg {
  animation: slideImageUp 0.7s ease both;
}
@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home__sec3 .fade-in {
  animation: fadeInContent 1s ease both;
}
/*Magazine gallery css start*/
.pinterest-gallery .Rw{
  display: inline;
  /* flex-wrap: wrap; */
}
.pinterest-gallery .Col{
  flex:100%;
  max-width:100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.pinterest-gallery .Col img {
    width: 100%;
    margin: 0px auto;
    vertical-align: middle
}
.magazine_box_overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(360deg, #0000008a, #00000000);
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
}
.magazine_box_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.magazine_box_inner span {
    width: 8px;
    height: 8px;
    background: #D9BE71;
    border-radius: 50px;
}
.magazine_box_overlay h3 a{
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color:#fff;
    text-decoration: none;
}
.home__sec7 {
    padding-bottom: 100px;
        position: relative;
}
.footer__top ul {
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 278px;
    position: relative;
    top: -17px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}
.footer-cols li a {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.toggle__icon{
  display: none;
}
.home__sec3 .item>img {
    height: 900px;
    object-fit: cover;
}
  .story__carousel_mob{
  display:none;
}
.footer__accordion img{
  display: none;
}
.footer__links {
    display: flex;
    gap: 44px;
}
.product-card .best__seller_colors {
    margin: 34px 0 24px 0;
}
.product-card .best__seller_colors .color_grey {
    border: 1.4px solid #000000D9;
    background: linear-gradient(to bottom, #D9D9D9, #737373);
}
.product-card .best__seller_colors .color_lightgrey {
    background: linear-gradient(to bottom, #F5F5F5, #D9D9D9);
}
.product-card .best__seller_colors .color_gold {
    background: linear-gradient(to bottom, #E2CC91, #907435);
}
.product-card .best__seller_colors .color_brown {
    background: linear-gradient(to bottom, #E2AF91, #905635);
}
.product-form__controls-group{
  justify-content: center;
}
.prd__toned {
    font-size: 13px;
    font-weight: 600;
    color: #666562;
    margin-bottom: 24px;
}
.product-card .best__seller_colors h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
}
.banner__collection {
    position: relative;
    height: 597px;
  height: 450px;
}
.banner__cont_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 100%;
}
.banner__cont_overlay h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lithos', sans-serif;
    text-wrap-style: balance;
}
.banner__cont_overlay p {
    color: #fff;
}
.banner__cont_overlay p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.banner__collection .banner__cont_overlay .container__box {
    display: flex;
    gap: 96px;
    align-items: center;
    max-width: 1312px;
    padding: 0;
}
.banner__collection .banner__cont_overlay h1 {
    width: 55%;
}
.banner__collection .banner__cont_overlay p {
    width: 47%;
}
.product-grid .buy-now {
    background: #111;
    height: 56px;
    font-size: 15px;
    font-weight: 500;
}
.product-grid .add-to-bag {
    background: #fff;
    color: #1D1D1B;
    height: 56px;
    font-size: 15px;
    font-weight: 500;
    border: 1.4px solid #EBE9E4;
    height: 56px;
}
.banner__collection>.hero-bg {
    height: 450px;
    object-fit: cover;
}
.varient__sec ul {
    list-style: none;
    display: flex;
    gap: 8px;
}
.varient__sec ul li {
    width: 112px;
    height: 88px;
    border: 1.4px solid #EBE9E4;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.varient__sec ul li span {
    font-size: 13px;
    font-weight: 600;
}
.varient__sec p {
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.varient__sec p.color_grey {
    background: linear-gradient(to bottom, #F5F5F5, #D9D9D9);
    border:0;
}
.varient__sec ul li:hover {
    border-color: #D9BE71;
}
.prd_page_section {
    display: flex;
    gap:64px;
    padding: 64px 0 24px 0;
}
.prd__left_sec {
    width: 100%;
	padding: 0 30px 0 0
}
.prd__right_sec {
    width: 100%;
    gap: 24px 0;
    display: flex;
    flex-direction: column;
}
.varient__sec .color_lightgrey {
    border: 1.4px solid #000000D9;
    background: linear-gradient(to bottom, #D9D9D9, #737373);
}
.varient__sec .color_brown {
    border: 1.4px solid #000000D9;
    background: linear-gradient(to bottom, #D9D9D9, #737373);
}
.varient__sec .color_brown {
    background: linear-gradient(to bottom, #E2AF91, #905635);
    border:none;
}
.prd__short_desc h1 {
    font-size: 30px;
    font-weight: 400;
}
.prd__short_desc .custom-badge{
  margin: 24px 0;
}
.obverse__heading {
    display: flex;
    gap: 16px;
    text-transform: uppercase;
    font-family: 'Lithos', sans-serif;
    font-size: 15px;
    color: #1D1D1B;
    margin-bottom: 16px;
    cursor: pointer;
}
.fields__sec {
    border: 1.4px solid #EBE9E4;
    border-radius: 100px;
    padding: 6px 6px 6px 17px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.fields__inner {
    background: #F5F4F0;
    height: 32px;
    border-radius: 50px;
    padding: 6px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.fields__inner img {
    height: 100%;
    object-fit: contain;
}

.obverse__sec {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.diameter__boxed ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.diameter__boxed ul li {
    border-right: 1.4px solid #EBE9E4;
    padding-right: 16px;
}
.prd__right_sec span.old-price {
    color: #1D1D1B;
    font-weight: 500;
    font-size: 17px;
}
.prd__right_sec .price {
    padding: 16px 0 0 0;
    font-size: 1rem;
    border-top: 1.4px solid #EBE9E4;
    margin: -8px 0 0 0;
}
.prd__right_sec .price-item, .prd__right_sec .price .price__sale .price-item--regular{
  font-size: 17px;
}
.shipping__calculate {
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #666562;
}
.add__to_cart_btn, .buy__now_btn{
    font-size: 17px;
    font-weight: 500;
    background: #1D1D1B;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'DM Sans', sans-serif;
    width: 50%;
    /* height: 56px; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1.4px solid #EBE9E4;
}
.template-product .buy__now_btn{
  width: 100%;
  background: #1D1D1B !important;
}
.add__to_cart_btn {
    background: #fff;
    color: #1D1D1B;
}
.add__to_cart {
    display: flex;
    gap: 8px;
}
.add__to_cart_btn:hover {
    background: #D9BE71;
}
.buy__now_btn:hover {
    background: #4e4e4e;
}
.prd__the_story {
    position: relative;
    height: 450px;
}
.prd__the_story .the_story__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.prd__the_story .the_story__overlay h2 {
    width: 40%;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lithos', sans-serif;
	text-align: center;
}
/* .prd__the_story .the_story__overlay .the__story__content {
    width: 60%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-height: 239px;
    max-width: 624px;
    position: relative;
} */
.prd__the_story .the_story__overlay .the__story__content {
    position: relative;
    width: 60%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-height: 239px;
    max-width: 624px;

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.prd__the_story .the_story__overlay .container__box {
    display: flex;
    gap: 96px;
    align-items: center;
    max-width: 1312px;
    padding: 0;
}
.prd__the_story .the_story__overlay .the__story__content p{
  margin-bottom: 24px;
}
.prd__the_story .the_story__overlay .the__story__content p:last-child {
    margin-bottom: 0;
}
.prd__the_story>img {
    height: 450px;
    object-fit: cover;
}
.vertical-slider-wrapper {
  width: 400px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.vertical-slider .owl-stage {
  display: flex !important;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}
.vertical-slider .owl-item {
  flex-shrink: 0;
}
.vertical-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.vertical-nav {
  text-align: center;.coin-carousel .coin-details
  margin-top: 10px;
}
.vertical-nav button {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
}
.home__sec2{
      overflow: hidden;
}
.my-carousel {
  position: relative;
	margin: 40px 0 0
}
 
.my-carousel__swiper {
    padding-bottom: 20px;
    overflow: visible;
    max-width: 976px;
    margin: auto;
}
.my-carousel__actions {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
    width: 100%;
    height: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.my-carousel__control {
  display: inline-flex;
      width: auto;
    background: transparent;
        padding: 0;
    margin: 0;
}
.my-carousel__control:hover {
  cursor: pointer;
}
.my-carousel__control--prev {
    transform: rotate(180deg);
}
.my-carousel .swiper-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-carousel .swiper-card > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 22px;
  font-weight: bold;
  aspect-ratio: 2/3;
  width: 368px;
  color: #fff;
  border-radius: 50em;
  background: #fff;
}
.my-carousel .swiper-card > div > a > img {
    display: inline-block;
    border-radius: 100%;
}
.my-carousel .swiper-3d .swiper-slide-shadow {
    background: transparent;
}
.my-carousel__control img {
    filter: brightness(1) invert(1);
        width: 34px;
}
@media (max-width: 1440px) {
.coin__carousel_boxes {
    position: absolute;
    bottom: 72px;
}
.banner__collection .banner__cont_overlay .container__box {
    padding: 0 20px;
    gap:20px;
}
}
@media (max-width: 1280px) {
.main-nav ul {
    gap: 15px;
}
.best__seller_content {
    bottom: 130px;
}
.banner__collection .banner__cont_overlay h1{
    font-size: 38px;
    width: 100%;
}
.main-nav ul li a {
    font-size: 15px;
}
.nav-right ul li img {
    width: 20px;
    height: 20px;
}
.container__box {
    padding: 0 40px;
}
 .boxed__story_inner {
    padding: 72px 20px;
}
.boxed__story .active__story {
    padding: 72px 30px 60px 30px;
}
.product-card {
    width: 32%;
    margin: 0 0 64px;
}
}
@media (max-width: 1024px) {
  .pinterest-gallery {
    column-count: 2;
  }
  .top__header .nav-left, .header__menu {
      display: none;
  }
  .home__header .top__header .container__box, .header__menu .container__box {
      max-width: 100%;
  }
  .container__box {
        padding: 0 24px;
    }
    .boxed__story .active__story {
      padding: 72px 20px 60px 20px;
  }
  .boxed__story_top h3 {
    font-size: 28px;
}
  .home__header .top__header, header.main-header.home__header {
    border-bottom: none;
}
.toggle__icon{
  display: block;
}

.coin__carousel_boxes {
    display: flex;
    justify-content: left;
    overflow-x: scroll;
    width: 100%;
    padding-left: 44px;
    gap: 16px;
    max-width: 100%;
  }
  .coin__carousel_boxes .boxed__sec img {
      width: 138px;
  }
  .home__sec3 .item>img {
    height: 800px;
  }
  .slider-wrapper {
      height: 800px;
  }
  .home__sec3 .custom-nav{
    /* display: none; */
  }
  .coin__carousel_boxes .boxed__sec p{
    width: 200px;
}
.coin__carousel_boxes {
        position: absolute;
        bottom: 162px;
    }
   .banner__collection>.hero-bg {
      height: 450px;
  }
  .banner__collection {
    height: 450px;
}
.home__header img{
    width: 100%;
}
.home__header .menu-panel img{
  width: auto;
}
.nav-center{
    width: 150px;
}
  .banner__collection .banner__cont_overlay .container__box {
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        gap: 186px;
    }
    .toggle__icon a img {
    filter: brightness(1) invert(1);
}
    .home__header .toggle__icon a img {
    filter: none;
}
    .product-card {
        width: 31%;
        margin: 0 auto 64px;
    }
    .footer__top ul li a {
        background: #fff;
        box-shadow: 0 0 15px #00000026;
        border-radius: 50px;
        width: 44px;
        height: 44px;
        padding: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .footer__top ul li a img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
  .product-card {
        width: 48%;
    }
    .banner__collection {
    height: 450px;
}
    .banner__collection .banner__cont_overlay .container__box {
        gap: 40px;
    }
  .sec3_top_content h2 {
    font-size: 32px;
    /* width: 200px; */
    margin: 0 auto 16px;
  }
  .banner__collection .banner__cont_overlay p {
    width: 100%;
}
.banner__collection .banner__cont_overlay{
    padding: 44px 0;
}
  .sec3_top_content {
    padding: 0 34px;
}
.sec3_top_content p {
    margin: 0 auto 24px;
        font-size: 15px;
}
  .hero h2 {
    font-size: 2rem;
  }
.language__icon, .search__icon{
    display: none;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .trust-item {
    border: none;
    flex: 1 1 100%;
  }
  .home__video_sec video {
      height: 400px;
  }
  .boxed__circle {  
    margin-top: -60.5px;
  }

.boxed__circle img {
    width: 115px;
    height: 115px;
}
.boxed__circle img:last-child {
    bottom: -2px;
    width: 142px;
    height: 142px;
  }
  .home__sec2 {
    padding: 38px 0;
  }
  .home__sec4 .boxed__story{
    display: none;
  }
  .story__carousel_mob{
  display:block;
    touch-action: pan-y;
  overscroll-behavior: contain;
}
 .story__carousel_mob.swiper {
  max-width: 700px;
  aspect-ratio: 4 / 3;
}
.story__carousel_mob.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
    height: 440px;
}
.story__carousel_mob .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 0 25px #00000026;
    transition: all 1s ease-in-out;
    padding: 56px 34px;
}

.story__carousel_mob .swiper-button-prev {
  left: -5rem;
  color: black;
}

.story__carousel_mob .swiper-button-next {
  right: -5rem;
  color: black;
}
.home__sec4 {
    padding: 34px 10px 55px 10px;
}
.home__sec4 h2 {
    font-size: 32px;
    margin-bottom: 34px;
    text-align: center;
}
.story__section>p {
    margin-bottom: 16px;
    text-align: center;
}
.story__carousel_mob  .swiper-pagination {
        position: relative;
        bottom: -20px !important;
    }
.home__sec6 ul {
    flex-wrap: wrap;
}
.home__sec6 ul li{
  width: 33.33%;
  height: 104px;
  font-size: 13px;
  margin-bottom: 18px;
  border-right: 1.4px solid #EBE9E4;
  position: relative;
      justify-content: flex-start;
}
.home__sec6 ul li img {
    height: 56px;
    width: 56px;
    object-fit: contain;
}
.home__sec6 ul li:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 1.4px;
    background: #EBE9E4;
}
.home__sec6 ul li:nth-child(4), .home__sec6 ul li:nth-child(5), .home__sec6 ul li:nth-child(6) {
    margin-top: 18px;
}
.home__sec6 ul li:nth-child(4)::after, .home__sec6 ul li:nth-child(5)::after, .home__sec6 ul li:nth-child(6)::after {
    height: 0;
}
.home__sec6 ul li:nth-child(3) {
    border-right: none;
}
.home__sec6 ul li span {
    margin-top: 0;
}
.magazine__btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
}
.magazine_box_inner{display: none;}
.magazine_box_overlay h3 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}
.magazine_box_overlay{
  padding: 12px;
}
.pinterest-gallery .Col:nth-child(4) {
    order: 6;
}
.magazine_overlay_inner h3 {
    text-align: center;
}
.home__sec7 {
    padding-bottom: 170px;
    position: relative;
}
.footer-cols {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
.footer__section {
    width: 100% !important;
    margin-bottom: 46px;
}
.footer__links {
    display: none;
    margin-top: 34px;
}
.footer__accordion{
  margin-bottom: 0;
}
footer h4 img {
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.footer__accordion img{
  display: block;
}
.footer__accordion {
    display: flex;
    justify-content: space-between;
}
footer .container__box {
    padding: 0 16px;
}
.product-grid {
    padding: 24px 0 44px 0;
}
.product-card {
    width: 100%;
    margin: 0 auto 24px;
}
footer .copyright{
      font-size: 13px;
    flex-direction: column;
    text-align: left;
            gap: 44px;
}
.my-carousel .swiper-card > div {
    padding: 0 80px;
}
.my-carousel__actions {
    top: 100%;
    transform: translate(0, -15px);
    z-index: 999;
}
.my-carousel__swiper:after {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    width: calc(100% + 48px);
    height: 500px;
    background: linear-gradient(to left, #d7040400 70%, #ffffff);
    z-index: 9;
    pointer-events: none;
}
 
.my-carousel__swiper:before {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: calc(100% + 48px);
    height: 500px;
    background: linear-gradient(to right, #d7040400 70%, #ffffff);
    z-index: 9;
    pointer-events: none;
}
.home__sec2 h2 {
    margin-bottom: 37px;
  font-size: 32px;
}
}
@media only screen and (min-width: 768px){
  .footer__accordion {
    pointer-events: none;
    }     
}
@media (max-width: 480px) {
  .product-card {
        width: 100%;
    }
    .my-carousel .swiper-card img {
        width: 128px;
    }
    .my-carousel .swiper-card > div {
        padding: 0 60px;
    }
}

.megaMenu_drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    display: none; 
    width: 100%;
    border-bottom: 1px solid #0000001A; 
} 
.megaMenu_drop_wrap{
    background-color: #F5F3F0;
    padding: 48px 0;  
}
.have_megaMenu:hover .megaMenu_drop{
    display: block;
} 
.megaMenu_drop_grid {
    display: flex;
    flex-wrap: wrap;
}  
.megaMenu_drop_col{
    flex: 1;
}
.megaMenu_drop_bx {
    border-right: 1px solid #0000001A;
    text-align: left;
    height: 100%;
    padding: 0 40px;
}

.megaMenu_drop_bx > * + * {
    margin-top: 28px;
}

.custom-menu-drop .megaMenu_drop_bx{
  padding: 0 88px;
}
.custom-menu-drop .megaMenu_drop_grid{
  justify-content: center;
}
.custom-menu-drop .megaMenu_drop_col{
  flex: none;
}
.megaMenu_drop_grid .megaMenu_drop_col:last-child .megaMenu_drop_bx{
    border: none;
}
.megaMenu_icons {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding: 2rem;
}

.megaMenu_icons > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.megaMenu_title {
    display: block;
    font-family: "Lithos", sans-serif;
    font-size: 24px !important;
    text-transform: uppercase;
}
.megaMenu_list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.megaMenu_list ul label{
    pointer-events: none;
}

.megaMenu_drop_grid.megaMenu_drop_option_2{
    justify-content: center;
}
.megaMenu_drop_option_2 .megaMenu_drop_col {
    flex: none;
}
.megaMenu_drop_option_2 .megaMenu_drop_col .megaMenu_drop_bx{
    padding: 0 88px;
}
.megaMenu_drop_option_2 .megaMenu_drop_col .megaMenu_drop_bx ul{
    gap: 16px;
}
.megaMenu_list .specialOffer_menu {
    color: #D80000 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.megaMenu_itms{
    display: flex;
    align-items: center;
    gap: 10px;
}
.megaMenu_itms .megaMenu_itms_clr{
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.main-nav > ul > li > a {
	padding: 2rem 0;
	display: inline-block;
}
/**sidebar menu on mobile**/
.togleMenuBar {
    cursor: pointer;
}
.mobileSidemenu {
    position: fixed;
    top: 0;
    right: -300px; /* Hidden initially */
    width: 300px;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    z-index: 999;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 40px;
    width: 0px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
 
}
.mobileSidemenu.active {
    right: 0;
    width: 300px
}
.closeMenuBar {
    border: none;
    cursor: pointer;
    background-color: inherit;
        flex: 1;
    text-align: right;
}
.mobileOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    z-index: 998;
}
.mobileOverlay.active {
    opacity: 1;
    visibility: visible;
}
.mobileSidemenu_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    /* height: 100vh; */
    height: 90%;
}
.mobileSidemenu-bottom {
    padding: 20px;
}
.mobileSidemenu-bottom ul:not(#HeaderCountryList) {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mobileSidemenu .menu-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    padding: 38px 20px 20px;
}
.mobileSidemenu .menu-panel.active {
    left: 0;
    background-color: #fff;
    z-index: 999;
/*        height: 100%;*/
}
.mobileSidemenu .menu-panel.back {
    left: -100%;
}
.mobileSidemenu .menu-header {
    display: flex;
    align-items: center;
    justify-content: end;
   margin-bottom: 46px;
       gap: 8px;
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #1D1D1B;
}
.mobileSidemenu .menu-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #1D1D1B;
}
.mobileSidemenu .menu_drodown_arrow_icon {
    position: relative;
    top: 0px;
}
.mobileSidemenu .menu_drodown_arrow_icon img{
    width: 16px;
    height: auto;
}
.mobileSidemenu .backBtn img {
    transform: rotate(180deg);
}
.mobileSidemenu .backBtn {
    padding: 0;
    background-color: inherit;
    height: auto;
    border: none;
    display: flex;
    cursor: pointer;
}

.custom-accordion {
    margin-bottom: 20px;
}
.custom-accordion:last-child{
    margin-bottom: 0px;
}
.custom-header {
    cursor: pointer;
    display: flex;
    padding-right: 30px;
    align-items: center;
    font-family: "Lithos";
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1D1D1B;
    gap: 16px;
    position: relative;
}
.custom-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    -moz-transition: max-height 0.3s ease, padding 0.3s ease;
    -ms-transition: max-height 0.3s ease, padding 0.3s ease;
}
.custom-content.open {
    
}
.custom-arrow {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
  position: absolute;
  right: 0px;
  top: 4px;
}
.custom-arrow.down {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.custom-arrow img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.custom-arrow.up {
   transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.custom-content ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
    list-style-type: none;
    padding: 20px 20px 20px 48px;
}
.custom-content ul li a{
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
   color: #1D1D1B;
   text-decoration: none;
}

.custom-stylePrice-icon {
    margin: 0 0 20px;
    display: flex;
}
.custom-price-bx{
    margin-bottom: 24px;
}
.custom-price-bx ul, 
.custom-clr-bx ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    gap: 16px;
    margin: 0 0;
}
.custom-price-bx ul li a, 
.custom-clr-bx ul li a{
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #1D1D1B;
    text-decoration: none;
}
.custom-price-bx ul li .specialOffer_menu{
   color: #D80000;
   text-transform: uppercase;
   font-weight: 600;
}
.custom-clr-bx ul li a label{
    pointer-events: none;
}

.mobileSidemenu-bottom ul{
   padding-top: 20px; 
   border-top: 1.5px solid #EBE9E4;
}

.mobileSidemenu-bottom ul li {
    display: flex;
    gap: 18px;
    align-items: center;
    position: relative;
}
.mobileSidemenu-bottom ul li a{
    font-family: "Lithos";
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #1D1D1B;
}
.mini_menu_icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.mini_menu_counter {
    position: absolute;
    top: -6px;
    right: -4px;
    width: 18px;
    height: 18px;
    background-color: #1D1D1B;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.mini_menu_arrow {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.best__seller_content h3{
        text-align: center;
}
.best__seller_btn a {
    width: 184px;
    height: 48px;
}
.my-carousel .swiper-card > div{
    background: inherit;
}
.slider-wrapper .owl-carousel{
    height: auto;
}
.sec3_top_content{
    /* top: 57px;*/
  top: 72px;
}
.coin__carousel_boxes{
    bottom: 62px;
}
.home__sec3 .custom-nav{
    /* bottom: 233px; */
}
.home__sec3 {
    margin-top: 40px;
}
.temple__magazine h2{
    font-size: 32px;
    margin: 0 0 16px;
    text-align: center;
}
.magazine__btn{
    left: 0;
        transform: inherit;
        /* width: 100%; */
        right: 0;
}
.temple__magazine {
    padding-bottom: 0;
}
.temple__magazine .magazine__btn a {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

}
@media (max-width: 480px) {
  .product-card {
        width: 100%;
    }
    .my-carousel .swiper-card img {
        width: 128px;
    }
    .my-carousel .swiper-card > div {
        padding: 0 60px;
        margin-bottom:  -55px;

    }

    .swiper-pagination-info {

        display: flex !important;

        width: 100%;

        justify-content: center;

        position: relative;

        z-index: 99999;

        font-family: 'DM Sans';

        font-weight: 400;

        font-size: 13px;

        line-height: 100%;

        text-align: center;

        color: #666562;

        top: 45px;

    }

    .home__sec2{

        padding-bottom: 46px;

    }

}
@media only screen and (min-width: 768px){
  .footer__accordion {
    pointer-events: none;
    }     
}

ye css aap add kr do header ke liye hai 
 
.header .header__column {

    gap: 34px;

}

.header .header__column .header__icons {

    gap: 34px;

}

.header .header__column .header__icons .header__localization {

    padding: 0;

}

.header .header__column .header__icons .header__search {

    padding: 0;

}

.header .header__column .header__icon--cart{

	padding: 0px;

	position: relative;

	min-width: auto;

}

.header .header__column .header__icon--cart svg {

    width: 24px;

    height: 24px;

}

.header .header__column .header__icon--cart svg path{

	fill: #fff;

} 

.header .header__column .header__icon--cart .cart-count-bubble {

    position: absolute !important;

    width: 16px !important;

    height: 16px !important;

    background-color: #fff !important;

    right: -6px;

        top: 12px;

}

.header .header__column .header__icon--cart .cart-count-bubble span{

	 color: #1D1D1B !important;

}

.header .header__column .header__icons .header__search .icon-search{

	width: 24px;

	height: 24px;

}

.header .header__column .header__icons .currency-flag{

	/* width: 24px;

	height: 24px; */

	margin: 0px;

}

.header__heading-logo{

	width: 181px;

}

li.have_megaMenu > a img {

    width: 8px;

    height: 8px;

    transform: rotate(180deg);

}
 
.header__menu ul.menu-2-submenu {

    display: none;

}

.header__menu {

    position: relative;

    border-style: solid;

    border-width: 1px 0;

    border-color: #FFFFFF1A;

}

.header__menu ul li a{

	font-family: "Lithos", sans-serif;

	font-weight: 400;

	font-size: 15px;

	line-height: 100%;

	text-align: center;

	text-transform: uppercase;

	color: #fff;

}

.header__menu ul li a img {

    filter: brightness(0) invert(1);

    width: 30px;

    height: 30px;

    object-fit: contain;

}

.header__menu ul li a img.menu2-angle-down {

    width: 8px;

    height: 8px;

    filter: brightness(0) invert(1);

    position: relative;

    left: -4px;

    top: 0px;

}

.header__menu ul > li:hover > a img.menu2-angle-down{

	transform: rotate(360deg);

}

.header__menu ul > li:hover ul.menu-2-submenu{

	display: flex;

    position: absolute;

    flex-wrap: wrap;

    padding-top: 3rem;

    padding-bottom: 3rem;

    background-color: #F5F3F0;

    width: 100%;

    top: 100%;

    left: 0;

    right: 0;

    gap: 30px;

    justify-content: flex-start;

}

.header__menu .container__box{

	max-width: 100%;

	padding: 0;

}

.header__menu .container__box > ul > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header__menu ul > li:hover ul.menu-2-submenu a {

    color: #000;

    text-transform: capitalize;

    letter-spacing: 0px;

    font-size: 17px;

    font-family: 'DM Sans', sans-serif;

}

.header__menu ul ul.menu-2-submenu li {

    position: relative;

    padding-left: 13px;

}

.header__menu ul ul.menu-2-submenu li:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-top: 6px solid transparent;

    border-bottom: 6px solid transparent;

    border-left: 6px solid #2b2b2b;

    left: 0;

    top: 4px;

}
.header__column{
	gap: 34px!important;
}
.home__header .main-nav > ul > li > a{
	color: #fff;
}
.shopify-section-group-header-group.shopify-section-header {
    background-color: #fff;
}
.template-index .shopify-section-group-header-group.shopify-section-header {
    background-color: #00000000;
}
.inner-pages .main-nav ul li a{
	color: #1D1D1B;
}
.inner-pages li.have_megaMenu > a img{
	filter: brightness(1) invert(1);
}
.inner-pages .header__heading-logo {
    filter: brightness(1) invert(0);
}
.inner-pages .header__menu{
	border-color: #0000001a;
	border-width: 1px 0 0;
}
.inner-pages .header__menu ul li a{
	color: #1D1D1B;
}
.inner-pages .header__menu ul li a img {
    filter: brightness(1) invert(0);
}
.inner-pages .header__menu ul li a img.menu2-angle-down{
	filter: brightness(1) invert(1);
}
.inner-pages .header__icon--search .icon{
	color: #1D1D1B!important;
}
.inner-pages .header .header__column .header__icon--cart svg path {
    fill: #1D1D1B;
}
.inner-pages .header .header__column .header__icon--cart .cart-count-bubble {
    background-color: #1D1D1B !important;
    border-color: #1D1D1B !important;
}
.inner-pages .header .header__column .header__icon--cart .cart-count-bubble span{
	color: #fff!important;
}

.hidden-variants{
  display: none;
}

.product-parameters .product-form__controls-group {

    justify-content: inherit;

    gap: 8px;

}

.product-parameters label.color-swatch {

    width: 112px;

    height: 88px;

    display: flex;

    flex: none;

    max-width: inherit;

    border-radius: 4px !important;

    border: 1.4px solid #EBE9E4;

    background-color: inherit;

    justify-content: center;

    align-items: center;

    text-align: center;

    gap: 0px !important;

    position: relative;

    flex-direction: column;

    gap: 10px !important;

}

.product-parameters label.color-swatch input{

	position: absolute;

	width: 1px;

	height: 1px;

	background-color: inherit;

}

.product-parameters label.color-swatch .switches{

	font-weight: 600;

	font-size: 13px;

	line-height: 100%;

	text-align: center;

  color: #252523!important;

  position: static;

    margin: 0;

    padding: 0;

    transform: inherit;

    font-family: 'DM Sans', sans-serif;

}

.product-parameters label.color-swatch:after{

	display: none;

}

.product-parameters label.color-swatch .visually-hidden {

    position: static !important;

    width: 20px;

    height: 20px;

    display: flex;

    background: var(--swatch-color);

    border-radius: 100%;

    flex: none;

    font-size: 0px;

}

.product-parameters label.color-swatch.active{

	border: 1.4px solid #D9BE71;

}

.product-parameters label.color-swatch.active .visually-hidden{

	 border: 1.4px solid #000000D9;

}

.product-parameters variant-radios {

    padding: 0;

}

.product-parameters variant-radios legend{

	font-weight: 400;

	font-size: 15px;

	line-height: 100%;

	text-transform: uppercase;

  color: #666562;

  font-family: 'DM Sans', sans-serif;

}

.product-parameters fieldset.Variant .product-form__controls-group label{

	  display: inline-flex;

    border: 1.4px solid #EBE9E4 !important;

    padding: 20px 34px !important;

    background-color: #fff !important;

    border-radius: 100px;

    flex: none;

    min-height: 44px;

    max-width: inherit;

    width: auto;

    min-width: 100px;

   color: #1D1D1B;

    font-weight: 500;

    font-size: 13px;

    line-height: 100%;

    text-align: center;

    font-family: 'DM Sans', sans-serif;

}
.product-parameters fieldset.Variant .product-form__controls-group input[type="radio"]:checked + label {
    background: #000000 !important;
    color: #fff !important;
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* Optional: background animation for img */
.animate-bg {
    animation: bgZoom 3s ease-in-out forwards;
}
@keyframes bgZoom {
from {
transform: scale(1);
}
to {
transform: scale(1.05);
}
}
.home__sec3 .item {
    background: #000;
}
.slider-container {
    width: 340px;
    position: relative;
    perspective: 1200px;
    overflow: hidden;
    user-select: none;
}
.sliderBackFlip {
    position: relative;
    height: 440px;
}
.custom-back-flip {
    background: url('tt.png') no-repeat center/cover;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 56px 30px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: grayscale(100%);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease;
    opacity: 0;
    transform: scale(0.9) translateY(50px) rotateZ(0deg);
    z-index: 0;
    cursor: grab;
    background: #FFF url("assets/images/bgf.png") no-repeat center top;
    background-size: cover;
    height: 100%;
}
.custom-back-flip.prev {
    transform: scale(0.92) translateY(-23px) rotateZ(2deg);
    opacity: 1;
    z-index: 1;
    background: #FFF;
}
.custom-back-flip.next {
    transform: scale(0.92) translateY(-50px) rotateZ(-3deg);
    opacity: 0.5;
    z-index: 1;
    background: #FFF;
}
.custom-back-flip.active {
    transform: scale(1) translateY(18px) rotateZ(0deg);
    opacity: 1;
    z-index: 3;
}
.FlipContent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.custom-back-flip h2 {
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: rgba(29, 29, 27, 1);
}
.custom-back-flip p {
    font-size: 15px;
    color: rgba(29, 29, 27, 1);
}
.custom-back-flip button {
    margin-top: 30px;
    background: #111;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s ease;
}
.custom-back-flip button:hover {
    background: #333;
}
.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.custom-back-flip button {
    margin-top: 0;
    background: #111;
    color: #fff;
    padding: 0;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s ease;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    font-weight: 400;
    margin: 24px 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 6px;
}
.custom-back-flip button span {
    font-size: 24px;
    margin: -2px 0 0;
}
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 8px;
}
.slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(235, 233, 228, 1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.slider-dots .dot.active {
    background-color: rgba(217, 190, 113, 1)
}
.FlipContent {
    opacity: 0;
}
.custom-back-flip.active .FlipContent {
    opacity: 1;
}
.MobileFlip {
    margin: 80px 0 0;
    display: none;
}
.customCoinWrapper {
    width: 368px;
    margin: 0 auto;
    position: relative;
}
.customCoinArrow {
    /* font-size: 2rem; */
    color: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-70px);
    z-index: 10;
    background: none;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
    padding: 0;
    width: 56px;
    height: 28px;
}
.customCoinArrow img {
    width: 100%;
    height: auto;
}
.customCoinPrev {
    left: -120px;
}
.customCoinNext {
    right: -120px;
}
.customCoinCarousel .item {
    transition: transform 0.3s;
    /* padding: 35px 0 80px; */
    padding: 45px 0 80px;
}
.customCoinCarousel .owl-item.active.center {
    z-index: 699;
    margin: 20px 0 0
}
.coin-details {
    opacity: 0;
    width: 171px;
    margin: 0 0 0 -22px;
}
.customCoinCarousel .owl-item.active.center .coin-details {
    opacity: 1
}
.customCoinCarousel .center .item {
    transform: scale(1.5);
    z-index: 2;
}
.customCoinImage {
    border-radius: 50%;
}
.customCoinDetails {
    margin-top: 0;
    opacity: 0;
}
.customCoinPrice {
    color: #e01c1c;
    font-weight: bold;
    font-size: 1.2rem;
}
.customCoinOriginal {
    color: #ccc;
    text-decoration: line-through;
    margin-left: 10px;
}
.customCoinCarousel .center .item .customCoinDetails {
    opacity: 1;
}
.customCoinCarousel .item h3 {
    padding: 0;
    margin: 20px 0 0;
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}
.customCoinPrev img {
    transform: rotate(180deg);
}
.coin-details .old-price {
    color: #FFF;
}
.my-carousel__pagination {
  text-align: center;
  bottom: -26px !important;
  z-index: -1;
  display: none;
}
.my-carousel__pagination .swiper-pagination-bullet {
  background-color: #D9BE71;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.my-carousel__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}


@media (max-width:1200px) {
.bundle__pricing_left {
    padding: 0;
}
.bundle__pricing_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bundle__pricing_left, .bundle__pricing_left h2, .bundle__pricing_left > p {
    width: 100%;
    text-align: center;
    max-width: 232px;
}
.customCoinWrapper {
    width: 230px;
    margin: 30px auto 0
}
.home__sec5 {
    padding: 40px 0 0;
}
.bundle__pricing_right {
    width: 80%;
}
.coin-details {
    width: 171px;
    margin: 0 0 0 -49px;
}
.customCoinArrow {
    width: 34px;
    height: 17px;
}
.customCoinPrev {
    left: -43px;
}
.customCoinNext {
    right: -43px;
}
}

@media (max-width:768px) {
.MobileFlip {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.customCoinCarousel .item h3 {
    margin: 14px 0 0;
    font-size: 12px;
}
.coin-details .price, .coin-details .old-price {
    font-weight: 600;
    font-size: 12px;
}
.bundle__pricing_left h2 {
    color: #D9BE71;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 32px;
    margin-bottom: 17px;
}
.bundle__pricing_left p {
    font-size: 17px;
}
.my-carousel__pagination {
  display: block;
}
  .product-card .custom-card-wrapper h3{
	height: auto;
	display: block;
}	
.product-card .best__seller_colors{
	    min-height: auto;
}
}

.predictive-search__results-list{
	  grid-template-columns: repeat(3, 1fr);
	      gap: 17px;
	      margin: 0 -10px;
	      padding: 0 10px;
}
.predictive-search__results-list .prd__img img, .template-search__item .prd__img img {
    width: 100%;
    max-width: 300px;
    height: 150px;
    object-fit: scale-down;
    margin: auto;
}
/* .predictive-search__results-list .collection-product-card, .template-search__item .collection-product-card { */
.predictive-search__results-list .collection-product-card, .template-search__item{
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
/* .predictive-search__results-list .collection-product-card .custom-badge, .template-search__item .collection-product-card .custom-badge{ */
.predictive-search__results-list .collection-product-card .custom-badge, .template-search__item .custom-badge{
    margin: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: fit-content;
}
.predictive-search__results-list .collection-product-card .custom-badge img, .template-search__item .collection-product-card .custom-badge img{
    width: 15px;
    height: 15px;
    object-fit: scale-down;
}
 
.predictive-search__results-list .best__seller_colors, .template-search__item .best__seller_colors{
    margin: 34px 0 0;
}
.predictive-search__results-list label.color-swatch span.switches, .template-search__item label.color-swatch span.switches{
    display: none;
}
.predictive-search__results-list label.color-swatch, .template-search__item label.color-swatch {
    width: 20px !important;
    height: 20px !important;
    flex: none !important;
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
}
.predictive-search__results-list label.color-swatch:after, .template-search__item label.color-swatch:after{
	width: 100%!important;
	height: 100%!important;
}
.predictive-search__results-list p.prd__toned, .template-search__item p.prd__toned{  
    margin-top: 24px;
    text-align: center;
}
.predictive-search__results-list .custom-card-wrapper h3, .template-search__item .custom-card-wrapper h3 {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1D1D1B;
    line-height: 28px;

        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
}
.predictive-search__results-list .custom-card-wrapper p.price, .template-search__item .custom-card-wrapper p.price {
    margin: 24px 0;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}
.predictive-search__results-list .custom-card-wrapper .btn.buy-now, .template-search__item .custom-card-wrapper .btn.buy-now{
    height: 56px !important;
    background-color: #1D1D1B;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.template-search__item {
    padding: 10px !important;
}
.template-search__item .custom-card-wrapper p.price span.price, .predictive-search__list-item .custom-card-wrapper p.price span.price {
    font-size: 17px;
}
.template-search__item .custom-card-wrapper .add-to-bag {

    height: 50px;
    font-size: 15px;
}
 
@media only screen and (max-width: 800px){
	.predictive-search__results-list, .template-search__item {
    grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 500px){
	.predictive-search__results-list, .template-search__item {
    grid-template-columns: repeat(1, 1fr);
	}
}
 
.home__sec3 .coin__carousel_boxes {
    align-items: baseline;
}
.home__sec3 .coin__carousel_boxes .boxed__sec img {
    border-radius: 100%;
}
.home__sec5 .coin-slider-section img {
    border-radius: 100%;
}
.home__sec5 .coin-details a{
	text-decoration: none;
}
.home__sec5 .coin-details h3{ 
	color: #fff;
}
.home__sec5 .coin-carousel .coin-details > p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    justify-content: center;
}
.home__sec5 .coin-carousel .coin-details > p span{
	margin: 0px!important;
}
/* header custom css*/
.inner-pages header-drawer .header__icon span, .inner-pages header-drawer .header__icon .icon{
    color: #000 !important;
  }
@media screen and (max-width: 1200px) {
    .header .header__heading {
        width: auto;
    }
  .header {
    display: flex;
  }
  .hide-mobile{
    display: none;
  }
  .header .header__column .header__icon--cart{
    padding: 15px;
  }
  .header .header__column .header__icon--cart .cart-count-bubble{
    right: 10px;
  }
  .menu-drawer__utility-links{
    display: none;
  }
  #menu-drawer .header__icon--search .icon, .mobileSidemenu .header__icon--search .icon{
    color: #000 !important;
  }
  #menu-drawer .header__search{
    justify-content: start;
  }
  .customCoinCarouselWrapper{
    min-height: 350px;
  }
}

.product-form__submit{
    justify-content: center!important;
}

.sec3_top_content h2{
	letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.home__sec4 h2, 
.temple__magazine h2, 
.home__sec2 h2{
	text-transform: uppercase;
}
@media only screen and (max-width: 580px){
    .home__header img{
        width: 146px;
    height: auto;
    max-width: 146px;
    }	
    .best__seller_colors ul{
        gap: 9px 24px;
        flex-wrap: wrap;
    }
    .swiper-slide.swiper-slide-visible.swiper-slide-next, .swiper-slide.swiper-slide-visible.swiper-slide-prev {
        
    }
    .my-carousel__pagination{
        bottom: -39px !important;
    }
    .sec3_top_content h2{
        margin-left: auto;
        margin-right: auto;
    }
    .sec3_top_content{
        top: 56px;
    }
    .coin__carousel_boxes{
        padding-left: 10px;
    }
    .home__sec5{
        padding: 34px 0 5px;
    }
    .bundle__pricing_left p{
        line-height: 22px;
    }
    .coin-details .old-price{
        margin: 0px;
    }
    .coin-carousel .owl-item.active.next, .coin-carousel .owl-item.active.prev
    {
        transform: scale(0.96);
    }
    .home__sec6 ul li:after{
        margin: auto;
    right: 0;
    height: 1px;  
    width: 82%;
    }
    .home__sec6 ul li img{
        object-fit: scale-down;
    }
    .home__sec6 {
        padding: 34px 0 50px;
    }
        .container__box {
            padding: 0 16px;
        }
    .temple__magazine{
        justify-content: center;
    } 
    .pinterest-gallery{
        gap: 8px;
    } 
    .pinterest-gallery .Col{
        margin-bottom: 8px;
    }
    .magazine_overlay_inner h3{
        line-height: 15px;
    }
    .pinterest-gallery .Col {
        height: 220px;
        /* object-fit: cover; */
    }
    .pinterest-gallery .Col:nth-child(3){
        height: 313px;
        margin: 0px;
    }
    .pinterest-gallery .Col:nth-child(4){
        height: 133px;
    }
    .pinterest-gallery .Col:nth-child(5){
        height: 314px;
    }
    .pinterest-gallery .Col:nth-child(4) {
        order: inherit;
    }
    .pinterest-gallery .Col > img {
        height: 100%!important;
        width: 100%!important;
        object-fit: cover!important;
    }
    .pinterest-gallery .Rw{
        display: inline !important;
    }
    .home__sec7 {
        padding-bottom: 160px;
    } 
    .footer__top ul{
        top: -22px;
        gap: 16px;
    }   
    footer .copyright{
        padding-top: 16px;
    }
    .ProductSlider .custom-product-slider .custom-slide .ProductInfo h4{
        height: 36px !important;
    }
}
@media only screen and (max-width: 1200px){
    .header__icon--menu span
    {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        cursor: pointer;
    }	
    .header__icon--menu .header__modal-close-button{
        display: none;
    }
    .menu-drawer-container.menu-opening .header__modal-close-button{
        justify-content: inherit;
        cursor: pointer;
    }
    .menu-opening .menu-opening .header__icon--menu span.header__modal-close-button > svg{
        display: flex!important;
        width: 24px;
        height: 24px;
    }
}

section.banner__collection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
}
section.product-grid{
	padding: 96px 0 32px;
}
.product-card{
	border-radius: 4px;
	    box-shadow: none;
}
.product-card .prd__img.images_couple {
    width: 100%;
    font-size: 0;
}
.product-card .prd__img img{
    width: 100%;
    object-fit: scale-down;
    margin: 40px 0 20px;
}
.product-card .prd__img.images_couple img {
    position: relative;
    display: inline-block;
    width: 50%;
    border-radius: 100%;
}
.product-card .prd__img.images_couple img:nth-child(1) {
    z-index: 1;
    transform: translateX(25px);
}
.product-card .prd__img.images_couple img:nth-child(2) {
    z-index: 0;
    transform: translateX(-25px);
}
.product-card .custom-badge{
    margin: auto;
    justify-content: center;
    align-items: center;
    width: auto;
}
.product-card .custom-badge img{
    width: 15px;
    height: 15px;
    object-fit: scale-down;
}
.product-card .best__seller_colors{
    margin: 34px 0 0;
}
.product-card label.color-swatch span.switches{
    display: none;
}
.product-card label.color-swatch{
    width: 20px !important;
    height: 20px !important;
    flex: none !important;
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
}
.product-card label.color-swatch:after{
    width: 100%!important;
    height: 100%!important;
}
.product-card .custom-card-wrapper h3{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1D1D1B;
    line-height: 28px;
}
.product-card .custom-card-wrapper p.price{
    margin: 24px 0;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}
.product-card .custom-card-wrapper .btn.buy-now{
    height: 56px !important;
    background-color: #1D1D1B;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.product-card .custom-card-wrapper .add-to-bag, .predictive-search__list-item .custom-card-wrapper .add-to-bag{
    height: 56px !important;
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1.4px solid #EBE9E4;
    color: #1D1D1B;
}
.product-card .prd__toned{
	margin-bottom: 24px;
	margin-top: 24px;
}
.product-card .custom-card-wrapper.js-color-swatches-wrapper{
	min-height: auto;
}
.product-grid .product-card span.price{
	margin: 0px!important;
}
 
@media only screen and (max-width: 580px){
section.product-grid {
    padding: 24px 0 44px;
}
}
@media only screen and (max-width: 1200px){
.togleMenuBar {
    display: flex !important;
}	
.mobileSidemenu{
	min-height: 100vh;
}
span.custom-menu-icon img {
    width: 34px;
    height: 34px;
    display: inline-block;
}
.custom-content ul li {
    line-height: normal;
}
.closeMenuBar img{
	width: auto;
}
.activeBodyMenu .shopify-section-header{
	will-change: inherit;
}
  .header details[open]>.search-modal{
	z-index: 9999;
}
.header .header__column {
    gap: 10px !important;
}
  button.backBtn img {
    width: auto;
}
span.custom-arrow.down img {
    width: auto;
}
  .custom-arrow img {
     width: auto;
}
  .mobileSidemenu .header__icon .header__icon-name{
    color: #000 !important;
    display: block;
  }
  .mobileSidemenu .header__icon--cart{
    font-size: 22px !important;
  }
  .mobileSidemenu .header__localization{
    display: block;
  }
}
.custom-card-wrapper .quick-add{
  width: 100%;
}
@media only screen and (max-width: 1200px){
.mobileSidemenu .header__icon--search, 
.mobileSidemenu .header__icon--cart{
	min-height: auto!important;
	        gap: 21px;
}	
#shopify-section-sections--18505446654102__header {
    padding-top: 0px;
    padding-bottom: 0px;
}
.header__heading-logo {
    width: 150px;
    max-width: inherit;
}
body.activeBodyMenu {
    overflow: hidden;
    touch-action: none;
}
body.activeBodyMenu .mobileSidemenu{
-webkit-overflow-scrolling: touch;
}
.mobileSidemenu-bottom ul{
	padding-top: 20px!important;
}
.mobileSidemenu-bottom ul li a, 
.mobileSidemenu-bottom ul li span{
	font-size: 17px!important;
	    font-family: Lithos !important;
}
    .mobileSidemenu .header__icon--cart, 
    .mobileSidemenu .header__icon .header__icon-name{
        font-size: 17px !important;
    }
.mobileSidemenu-bottom ul:not(#HeaderCountryList){
	    gap: 15px;
}    
.mobileSidemenu-bottom ul li .currency-country{
	display: block!important;
	        color: #000 !important;
	        font-weight: 400!important;
}
.mobileSidemenu-bottom .header__localization .localization-selector.link{
	  gap: 21px;
}
}
@media only screen and (min-width: 620px) and (max-width: 1400px){
	.home__sec5 .bundle__pricing_left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home__sec5 .bundle__pricing_left h2, 
.home__sec5 .bundle__pricing_left p{
	max-width: 100%;
}
.home__sec5 .bundle__pricing_left h2{
	font-size: 45px;
}
}
@media only screen and (min-width: 1201px){
.magazine__blog .pinterest-gallery .Col img {
    height: 506px;
    object-fit: cover;
}	
.magazine__blog .pinterest-gallery .Col:nth-child(3) img, .magazine__blog .pinterest-gallery .Col:nth-child(6) img {
    height: 720px;
}
.magazine__blog .pinterest-gallery .Col:nth-child(5) img {
    height: 304px;
}
.mobileSidemenu{
    display: none;
}

}

.product-card .custom-card-wrapper h3{
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}
.product-card .best__seller_colors {
    margin: 34px 0 0;
    min-height: 24px;
}

.ProductSlider .custom-product-slider .custom-slide .ProductInfo h4{
	display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
    height: 40px;
}
.ProductSlider .custom-product-slider .custom-slide .ProductInfo .price dl{
	line-height: 0px;
}

.prd_symbols .orbit-zone{
	    min-height: auto;
}
.product__tax.caption.shipping__calculate a {
    text-decoration: none;
    color: inherit;
}
.or_bottom_section.obverse__reverse_sec .fields__sec {
    padding: 0px;
    border: none;
}
.obverse__heading p{
    color: #666562;
}
.obverse__heading p.active{
	color: #1D1D1B;
}
 
@media only screen and (max-width: 768px){
.home__sec6 ul li{
	height: auto;
}	
}
.mobileSidemenu_wrap a {
   text-decoration: none;
}
.togleMenuBar,
.closeMenuBar,
.menu-item,
.backBtn,
.custom-header {
  cursor: pointer;
}

.product-form__input.product-form__input--dropdown, .product-parameters__item.product-parameters__quantity{
    width: auto !important;
}
.drawer .cart-item__details{
    width: 100%;
}
.inner-pages footer{
    margin-top: 100px;
}

.mobileSidemenu-bottom .search-modal{
    top: 0;
}

@media only screen and (max-width: 520px){
	.temple__magazine .magazine__btn{
		display: none;
	}
	.home__sec7 {
        padding-bottom: 80px;
    }
    .magazine__btn.mobile-only-btn {
    display: flex !important;
    position: static;
    justify-content: center;
            margin: 30px 0;
}
.magazine__btn.mobile-only-btn a{
	  font-weight: 400;
	  color: #000;
    text-decoration: none;
    font-size: 17px;
}
.magazine__btn.mobile-only-btn a img {
    filter: brightness(1) invert(1);
}
}
@media only screen and (max-width: 580px) {

    .home__sec6 ul li{
        height: 157px;
    }
}
div#customCoinCarousel:before, div#customCoinCarousel:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    background: #1d1d1b;
    z-index: 9;
}
div#customCoinCarousel:after{
	left: unset;
	right: -5px;
}
div#customCoinCarousel{
	position: relative;
}
@media only screen and (max-width: 580px){
	div#customCoinCarousel:after{
		right: -9px;
	}
	div#customCoinCarousel:before{
		left: -9px;
	}
}

.product-parameters variant-selects.color-background-2{
    flex-direction: column;
    align-items: start;
    border: none !important;
}
.color-background-2{
    border: none !important;
}
variant-selects .product-form__input--dropdown{
    border: 1px solid #000;
}
.product-form__input quantity-input.quantity{
    border: 1px solid #000;
}
.product-form__quantity .quantity {
    width: 200px;
    border: 1px solid #000!important;
}
.product-form__quantity .quantity input{
	border: none;
}
.explore__seller_btn{
    margin-bottom: 15px;
}


@media (max-width: 767px) {
  .your-section-class {
    display: none !important;
  }
}

.SymbolsTab_inner{
    max-width: 100%;
    padding: 0 30px;
}
.arrow{
    width: 20px;
    height: 40px;
    top: -2px;
    background: #fff !important;
}
.arrow.disabled{
    opacity: 0;
}
.header__cart span.visually-hidden{
    display: none;
}

.best__seller_content a, .boxed__sec a, .custom-product-slider a{
    text-decoration: none;
}

/* .prd__the_story .the_story__overlay .the__story__content:hover {
    scrollbar-width: thin;
} */
.the__story__content:hover {
    scrollbar-width: inherit !important;
    padding-bottom: 45px;
}
.the__story__content:hover::-webkit-scrollbar {
  width: 6px;
}
.the__story__content:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffd093; 
  border-radius: 5px;
}
.the__story__content:hover::-webkit-scrollbar-thumb {
  background: #692800; 
  border-radius: 10px;
}
.the__story__content:hover::-webkit-scrollbar-thumb:hover {
  background: #692800; 
}
.the__story__content:hover{
	scrollbar-width: inherit!important;
}


.product-form__submit[disabled]{
    background: rgb(var(--color-button-tertiary-text),.2) !important;
    color: rgb(var(--color-button-tertiary-text));
}
.product-form__submit[disabled]:hover{
    background: rgb(var(--color-button-tertiary-text),.2) !important;
    color: rgb(var(--color-button-tertiary-text));
}
span.badge.badge--bottom-left.color-background-1.badge_sold_out{
    display: inline-block;
}


.swiper-creative .swiper-slide{
transform-style: inherit!important;
}
.swiper-3d .swiper-wrapper {
    transform-style: inherit !important;
}
div#predictive-search-results {
    max-height: 100%;
    overflow: auto;
    padding-bottom: 200px;
}
.predictive-search__results-list .custom-card-wrapper.js-color-swatches-wrapper{
	    min-height: auto;
}
.predictive-search__results-list .custom-card-wrapper p.price span.price,
.template-search__item .custom-card-wrapper p.price span.price {
    margin: 0px;
}
details[open]>.search-modal__without-items{
    z-index: 9999;
}

.custom-product-slider .PriceInfo{
    gap: 20px;
    justify-content: space-between;
}	
.mySwiperProduct{
max-width: 100%;
margin: auto;
direction: ltr;
}	
.custom-product-slider .swiper-button-prev:after, 
.custom-product-slider .swiper-button-next:after{
display: none;
}
.custom-product-slider {
    position: relative;
}

.swiper-button-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allow inner buttons to receive clicks */
}

.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev {
    pointer-events: all; /* allow buttons to be clickable */
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.swiper-button-wrap .swiper-button-next {
    right: -30px;
}

.swiper-button-wrap .swiper-button-prev {
    left: -30px;
}
@media only screen and (max-width: 1200px){
.custom-product-slider .swiper-button-wrap{
        display: none;
    }
}
@media only screen and (max-width: 1400px){
    .swiper-button-wrap img {
        width: 32px;
    }
    .swiper-button-wrap .swiper-button-next {
    right: -10px;
}

.swiper-button-wrap .swiper-button-prev {
    left: -10px;
}
}
@media only screen and (max-width: 580px){
    .mySwiperProduct:before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99;
        bottom: 0px;
        height: 100%;
        width: 140px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
}

.template-product .home__sec6{
	padding:192px 0 0px!important;
}
.ProductSlider .container__box {
    max-width: 1312px;
}
@media only screen and (max-width: 1200px){
.template-product .home__sec6{
	padding:86px 0 0px!important;
}	
}
@media only screen and (min-width: 1200px){
.pinterest-gallery .Col:nth-child(4) {
    margin: 0px;
}
}

@media only screen and (max-width: 580px){
.SymbolsTab{
	width: 100%;
	max-width: 100%;
}
.SymbolsTab_inner{
	        width: 100%;
        max-width: 100%;
                padding: 0;
}
.arrow.left {
    left: -22px;
    background: #ffffff !important;
}
.arrow.right {
               right: -14px;
        background: #ffffff !important;
    }
}

.swiperMain_products .swiper-wrapper{
	margin: 0px!important;
}	
.swipper_btn_nv img {
    width: 38px !important;
    height: auto !important;
}
.swipper_btn_nv .swiper-button-prev {
    /* left: -4px; */
        left: 0px;
        top: 40%;
}
.swipper_btn_nv .swiper-button-next {
    /* right: -4px; */
    right: 0px;
        top: 40%;
}
.custom-product-slider.PdP .swiperMain_products .swiper-wrapper{
	  padding-bottom: 80px;
}
.custom-product-slider.PdP .swiperMain_products .swiper-pagination-bullets{
	  top: unset;
    bottom: 50px;
}
.custom-product-slider.PdP .swiperMain_products .swiper-pagination-bullets .swiper-pagination-bullet{
	    background: rgba(235, 233, 228, 1);
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 0;
        cursor: pointer;
}
.custom-product-slider.PdP .swiperMain_products .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(217, 190, 113, 1);
}
footer .copyright a, .custom-card-wrapper a, .customCoinCarousel a{
    text-decoration: none;
}
.mySwiperProduct .price--on-sale .price__sale{
    flex-wrap: nowrap;
}

.tab-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin:28px auto;
}

.tab-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    gap: 1em;
}
.tab-wrapper::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    flex: 0 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    white-space: nowrap;
    background: inherit;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    font-family: 'lithos', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(29, 29, 27, 1);
    border-bottom: 1.4px solid #FFF;
    padding: 0 0 10px;
    text-align: center;
    letter-spacing: -1px;
}

.tab-wrapper.symbols .tab-btn {
    font-size: 17px;
}

.tab-btn.active{
    border-color: rgba(29, 29, 27, 1);
}

.arrowTab {
    background: none;
    border: none;
    cursor: pointer;
}
.arrowTab.disabled {
    opacity: 0;
    pointer-events: none;
}
.arrowTab img{
    width: 10px;
    height: auto;
}

.tabContent {
    max-width: 100%;
    display: none;
    text-align: left;
}
.tabContent.active {
    display: block;
    background: #fff;
    border-top: 1.4px solid rgba(235, 233, 228, 1);
    padding: 28px 0;
}
.tabContent p{
    font-size: 15px;
    color: rgba(102, 101, 98, 1);
    padding: 0 0 28px;
}
.tabContent, .tabContent p{
    font-size: 17px;
    font-weight: 400;
    color: #666562;
}
.tabWraps {
    width: 100%;
}
.tabContent ul, .tabContent ol {
    padding-left: 25px;
    color: rgba(102, 101, 98, 1);
}
 
.tab-btn:hover,  .tab-btn.active {
    border-bottom: 2px solid rgba(29, 29, 27, 1) !important;
}

.arrowTab{
	position: relative;
}
.arrowTab.rightTab:before {
    content: "";
    position: absolute;
    right: 0;
    top: -11px;
    width: 100px;
    height: 40px;
    z-index: 9;
    background: linear-gradient(270deg, #FFFFFF 13.46%, rgba(255, 255, 255, 0) 100%);
}
.arrowTab img{
	position: relative;
	z-index: 99;
}
.obverse__reverse_sec {
    margin-bottom: 1rem;
}