/** Shopify CDN: Minification failed

Line 34:18 Expected identifier but found "/"
Line 329:0 Unexpected "}"

**/
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.icon-search {
  animation: bounce 1s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.icon-search {
  animation: pulse 1.5s infinite ease-in-out;
}
.icon-search {
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
  color: #032063; /
}



.card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-width: 350px;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

img.image-menu {
    width: 25px;
    height: 25px;
    border-radius: 30px;
}
.footer__content-bottom-wrapper {
    display: block !important;
    width: 100%;
}
.Slideshow__ScrollButton {
    position: absolute;
    left: calc(50% - 25px);
    bottom : 10px;
}

.RoundButton--medium {
    width: 50px;
    height: 50px;
}
.RoundButton {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: var(--button-text-color);
    color: var(--button-background);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 2px 10px #36363626;
    vertical-align: middle;
    line-height: 0;
      transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;
    overflow: hidden;
}
.RoundButton:hover{
      transform: scale(1.001);
}
button{
    -webkit-appearance: button;
    cursor: pointer;
}
button {
    text-transform: none;
      font: inherit;
    margin: 0;
}
.Icon {
  width:18.02px;
  height:18.02px;
  color:#770909;

  
}
.Icon:hover{
      transform: scale(1.001);
  transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;

}
.slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
    display: none;
  opacity:1;
}
.slider-counter__link--dots .dot {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    padding: 0;
    display: block;
    background-color: #d0d0d0;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #7d7d7d;
    width: 2.63em;
    border-radius: 1em;
}
.slider-counter__link--dots .dot, .slider-counter__link--numbers {
    transition: transform .2s ease-in-out, width .6s ease-in-out, border-radius .6s ease-in-out !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #d0d0d0 !important;
}
.slideshow__controls button.slider-button.slider-button--prev {
    display: none;
}

.slideshow__controls button.slider-button.slider-button--next {
    display: none;
}

.slideshow__controls .slideshow__autoplay.slider-button {
    display: none;
}

.slideshow__controls {
    border: none !important;
}

.footer ul.contact-info {
    padding: 0px !important;
}

.footer .contact-info a#fotra {
    text-decoration: none !important;
}
.footer .footer__content-bottom {
    padding: 0px !important;
}

.search-modal {
    margin-top: 130px;
    padding: 0px !important;
    height: 75px !important;
    min-height: 0px;
}
.collection__title .title.inline-richtext {
    text-align: center;
}
.collection__title .collection__description p {
    text-align: -webkit-center;
}
.image-box {
    padding-right: 20px;
}

.header__submenu .header__menu-item {
    justify-content: flex-start !important;
}
.header__menu-item:hover span {
    text-decoration: none !important;
}
.header__submenu .header__menu-item:hover {
    text-decoration: none !important;
}
.accordion__content table {
    width: -webkit-fill-available !important;
    border: none !important;
    box-shadow: none !important;
}
.accordion__content table td {
    border: none !important;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}




/* product media left  css  */
@media(min-width:1200px){
    
  body:has(.product__info-wrapper)  media-gallery.product__column-sticky {
    display: flex;
    padding: 0 0px;
}

body:has(.product__info-wrapper) media-gallery .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
}

body:has(.product__info-wrapper) media-gallery slider-component.slider-mobile-gutter.thumbnail-slider {
    order: 1;
    max-width: 138px;
    max-height: 498px;
    overflow-y: auto;
}

body:has(.product__info-wrapper) media-gallery .slider-mobile-gutter {
    order: 2;
    flex: 1;
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
}

body:has(.product__info-wrapper) media-gallery .thumbnail-list__item {
}

body:has(.product__info-wrapper) .thumbnail-list {
    height: 100%;
}

body:has(.product__info-wrapper) .thumbnail-list__item {
    min-height: 156px;
}
 body:has(.product__info-wrapper) media-gallery slider-component.slider-mobile-gutter.thumbnail-slider::-webkit-scrollbar {
  width: 4px;
}  

 body:has(.product__info-wrapper) media-gallery slider-component.slider-mobile-gutter.thumbnail-slider::-webkit-scrollbar-thumb {
  background: #a19e9b; 
}
}

.thumbnail-list {
    width: 100%;
}

.thumbnail-list > li {
    width: 100% !important;
}
/* end product media left  css  */


h2.footer-block__heading.inline-richtext {
    text-transform: uppercase;
    font-weight: 500;
}

/* Desktop view css */
@media (min-width:1025px){
 .footer .footer-block__newsletter .list-social {
    justify-content: flex-start !important;
}
.section-template--17682820956414__featured_collection_fwVmHf-padding .collection__title.title-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
  .collection__title .title:not(:only-child){
    margin-bottom: 0rem !important;
  }
}





/* Mobile view css */


@media (max-width:767px){
  .collection__title .title:not(:only-child) {
    margin-bottom: 0rem !important;
}
.latest.collection__title {
    margin-top: 10px;
}
.collection__title.title-wrapper {
    margin-bottom: 1.5rem !important;
}

.search-modal {
    margin-top: 87px;
    padding: 0px !important;
    height: 54px !important;
    min-height: 0px;
}
#Slider-template--17682820956414__slideshow_U8WrnM::before, #Slider-template--17682820956414__slideshow_U8WrnM 
  .media::before, #Slider-template--17682820956414__slideshow_U8WrnM:not(.banner--mobile-bottom) .banner__content::before {
        padding-bottom: 145.307692% !important;
}
ul.list-unstyled.list-social {
    grid-area: inherit !important;
}  
      .utility-bar .utility-bar__grid .list-social {
        display: -webkit-inline-box !important;
    }
}

@media (min-width:1200px){
  ul#HeaderMenu-MenuList-3 {
      display: grid !important;
      grid-template-columns: repeat(6, 5fr) !important;
      gap: 1px !important;
      justify-content: center !important;
      background-color: #fff !important;
      width: calc(100vw - 32px);
      margin-left: -568px;
    overflow-y: scroll;
        height: 600px;
    
  }
   ul#HeaderMenu-MenuList-3 li a {
        font-size: 11px !important;
        color: black;
    }
  }
}

.js .menu-drawer__menu li{
  border-bottom:2px solid  #80808045;
}
.list-social__item .icon {
    height: 4.9rem !important;
    width: 4.1rem !important;
}
ul#HeaderMenu-MenuList-5 {
    width: 23rem !important;
 
}
.footer-block__heading {
    margin-bottom: 1rem !important;
    margin-top: 0;
    font-size: calc(var(--font-heading-scale) * 1.6rem);
}
summary#HeaderMenu-shop-by-category {
    text-decoration: none;
}
summary#HeaderMenu-shop-by-stone {
    text-decoration: none;
}
summary#HeaderMenu-birthstone {
    text-decoration: none;
}
.header__submenu .header__menu-item {
    justify-content: space-between;
    padding: .8rem 2rem;
    height: 50px;
}
.nav-collection_image img{
  border-radius:24px;
}

#shopify-section-template--17682820956414__1720602012989d2a90 .page-width.scroll-trigger.animate--slide-in {
    border-bottom: 2px solid #03206342 !important;
    border-top: 2px solid #03206342 !important;
}


.jdgm-carousel-wrapper {
    width: 80%;
    margin: auto;
    padding: 10px 0 !important;
}

#shopify-section-sections--17682821415166__footer p {
    font-size: 13.9px !important;
}



.btn-div button {
    background: #032063;
    border: none;
    width: 106px;
    height: 39px;
    padding: 6px;
    margin-bottom: 18px;
  color: white;
}
.btn-div{
  text-align:center;
}






@media (min-width:1024px){
.announcement-bar--one-announcement {
    width: max-content !important;
}
}

/* mobile css */

@media (max-width:767px){
.announcement-bar__link {
    display: block;
}

.utility-bar__grid.page-width {
    padding-left: 12px;
    padding-right: 4px;
    grid-template-columns: auto;
    height: 35px;
}

.utility-bar .utility-bar__grid .list-social {
    display: block;
    height: 35px;
}
.utility-bar .list-social__link {
    padding: 0 0.2rem !important;
    height: 1.8rem;
}
}

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 130rem !important;
        padding: 0;
    }
}

@media (min-width:1024px){
.shopify-policy__container {
    max-width: 130rem !important;
}
.slider-mobile-gutter .slider-buttons {
    display: none;
}
}




/* harsh new css */
.js details>.header__submenu{
    width:auto !important;
}
.header__submenu .header__menu-item {
    padding: 0px 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.customtext {
    background: #e4e4e4;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 600;
}
.rating-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0;
}
.rating-wrapper .stars {
    display: flex;
    gap: 2px;
}
.rating-wrapper .star {
    width: 22px;
    height: 22px;
    color: #fbbf24;
}
.rating-wrapper .rating-variable {
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}
.rating-wrapper .rating-value {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}
button.thumbnail.global-media-settings {
    border-radius: 10px;
    box-shadow: none !important;
    border: none !important;
}
.product__media.media.media--transparent {
    border-radius: 10px !important;
}

@media screen and (min-width: 990px) {
    .customsearchnew {
    max-width: max-content !important;
    display:block;
}
    .announcement-bar__message {
    min-height: 1.8rem;
}

.list-menu__item {
    font-size: 15px !important;
    color: rgb(var(--color-foreground));
}
.header__menu-item {
    padding: 14px;
}
summary.list-menu__item {
    padding-right: 20px !important;
}
.product-form__buttons {
    max-width: 100% !important;
    display: flex;
    column-gap: 10px;
}
.product-form__submit {
    margin-bottom: 1rem;
    max-width: 50% !important;
    height: fit-content !important;
}
.shopify-payment-button {
    max-width: 50% !important;
    width: 100% !important;
}
.product__info-wrapper .product__title h1 {
    font-size: 30px;
}
}


.customtext p {
    margin: 0;
    line-height: 45px;
}
@media (max-width: 678px) {
.customsearchnew {
    display:none;
}
.customtext p {
    font-size: 12px;
    margin:0;
}
.product__info-wrapper .product__title h1 {
    font-size: 20px;
}
}


.product-tabs-wrapper {
  background:#fff;
  color: #000;
  padding: 20px;
  border-radius: 8px;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.2);
  margin-bottom: 20px;
  overflow-x: auto;
}

.tab-btn {
  padding: 12px 20px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}

.tab-btn.active {
  border-bottom: 3px solid #818080;
  font-weight: 700;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

.faq-item { 
  margin-bottom: 15px; 
  border-bottom: 1px solid rgba(37, 37, 37, 0.2);
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #000;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.faq-answer { display: none; padding: 10px 0; }
.tab-content h2 {
    color: #000 !important;
}
.tab-content h3 {
    color: #000 !important;
}
.tab-content h4 {
    color: #000 !important;
}


 .jdgm-carousel-item__review-title.jdgm-line-clamp{
        -webkit-line-clamp: 1 !important;
 }


 @media screen and (min-width: 750px) {
    .predictive-search {
        border-top: none;
        width: max-content !important;
        max-width: 680px !important;
    }

} 
@media screen and (max-width: 768px) {
.rating-wrapper .rating-variable {
    font-size: 10px;
}
.rating-wrapper .rating-value {
    font-size: 10px;
}
.rating-wrapper {
    gap: 6px;
}
}

@media screen and (max-width: 749px) {
    .thumbnail-list__item.slider__slide {
        width: calc(33% - .6rem) !important;
    }
}



