/** Shopify CDN: Minification failed

Line 3677:39 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:after,:before {
  box-sizing: border-box;
  letter-spacing: normal;
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  background-color: transparent;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--textColor);
}
img {
  display: inline-block;
  max-width: 100%;
}
:root {
  --font-body-inter: "Inter", sans-serif;
  --font-heading-monserat: "Montserrat", sans-serif;

  --heading-black: #050000;
  --primaryColor: #333333;
  --body-color: #333333; 

  --theme-white: #FDFDFD;
  --whiteColor: #fff; 
  --blackColor: #000; 

  --padding-100: clamp(4rem,6.94vw,10rem);
  --padding-50: clamp(2rem,3.47vw,5rem);  
  --padding-70: clamp(3.6rem,4.86vw,7rem); 

  --page-width: 1750px; 
}

button,.btn,a,.link,input[type="submit"] {
  transition: all ease-in-out 0.3s;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  font-family: var(--font-heading-monserat);
  font-weight: 500; 
  letter-spacing: normal;
  color: var(--heading-black);
  margin-top: 0 !important;
  margin-bottom: 0;  
  line-height: 1.2;
}

.btn:before,.btn:after, .button:before, .button:after {
  display: none;
}

.btn, .button {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 3rem;
  line-height: 1;
  min-height: 5.7rem;
  text-transform: uppercase; 
  font-size: 1.6rem;
}
.button {
  background: var(--blackColor);
  color: var(--theme-white);
}
.btn-white.border-black {
  border: 1px solid #000000; 
}
.btn-white {
  background: var(--whiteColor);
  color: #050000 !important; 
}
.btn-white:hover {
  background: var(--blackColor);
  color: var(--whiteColor) !important; 
  box-shadow: inset 0 0 1.1rem #e7ae1e;  
}
.btn:not(.white-btn) {
  color: var(--theme-white);
}
.btn:not(.white-btn):hover {
  box-shadow: inset 0 0 .8rem #e7ae1e;  
  color: #fff7e3;   

  gap: 2.6rem;
  padding: 1rem 2.5rem;
}
.cart-count-bubble {
  background: var(--body-color); 
  color: var(--theme-white);
  top: .5rem; 
  border: 1px solid #ffffff85;
}
.white-btn {
  background: var(--theme-white);
  color: var(--body-color);
  font-weight: 500;
  font-family: var(--font-body-inter);
}
.white-btn:hover {
  background: var(--body-color);
  color: var(--theme-white);  
  box-shadow: inset 0 0 .8rem #e7ae1e;  
}
h6,.h6 {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
}
h5,.h5 {
  font-size: clamp(1.6rem, 1.25vw, 2rem);
}
h4,.h4 {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
}
h3,.h3 {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
}

.heading h2,
.common-heading,
.customer>h1, .customer__title {
  font-size: clamp(2.7rem, 3.47vw, 5rem); 
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
h1,.h1 { 
  font-size: clamp(4rem, 4.86vw, 7rem);  
}

body {
  font-family: var(--font-body-inter);
  font-weight: 400;
  line-height: 1.6;  
  color: var(--primaryColor);  
  font-size: clamp(1.5rem, 1.55vw, 1.6rem);
  letter-spacing: 0;  
}
a,a:hover,a:focus {
  text-decoration: none;
}
a,.link {
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
/* a:hover,.link:hover,a:focus,.link:focus {
  color: var(--primaryColor);
} */
a,button,input[type="submit"] {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.page-template-customers-account button:after , 
.page-template-customers-login  button:after , 
.page-template-customers-register button:after , 
.page-template-customers-account button:before , 
.page-template-customers-login  button:before , 
.page-template-customers-register button:before
button:after, button:before {
  display: none; 
}
p {
  margin: 0 0 2rem 0;
}
p:last-child {
  margin-bottom: 0;
}

button,button:hover,button:focus {
  outline: none !important;
  box-shadow: none !important;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}

.page-width, .container, .site-header {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: var(--page-width);
  padding-block: 0 !important;
}


/****** COMMON_HEADING_CSS ******/

.main-heading-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;  
  margin-bottom: clamp(2.4rem,2.91vw,4.2rem);     
}
.main-heading-wrap .collection-list-view-all {
  margin: 0; 
}
.main-heading-wrap .sub-title {
  margin-top: clamp(2rem,1.94vw,2.8rem); 
} 
.main-heading-wrap .common-view-all {
  color: var(--body-color); 
  text-transform: uppercase;  
  font-size: 1.6rem; 
  font-weight: 500; 
  padding-bottom: 0; 
  display: flex; 
  line-height: 1.3; 
  position: relative; 
}
.main-heading-wrap .common-view-all:before {
  position: absolute;
  content: "";  
  width: 100%;
  height: .1rem;
  background: var(--body-color);
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.main-heading-wrap .common-view-all:hover {
  color: var(--blackColor);
}
.main-heading-wrap .common-view-all:hover:before {
  background: var(--blackColor);
}
.heading h2 {
  text-transform: uppercase;
  letter-spacing: -0.01em;  
}
.main-heading-wrap .dimonds-nav svg path,
.main-heading-wrap .dimonds-nav svg {
  transition: all 0.2s ease;
}
.main-heading-wrap .dimonds-nav > div {
  display: flex; 
  cursor: pointer;
}
.main-heading-wrap .dimonds-nav {
  display: flex;
  gap: 2.3rem; 
  align-items: center;
}
.main-heading-wrap .dimonds-nav .active svg {
  width: 3.7rem;
  height: 1.8rem;
}
.main-heading-wrap .dimonds-nav svg path {
  fill: rgba(5, 0, 0, 0.33); 
}
.main-heading-wrap .dimonds-nav .active svg path {
  fill: var(--heading-black);
}
.center {
  text-align: center; 
} 
/****** COMMON_HEADING_CSS_ENDS ******/


/***** HEADER_CSS_BEGINS *****/

.header-wrapper {
  background: #010204;
  border-bottom: 1px solid #202A3E;
}
.header-wrapper .header {
  padding-bottom: .5rem !important;  
}
.header .list-menu,
.header .mega-menu-main  {
  gap: var(--menu-gap);
  --menu-gap: clamp(2.2rem,2.08vw,3rem);
  flex-wrap: wrap;
  display: flex; 
}
.header .menu-drawer__navigation {
  overflow-x: hidden; 
}
.header .menu-drawer__navigation .list-menu,
.header .menu-drawer__navigation .mega-menu-main {
  flex-direction: column;
  row-gap: .5rem;   
  flex-wrap: nowrap;   
  /* max-height: 39%;
  overflow: auto; */
}  

/* .header .menu-drawer__navigation .list-menu.hello-custom {
  max-height: 39%;
  overflow: auto;
} */

.header .list-menu .header__menu-item,
.header .list-menu .header__menu-item span{
  text-transform: uppercase;  
  text-decoration: none !important;
  cursor: pointer;
}
.header .list-menu .header__menu-item {
  padding: 0;   
  color: #737373;
  font-size: clamp(1.7rem,1.388vw,2rem);  
  transition: all 0.3s ease; 
  font-weight: 600;
}
.header .list-menu .header__menu-item:hover {
  color: var(--theme-white);   
}
.header .header__inline-menu {
  margin-left: 0; 
}  
.header__icon--cart .icon {
  width: 1.6rem;
  height: 2.14rem;
}
.header__icon .icon {
  color: #737373;
  transition: all 0.1s ease;
}
.header__icon--cart {
  margin-right: 0;  
}
.header__icons .desktop-localization-wrapper {
  display: none;  
}
.header-wrapper .header a.header__heading-link {
  padding: 0;     
  max-width: 18.75vw;
}
.header__icons .header__button {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 2rem;
  line-height: 1;  
  background: var(--theme-white);
  min-height: 5.5rem;   
  margin-left: 2rem; 
}
.header__icons .header__button span {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--body-color);
  font-weight: 500;  
  transition: all 0.3s ease;
}
.header__icons .header__button:hover {
  background: var(--body-color);
  color: var(--theme-white);
  box-shadow: inset 0 0 .8rem #e7ae1e;
  gap: 2.6rem;  
  padding: 1rem 1.5rem;
}
.header__icons .header__button:hover span {
  color: var(--theme-white);
}
.header__icons .header__button svg path {
  transition: all .3s ease;
}
.header__icons .header__button:hover svg path {
  stroke: var(--theme-white); 
}
.header__icons .swym-wishlist {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center; 
}
  
.header__icons .header__search {
  display: none !important;  
}

/***** HEADER_CSS_ENDS *****/

/******* HEADER_MEGAMENU_CSS_BEGINS ******/

@media (min-width: 990px){

  .custom-header-drawer .header__icon span {
    display: none;   
  }

  .custom-header-drawer {
    height: 0;   
  }

}

.cart-item__name {
  font-size: 1.8rem !important;    
}
.header__icon--menu[aria-expanded=true]:before {
  top: 0;
  height: calc(var(--viewport-height, 100vh));
  background: rgba(0, 0, 0, 0.88);  
  backdrop-filter: blur(3px);
}
.menu-drawer .header__icon {
  display: block;   
  width: auto;
  margin-right: -1rem;   
}
.menu-drawer .header__icon svg {
  width: 2.2rem;  
  height: 2.2rem; 
}
.menu-drawer .header__icon path {
  transition: all 0.3s ease;
}
.menu-drawer .header__icon:hover path {
  stroke: var(--theme-white);  
}
.custom-header-drawer {
  margin: 0; 
}
.menu-drawer__navigation {
  padding: 1.5rem 0 0 !important; 
  position: relative;
}
.menu-drawer__navigation-container,
.header .menu-drawer,
.menu-drawer__inner-container .menu-drawer__submenu { 
  background: #0C0C0C !important;   
  overflow-x: hidden;    
}
.menu-drawer__inner-container {
  height: calc(100% - 16%) !important;       
}
.menu-drawer__close-button .svg-wrapper {
  margin: 0 !important;  
  height: 1rem; 
}
.custom-header-drawer .menu-drawer__menu-item>.svg-wrapper {
  width: 13px;
  height: 10px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s ease; 
  right: clamp(2rem,5.88vw,9rem); 
}
.custom-header-drawer .menu-drawer__menu-item:hover>.svg-wrapper {
  transform: translateY(-50%);   
}
.custom-header-drawer .menu-drawer__menu-item:hover>.svg-wrapper .icon path {
  fill: var(--theme-white);  
}
.menu-drawer__menu-item>.svg-wrapper {
  transition: all .3s ease;
}
.header--has-social .menu-drawer__utility-links {
  display: none;  
}
.menu-opening {
  overflow: hidden; 
}
.header .menu-drawer {
  width: 100%;  
  max-width: 763px;  
  height: 100vh !important; 
  top: 0;     
  /* padding-bottom: clamp(2.5rem,4.166vw,6rem);  */
}
.header .menu-drawer .menu-drawer-header {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between; 
  padding-top: clamp(2.5rem,1.87vw,3rem); 
}
.header .menu-drawer .menu-drawer-header .menu-drawer-logo {
  max-width: 22.7rem; 
}

@media (max-width: 1600px) {
  
  .header .menu-drawer .menu-drawer-header .menu-drawer-logo {
    max-width: 14.18vw;
  }

}
/* @media screen and (max-width: 749px) {

  .header-wrapper .header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

} */

.menu-drawer .menu-drawer__menu-item {
  color: #737373 !important;
  text-transform: uppercase;    
  background-color: transparent !important;
  font-size: clamp(2rem,1.87vw,3rem);  
  text-transform: capitalize; 
  font-family: var(--font-heading-monserat);
  font-weight: 500;
}
.menu-drawer .menu-drawer__menu-item .menu-drawer__menu-item {
  font-family: var(--font-body-inter);   
}
.menu-drawer .menu-drawer__menu-item:hover {
  color: var(--theme-white) !important; 
}
.menu-drawer__close-button {
  background-color: transparent !important; 
  gap: 1rem;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  font-family: var(--font-body-inter) !important;
  color: var(--theme-white) !important;
}
.header .menu-drawer .menu-drawer-header,
.menu-drawer .menu-drawer__menu-item,
.menu-drawer__close-button {  
  padding-left: clamp(2rem,5.88vw,10rem) !important;   
  padding-right: clamp(2rem,5.88vw,10rem) !important;  
}


/******** HEADER_MEGAMENU_CSS_BEGINS *******/

.header .menu-drawer__navigation .list-menu .shop-img.parent-img,
.menu-drawer__inner-submenu img {
  position: absolute;
  bottom: 0;
  padding-left: clamp(2rem, 5.88vw, 10rem) !important; 
  padding-right: clamp(2rem, 5.88vw, 10rem) !important;
  max-height: 40%;
  width: 100%;  
  object-fit: cover;
}
.header .menu-drawer__navigation .list-menu {
  max-height: 50%;   
  overflow: auto;
} 
.header .menu-drawer__navigation .list-menu,
.header .menu-drawer__navigation .mega-menu-main {
  scrollbar-width: thin;
  scrollbar-color: #FDFDFD #737373;
}

/* For WebKit browsers */
.menu-drawer__inner-container::-webkit-scrollbar,
.header .menu-drawer__navigation .list-menu::-webkit-scrollbar,
.header .menu-drawer__navigation .mega-menu-main::-webkit-scrollbar {
  width: 8px;
}
.menu-drawer__inner-container::-webkit-scrollbar-track,
.header .menu-drawer__navigation .list-menu::-webkit-scrollbar-track,
.header .menu-drawer__navigation .mega-menu-main::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 10px;
}
.menu-drawer__inner-container::-webkit-scrollbar-thumb,
.header .menu-drawer__navigation .list-menu::-webkit-scrollbar-thumb,
.header .menu-drawer__navigation .mega-menu-main::-webkit-scrollbar-thumb {
  background: #FDFDFD;
  border-radius: 10px;
}

/******* HEADER_MEGAMENU_CSS_ENDS ******/


/***** FOOTER_CSS_BEGINS_HERE *****/

footer.footer {
    padding-top: clamp(4rem,5.55vw,8rem);
    background: #050000; 
    padding-bottom: 0;
}
footer.footer .footer__content-top .page-width {
    padding-bottom: clamp(4.5rem,10.41vw,15rem) !important;   
}
footer.footer .footer__content-top {
  padding-bottom: 0;    
  padding-inline: 0 !important;
}
footer.footer .footer__content-top .footer-marque .marquee-text {
  display: flex;
  gap: 3rem;
  align-items: center;

  font-size: clamp(2.5rem,3.75vw,6rem);  
  color: #181818;
  font-weight: 500;
  font-family: var(--font-heading-monserat);
  padding: 0 1.5rem;
}
footer.footer .footer__content-top .footer-marque .marquee-text svg {
  width: 3.35vw; 
  height: 3.35vw; 
}
footer.footer .footer-block__heading {
  font-size: clamp(1.8rem,1.66vw,2.4rem);  
  margin-bottom: 2.6rem;
  line-height: 1.1;  
  color: var(--theme-white);
  font-family: var(--font-heading-monserat);
  font-weight: 600;
  text-transform: uppercase;  
  font-weight: 600; 
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block-address .common_info_block h5,
footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block-address .common_info_block a,
footer.footer .footer-block__details-content .list-menu__item {
  color: #737373;
  font-size: 1.6rem;  
  font-weight: 400;  
  text-decoration: none !important;
  line-height: 1.1;
}
footer.footer .footer-block__details-content .list-menu__item:hover {
  color: #FFF7E3;      
}
footer.footer .footer__blocks-wrapper {  
  column-gap: clamp(3.5rem,3.82vw,6.5rem);
  row-gap: 3.5rem;
  justify-content: space-between;
}
footer.footer .footer-block__details-content.footer-block-address .office-info {
  row-gap: 1.4rem;
} 
footer.footer .footer-block__details-content {
  display: flex;
  flex-direction: column;
  row-gap: .7rem;  
}
footer.footer .footer-block__details-content.footer-block-address .office-info .inner-info p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #737373;
  text-transform: uppercase;  
  font-family: var(--font-body-inter);  
  font-weight: 500;
}
footer.footer .footer-block__details-content.footer-block-address .office-info .inner-info p strong {
  color: var(--theme-white);
  font-weight: 500;
}  
footer.footer .footer-block__details-content>li:not(:last-child) {
  margin-right: 0;  
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(1){
  width: 100%;
  max-width: 22rem;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2){
  width: 100%;
  max-width: 16rem;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(3){
  width: 100%;
  max-width: 18rem;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(4){
  width: 100%;
  max-width: 13rem;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(5){
  width: 100%;
  max-width: 32rem;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(6){
  width: 100%;  
  max-width: 23rem;
}
.footer-block__brand-info,
.footer-block__brand-info .footer__list-social.list-social {
  gap: 2rem;
}
.footer-block__brand-info .footer__list-social.list-social .list-social__link {
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;  
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  justify-content: center; 
  color: #ffffff;
}
.footer-block__brand-info .footer__list-social.list-social .list-social__link:hover {
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.38);
}
.footer-block__brand-info .list-social .list-social__link span.svg-wrapper,
.footer-block__brand-info .list-social .list-social__link span.svg-wrapper .icon {
  width: 2.4rem; 
  height: 2.4rem; 
  transition: all 0.3s ease;
}
.footer .footer__blocks-wrapper .grid__item .footer-block-address .common_info_block {
  display: flex;
  align-items: center;
  gap: 1.2rem;  
  color: var(--theme-white);
}
.footer .footer__blocks-wrapper .grid__item .footer-block-address .common_info_block:hover,
footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block-address .common_info_block:hover a {
  color: #FFF7E3;    
}
footer.footer .footer-block__details-content.contact-info {
  row-gap: 2rem;  
}
footer.footer .footer__content-bottom {
  padding: 1rem 0;
  background: #FFF7E3; 
  transform: none !important;  
  opacity: 1;
}
footer.footer .footer__content-bottom .footer__copyright {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: var(--heading-black);
  letter-spacing: 0;
  line-height: 1;
}
footer.footer .footer__content-bottom .footer__copyright * {
  font-size: 1.4rem;    
  text-decoration: none !important;
}
footer.footer .footer__content-bottom .footer__copyright a:hover {
  color: var(--blackColor) !important;
}
.footer .swiper-slide {
  width: auto !important;
} 

/***** FOOTER_CSS_ENDS_HERE *****/


/****** HERO_BENNER_CSS_BEGINS *******/

.index_banner_sec {
  background: url('/cdn/shop/files/hero-banner-main-bckgrnd_b48fb080-f882-433c-a598-296dca284687.png');
  background-size: cover;
  background-repeat: no-repeat;  
}
.index_banner_sec .wrapper {
  display: flex;  
  align-items: center;
  row-gap: 3.5rem;
}
.index_banner_sec .wrapper .banner-left-image {
  width: 100%;
  line-height: 0;
  max-width: 47%;
}
.index_banner_sec .wrapper .banner-right-content {
  width: 100%;
  max-width: 53%;  
}

@media (max-width: 1750px) {

  .index_banner_sec .wrapper .banner-left-image {
    max-width: 42%;
  }
  .index_banner_sec .wrapper .banner-right-content {
    max-width: 58%;  
  }

}

.index_banner_sec .banner-right-content .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_banner_sec .content-inner .subheading {
  font-size: clamp(3rem,4.11vw,7rem);
  line-height: 1.1;
  font-family: var(--font-heading-monserat);
  font-weight: 400;  
  letter-spacing: -0.07em;
  color: var(--theme-white);
}
.index_banner_sec .content-inner .main-heading {
  font-size: clamp(4rem,5.29vw,9rem);     
  font-family: var(--font-heading-monserat);
  color: var(--theme-white);  
}
.index_banner_sec .content-inner .banner-button {
  margin-top: 2.5rem;  
}
.index_banner_sec .content-inner .banner-button svg path {
  transition: all 0.3s ease;
}
.index_banner_sec .content-inner .banner-button:hover svg path {
  stroke: var(--theme-white);
}
.index_banner_sec .content-inner .main-heading p {
  display: flex;
  align-items: center;
}

/****** HERO_BENNER_CSS_ENDS *******/


/******* COLLECTION_SECTION_CSS_BEGINS *******/

.section-collection-list .collection-list-wrapper {
  position: static; 
}
.section-collection-list {
  padding: var(--padding-100) 0;
}
.section-collection-list .collection-list,
.collection-list {
  gap: var(--collection-gap); 
  --collection-gap: clamp(2rem,2.34vw,3rem);  
}
.collection-list .collection-list__item.grid__item {
  width: calc(33.33% - var(--collection-gap) * 2 / 3);
  max-width: calc(33.33% - var(--collection-gap) * 2 / 3);
}
.collection-list__item.grid__item .card:not(.ratio)>.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information {
  --coll-head-spacing: clamp(2rem,3.47vw,5rem); 
  padding: 0 1rem var(--coll-head-spacing) var(--coll-head-spacing);
}
.collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information .card__heading,
.collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information .card__heading a,
.collection-swiper-section .card__heading{
  font-size: clamp(1.9rem,1.66vw,2.4rem);
  text-decoration: none !important;
  color: var(--theme-white);
  margin: 0;
  padding: 0;
  line-height: 1.1; 
  font-weight: 600;
  font-family: var(--font-heading-monserat);  
} 
.collection-list__item.grid__item:hover .card:not(.ratio)>.card__content .card__information .card__heading a {
  color: #fff7e3; 
}

/******* COLLECTION_SECTION_CSS_BEGINS *******/


/******* OUR_VENDORS_SECTION_CSS_BEGINS ********/

.vendors-section {
  padding: var(--padding-100) 0;
  background-color: #FBFFE7;
  background-image: url("data:image/svg+xml,%3Csvg width='322' height='146' viewBox='0 0 322 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-5.86084 0.615927C12.3911 59.9771 73.807 159.844 173.455 84.4198C298.014 -9.86006 326.43 98.7922 318.975 129.441M318.975 129.441C313.012 153.96 314.175 142.756 315.502 134.089L318.975 129.441Z' stroke='%23D8B442' stroke-width='2'/%3E%3C/svg%3E%0A");  
  background-repeat: no-repeat;
  background-size: 272px; 
  background-position: bottom left;  
}
.vendors-section .vendors-wrapper {
  display: flex;
  align-items: center;
  padding-left: calc(50% - (var(--page-width) / 2) + 1.5rem);  
}
.vendors-section .main-heading-wrap {
  flex-direction: column;  
  align-items: flex-start;
  gap: clamp(2.5rem,3.47vw,5rem);
  justify-content: flex-start;
  margin-bottom: 0;   
  width: 100%; 
  max-width: 23%;
}
.vendors-section .vendors-wrapper .swiper.vendorsSwiper {
  width: 100%;
  max-width: 70%;
  margin: 0 0 0 auto; 
}   
.vendors-section .main-heading-wrap .vendors-nav {
  display: flex;
  gap: 2.5rem;  
  align-items: center;
}
.vendors-section .main-heading-wrap .vendors-nav > div {
  display: flex;
  cursor: pointer;
}
.vendors-section .main-heading-wrap .vendors-nav .icon path {
  transition: all 0.3s ease;
}
.vendors-section .main-heading-wrap .vendors-nav .active .icon {
  width: 3.7rem;
  height: 1.8rem;
}
.vendors-section .main-heading-wrap .vendors-nav .active .icon path {
  opacity: 1;   
}
.vendors-section .main-heading-wrap .icon {
  color: rgba(88, 69, 7, 0.33);
}
.vendors-section .main-heading-wrap .active .icon {
  color: #584507;   
}
.vendors-section .vendor-item .vendor-inner {
  position: relative; 
  width: 100%; 
  overflow: hidden;
}
.vendors-section .vendor-item .vendor-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.6rem 1.6rem;
  font-size: clamp(1.8rem,1.66vw,2.4rem);
  font-weight: 500;
  color: var(--theme-white);
  font-family: var(--font-heading-monserat);
  line-height: 112.4%;
  text-transform: uppercase;
  letter-spacing: .28em;
}
.vendors-section .vendor-item img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}     
.vendors-section .vendor-item .vendor-inner:hover img {
  transform: scale(1.03); 
}

/******* OUR_VENDORS_SECTION_CSS_ENDS ********/
.video-sec {
  padding: var(--padding-70) 0 var(--padding-100);
}  
/****** INDEX_MARQUE_SLIDER_CSS_BEGINS ******/


.index-marque-slider {
  padding: 2.5rem 0;
}
.index-marque-slider .marquee-item {
  display: flex;
  align-items: center;
  gap: .8rem;   
}
.index-marque-slider .marquee-item span {
  font-size: clamp(1.5rem,1.25vw,1.8rem);
  font-weight: 600;
  letter-spacing: 0.10em; 
  text-transform: uppercase; 
  color: #7F7F7F;
}
.index-marque-slider .marquee-item img {
  max-height: 2.1rem;  
}

/****** INDEX_MARQUE_SLIDER_CSS_ENDS ******/



/******* DEFAULT_CSS_BEGINS *******/

cart-remove-button .button {
  color: var(--blackColor);
  background: none !important;    
}
.drawer__heading {
  font-size: clamp(2rem,1.87vw,3rem); 
}
.quick-add-modal__toggle {
  padding: .8rem !important; 
  width: 3rem !important; 
}

.template-collection .collection-hero {
  padding-top: var(--padding-50);
}
.section-collection-list .title-wrapper-with-link h2,
.template-collection .collection-hero__title {
  font-size: clamp(2.7rem, 3.47vw, 5rem);
  text-transform: uppercase;
  margin: 0;
}
.facets__wrapper .facets__summary {
  margin-bottom: 0; 
}
.facets__wrapper .facets__summary * {
  text-decoration: none !important;
  transition: all 0.2s ease;  
}

/******* DEFAULT_CSS_ENDS *******/



/******** ABOUT_US_PAGE_CSS_BEGINS ********/

.inner-bnr-section {
  position: relative; 
}
.inner-bnr-section .banner-image-wrapper img {
  vertical-align: bottom;
  min-height: 14rem; 
  object-fit: cover;
  width: 100%; 
}
.inner-bnr-section .common_heading {
  position: absolute;
  top: 50%;
  color: var(--theme-white);  
  right: 22%;
  transform: translateY(-50%)!important;
  text-transform: uppercase;
  font-size: clamp(2.8rem,5vw,9rem);
  max-width: 62rem;
  letter-spacing: -.07em;
  text-align: left;
  line-height: 1;
}
.inner-bnr-section .common_heading p {
  margin: 0; 
}
.template-page-about-us .heading-text-sec .heading-text {
  padding: var(--padding-100) 0; 
}
.template-page-about-us .heading-text-sec .heading-text:before {
  display: none;
}
.template-page-about-us .heading-text-sec .heading-text-wrapper h2.common-heading {
  margin-bottom: 3rem; 
}
.northstar-content {
  display: flex;
  align-items: center;
  gap: var(--img-text-gap);
  --img-text-gap: clamp(3.5rem,6.94vw,12.5rem);   
}
.northstar-content.content-first {
  flex-direction: row-reverse;  
}
.northstar-content .content-wrapper,
.northstar-content .image-wrapper {
  width: 100%;  
  max-width: calc(50% - var(--img-text-gap)/2);
}
.northstar-content .image-wrapper img {
  width: 100%;
  vertical-align: bottom; 
}
.img-content-wrapper {
  padding-block: var(--padding-100);
  background-color: var(--section-bg-color);   
}
.northstar-content .content-wrapper .common-heading {
  margin-bottom: 2rem;  
}
.template-page-about-us .img-content-section:nth-of-type(2) .img-content-wrapper {
  padding-block: var(--padding-100) var(--padding-50);  
}
.template-page-about-us .img-content-section:nth-of-type(3) .img-content-wrapper {
  padding-block: var(--padding-50) var(--padding-100);      
}
.northstar-content .content-wrapper ul,
.northstar-content .content-wrapper ol,
.sell-dimond-sec .grid .item-wrapper .description ul,
.sell-dimond-sec .grid .item-wrapper .description ol  {
  padding-left: 2rem;  
  list-style: none; 
  margin-top: 3rem;
}


.northstar-content .content-wrapper ul li,
.northstar-content .content-wrapper ol li,
.sell-dimond-sec .grid .item-wrapper .description ul li,
.sell-dimond-sec .grid .item-wrapper .description ol li {
  position: relative;
}
.northstar-content .content-wrapper ul li:not(:last-child),
.northstar-content .content-wrapper ol li:not(:last-child) {
  margin-bottom: 2rem; 
} 
.template-page-trade-in-sell .northstar-content .content-wrapper ul li {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sell-dimond-sec .grid .item-wrapper .description ul li:not(:last-child),
.sell-dimond-sec .grid .item-wrapper .description ol li:not(:last-child) {
  margin-bottom: 1.5rem; 
}
.northstar-content .content-wrapper ul li:before,
.northstar-content .content-wrapper ol li:before,
.sell-dimond-sec .grid .item-wrapper .description ul li:before,
.sell-dimond-sec .grid .item-wrapper .description ol li:before {
  position: absolute;
  content: '';
  left: -2rem;    
  top: .3rem; 
  width: 1.4rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11176 11.3988C5.01815 11.2106 3.57535 8.32482 2.0991 7.96179C1.60145 7.85009 1.20274 7.94869 1.20274 7.94869C0.654748 8.1078 0.255348 8.5827 0.0995187 8.99727C-0.212486 9.92035 0.267243 10.6242 0.735939 11.2837C1.67333 12.6024 2.58314 13.9047 3.52053 15.2236C3.84047 15.6614 4.16574 16.1213 4.67995 16.2995C5.34878 16.5335 6.11293 16.2034 6.56783 15.6678C7.04498 15.1267 7.27338 14.4356 7.50729 13.7668L7.92497 12.606C8.40366 11.3125 8.93234 10.0303 9.48843 8.76456C10.0445 7.49879 10.6284 6.25008 11.262 5.01223C11.8957 3.77439 12.5347 2.55895 13.2456 1.34903C13.4288 1.04512 13.59 0.746738 13.7732 0.442836C13.8067 0.387675 14.0342 0.07274 13.9956 0.0118905C13.957 -0.0491313 13.6522 0.14376 13.5859 0.160136C13.021 0.441112 12.4778 0.810518 11.9902 1.21337C10.9978 2.0463 10.1878 3.04574 9.41086 4.08415C7.77189 6.39534 6.33361 8.84249 5.11176 11.3988Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;   
  background-repeat: no-repeat;
}

/******** ABOUT_US_PAGE_CSS_ENDS ********/


/********* TRADE_SELL_PAGE_CSS_BEGINS **********/

.trade-img-content-section {
  padding: var(--padding-100) 0 var(--padding-70); 
}
.trade-img-content-section .content {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--trade-img-gap);
  --trade-img-gap: clamp(3.5rem,4.86vw,7rem);  
  align-items: center; 
  justify-content: space-between;
}
.trade-img-content-section .content .content-wrapper {
  width: 100%;   
  max-width: calc(42% - var(--trade-img-gap)/2);     
}
.trade-img-content-section .content .image-wrapper {
  width: 100%; 
  max-width: calc(47% - var(--trade-img-gap)/2);   
}
.trade-img-content-section .content .content-wrapper .description {
  margin-block: 2.3rem 3.5rem;  
}
.trade-img-content-section .content .content-wrapper .button {
  color: var(--whiteColor);
  padding: 1rem 2rem;
}
.trade-img-content-section .content .image-wrapper {
  position: relative;
}
.trade-img-content-section .content .image-wrapper > img {
  width: 100%;
  vertical-align: bottom;
}
.trade-img-content-section .image-wrapper .common-hover-block {
  padding: 1.6rem 1.8rem;
  background: #ffffffe8;
  box-shadow: 10px 8px 44px #00000008;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  border-radius: 0;
  display: flex; 
  align-items: center;
  gap: 1.3rem;
  width: fit-content;
  position: absolute;
  max-height: fit-content;
}
.trade-img-content-section .image-wrapper .common-hover-block.first-hover-block {
  left: -22%;
  top: 6%; 
}
.trade-img-content-section .image-wrapper .common-hover-block.second-hover-block {
  left: -15%;
  top: 36%;
}
.trade-img-content-section .image-wrapper .common-hover-block img {
  max-width: 9.7rem;
  border-radius: 100%;
}
.trade-img-content-section .common-hover-block .block-content .block-title {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase; 
  color: var(--heading-black); 
  font-family: var(--font-heading-monserat); 
}
.trade-img-content-section .common-hover-block .block-content .block-title strong {
  font-weight: 600;
  display: block;
  margin-block: .4rem 1rem;
}
.trade-img-content-section .image-wrapper .common-hover-block h4.block-sub-title {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: var(--font-body-inter);
  color: var(--body-color); 
  text-transform: uppercase;  
}
.template-page-trade-in-sell .heading-text-sec .heading-text {
  background: #FBFFE7;  
  padding: var(--padding-100) 0;        
}
.template-page-trade-in-sell .heading-text-sec .heading-text:before {
  display: none;
}
.heading-text-sec:has(.banner-absolute-heading-text) {
  position: relative; 
}
.heading-text-sec:has(.banner-absolute-heading-text) .banner-absolute-heading-text {
  background: transparent;   
  padding-block: clamp(5rem,8.12vw,13rem); 
}
.heading-text-sec:has(.banner-absolute-heading-text) .common-heading,
.heading-text-sec:has(.banner-absolute-heading-text) .content-text {
  color: var(--theme-white);
} 
.heading-text-sec:has(.banner-absolute-heading-text) .full-banner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.why-choose-icebox-sec {
  padding: var(--padding-100) 0; 
  background: #FBFFE7; 
}
.why-choose-icebox-sec .common-heading {
  text-align: center; 
}
.why-choose-icebox-sec .grid {
  display: flex;
  flex-wrap: wrap;
  --icebox-sec-gap: clamp(3rem,2.94vw,5rem);
  --count: 5;
  column-gap: var(--icebox-sec-gap);
  margin-top: clamp(2.5rem,2.81vw,4.5rem);  
  row-gap: 2.5rem;
}
.why-choose-icebox-sec .grid .item-wrapper {
  width: 100%;
  max-width: calc((100% - (var(--icebox-sec-gap) * (var(--count) - 1))) / var(--count));  
  padding-right: clamp(1rem,1.56vw,2.5rem);
}
.why-choose-icebox-sec .grid .item-wrapper:not(:last-child) {
  border-right: 1px solid #D5D5D5; 
}
.why-choose-icebox-sec .grid .item-wrapper .blockheading {
  text-transform: uppercase;
  margin-block: 1.2rem 1rem !important;
  line-height: 1.1; 
  font-size: clamp(1.8rem,1.5vw,2.4rem); 
  font-weight: 600;
}


.dimond-we-purchase-sec {
  padding: var(--padding-100) 0;  
}
.dimond-we-purchase-sec .vendor-item .dimond-inner {
  position: relative;
  padding-bottom: 88%;
}
.dimond-we-purchase-sec .vendor-item .dimond-inner img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.dimond-we-purchase-sec .vendor-item .dimond-inner .title {
  --coll-head-spacing: clamp(2rem, 3.47vw, 5rem);
  padding: 0 1rem var(--coll-head-spacing) var(--coll-head-spacing);
  font-size: clamp(1.9rem,1.66vw,2.4rem); 
  margin: 0; 
  color: var(--theme-white); 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0; 
}
.template-page-trade-in-sell .img-content-wrapper {
  background: transparent; 
}


.sell-dimond-sec {
  background: #FBFFE7;
  padding: var(--padding-100) 0;
}
.sell-dimond-sec .btn-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;  
}
.sell-dimond-sec .common-heading,
.sell-dimond-sec .sub-title {   
  text-align: left; 
}
.sell-dimond-sec .sub-title,
.sell-dimond-sec .btn-wrapper {
  margin-top: clamp(2rem,1.94vw,2.8rem);   
}
.sell-dimond-sec .grid {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: clamp(2.5rem,2.62vw,4.2rem); 
}
.sell-dimond-sec .grid .item-wrapper {
  width: 100%;
  max-width: calc(100%/3 - 3rem*2/3); 
  padding: 4rem 4.5rem 4rem 3rem;
  border: 1px solid #BFBFBF; 
}
.sell-dimond-sec .grid .trade-header-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: center; 
}
.sell-dimond-sec .grid .item-wrapper .icon {
  max-width: 7.4rem;  
  line-height: 0;  
}
.sell-dimond-sec .grid .trade-header-wrapper .count {
  font-family: var(--font-heading-monserat);
  font-weight: 700;
  font-size: clamp(4rem,5.29vw,9rem); 
  line-height: 1;  
  background: linear-gradient(180deg, #E1E5CE 0%, rgba(231, 236, 208, 0) 110.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  /* text-fill-color: transparent;   */
}
.sell-dimond-sec .grid .item-wrapper .step-count {
  font-size: 1.6rem; 
  font-weight: 700; 
  font-family: var(--font-body-inter); 
  color: var(--body-color); 
}
.sell-dimond-sec .grid .item-wrapper .blockheading {
  font-size: clamp(1.9rem,1.66vw,2.4rem);
  text-transform: uppercase;
  max-width: 40rem;
  font-weight: 600;
}


.faq-secMain {
  background: #FBFFE7;
  padding: var(--padding-100) 0; 
}
.faq-secMain .flex {
  display: flex;
  --faq-space: clamp(3.5rem,5.20vw,7.5rem);
  gap: var(--faq-space); 
  align-items: flex-start;
}
.faq-secMain .flex .left-faq-content {
  width: 100%; 
  max-width: calc(32% - var(--faq-space)/2);  
}  
.faq-secMain .flex .right-faq-content {
  width: 100%; 
  max-width: calc(68% - var(--faq-space)/2); 
}
.faq-secMain .flex .right-faq-content .accordion {
  margin-top: 0 !important;
  margin-bottom: 0;
  border-top: none !important; 
  border-bottom: none !important; 
}
.faq-secMain .custom_accordion .accordion-item,  
.custom_accordion .accordion-item {
  margin-bottom: 0;  
  overflow: hidden; 
  padding-block: 2.7rem; 
}
.faq-secMain .custom_accordion .accordion-item:nth-child(1),
.custom_accordion .accordion-item:nth-child(1) {
  padding-top: 0; 
}
.faq-secMain .custom_accordion .accordion-item:last-child,
.custom_accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.faq-secMain .custom_accordion .accordion-item:not(:last-child),
.custom_accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #DADADA;   
}
.faq-secMain .custom_accordion .accordion-header,
.custom_accordion .accordion-header {
  padding: 0;
  text-transform: uppercase;
  gap: 2rem;
}
.faq-secMain .custom_accordion .accordion-content,
.custom_accordion .accordion-content  {
  padding: 0;
  background-color: transparent;
}
.faq-secMain .custom_accordion .accordion-content.show,
.custom_accordion .accordion-content.show {
  padding-top: 1.5rem;  
}
.faq-secMain .custom_accordion .accordion-header h3, 
.custom_accordion .accordion-header h3 {
  font-size: clamp(1.9rem,1.66vw,2.4rem); 
  font-weight: 600;
}

/********* TRADE_SELL_PAGE_CSS_ENDS **********/


/******** GALLERY_SECTION_CSS_BEGINS *********/

.gallery-section {
  padding: var(--padding-100) 0; 
}
.gallery-section .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  --gallery-gap: 3rem;
  gap: var(--gallery-gap);
  --count: 3;
}
.gallery-section .gallery-grid .gallery-item {
  position: relative;
  width: 100%;
  max-width: calc((100% - (var(--gallery-gap) * (var(--count) - 1))) / var(--count));
  padding-bottom: 24.35%;
}
.gallery-section .gallery-grid .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-section .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.5rem,4.86vw,7rem); 
}
.gallery-section .load-more-wrap .btn {
  font-weight: 500;
}
.gallery-section .load-more-wrap .btn:hover {
  box-shadow: inset 0 0 .8rem #e7ae1e !important;
}

/******** GALLERY_SECTION_CSS_ENDS *********/


/******* SERVICE_PAGE_CSS_BEGINS *******/

.Service-wrapper {
  display: flex;
  flex-wrap: wrap;
  --gallery-gap: 3rem;
  gap: var(--gallery-gap);
  --count: 3; 
  justify-content: center;
}
.Service-wrapper .vendor-item {
  width: 100%;
  max-width: calc((100% - (var(--gallery-gap) * (var(--count) - 1))) / var(--count));
}
.Service-wrapper .vendor-item .block-inner {  
  position: relative;    
  padding-bottom: 100%;
}
.Service-wrapper .vendor-item .block-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.Service-wrapper .vendor-item .block-inner img {
  width: 100%; 
  object-fit: cover;  
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 100%; 
  width: 100%; 
  object-fit: cover; 
}
.Service-wrapper .vendor-item .block-inner h3.title {
  --coll-head-spacing: clamp(2rem, 3.47vw, 5rem);
  padding: 0 1rem var(--coll-head-spacing) var(--coll-head-spacing);
  font-size: clamp(1.9rem, 1.66vw, 2.4rem);
  margin: 0;
  color: var(--theme-white);
  position: absolute; 
  bottom: 0;
  left: 0; 
  right: 0;
  font-weight: 600;
}

/******* SERVICE_PAGE_CSS_ENDS *******/


/******** CONTACT_US_PAGE_CSS_BEGINS ********/

.contact-info-box-sec {
  padding-block: var(--padding-100);
  margin-top: 2rem; 
}
.contact-info-box-sec .contact-info-grid {
  display: flex;
  gap: 3rem; 
  flex-wrap: wrap;
  justify-content: center;
}
.contact-info-box-sec .contact-info-grid .contact-box {
  width: 100%;
  max-width: calc(100%/3 - 3rem*2/3);
  padding: 4rem; 
  background: #FBFFE7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info-box-sec .contact-info-grid .contact-box:nth-child(1) .contact-icon {
  width: 6rem;
  height: 6rem;
}
.contact-info-box-sec .contact-info-grid .contact-box:nth-child(2) .contact-icon {
  width: 4rem;
  height: 6rem;
}
.contact-info-box-sec .contact-info-grid .contact-box:nth-child(3) .contact-icon {
  width: 7.5rem;
  height: 6rem; 
}
.contact-info-box-sec .contact-box .contact-title {
  margin: 1.8rem 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--heading-black);
  text-transform: uppercase;
  font-family: var(--font-heading-monserat); 
  text-align: center;    
  line-height: 1.2;
}
.contact-info-box-sec .contact-box .contact-detail,
.contact-info-box-sec .contact-box .contact-detail a {
  font-family: var(--font-body-inter);
  font-weight: 400;
  color: var(--body-color);   
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
}
.contact-info-box-sec .contact-box .contact-detail a:hover {
  color: var(--blackColor);
  letter-spacing: 0.1em;  
}
.contact-info-box-sec .contact-box .contact-icon img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: contain; 
  vertical-align: bottom;
}
.contact-info-box-sec .contact-box:has(.contact-detail a:focus) .contact-icon img, 
.contact-info-box-sec .contact-box:has(.contact-detail a:hover) .contact-icon img {
  animation: ring 2s ease-in-out;
} 
@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(12deg); }
  20% { transform: rotate(-7deg); }
  30% { transform: rotate(5deg); }  
  40% { transform: rotate(-3deg); }
  50% { transform: rotate(1deg); }
  60%, 100% { transform: rotate(0); }
}

.contact {
  display: flex;
  align-items: center;
  --contact-gap: clamp(3rem,3.75vw,6rem);
  gap: var(--contact-gap);
  padding-block: 0 var(--padding-100) !important; 
}
.contact .contact-img {
  width: 100%; 
  max-width: calc(49% - var(--contact-gap)/2);
}
.contact .contact-img img {
  vertical-align: bottom; 
}
.contact form {
  width: 100%; 
  max-width: calc(51% - var(--contact-gap)/2);
  padding: 3rem; 
  box-shadow: 0px 2px 50px rgba(181, 181, 181, 0.14);   
  border: 1px solid transparent; 
  transition: all 0.3s ease; 
} 
.contact form:has(.field__input:focus) {
  border: 1px solid #E3E0E0;
} 
.contact form .field {
  margin-bottom: 1.5rem;  
}
.contact form .field label, 
.contact form .field:before,
.contact form .field:after {
  display: none;
}
.contact form input.field__input {
  min-height: 5.8rem;
}
.contact form .field__input.text-area {
  min-height: 14.5rem;
}
.contact form .field__input {
  padding: 1rem 2rem !important;
  border: 1px solid #E3E0E0;
  transition: all 0.3s ease; 
}

/* .contact form .field__input:focus {
  border: 1px solid var(--body-color);   
} */

.contact form .field__input::placeholder {
  text-transform: capitalize; 
}
.contact form .field__input::placeholder,
.contact form .field__input {
  opacity: 1;
  font-size: 1.6rem;
  font-family: var(--font-body-inter);
  font-weight: 400;
  color: var(--body-color);
  letter-spacing: 0;  
}
.contact form .contact__fields {
  grid-column-gap: 3rem;  
}
.contact form .contact__button {
  margin-top: 3rem;  
}
.contact form .contact__button .button {
  width: 100%;
  font-weight: 500;
  color: var(--whiteColor);  
}
.contact form .contact__button .button:hover {
  box-shadow: inset 0 0 .8rem #e7ae1e !important; 
}


/******** CONTACT_US_PAGE_CSS_ENDS ********/


/********** PRODUCT_DETAILS_PAGE_CSS_BEGINS **********/


@media (min-width: 1024px) {
  .product .grid__item.product__media-wrapper {
    position: sticky;
    top: 0;
  }
}
.product.grid {
  padding-block: var(--padding-100) !important;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}
.product .grid__item.product__media-wrapper,
.product .product__info-wrapper.grid__item { 
  width: 100%;
  max-width: calc(50% - 2rem) !important;
}
.product .product-media-container.media-fit-contain {
  width: 100% !important;
}
.product .product-media-container .product__media {
    padding-top: 98.8%!important;
}
.product--medium .thumbnail-list {
  grid-gap: 1.8rem !important;   
}
.product--medium:not(.product--no-media) .product__info-wrapper, 
.product--small:not(.product--no-media) .product__media-wrapper,
.product--medium:not(.product--no-media) .product__media-wrapper, 
.product--small:not(.product--no-media) .product__info-wrapper {
  max-width: 50% !important;
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.product--medium:not(.product--no-media) .product__info-wrapper {
  padding-left: clamp(3.5rem,3.75vw,5.4rem) !important; 
}
.product .product__info-container {
  max-width: 100%;
}
.product .product__info-container .product__title h1 {
  font-size: clamp(2.2rem, 2.70vw, 3.9rem);
  text-transform: uppercase;
}
.product .product__info-container .product__title {
  line-height: 1.1;
}
.product .product__info-container .price {
  font-size: clamp(1.9rem,1.66vw,2.4rem);
  font-weight: 600;
  color: var(--body-color);
  font-family: var(--font-body-inter);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .product__info-container .price .price__badge-sold-out {
  margin: 0;
  background: var(--body-color); 
}
.product .product__info-container .product__tax {
  display: none;  
}
.product .price__container {
  margin-bottom: 0 !important;
}
.product__info-container div:has(.price) {
  margin-bottom: 0 !important;
}
.product__info-container div:has(.installment) {
  display: none; 
}
.product .product__info-container .product__description {
  margin: 1.3rem 0 1.8rem;
  color: var(--body-color);
}
.product-form__input--swatch .form__label span {
  display: none; 
}
.product .product-form__input .form__label,
.product .product__info-wrapper .form__label  {
  font-family: var(--font-heading-monserat);
  font-weight: 600;   
  color: var(--heading-black);
  text-transform: uppercase; 
  font-size: clamp(1.4rem,1.25vw,1.6rem); 
}
.product .product-form__input--swatch {
  margin-bottom: 2.5rem; 
}
.product .product__info-container .product-form__input--pill input[type=radio]+label {
  border: 1px solid #E1E1E1;
  background-color: var(--whiteColor);
  color: var(--body-color);
  border-radius: 0;
  margin: .7rem .8rem .2rem 0;
  font-size: clamp(1.9rem,1.66vw,2.4rem);
  letter-spacing: 0;
  min-height: 6rem;
  min-width: 8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product .product__info-container .product-form__input--pill input[type=radio]+label:hover,
.product .product__info-container .product-form__input--pill input[type=radio]:checked+label {
  background-color: var(--whiteColor);
  color: var(--body-color);
  border: 1px solid var(--blackColor); 
}
.product-form__input--pill input[type=radio]:disabled+label, 
.product-form__input--pill input[type=radio].disabled+label {
  border-color: initial;
  color: initial;
  opacity: .5;
  cursor: not-allowed;
}
.swatch-input__input+.swatch-input__label.swatch-input__label--square {
  --swatch-input--border-radius: .2rem;
}
.product-form__input--swatch .swatch-input__input+.swatch-input__label {
  --swatch-input--size: 2.8rem;
}
.product .product__info-container .swatch-input__input+.swatch-input__label {
  --swatch-input--border-radius: 0%;
  border-radius: 0; 
  min-height: 6.5rem;
  min-width: 11rem; 
  max-height: 6.5rem; 
}
.product .product__info-container .swatch-input__input+.swatch-input__label .swatch--square {
  width: 100%;
  max-height: 6.5rem;
  border: none !important;
}
.product .product__info-container .product-form__input {
  margin: 0 0 2.5rem; 
}
.product .product__info-container .common-box {
  display: flex;
  gap: 1.3rem; 
  max-width: 53rem;
  align-items: flex-stat;
  margin-bottom: 0; 
  flex-wrap: wrap;
}
.product .product__info-container .common-box .product-form__input {
  flex: auto;
  max-width: 17rem;
  min-width: 17rem;
  margin: 0;
}
.product .product__info-container .common-box > div:has(.product-form) {
  width: calc(100% - 18.3rem);
}
.product .product__info-container .common-box .quantity {
  color: var(--body-color);
  width: 17rem;
  border-radius: 0;
  min-height: 5.9rem;
}
.product .product__info-container .common-box .quantity .quantity__button:nth-child(1) {
  justify-content: flex-end;
}
.product .product__info-container .common-box .quantity .quantity__button:nth-child(3) {
  justify-content: flex-start;
}
.product .product__info-container .common-box .quantity .quantity__button .svg-wrapper svg path {
  fill: var(--body-color);
  stroke: var(--body-color); 
}
.product .product__info-container .common-box .quantity__input {
  color: var(--body-color); 
  font-family: var(--font-body-inter);
  font-size: clamp(1.9rem,1.59vw,2.3rem);
  font-weight: 400;  
  opacity: 1;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;  
}
.product__info-container .product-form {
  margin: 0 !important;
}
.product__info-container .product-form__buttons button {
  margin: 0;
}
.product__info-container .custom-collapsible {
  margin: 0;
  padding: 2.4rem 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; 
}
.product__info-container .custom-collapsible button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  font-size: clamp(1.8rem,1.66vw,2.4rem);
  font-weight: 600;
  color: var(--heading-black);
  font-family: var(--font-heading-monserat);
  text-transform: uppercase;   
  text-align: left;  
}
.product__info-container .custom-collapsible button .caret {
  transition: all 0.3s ease;
}
.product__info-container .custom-collapsible button.active .caret {
  transform: rotate(45deg);
}
.product__info-container .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  padding: 0;
}
.product__info-container .collapsible-content.open {
  padding: 1.2rem 0 0;  
}
.product__info-container .collapsible-content p {
  margin: 0; 
}

.template-product .img-content-section:nth-child(2) .img-content-wrapper {
  padding-bottom: var(--padding-50);   
}
.template-product .img-content-section:nth-child(3) .img-content-wrapper {
  padding-top: var(--padding-50);   
}
.related-products {
  padding-block: 0 !important; 
}   
.related-products:has(.grid__item) {
  padding-block: var(--padding-100) !important;
}
.related-products .related-products__heading {
  margin: 0;
}

.quick-add-modal .product.grid {
  padding-block: 0 !important;
}
.quick-add-modal .product .product__info-container .product__title a.product__title,
.quick-add-modal .product .product__info-container .product__title a.product__title h2 {
  text-decoration: none !important;
  font-size: clamp(2.2rem,2.08vw,3rem);  
}
.quick-add-modal .product .product__info-container .price {
  font-size: 1.8rem;
}
.quick-add-modal .product .product__info-container .common-box {
  margin-bottom: 2rem;  
}
.quick-add-modal .product__info-container .custom-collapsible {
  padding: 1.6rem 0; 
}
.quick-add-modal .product--medium:not(.product--no-media) .product__info-wrapper {
  padding-left: clamp(2rem,2.08vw,3rem)!important; 
  padding-top: 0 !important; 
}
.quick-add-modal .quick-add-modal__content-info {
  --modal-padding: 2.5rem 1.5rem;
} 
.quick-add-modal .product__info-container .custom-collapsible button {
  font-size: clamp(1.8rem,1.45vw,2.1rem);  
}
.quick-add-modal .product .product__info-container .common-box .quantity__input {
  font-size: 1.9rem;  
} 

/********** PRODUCT_DETAILS_PAGE_CSS_ENDS **********/


/******* WATCH_SOURCING_FORM_CSS_BEGINS *******/

.template-page-watch-sourcing .inner-bnr-section .common_heading {
  right: 10%;   
}
.template-page-watch-sourcing .heading-text-sec .heading-text {
  padding-block: var(--padding-100); 
}
.template-page-watch-sourcing .heading-text-sec .page-width {
  max-width: 1345px;
}
.template-page-watch-sourcing .heading-text-sec .heading-text:before {
  display: none;
}
.template-page-watch-sourcing .heading-text-sec .heading-text-wrapper h2.common-heading {
  margin-bottom: 2.1rem; 
}
.template-page-watch-sourcing .heading-text-sec .heading-text-wrapper p {
  font-size: 1.6rem;
}
.heading-content-sec {
  background: #FBFFE7;
  padding: var(--padding-100) 0; 
}
.heading-content-sec .page-width {
  max-width: var(--page-width);
}
.heading-content-sec .heading-text-wrapper {
  max-width: 1406px;
}
.heading-content-sec * {
  text-align: left;
}
.heading-content-sec .common-heading {
  font-size: clamp(1.8rem,1.66vw,2.4rem); 
  font-weight: 600; 
  margin-bottom: 1.5rem; 
}
.heading-content-sec .content-text p:not(:last-child) {
  margin-bottom: 1.6rem;    
}
.heading-content-sec .content-text p strong {
  text-transform: capitalize;   
}

.template-page-watch-sourcing .contact {
  padding-block: var(--padding-50) var(--padding-100) !important;
  margin-top: clamp(0rem,1.87vw,3rem);   
}
.template-page-watch-sourcing .contact form {
  width: 100%;
  max-width: 100%;
  padding: var(--cntct-padding-inline) var(--cntct-padding-block); 
  --cntct-padding-inline: clamp(3rem,3.75vw,6rem);  
  --cntct-padding-block: clamp(1.7rem,3.12vw,5rem);  
}
.template-page-watch-sourcing .contact form .field {
  display: flex; 
  flex-direction: column-reverse; 
  row-gap: 1.4rem; 
}
.template-page-watch-sourcing .contact form .field label {
  display: block;
  position: static;
  line-height: 1;
  margin: 0;  
  text-transform: uppercase; 
  font-size: 1.6rem;
  font-weight: 600;  
  color: var(--heading-black);
  font-family: var(--font-heading-monserat);   
  letter-spacing: 0; 
}
.template-page-watch-sourcing .contact form .field .field__input::placeholder {
  opacity: 0;  
}
.template-page-watch-sourcing .contact form .contact__fields {
  margin-bottom: 1.5rem;
}
.template-page-watch-sourcing .contact form .field__input.text-area {
  min-height: clamp(20rem,21.25vw,34rem);  
}
.template-page-watch-sourcing .contact form .contact__button {
  margin-top: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.template-page-watch-sourcing .contact form .contact__button .button {
  width: fit-content;
  padding: 1rem 2rem;
}
.template-page-watch-sourcing .contact form {
  box-shadow: 0px 4px 49px rgba(202, 202, 202, 0.25);
}

/******* WATCH_SOURCING_FORM_CSS_ENDS *******/

/* defaults pages css start */

.customer button:before, 
.customer button:after {
  display: none;
}

.customer button {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 3rem;
  line-height: 1;
  min-height: 5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  border: 1px solid #ffff !important;
  background: #000 !important;
  color: #fff !important;
  transition: 0.45s ease;
  -webkit-transition: 0.45s ease;
}

.customer button:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.customer h1 {
  font-size: clamp(3rem, 2.895vw, 5.5rem);
}

.customer .select .svg-wrapper {
  right: 1.2rem;
}

/* defaults pages css end */


.top-watch-brands-section {
  background: #FBFFE7;
  padding: var(--padding-100) 0 0;
}

.top-watch-brands-section .common-heading {
  margin-bottom: clamp(1.2rem, 1.579vw, 3rem);
  line-height: 1.1;
}

.top-watch-brands-section .brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.top-watch-brands-section .brands-list .brand-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 1.5rem 1.3rem;
  border: 1px solid #E1E1E1;
  min-width: 8rem;
  min-height: 6rem;
  transition: all .5s;
  line-height: 1;
  text-transform: capitalize;
  color: #333333;
}

.top-watch-brands {
  padding-top: var(--padding-100);
}

body:is(.template-page-trade-in-sell-form) .heading-text-sec .heading-text {
  padding-bottom: var(--padding-100);
}

body:is(.template-page-trade-in-sell-form) .heading-text-sec .heading-text-wrapper h2.common-heading {
  margin-bottom: clamp(1.2rem, 1.053vw, 2rem);
  line-height: 1.1;
}

body:is(.template-page-trade-in-sell-form) .heading-text-sec .page-width {
  max-width: 1345px;
}

body:is(.template-page-trade-in-sell-form) .heading-text-sec .heading-text-wrapper p {
  font-size: 1.6rem;
}

.heading-list-section {
  background: #fbffe7;
  padding: 4rem 0 var(--padding-100);
}

.heading-list-section .common-heading {
  line-height: 1.1;
  margin-bottom: clamp(1.2rem, 2.5vw, 4rem);
}

.heading-list-section .list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.heading-list-section .list-wrapper ul .list-item {
  display: flex;
  align-items: center;
  line-height: 1.3;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.heading-list-section .list-wrapper ul .list-item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 1.563vw, 2.5rem);
}

.heading-list-section .list-wrapper ul .list-item:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11176 11.3988C5.01815 11.2106 3.57535 8.32482 2.0991 7.96179C1.60145 7.85009 1.20274 7.94869 1.20274 7.94869C0.654748 8.1078 0.255348 8.5827 0.0995187 8.99727C-0.212486 9.92035 0.267243 10.6242 0.735939 11.2837C1.67333 12.6024 2.58314 13.9047 3.52053 15.2236C3.84047 15.6614 4.16574 16.1213 4.67995 16.2995C5.34878 16.5335 6.11293 16.2034 6.56783 15.6678C7.04498 15.1267 7.27338 14.4356 7.50729 13.7668L7.92497 12.606C8.40366 11.3125 8.93234 10.0303 9.48843 8.76456C10.0445 7.49879 10.6284 6.25008 11.262 5.01223C11.8957 3.77439 12.5347 2.55895 13.2456 1.34903C13.4288 1.04512 13.59 0.746738 13.7732 0.442836C13.8067 0.387675 14.0342 0.07274 13.9956 0.0118905C13.957 -0.0491313 13.6522 0.14376 13.5859 0.160136C13.021 0.441112 12.4778 0.810518 11.9902 1.21337C10.9978 2.0463 10.1878 3.04574 9.41086 4.08415C7.77189 6.39534 6.33361 8.84249 5.11176 11.3988Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 17px;
  flex-shrink: 0;
  margin-right: 5px;
}


/***** FEATURED_SECTION_CSS_BEGINS ******/

.featured-sec {
  padding-block: var(--padding-100);    
  background: #FBFFE7;  
}
.featured-sec .featured-wrapper {
  display: flex;
  flex-wrap: wrap;
  --ftrd-gap: clamp(3.5rem,3.75vw,6rem);
  gap: var(--ftrd-gap);
  --count: 6;
  justify-content: center;
  margin-top: 4rem;
}
.featured-sec .featured-wrapper .logo {
  width: 100%;
  max-width: calc((100% - (var(--ftrd-gap) * (var(--count) - 1))) / var(--count));
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  max-height: 13rem;
}
.featured-sec .featured-wrapper .logo img {
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  height: auto;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.featured-sec .featured-wrapper .logo:hover img {
  filter: grayscale(0);
}
.featured-sec .common-heading {
  text-align: center;
}

.template-page-our-story  .img-content-wrapper:nth-of-type(1) {
  padding-block: var(--padding-100) var(--padding-50);  
}
.template-page-our-story  .img-content-section:nth-of-type(2) .img-content-wrapper {
  padding-block: var(--padding-50) var(--padding-100);      
}

/***** FEATURED_SECTION_CSS_ENDS ******/

/******* VIDEO_SECTION_CSS_BEGINS *******/

.landing-section {
  position: relative;
  cursor: pointer;
  padding-bottom: 45%;
}
.landing-section .banner-slider-img video {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .landing-section {
    padding-bottom: 50vh !important;
  }
}
.video-toggle-btn {
  position: absolute;
  z-index: 2;
  top: 1.6rem;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background-color: #3e3e3e47;
  border: none;
}
.video-toggle-btn:hover {
  background: #3e3e3e1c;
}
.video-toggle-btn svg {
  width: 2.2rem;
  height: 2.2rem;
}
.video-toggle-btn svg path {
  fill: #fff; 
}
.icon-play { 
  display: none;
}
.paused .icon-play { 
  display: inline; 
}
.paused .icon-pause { 
  display: none;  
}

/******* VIDEO_SECTION_CSS_INNER_BANNER_CSS *******/

.banner-video-wrapper {
  position: relative;
  cursor: pointer;
  padding-bottom: 32%;
}
.banner-video-wrapper video {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;  
  position: absolute;
  height: 100%;  
}

/******* VIDEO_SECTION_CSS_ENDS *******/


/******* COLLECTION-GRID_SECTION_CSS_BEGINS *******/

.custom-collection-grid {
  padding: var(--padding-100) 0;
}

.custom-collection-grid .custom-grid-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-collection-grid .custom-grid-collection li {
  flex-basis: calc((100% / 6) - (3rem * 5 / 6));
  flex-shrink: 1;
  flex-grow: 1;
}

/* 1025px – 1439px → 4 items */
@media (max-width: 1440px) {
  .custom-collection-grid .custom-grid-collection {
    gap: 1.5rem;
  }
  .custom-collection-grid .custom-grid-collection li {
    flex-basis: calc((100% / 4) - (1.5rem * 3 / 4));
  }
}

/* 800px – 1024px → 3 items */
@media (max-width: 1024px) {
  .custom-collection-grid .custom-grid-collection {
    gap: 2rem;
  }
  .custom-collection-grid .custom-grid-collection li {
    flex-basis: calc((100% / 3) - (2rem * 2 / 3));
  }
}

/* 330px – 767px → 2 items */
@media (max-width: 767px) {
  .custom-collection-grid .custom-grid-collection {
    gap: 1.5rem;
  }
  .custom-collection-grid .custom-grid-collection li {
    flex-basis: calc((100% / 2) - (2.5rem / 2));
  }
}

.custom-collection-grid .custom-grid-collection li .card__heading.custom-title {
  font-size: clamp(1.8rem, 1.66vw, 2.4rem);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-heading-monserat);
  line-height: 1.1;   
  padding-top: 1.5rem;  
}
.custom-collection-grid .custom-grid-collection li .card__heading.custom-title .icon-wrap {
  display: none;
}
.custom-collection-grid .custom-grid-collection li .ratio:before {
  --ratio-percent: 75%;
}
.custom-collection-grid .card--standard>.card__content .card__information {
  padding: 0;
}

/******* COLLECTION-GRID_SECTION_CSS_ENDS *******/


.store-benefits-sec {
  padding-block: var(--padding-100);
  background: #FBFFE7;  
}
.store-benefits-sec .grid {
  display: flex;
  gap: var(--store-benifit-gap);  
  --store-benifit-gap: clamp(3rem,4.73vw,9rem);
}
.store-benefits-sec .grid .item-wrapper {
  width: 100%;
  max-width: calc(100%/3 - var(--store-benifit-gap)*2/3);  
  display: flex;
  flex-direction: column;
  text-align: center; 
  align-items: center;
} 
.store-benefits-sec .grid .item-wrapper:nth-child(1) {
  padding-right: clamp(2.5rem,4.73vw,9rem);
}
.store-benefits-sec .grid .item-wrapper:nth-child(2) {
  padding-inline: clamp(2.5rem,4.73vw,9rem);
  position: relative;
}
.store-benefits-sec .grid .item-wrapper:nth-child(3) { 
  padding-left: clamp(2.5rem,4.73vw,9rem); 
}
.store-benefits-sec .grid .item-wrapper:nth-child(2):before,
.store-benefits-sec .grid .item-wrapper:nth-child(2):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  background: #D5D5D5;  
  top: 50%;
  transform: translateY(-50%);
}
.store-benefits-sec .grid .item-wrapper:nth-child(2):before {
  left: 0;
}
.store-benefits-sec .grid .item-wrapper:nth-child(2):after {
  right: 0; 
}

.store-benefits-sec .grid .item-wrapper:nth-child(1) .icon img {
  width: 8.5rem;
  height: 5rem;
  object-fit: contain;
}
.store-benefits-sec .grid .item-wrapper:nth-child(2) .icon img {
  width: 6rem;
  height: 6.7rem;
  object-fit: contain;  
}
.store-benefits-sec .grid .item-wrapper:nth-child(3) .icon img {
  width: 5rem;
  height: 5.3rem;
  object-fit: contain;  
}
.store-benefits-sec .grid .item-wrapper .icon img {
  vertical-align: bottom;
}
.store-benefits-sec .grid .item-wrapper .blockheading {
  margin-block: 2.5rem 1rem !important;
  font-size: 1.6rem; 
  font-weight: 600;
  text-transform: uppercase; 
  font-family: var(--font-heading-monserat);  
}
.store-benefits-sec .grid .item-wrapper .description {
  line-height: 1.8;  
}


/******* GRILZ_PAGE_CSS_BEGINS *******/

.value-props {
  padding: var(--padding-100) 0;
  background: #FBFFE7;
}
.value-props .value-flex {
  display: flex;
  align-items: center;
  gap: var(--value-prop-gap);
  --value-prop-gap: clamp(3.2rem,6.38vw,9.2rem); 
  flex-wrap: wrap;
}

.value-props .value-flex .value-props__col--center {
  width: 100%;
  max-width: calc(40% - var(--value-prop-gap)*2/3);  
  line-height: 0; 
}
.value-props .value-flex .value-props__col--left,
.value-props .value-flex .value-props__col--right {
  display: flex;
  flex-direction: column;  
  row-gap: 2.5rem;
  width: 100%;
  max-width: calc(30% - var(--value-prop-gap)*2/3);
}
.value-props .value-flex .value-props__col--left .value-props__item, 
.value-props .value-flex .value-props__col--right .value-props__item {
  padding-bottom: clamp(1rem,2.18vw,3.5rem); 
}
.value-props .value-flex .value-props__item .icon img {
  width: 8rem;
  height: 4.7rem;
  object-fit: contain; 
  vertical-align: bottom;
}
.value-props .value-flex .value-props__item .value-props__text {
  margin-top: 1.5rem;  
}
.value-props .value-flex .value-props__item .value-props__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;  
  font-family: var(--font-heading-monserat);    
  margin-bottom: .8rem;  
}
.value-props .value-flex .value-props__item .value-props__desc {
  max-width: 345px;
  line-height: 1.6;    
}

/******* GRILZ_PAGE_CSS_ENDS *******/



/* NEW__IMAGE_SECTION_CSS */

.banner-btn-sec {
  position: relative;
  margin-block: var(--padding-50) var(--padding-100); 
}
.banner-btn-sec .bnr-img img {
  width: 100%;
  vertical-align: bottom;
}
.banner-btn-sec .button-wrapper {
  position: absolute;
  bottom: 2.5rem;    
  left: 0; 
  right: 2.5rem; 
  width: 100%;  
}
.banner-btn-sec .bnr-wrap {
  position: relative;
}
.banner-btn-sec .button-wrapper .section-cta  {
  display: flex;
  justify-content: flex-end;  
}


.template-collection .facets__form .facets__heading,
.template-collection .facets__form .facet-filters__field .select__select,
.template-collection .facets__form .product-count__text,
.template-collection .facets__form .product-count__text span,
.template-collection .facets__form .facet-filters__label,
.template-collection .facets__form .facets__summary span:first-of-type {
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--heading-black) !important;  
}
.template-collection .facets__form .product-count {
  opacity: 1; 
}

/* .template-list-collections main {
  padding-block: var(--padding-100);
} */
.template-list-collections .title.title--primary {
  font-size: clamp(2.7rem, 3.47vw, 5rem);
  text-transform: uppercase;
  margin-bottom: var(--padding-50);
} 
.pagination__list {
  gap: 1rem;
}
.pagination__list .pagination__item:not(.pagination__item-arrow) {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid var(--heading-black);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination__list .pagination__item.pagination__item--current {
  background: var(--heading-black);
  color: var(--whiteColor);
  opacity: 1;
}
.pagination__item--current:after, 
.pagination__item:hover:after {
  display: none !important;
}
.pagination__list .pagination__item.pagination__item-arrow .icon path {
  stroke: var(--heading-black);
}

.template-cart h1 {
  font-size: clamp(2.7rem, 3.47vw, 5rem);
  text-transform: uppercase;
}
.template-cart  main {
  padding-bottom: var(--padding-100);  
}
.template-cart .cart-item__quantity-wrapper {
  align-items: center; 
}
.template-cart .cart-item__quantity-wrapper .button {
  border: 1px solid #03030394;
}
.template-cart .cart-items thead th {
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--heading-black) !important;  
}
cart-items .title-wrapper-with-link {
  margin-bottom: 4rem;  
}
cart-items .title-wrapper-with-link a {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 3rem;
  line-height: 1;
  min-height: 5.7rem;
  text-transform: uppercase;
  font-size: 1.6rem;  
  background: var(--blackColor);
  color: var(--theme-white) !important;
}




.template-list-collections .collection-list .collection-list__item.grid__item {
  position: relative;
}
.template-list-collections .collection-list .collection-list__item.grid__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000021;
    top: 0;
    left: 0;
    pointer-events: none;
}
.template-list-collections .collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information .card__heading, 
.template-list-collections .collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information .card__heading a {
    font-size: clamp(1.9rem,1.66vw,2.4rem);
    text-decoration: none!important;
    color: var(--theme-white);
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--font-heading-monserat);
    z-index: 2;
    position: relative;
}



.heading-text-sec:has(.banner-absolute-heading-text) .common-heading {
    max-width: 90rem;
    margin-inline: auto;
    margin-bottom: clamp(2.2rem, 2.5vw, 4rem) !important;
}
.template-page-trade-in-sell .faq-secMain,
.template-page-trade-in-sell .sell-dimond-sec {
  background: transparent;
  padding: var(--padding-100) 0;
}
.rev-sec .page-width {
  padding-block: var(--padding-100) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rev-sec .vendor-item {
  padding: 3rem 3rem 3rem 2.5rem;
  border: 1px solid #BFBFBF; 
}
.rev-sec .vendor-item .rating {
  margin-bottom: 1.2rem;
}
.rev-sec .vendor-item .rev-content {
  margin-bottom: clamp(3.2rem,3.81vw,5.5rem);
}
.rev-sec .vendor-item .title {
  margin-bottom: 1rem;
  line-height: 1.1;
  font-size: clamp(1.9rem,1.66vw,2.4rem);
  font-weight: 600;
  color: #050000;
  font-family: var(--font-heading-monserat); 
  text-transform: uppercase; 
}

.feature-icons-main {
  padding-block: var(--padding-100);
  background: #FBFFE7;
}
.feature-icons-main .common-heading {
  max-width: 79.7rem;  
  margin-inline: auto; 
  margin-bottom: clamp(2rem, 1.94vw, 2.8rem); 
}
.feature-icons-main .feature-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 3rem;
  --count: 3;
  gap: var(--gap);
  margin-top: clamp(2.2rem, 2.5vw, 4rem);  
  margin-block: clamp(2rem, 2.36vw, 3.4rem); 
}
.feature-icons-main .feature-item  {
  width: calc((100% - (var(--gap) * (var(--count) - 1))) / var(--count));
  padding: 2.5rem 2.5rem 3rem 2.5rem;  
  border: 1px solid #BFBFBF;
  transition: all 0.3s ease !important;
}
.feature-icons-main .feature-item:hover {
    box-shadow: 0 0 1.5rem .3rem #03030361;
}
.feature-item .block-feature-icon img {
  max-width: 3.5rem;
}
.feature-item .title-wrapper {
  margin: 0;
}
.feature-item .title-wrapper .feature-title {
  margin-block: 3.6rem 2.2rem !important; 
  text-transform: uppercase; 
  font-size: clamp(1.8rem,1.66vw,2.4rem);  
  font-weight: 600;
}
.feature-icons-main .cta-button-wrapper  {
  display: flex;
  justify-content: center;
}
.heading-text .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.5rem; 
}
.template-page-trade-in-sell .heading-text-sec .heading-text-wrapper p {
  font-size: 1.6rem;
} 
.template-page-trade-in-sell .heading-text-sec .content-text  {
  max-width: 939px;
  margin: 0 auto;  
}
.heading-text-sec:has(.full-banner-wrapper) .content-text  {
  color: #fff;   
}
.template-page-trade-in-sell .sell-dimond-sec .btn-wrapper .btn {
  color: #fff;
  font-weight: 500;
}
.template-page-trade-in-sell .heading-text-sec .heading-text-wrapper h2.common-heading {
  max-width: 906px;
  margin-inline: auto;     
}
.heading-text-sec:has(.full-banner-wrapper) .common-heading {
  color: #fff;
}
.template-page-trade-in-sell .ready-tosell-sec .content-text {
  max-width: 96rem;
  margin-inline: auto;
}
.template-page-trade-in-sell .inner-bnr-section .common_heading {
  max-width: 65rem;
}

.trade-in-sell-sec .bnr-content-wrapper .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: clamp(3.2rem,3.12vw,5rem);
  width: fit-content;
  align-items: flex-start;
  margin-left: auto;
}
.trade-in-sell-sec .bnr-content-wrapper .wrapper .btn-white {
  color: #333333 !important;
  font-weight: 500;
}
.trade-in-sell-sec .bnr-content-wrapper .wrapper .btn-white:hover {
  color: #fff !important;
}
@media (min-width: 1440px) {
  .trade-in-sell-sec .bnr-content-wrapper .wrapper {
    margin-right: 8rem;  
  }
}
.trade-in-sell-sec .common_heading  {
  position: static;
  transform: none !important;
}
.trade-in-sell-sec .content-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}


.template-page-trade-in-sell .dimond-we-purchase-sec .vendor-item .dimond-inner .title {
  font-weight: 600;
  text-transform: uppercase;  
}
.template-page-trade-in-sell .feature-icons-main .cta-button-wrapper .btn {
  font-weight: 500;
  color: #fff;
}
.template-page-trade-in-sell-form .heading-text-sec .heading-text {
  padding: var(--padding-100) 0; 
  background: #FBFFE7;   
}
.template-page-trade-in-sell-form .heading-text-sec .heading-text:before {
  display: none; 
}
.template-page-trade-in-sell-form .heading-text-sec .heading-text-wrapper h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.8rem,1.66vw,2.4rem);
  margin-top: 3.5rem !important; 
}
.template-page-trade-in-sell-form .why-choose-icebox-sec {
  background: #FAFAFA; 
}
.template-page-trade-in-sell-form .why-choose-icebox-sec .grid {
  margin-top: 0;
}
.template-page-trade-in-sell-form .top-watch-brands .page-width {
  display: flex;  
  gap: 3rem; 
} 
.template-page-trade-in-sell-form .top-watch-brands .page-left,
.template-page-trade-in-sell-form .top-watch-brands .page-right {
  width: 100%;
  max-width: calc(50% - 3rem/2);  
  padding: 3.5rem 3rem 3.5rem 3rem; 
  border: 1px solid #BFBFBF;  
}
.template-page-trade-in-sell-form .top-watch-brands .page-right .commmon-heading h2 {
  font-size: clamp(2.7rem, 3.47vw, 5rem);
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.template-page-trade-in-sell-form .top-watch-brands-section {
  padding: var(--padding-100) 0; 
}
.template-page-trade-in-sell-form .top-watch-brands-section .brands-list {
  column-gap: 2.5rem;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}
.template-page-trade-in-sell-form .top-watch-brands-section .brands-list .brand-item {
  min-width: 11.9rem;
  min-height: 6rem;
}
.template-page-trade-in-sell-form .top-watch-brands .page-right ul {
  padding-left: 2rem;
  list-style: none;
  margin-top: 3rem;
}
.template-page-trade-in-sell-form .top-watch-brands .page-right .left h2 {

}
.template-page-trade-in-sell-form .top-watch-brands .page-right ul li {
  position: relative;
  text-decoration: underline;
}
.template-page-trade-in-sell-form .top-watch-brands .page-right ul li:before {
  position: absolute;
  content: "";
  left: -2rem;
  top: .3rem;
  width: 1.4rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11176 11.3988C5.01815 11.2106 3.57535 8.32482 2.0991 7.96179C1.60145 7.85009 1.20274 7.94869 1.20274 7.94869C0.654748 8.1078 0.255348 8.5827 0.0995187 8.99727C-0.212486 9.92035 0.267243 10.6242 0.735939 11.2837C1.67333 12.6024 2.58314 13.9047 3.52053 15.2236C3.84047 15.6614 4.16574 16.1213 4.67995 16.2995C5.34878 16.5335 6.11293 16.2034 6.56783 15.6678C7.04498 15.1267 7.27338 14.4356 7.50729 13.7668L7.92497 12.606C8.40366 11.3125 8.93234 10.0303 9.48843 8.76456C10.0445 7.49879 10.6284 6.25008 11.262 5.01223C11.8957 3.77439 12.5347 2.55895 13.2456 1.34903C13.4288 1.04512 13.59 0.746738 13.7732 0.442836C13.8067 0.387675 14.0342 0.07274 13.9956 0.0118905C13.957 -0.0491313 13.6522 0.14376 13.5859 0.160136C13.021 0.441112 12.4778 0.810518 11.9902 1.21337C10.9978 2.0463 10.1878 3.04574 9.41086 4.08415C7.77189 6.39534 6.33361 8.84249 5.11176 11.3988Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-page-trade-in-sell-form .top-watch-brands .page-right ul li:not(:last-child), 
.template-page-trade-in-sell-form .top-watch-brands .page-right ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.template-page-trade-in-sell-form .dimond-we-purchase-sec .vendor-item .dimond-inner .title {
  font-weight: 600;
}


.heading-title-sec {
  padding-block: var(--padding-100) var(--padding-50);
}
.heading-title-sec .heading-text-wrapper {
  max-width: 110.09rem;
  margin: 0 auto;
}
.shopify-app-block .form_generater_form_div,
.form_generater_form_div {
  background: #fff;
  max-width: 100% !important;
  border-color: none;
  border-radius: 0px !important;
  padding: 0px !important;
}
.shopify-app-block .form_generater_form_div .form_element,
.form_generater_form_div .form_element {
  padding: 6rem 5.5rem 6rem 5rem !important;
  background: #FFFFFF !important;  
  box-shadow: 0px 4px 49px rgba(202, 202, 202, 0.25) !important;
} 

.form_generater_form_div .form_element {
  padding: 6rem 5.5rem 6rem 5rem !important;
  background: #FFFFFF !important;  
  box-shadow: 0px 4px 49px rgba(202, 202, 202, 0.25) !important;  
}

.template-page-watch-sourcing-form .heading-text-sec .heading-text,
.template-page-gold-coins-bars-form .heading-text-sec .heading-text,
.template-page-watch-sourcing-form .heading-text-sec .heading-text,
.template-page-gold-diamond-jewelry .heading-text-sec .heading-text {
  background: #FBFFE7; 
  padding-block: var(--padding-100); 
}
.template-page-watch-sourcing-form .heading-text-sec .heading-text:before,
.template-page-gold-coins-bars-form .heading-text-sec .heading-text:before,
.template-page-watch-sourcing-form .heading-text-sec .heading-text:before,
.template-page-gold-diamond-jewelry .heading-text-sec .heading-text:before {
  display: none;
}
.template-page-gold-coins-bars-form .heading-title-sec .heading-text-wrapper,
.template-page-watch-sourcing-form .heading-title-sec .heading-text-wrapper,
.template-page-gold-diamond-jewelry .heading-title-sec .heading-text-wrapper {
  max-width: 134.5rem;
}
.template-page-watch-sourcing-form .heading-text-sec .page-width,
.template-page-gold-coins-bars-form .heading-text-sec .page-width,
.template-page-gold-diamond-jewelry .heading-text-sec .page-width {
  max-width: 1375px;
}
.template-page-watch-sourcing-form .heading-text-sec .heading-text-wrapper p,
.template-page-gold-coins-bars-form .heading-text-sec .heading-text-wrapper p,
.template-page-gold-diamond-jewelry .heading-text-sec .heading-text-wrapper p {
  font-size: 1.6rem;  
}
.template-page-watch-sourcing-form .heading-text-wrapper h2.common-heading,
.template-page-gold-coins-bars-form .heading-text-wrapper h2.common-heading,
.template-page-gold-diamond-jewelry .heading-text-wrapper h2.common-heading {
  margin-bottom: 1.5rem !important;
}

.template-product-product-customisible .product__info-container .common-box {
  flex-direction: column; 
  align-items: flex-start; 
  margin-bottom: 2.5rem;
}
.template-product-product-customisible .product__info-container .common-box>div:has(.product-form) {
  width: 100%;
  padding-top: 2.5rem;
  border-top: 1px solid #EEEEEE;
  margin-top: 2rem;
}
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons button:nth-child(2) {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  text-transform: uppercase !important;
} 
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons button:nth-child(2) * {
  text-transform: uppercase !important;
}
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons button:nth-child(2) span {
  font-size: 1.6rem !important;
  text-transform: uppercase;
}
.template-product-product-customisible .product-form .customily_set-visibility .customily_option label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #050000;
  font-family: var(--font-heading-monserat); 
}
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons button:nth-child(1), 
.template-product-product-customisible .product-form .customily_set-visibility .customily_option input,  
.template-product-product-customisible .product-form .customily_set-visibility .customily_option select {
  border: 1px solid #E1E1E1 !important;
  min-height: 5rem !important;
  padding: 1rem 1.5rem!important;  
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  font-family: var(--font-body-inter) !important;
  color: #B0B0B0 !important;
  text-transform: uppercase !important;
  width: 100% !important;
} 
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons button:nth-child(1) {
  border-radius: 0 !important;
  border: none !important;
  margin-block: 2rem !important;
  text-transform: capitalize !important;
}
.template-product-product-customisible .common-box>div:has(.product-form) .product-form__buttons,
.template-product-product-customisible .product__info-wrapper .buy-btn-wrapper .product-form__buttons,
.template-product-product-customisible .product .product__info-container .common-box {
  max-width: 600px;
}
.template-product-product-customisible .product--medium .thumbnail-list button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff70;
  transition: all .3s ease;
}
.template-product-product-customisible .product--medium .thumbnail-list button.thumbnail[aria-current="true"]:before {
  opacity: 0;
}
.template-product-product-customisible .product--medium .thumbnail-list button.thumbnail[aria-current="true"] {
  border-color: transparent;  
}
.template-product-product-customisible .custom-featured-collection .main-heading-wrap  {
  justify-content: center;
}

.template-product-product-customisible .product__info-wrapper .product-tabs .tabs-nav {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 2.5rem;
}
.template-product-product-customisible .product__info-wrapper .product-tabs .tabs-nav .tab-btn {
  background: transparent;
  font-size: 1.6rem;
  font-family: var(--font-heading-monserat);
  font-weight: 600;
  box-shadow: none !important;
  color: #B0B0B0;
  border: none;    
  transition: all 0.3s ease;
  text-transform: uppercase;  
  padding: 2.2rem 0 1.8rem !important;
  border-bottom: 1px solid transparent;
}
.template-product-product-customisible .product__info-wrapper .product-tabs .tabs-nav .tab-btn.active,
.template-product-product-customisible .product__info-wrapper .product-tabs .tabs-nav .tab-btn:hover {
  color: #050000; 
  border-bottom: 1px solid #050000;
}
.template-product-product-customisible .product__info-wrapper .text-btn-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 60rem;
  justify-content: center;
  margin-block: 3rem 2.5rem;
}
.template-product-product-customisible .product__info-wrapper .text-btn-wrapper a {
  color: #FF0F13;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-body-inter);   
  text-transform: capitalize;
}
.section>product-info{
    background:var(--main-background) !important;
}

.template-product-product-customisible .product__info-wrapper .tab-pane p,
.template-product-product-customisible .product__info-wrapper .tab-pane li {
  color: #333333;
}
.template-product-product-customisible .product__info-wrapper .tab-pane p:not(:last-child) {
  margin-bottom: .8rem;
} 
.template-product-product-customisible .product__info-wrapper .tab-pane ul {
  padding-left: 2rem;
  list-style: none;
}
.template-product-product-customisible .product__info-wrapper .tab-pane ul li {
  position: relative;
}
.template-product-product-customisible .product__info-wrapper .tab-pane ul li:before {
  position: absolute;
  content: "";
  left: -2rem;
  top: .3rem;
  width: 1.4rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11176 11.3988C5.01815 11.2106 3.57535 8.32482 2.0991 7.96179C1.60145 7.85009 1.20274 7.94869 1.20274 7.94869C0.654748 8.1078 0.255348 8.5827 0.0995187 8.99727C-0.212486 9.92035 0.267243 10.6242 0.735939 11.2837C1.67333 12.6024 2.58314 13.9047 3.52053 15.2236C3.84047 15.6614 4.16574 16.1213 4.67995 16.2995C5.34878 16.5335 6.11293 16.2034 6.56783 15.6678C7.04498 15.1267 7.27338 14.4356 7.50729 13.7668L7.92497 12.606C8.40366 11.3125 8.93234 10.0303 9.48843 8.76456C10.0445 7.49879 10.6284 6.25008 11.262 5.01223C11.8957 3.77439 12.5347 2.55895 13.2456 1.34903C13.4288 1.04512 13.59 0.746738 13.7732 0.442836C13.8067 0.387675 14.0342 0.07274 13.9956 0.0118905C13.957 -0.0491313 13.6522 0.14376 13.5859 0.160136C13.021 0.441112 12.4778 0.810518 11.9902 1.21337C10.9978 2.0463 10.1878 3.04574 9.41086 4.08415C7.77189 6.39534 6.33361 8.84249 5.11176 11.3988Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.template-product-product-customisible .product__info-wrapper .tab-pane p:nth-child(1) strong {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;  
}
.template-product-product-customisible .product__info-wrapper .tab-pane p a {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--font-body-inter);
  text-transform: capitalize;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.template-product-product-customisible .product__info-wrapper .tab-pane p:last-child strong{
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--font-body-inter);
  text-transform: capitalize;
  color: #000000;  
}

.template-product-product-customisible .product__info-wrapper .swym-button-bar.swym-wishlist-button-bar {
  display: none;   
}
 

.template-page-trade-in-sell-form .top-watch-brands:has(.top-watch-brands-section) {
  padding-top: 0;
}


.quick-add-modal .product--medium:not(.product--no-media) .product__info-wrapper .swym-atw-button-container { 
  display: none;
}


.template-collection,
.template-collection main .gradient:has(.collection-hero__inner),
.template-collection main .gradient:has(.facets-vertical) {
  background: #8080800d;
}  


.custom_jewelry_section .cj-media {
  position: relative;
  padding-bottom: 100%;
}
.custom_jewelry_section .cj-media img,
.custom_jewelry_section .cj-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}


.payment-list {
  padding: var(--padding-100) 1.5rem !important;
}
.payment-list .payment-head-wrap,
.payment-detail-wrapper .payment-details-wrap {
  display: flex;
  flex-direction: column;
  text-align: center; 
  align-items: center;
  justify-content: center;
}
.payment-head-wrap p {
  font-size: clamp(1.6rem,1.66vw,2.4rem);
  margin-top: 1.5rem;
}
.payment-list .payment-item {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem; 
}
.payment-list .payment-item:not(:last-child) {
  border-bottom: 1px solid #dcdde1;
}
.payment-list .item-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 0 0;
}
.payment-list .payment-item .payment-item-img {
  min-width: 14.5rem;
  max-width: 14.5rem;
  max-height: 13.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #dcdde1;
}
.payment-list .payment-item .payment-item-img img {
  width: 100%;
  object-fit: contain;
}
.payment-list .payment-item .payment-item-left {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.payment-list .payment-item-left .payment-item-heading h3 {
  font-size: clamp(1.7rem,1.18vw,1.9rem);
  font-weight: 600;
}
.payment-list .payment-item-left .payment-item-des {
  font-size: clamp(1.3rem,0.93vw,1.5rem);
}
.payment-list .payment-item-left .payment-item-des a {
  margin: 0 .4rem;
  color: var(--blackColor);
  font-weight: 500;
}
.payment-list .payment-item-left .payment-item-des a:hover {
  color: #00000073;
} 
.payment-list .payment-item .payment-item-left .learn-more-btn {
  min-height: 3.4rem;
  height: 3.4rem;
  padding: .25rem 1.25rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  background: var(--blackColor);  
  color: var(--theme-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.payment-list .payment-item .payment-item-left .learn-more-btn:hover {
  box-shadow: inset 0 0 .8rem #e7ae1e;
}



.payment-detail-sec {
  padding: var(--padding-100) 0;
}
.payment-detail-sec .payment-details-parent {
  display: flex;
  align-items: center;
  gap: var(--padding-50);
  max-width: 1340px;
  margin: 0 auto; 
  padding-top: var(--padding-50);  
}
.payment-detail-sec  .payment-details-parent .payment-detail-left {
  width: 100%;
  max-width: calc(70% - var(--padding-50)/2);
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: flex-start;
}
.payment-detail-sec .payment-details-parent .payment-detail-right {
  width: 100%;  
  max-width: calc(30% - var(--padding-50)/2);
}
.payment-details-parent .payment-detail-logo-box {
  display: flex;
  align-items: center;
  justify-content: center; 
  border: 1px solid #dcdde1;
  padding: 2rem;
}
.payment-detail-sec .payment-details-parent .payment-detail-left a.payment-detail-btn {
  min-height: 5rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 500;  
  font-style: normal;
  text-transform: none;
  background: var(--blackColor);  
  color: var(--theme-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;  
}
.payment-detail-sec .payment-details-parent .payment-detail-left a.payment-detail-btn:hover {
  box-shadow: inset 0 0 .8rem #e7ae1e;   
}
.payment-details-parent .payment-detail-logo-box img {
  width: 100%;
  object-fit: contain;
}
.payment-detail-wrapper .payment-details-wrap {
  row-gap: 1.5rem;
}
.payment-detail-sec .payment-details-parent .payment-detail-left .payment-detail-desc {
  font-size: clamp(1.7rem,1.31vw,2.1rem);
}

.template-page-payment-option-affirm .inner-bnr-section .common_heading {
  display: none;
}

.payment-features .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--padding-50);
  align-items: flex-end;
}
.payment-features .features-grid .payment-feature-card {
  width: 100%;
  max-width: calc(33.33% - var(--padding-50)*2/3);
  text-align: center;
}
.payment-features .features-grid .payment-feature-card .payment-feature-icon {
  margin-bottom: 2rem;
  vertical-align: bottom;
  line-height: 0;
}
.payment-features .features-grid .payment-feature-card h3.feature-title {
  margin-bottom: 1rem;
  text-transform: uppercase;  
}
.payment-features .features-grid .payment-feature-card .payment-feature-desc a:hover,
.plan-content-section .plan-subheading a:hover,
.breadcrumb a:hover  {
  color: #00000073; 
} 
.payment-features .features-grid .payment-feature-card .payment-feature-desc a,
.plan-content-section .plan-subheading a,
.breadcrumb a  {
  margin: 0 .4rem;
  color: var(--blackColor);
  font-weight: 500;
}

.payment-features .affirm-btn {
  display: flex;
  justify-content: center;
  padding-top: var(--padding-50);  
}
.plan-content-section .plan-subheading {
  padding-bottom: var(--padding-50);
  text-align: center;
}
.affirm-second-wrap .northstar-content {
  flex-direction: row-reverse;
}
.breadcrumb {
  max-width: var(--page-width);
  margin: 0 auto;
  margin-bottom: clamp(2.5rem,2.18vw,3.5rem);
  padding: 0 1.5rem;
}
.breadcrumb span {
  color: var(--heading-black);
}
.template-page-payment-details .breadcrumb,
.template-page-payment-option-affirm .breadcrumb {
  margin-top: 4rem;  
}









.facets-vertical .facets__heading--vertical {
  font-size: clamp(1.9rem, 1.66vw, 2.4rem);
  text-decoration: none !important;
  color: var(--heading-black); 
  line-height: 1.1;
  font-weight: 600;
}
.facets__summary span:first-of-type {
  font-size: 1.8rem; 
  margin-bottom: 1rem; 
  color: var(--heading-black); 
  line-height: 1.1;
  font-weight: 600;  
}
.facets__disclosure-vertical[open] .facets__and-helptext {
  margin-top: 1rem;
  color: var(--heading-black); 
  line-height: 1.1;
  font-weight: 600;    
}
span.active-facets__button-inner {
  color: #fff !important;
  box-shadow: 0 0 0 .1rem rgb(var(--color-foreground)) !important;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 0.8rem 1.5rem !important;
}

.shopify-policy__container {
    max-width: 1300px !important;
    width: 100%;
    padding-block: var(--padding-70) !important; 
}
.shopify-policy__container .shopify-policy__title {
    margin-bottom: 3rem;
    text-transform: uppercase; 
}
.shopify-policy__body strong {
    display: block;
    margin-bottom: 2rem;
    margin-top: 1.5rem !important;    
    font-size: clamp(2.4rem,1.87vw,3rem);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3;
    word-break: break-all;
}
.shopify-policy__body h3 {
  margin-top: 1.5rem !important;
  margin-bottom: 2rem;
  font-size: clamp(2.4rem,1.87vw,3rem);
}

.product__info-wrapper .watch-info {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--body-color);
}

.blank-gallery-img {
    width: 100%;
    max-width: 100%!important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem !important;
}
.blank-gallery-img .product__media-wrapper img{
    position: sticky;
    top: 3rem;
    left: 0;
    width: 100%;
}
.blank-gallery-img .product__info-container .product__title h1 {
    text-align: left;
}
.blank-gallery-img .product__info-container .common-box .product-form__input {
    align-items: flex-start;
}
.blank-gallery-img .product-form {
    align-items: flex-start !important;
}


.header-wrapper .header .header__icons svg,
.header-wrapper .header .header__icons svg path {
  transition: all 0.3s ease;
}
.header-wrapper .header .header__icons svg {
  width: 2.6rem;
  height: 2.4rem;
}
.header-wrapper .header .header__icons .swym-wishlist svg {
  width: 2.6rem;
  height: 2.3rem;
}



/* CLIENT_FEED_DECEMBER_8TH */


.header-wrapper .header .header__icons svg path {
  fill: #737373;
  stroke: #737373;
}
.header-wrapper .header .header__icons svg:hover path {
  fill: var(--whiteColor);
  stroke: var(--whiteColor); 
}
.grid__item .footer-block-address .common_info_block h5 p {
  margin: 0;
}
.template-product-appointment .product.blank-gallery-img {
  justify-content: center;
}
.template-product-appointment .product .product__info-wrapper.grid__item {
  width: 100%;
  max-width: 100% !important;
  position: sticky;  
  top: 0;
}

.collection-list__item.grid__item .card:not(.ratio)>.card__content .card__information .card__heading a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}


.template-product .product-card-wrapper .quick-add .quick-add__submit {
  /* box-shadow: inset 0 0 .3rem var(--blackColor) !important; */
  border: 1px solid var(--blackColor) !important;
}

.template-product .swym-wishlist-collections-v2-container,
.template-collection .swym-wishlist-collections-v2-container {
  border: none !important;
}

.product-card-wrapper .swym-wishlist-collections-v2 svg {
  width: 2.2rem !important;
}

.template-product .page-width:has(.product.grid),
.template-product .related-products {
  max-width: 1350px!important;
}

.collection-list-wrapper .swiper-pagination  {
  display: none;
  bottom: -.5rem;
}
.template-index .collection-list.swiper-wrapper {
  padding-bottom: 4rem; 
  gap: 0 !important;
  padding-left: 0; 
}
.swiper-pagination-bullet-active {
  background: var(--heading-black) !important;
}
.swiper-wrapper.collection-list-slider {
  padding-left: 0 !important;
  padding-bottom: 4rem; 
}
.pagination__list>li:not(:last-child) {
    margin-right: 0 !important;
}
.pagination__list>li:has(.pagination__item) {
  flex: auto;
  max-width: fit-content;  
}
@media(min-width: 999px) {
    .header-wrapper .header .menu-large-up-hide {
      display: none !important;
    }
}

@media(min-width: 767px) {
  .collection-list-wrapper .wrapper-nav {
    display: none;
  }
  .collection-list-wrapper .swiper-pagination  {
    display: block;
  }
}


body[class*="gold-grillz"] .product-form__input--pill{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
}

body[class*="gold-grillz"] .product-form__input--pill input[type="radio"] + label{
  /* width: 150px !important;       */
  min-height: 32px !important;
  padding: 10px 8px !important;           
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  white-space: nowrap !important;  /* keep single-line */
}
body[class*="gold-grillz"] .product__info-container fieldset.product-form__input{
  margin-top: 20px !important;
}

/* Grill products only: selected option button style */
body[class*="gold-grillz"]
.product-form__input--pill input[type="radio"]:checked + label{
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
/* =========================================================
   GOLD GRILLZ: FORCE swatches to be circular (universal)
   Works even if the fieldset doesn't have data-option-name
   ========================================================= */

/* Only affect swatch-style option groups */
body[class*="gold-grillz"] .product-form__input--swatch{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 0 !important;
}

/* Hide radios (click via label) */
body[class*="gold-grillz"] .product-form__input--swatch input[type="radio"]{
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Make swatch labels circles (covers multiple Dawn/custom swatch label classes) */
body[class*="gold-grillz"] .product-form__input--swatch label,
body[class*="gold-grillz"] .product-form__input--swatch label.swatch-input__label,
body[class*="gold-grillz"] .product-form__input--swatch label.swatch-input__label--square,
body[class*="gold-grillz"] .product-form__input--swatch input[type="radio"] + label{
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 2px solid rgba(0,0,0,0.18) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

/* If your swatch color is an inner span/div, force it to fill the circle */
body[class*="gold-grillz"] .product-form__input--swatch label .swatch,
body[class*="gold-grillz"] .product-form__input--swatch label .swatch-square,
body[class*="gold-grillz"] .product-form__input--swatch label span[style*="background"],
body[class*="gold-grillz"] .product-form__input--swatch label span[style*="background-color"]{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 999px !important;
}

/* If your label itself is the colored box (inline background), keep it circular */
body[class*="gold-grillz"] .product-form__input--swatch label[style*="background"],
body[class*="gold-grillz"] .product-form__input--swatch label[style*="background-color"]{
  border-radius: 999px !important;
}

/* Hide swatch text without breaking accessibility */
body[class*="gold-grillz"] .product-form__input--swatch label .visually-hidden{
  display: none !important;
}

/* Selected ring */
body[class*="gold-grillz"] .product-form__input--swatch input[type="radio"]:checked + label{
  border-color: #000 !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.18) !important;
}

/* Hover ring */
body[class*="gold-grillz"] .product-form__input--swatch input[type="radio"] + label:hover{
  border-color: rgba(0,0,0,0.45) !important;
}

/* Diamond Grillz */
body[class*="diamond-grillz"] .product-form__input--pill{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
}

body[class*="diamond-grillz"] .product-form__input--pill input[type="radio"] + label{
  /* width: 150px !important;       */
  min-height: 32px !important;
  padding: 10px 8px !important;           
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  white-space: nowrap !important;  keep single-line
  background-color: #000 !important;
}
body[class*="diamond-grillz"] .product__info-container fieldset.product-form__input{
  margin-top: 20px !important;
}
/* Grill products only: selected option button style */
body[class*="diamond-grillz"]
.product-form__input--pill input[type="radio"]:checked + label{
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Diamond grillz only: target the Gold Color fieldset parent */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 0 !important;
}

/* Hide actual radio input (keep it accessible via label click) */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker input[type="radio"]{
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Make each swatch label a perfect circle */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker label.swatch-input__label{
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 2px solid rgba(0,0,0,0.18) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  background: transparent !important;
  transform: none !important;
}

/* Make the inner swatch fill the circle */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker label.swatch-input__label .swatch,
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker label.swatch-input__label .swatch-square{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 999px !important;
}

/* Hide the text inside swatches */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker label.swatch-input__label .visually-hidden{
  display: none !important;
}

/* Selected state: bold radio ring */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker input[type="radio"]:checked + label.swatch-input__label{
  border-color: #000 !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.18) !important;
}

/* Optional hover ring */
body[class*="diamond-grillz"] fieldset.diamond-gold-color-picker input[type="radio"] + label.swatch-input__label:hover{
  border-color: rgba(0,0,0,0.45) !important;
}


.common-coll-grid{
  overflow:hidden;
  padding:50px 0;
}
.common-coll-grid .category-grid{
  display:flex;
  flex-wrap:wrap;
  row-gap:3rem;
  --col-gap:3rem;
  column-gap:var(--col-gap);
}
.common-coll-grid .category-card{
    display:flex;
    flex-direction:column;
    max-width:calc(25% - var(--col-gap)*3 / 4);
    width:100%;
    border:1px solid rgba(51,51,51,0.45);
}
.common-coll-grid .category-image{
    display:block;
    padding-top:100%;
    overflow:hidden;
    position:relative;
}
.common-coll-grid .category-image img{
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    margin:auto;
    object-fit:contain;
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
    will-change:transform;
}
.common-coll-grid .category-card:hover .category-image img{
    transform:scale(1.03);
}
.common-coll-grid .category-card .title-wrapper{
    margin:0;
    padding:2.7rem 2rem;
    background:#f3f3f3;
    flex-grow:1;
}
.common-coll-grid .category-card:hover:hover .category-title{
    text-decoration:underline;
}
.common-coll-grid .section-header-wrapper{
    margin-bottom:3rem;
    text-align:center;
}




/* PDP_CLIENT_FEEDBACK_20TH_FEB_CSS */



.product .product__info-wrapper.grid__item,
.pendant_builder_main .box:has(.gold_product_title)  {
  padding: 3rem !important;
  border-radius: .5rem;
  box-shadow:  0 18px 40px #0000001a;
  position: sticky;
  top: 0;
}
@media(min-width: 1024px) {
  .header .menu-drawer .menu-drawer-header .mob-app-btn  {
    display: none !important;
  }
}
.header .menu-drawer .menu-drawer-header .mob-app-btn {
  display: flex;
  background: var(--whiteColor);
  color: var(--blackColor) !important;
  padding: .7rem .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: auto;
}
.header .menu-drawer .menu-drawer-header .mob-app-btn svg {
  display: none;
}
.header__icon--menu[aria-expanded=true]:before {
  z-index: 2;
}


#main-collection-filters .active-facets {
  margin: 1.5rem 0 0 0 !important;
}
#main-collection-filters .active-facets__button-remove {
    color: #000!important;
}
#main-collection-filters .facets__summary:hover {
  background: var(--whiteColor) !important;
}



.facets-vertical .facets-wrapper .facets-container:has(.facets__disclosure-vertical) {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  padding: 18px 16px 14px;
}