html {
  scroll-behavior: smooth;
}


@media only screen and (max-width: 768px) {
  video::-webkit-media-controls {
    display: none !important;
  }
  *::-webkit-media-controls {
    display: none !important;
  }
  *::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
}
.CfadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.CfadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#preLoadGif {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: white !important;
  background: url("/cdn/shop/files/viva_250x.gif?v=1656007983")
    no-repeat center;
}
@media only screen and (max-width: 769px) {
  #preLoadGif {
    background-size: 200px !important;
  }
}
.ajaxcart__row.notopgp {
  background-color: #f8f8f8;
}
.dvbrundr {
  height: 10px;
  background: #000 !important;
  border-radius: 10px;
}
.drawer__footer .ajaxcart__row.notopgp {
  display: none !important;
}
.progrsbr {
  width: 100%;
  border: solid 1px var(--colorDrawerBorder);
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
}
.custom-cart__progress-step-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}
.custom-cart__progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}
.custom-cart__progress-step-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-cart__progress-step.complete .custom-cart__progress-step-icon {
  background: var(--colorAccentInk, --viva-heart-active);
}
.custom-cart__progress-step-label {
  min-width: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
}
.upselproimg img {
  width: 100%;
}
.stockstnv {
  text-align: left;
  width: 100%;
  display: none;
}
.upselprofrst {
  width: 100%;
  display: block;
  overflow: hidden;
}
.prodprice {
  width: max-content;
  overflow: hidden;
  clear: both;
  padding-top: 8px;
}
span.proprice {
  display: none;
  width: max-content;
  margin-top: 3px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
}
span.proprice:nth-child(1) {
  display: block;
}
.proadcrt {
  color: white;
  background-color: black;
  padding: 0px 10px;
  border: 1px solid black;
  width: max-content;
  margin-top: 13px;
  cursor: pointer;
  font-weight: bold;
  width: max-content;
  text-align: center;
  float: right;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  line-height: 22px;
  position: relative;
  margin-right: 5px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 50px;
}
select.varntslct {
  margin-top: 5px;
  width: 115px;
  height: 24px;
  padding: 1px 10px;
  font-size: 13px !important;
}
.drawer__footer .cart-mini-header.upslhead {
  display: none;
}
.cart-mini-header.upslhead {
  margin-bottom: 30px;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: var(--typeHeaderWeight);
  letter-spacing: var(--typeHeaderSpacing);
  line-height: var(--typeHeaderLineHeight);
  text-align: center;
  font-size: 18px;
  display: none;
}
.provrntslct {
  width: max-content;
  float: left;
  padding-top: 8px;
}
.provrntslct.hideit {
  display: none;
}
.prodprice.prodprice1 {
  float: unset;
}
.txtone {
  font-size: 12px;
  display: inline-block;
  color: var(--colorAccentInk, --viva-heart-active);
  font-weight: bold;
  letter-spacing: 0.5px;
}
.tckone {
  background-image: url(/cdn/shop/files/tickblue.png?v=1658500458);
  background-repeat: no-repeat;
  font-size: 20px;
  color: #ffffff;
  min-height: 20px;
  width: 30px;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  background-color: transparent;
}
.bckgrndtick {
  width: 100%;
  border-bottom: solid 1px var(--colorDrawerBorder);
  display: block;
  padding-bottom: 13px;
  margin-bottom: 18px;
  text-align: center;
}
p.shpmsg {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
}
.shpmsg.completed {
  color: var(--colorAccentInk, --viva-heart-active);
}
.probr2 {
  width: 100%;
  display: block;
  border-bottom: solid 1px var(--colorDrawerBorder);
  margin-bottom: 10px;
}
.js-drawer-open-cart .cart-link__bubble--visible {
  position: unset;
  background-color: transparent;
  background-color: transparent;
  float: right;
  margin-top: 2px;
}
.prodprice.prodprice1 span.proprice {
  margin-top: 3px;
  margin-bottom: 10px;
}
.upselsection {
  width: 100%;
  overflow: hidden;
  display: block;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .upselprodes {
    padding: 0px;
  }
  select.varntslct {
    width: 70px;
    height: 24px;
    padding: 1px 5px;
    font-size: 12px !important;
  }
  .ajaxcart__row.notopgp {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15.22px;
    padding-top: 15.22px;
  }
  .upselpro.grid {
    margin-left: 0px !important;
    margin-right: 15px !important;
  }
}
.drawer__footer .upselpro {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .ajaxcart__row.notopgp {
    margin-top: -22.22px;
    padding-top: 22.22px;
    background-color: #f8f8f8;
  }
  .ajaxcart__row.notopgp {
    margin-left: -30px;
    margin-right: -30px;
  }
  .upselpro.grid {
    margin-left: 15px !important;
    margin-right: 30px !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .site-nav__link--icon .icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .mobile_hide {
    display: none;
  }
  .js-drawer-open-cart .cart-link__bubble--visible {
    margin-top: 5px;
  }
}
.border-radius-50 {
  border-radius: 50% !important;
}
.collection-item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  .nav-buttons-top .owl-prev,
  .nav-buttons-top .owl-next {
    position: absolute;
    top: 0%;
    transform: translateY(-270%);
  }
}
@media only screen and (min-width: 761px) {
  .nav-buttons-top .owl-prev,
  .nav-buttons-top .owl-next {
    position: absolute;
    top: 0%;
    transform: translateY(-400%);
  }
}
.nav-buttons-top .owl-next {
  right: 2px;
}
.nav-buttons-top .owl-prev {
  right: 35px;
  left: unset;
}
.product--images-slider .owl-prev,
.product--images-slider .owl-next {
  top: 50%;
  transform: translateY(-50%);
}
.product--images-slider .owl-next {
  right: 2px;
}
.product--images-slider .owl-prev {
  left: 12px;
}
.arrow-container i {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #e7e5d9;
  cursor: pointer;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.arrow-containerr i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-buttons-top i {
  color: #000000;
}
.product--images-slider i {
  color: #e7e5d9;
}
.custom-owl-class .owl-stage {
  display: flex;
}
.custom-owl-class .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.custom-owl-class .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.custom-owl-class .flex-text {
  flex-grow: 1;
}
.custom-owl-class .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.owl-theme div.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme div.owl-dots .active {
  opacity: 1;
}
.owl-theme .owl-dot {
  background: none repeat scroll 0 0 #000000 !important;
  border-radius: 20px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.activity_rounded {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.activity_rounded img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-nav__icons a.site-nav__link,
.site-nav__link,
.site-nav__link--icon {
  /* Vertical padding kept >=7.5px so nav links meet WCAG 2.5.8 24px target height */
  padding: 7.5px 15px !important;
}
@media only screen and (max-width: 760px) {
  .site-nav__link--icon .icon {
    width: 20px;
    height: 20px;
  }
}
/* .grid-product__tag padding owned by viva-theme.css (padding:5px 9px !important). */
/* Sale / sold-out tag — consolidated base rule.
   Per-breakpoint overrides live in the @media blocks below
   (max-600, max-768, min-1771). */
.grid-product__tag--sale,
.grid-product__tag--sold-out {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 21px;
  margin: 9px 12px;
  border-radius: 50px;
  /* background/color owned by viva-theme.css (.grid-product__tag: ink bg, white text).
     The old #d2ebff blue was fully overridden — removed to kill the load flash. */
  font-family: "halyard" !important;
  font-size: 10px;
}
@media only screen and (max-width: 600px) {
  .grid-product__tag--sale,
  .grid-product__tag--sold-out {
    width: 56px;
    height: 17px;
    font-size: 7px;
  }
}
#shopify-section-product-template .page-content {
  padding-bottom: 10px !important;
}
#shopify-section-product-recommendations .index-section {
  margin: 0 0 !important;
}
.icons li {
  font-size: 0.75em;
  padding: 2px 0px;
}
.tag-list a {
  font-size: 12px;
  text-transform: capitalize;
}
#productImagesDesktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .product-images-grid-view {
    display: inline-block;
    max-height: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    outline-style: none;
    padding: 0px;
  }
  .product-image {
    float: left;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    width: calc(50% - 20px);
    background: #f9f8f6;
  }
  .product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  #productImagesDesktop {
    display: block !important;
  }
  .custom_mobile_images {
    display: none !important;
  }
  .padding_right {
    padding-right: 30px;
  }
  .position__sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    max-width: 100%;
  }
  .custom--container {
    width: 95%;
    margin: 0 auto;
  }
}
.my-5 {
  margin: 2.5px 0;
}
.py-5 {
  padding: 5px 5px;
}
.opacity-setting img:not([role="presentation"]) {
  opacity: unset;
}
.Full-width-container-fluid {
  max-width: 100% !important;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  flex-flow: row wrap;
}
.custom-flex-item {
  flex: 50%;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.variant-input-wrap label {
  padding: 7px 13px 7px;
}
.variant-input-wrap label {
  margin: 0 3px 12px;
}
.variant-input-wrap .custom-h--w {
  width: 70px;
  height: 70px;
}
.color-swatch:before {
  border: none !important;
}
.variant-input-wrap label.disabled:after {
  border-left: 2px solid;
  border-color: #f44336 !important;
  border: none;
}
.grid-product__title {
  hyphens: none !important;
  word-break: keep-all !important;
}
#NavDrawer .probr2 {
  display: none;
}
.product__main-photos .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}
.template-product #shopify-section-advanced-content {
  background: #e1eff9;
  padding: 1px 0px 1px 0px;
}
.container {
  border: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
title,
.grid-product__tag,
.footer__title {
  font-family: Voyage-Regular !important;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
}
.grid-product__tag,
.footer__title {
  text-transform: unset !important;
}
.footer__collapsible .site-footer__linklist li {
  font-family: "halyard" !important;
}
.footer__title {
  font-size: 20px;
  letter-spacing: 2px;
}
.site-footer__linklist {
  font-family: Voyage-Regular !important;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  font-size: 18px;
  line-height: 13px;
}
.product--images-slider .owl-item {
  opacity: 0;
}
.product--images-slider .owl-item.active {
  opacity: 1;
}
.filter-d-flex {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
li.filter-show-image a::before {
  border: none !important;
}
.tag-list--checkboxes .tag--active.filter-d-flex.filter-show-image a:before {
  visibility: hidden;
}
.h2.product-single__title {
  text-transform: unset !important;
}
.cv_reapeated_feature_icon svg {
  max-width: 25px !important;
}
.grid--flush-bottom .h3 {
  font-family: Voyage-Regular !important;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  font-size: 28px;
}
.trustblox-1-timer-wrap {
  border: none !important;
}
#shopify-section-product-recommendations .section-header__title {
  font-weight: 500 !important;
}
/* Old max-400 title/price !important overrides removed — viva-theme.css owns title (clamp)
   and price (26px mobile). */
@media only screen and (max-width: 768px) {
  .filter-top-banner-image {
    display: block;
    padding: 0px 0px;
    height: 200px;
    object-fit: cover;
    margin-top: -24%;
  }
  .drawer__header {
    border-bottom: 0px !important;
  }
  .grid-product__tag--sale,
  .grid-product__tag--sold-out {
    font-size: 9px;
  }
  .ajaxcart__note,
  .cart-notes {
    display: none;
  }
  .drawer__header {
    height: 50px;
    padding: 0px 0px;
  }
  .drawer__fixed-header {
    height: 35px;
  }
  .desktopp {
    display: none;
  }
  .mobileee {
    display: block;
    margin-bottom: 7px;
    border-top: none;
  }
  .feature_iconss {
    justify-content: left !important;
    height: 30px;
  }
  .feature_iconss svg {
    max-width: 18px !important;
  }
  .icon-titlee {
    margin-bottom: 0px !important;
    margin-left: 10px;
    font-size: 8.92px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
  }
  .stickyaddtocartflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .stickyproductimage {
    width: 25%;
  }
  .stickyproductimage img {
    margin: 0px -5px -5px 0px;
  }
  .stickyproducttitle {
    width: 30%;
  }
  .stickyproducttitle p {
    margin: 0px;
    font-weight: bold;
  }
  .stickyproductbtn {
    width: 35%;
  }
  .stickyproductbtn select {
    margin-top: -13px;
    margin-bottom: 12px;
    font-size: 13px !important;
  }
  .stiky_button {
    background: #000;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
  }
  #shopify-section-product-template .addtoCartbutton {
    margin: 0px 10px -15px 10px;
  }
  .variant-input-wrap .custom-h--w {
    width: 60px;
    height: 60px;
  }
  #shopify-section-product-template .klaviyo-bis-trigger {
    width: 93% !important;
    margin: 20px 0px 0px -40px !important;
    padding: 14px;
    font-size: 10px;
  }
  .variant-input-wrap label {
    font-size: 8.925px;
  }
  /* Old mobile title/price !important overrides removed — viva-theme.css owns them. */
  button.wk-button-product {
    margin-bottom: -5%;
  }
  .rign-box-text {
    margin: -15px 0px 15px !important;
  }
  .material--short-class {
    font-size: 10px !important;
  }
  .collapsible-trigger-btn--borders
    + .collapsible-content
    .collapsible-content__inner {
    font-size: 11.2px !important;
  }
}
@media only screen and (min-width: 769px) {
  .feature_iconss {
    justify-content: center !important;
    height: 40px;
  }
  .feature_iconss svg {
    max-width: 20px !important;
  }
  .icon-titlee {
    margin-bottom: 0px !important;
    margin-left: 10px;
    letter-spacing: 0.1em;
    font-size: 11.2px;
    text-transform: capitalize;
    text-align: left;
  }
  .material--short-class {
    font-size: 10px !important;
  }
  .collapsible-trigger-btn--borders
    + .collapsible-content
    .collapsible-content__inner {
    font-size: 11.2px !important;
  }
  .trust-icons--belowcart {
    margin: 10px 0 10px 0;
  }
  .filter-top-banner-image {
    display: none;
  }
  .Full-width-container-fluid {
    padding: 0 25px !important;
  }
  .product__main-photos {
    margin: 0 !important;
  }
  .trustblox-1-timer-textual.trustblox-1-style-bordered {
    padding: 0px !important;
  }
  .drawer__fixed-header,
  .drawer__header {
    height: 50px;
  }
  .ajaxcart__note,
  .cart-notes {
    display: none;
  }
  .variant-input-wrap .custom-h--w {
    width: 100px;
    height: 100px;
  }
  label.variant__label {
    font-size: 1.15em;
  }
  .desktopp {
    display: block;
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .desktoppboder {
    border-top: 1px solid #e8e8e1;
  }
  .mobileee {
    display: none;
  }
  #shopify-section-product-template .addtoCartbutton {
    margin: 0px 10px -5px 10px;
  }
  .trust-icons--belowcart {
    margin: -2px 0px 0px 0px;
  }
  #shopify-section-product-template .klaviyo-bis-trigger {
    width: 93% !important;
    margin: 12px 0px 0px -46px !important;
    padding: 15px;
    font-size: 10px;
  }
  .variant-input-wrap label {
    font-size: 10.5px;
  }
  .grid-product__content .owl-nav {
    opacity: 1;
  }
  .grid-product__content:hover .owl-nav {
    opacity: 1;
  }
  .rign-box-text {
    margin: -6px 0px 6px;
  }
}
.drawer__header {
  border-bottom: 0px !important;
}
.custom_mobile_images {
  padding: 0 !important;
}
.Full-width-container-fluid .grid {
  margin-left: 0 !important;
}
.fix-cart-btn {
  position: fixed !important;
  left: 0;
  bottom: 0;
  margin-bottom: 0px;
  display: none;
  z-index: 99;
  background: #fff;
  width: 100%;
  border: none;
  border: 1px solid #afafaf;
}
.title-price-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-price-flex > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* Dead title/price font-sizes removed — viva-theme.css owns both. Price margin kept. */
.price-front-of-title .product__price {
  margin-bottom: 0;
}
.collection-grid__wrapper .product--images-slider .grid__image-ratio {
  padding-left: 0px;
  margin: 1px;
}
.variant-input-wrap {
  margin: 0 0 10px;
}
.grid-overflow-wrapper .product--images-slider .grid__image-ratio {
  padding-left: 0px;
  margin: unset !important;
}
.on-sale {
  font-weight: bold;
}
.grid__image-ratio,
.collection-image,
.bg,
.grid-product__secondary-image,
covet-pics-gallery-item .bg,
.custom__item-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.collection-item__title--overlaid-box > span {
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  #CartDrawer {
    z-index: 9999999999;
  }
  div.grid__item.medium-up--two-fifths.text-center.position__sticky.padding_right {
    padding-right: 17px;
  }
}
.rign-box-text {
  margin: 6px 0px;
}
.rign-box-text .feature_iconss {
  justify-content: center !important;
}
.sticky-add-to-cart {
  display: inline-flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  padding: 5px 0px;
  border-top: 1px solid var(--viva-product-background);
}
@media only screen and (min-width: 1900px) {
  .site-header .page-width {
    max-width: 2650px;
  }
}
.product--on--sale span.money,
.product--on--sale span.transcy-money {
  color: #ff4e4e;
  font-weight: bold;
}
.grid-product__price.sale-price-present span {
  color: #ff4e4e;
  font-weight: bold;
}
.grid-product__price--original,
.grid-product__price--original span {
  color: #000 !important;
  font-weight: normal !important;
}
.drawer {
  z-index: 999999999999;
}
.custom-name-option {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.d-flex-title-img {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 10px;
  justify-content: flex-start;
}
.ships-today-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 5px;
  margin-bottom: 10px;
}
.trustblox-message {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .trustblox-message {
    font-size: 10px;
  }
}
.product__main-photos .feature-parent > ul.slick-dots {
  position: relative;
  bottom: 0;
}
.product__main-photos .feature-parent > ul.slick-dots li {
  width: 8px;
  height: 8px;
  opacity: 0.18;
  background: black;
  border-radius: 100%;
}
.product__main-photos .feature-parent > ul.slick-dots li.slick-active {
  background: black;
  border-radius: 100%;
  opacity: 1;
}
.password--protected-bg {
  background: url(/cdn/shop/files/password_page_r.png?v=1652451015)
    no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.password--input {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border: 1px solid #000;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  margin-bottom: 7.5px;
}
.customoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.customoverlay:target {
  visibility: visible;
  opacity: 1;
}
.custompopup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.custompopup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.custompopup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.custompopup .close:hover {
  color: #06d85f;
}
.custompopup .content {
  max-height: 30%;
  overflow: auto;
}
.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 12px;
}
.custom_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .center-content h1 {
    display: inline-block;
  }
  #product-atc-bar--mobile {
    display: none !important;
  }
  #shopify-section-16054247000ec28390 > div > div.section-header > h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 700px) {
  .password--input {
    width: 90%;
    margin-bottom: 7.5px;
  }
  .custompopup {
    width: 70%;
  }
  label.variant__label {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .custom-carousal-view-btn {
    margin: 25px auto 5px auto;
    width: 95vw !important;
  }
  .cstm-see-all {
    padding: 8px 15px;
    margin-top: 0px;
  }
  .cstm-main-crousl {
    padding-left: 20px;
  }
  .promo-message-below-cart-button {
    margin-bottom: 5px;
    margin-top: 25px;
  }
}
.on-sale .money,
.on-sale .transcy-money,
.color_red {
  color: #ff4e4e !important;
}
.product-atc-bar--mobile {
  margin: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.product-atc-bar--mobile.product-atc-bar--mobile-activated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-atc-bar__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 49px;
  background-color: #fff;
}
.product-atc-bar__gemstone,
.product-atc-bar__material {
  display: none;
  width: 50vw;
  position: relative;
}
.product-atc-bar__popup--gemstone,
.product-atc-bar__popup--material {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  bottom: 49px;
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
  box-shadow: 1px 2px 10px #0003;
  padding: 11px;
  background-color: #fff;
  z-index: -1;
}
.product-atc-bar--mobile_alt .product-atc-bar__popup--gemstone,
.product-atc-bar--mobile_alt .product-atc-bar__popup--material {
  padding: 0;
}
.product-atc-bar__gemstone .variant__list,
.product-atc-bar__material .variant__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 10px 6.5px 25px;
  background-color: #fff;
  z-index: 2;
}
.product-atc-bar--mobile_alt .variant__list.variant__list--main {
  padding: 4px 2px 0 12px;
  margin-left: 0;
}
.product-atc-bar__gemstone .variant__label,
.product-atc-bar__material .variant__label {
  width: 27vw;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 14px;
  text-align: left;
  position: relative;
  top: -4px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-atc-bar--mobile_alt
  .variant__list.variant__list--main
  .variant__label {
  top: 0;
  padding-left: 5px;
}
.product-atc-bar__gemstone .variant__list--main.variant__list:after,
.product-atc-bar__material .variant__list--main.variant__list:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
}
.product-atc-bar__material .variant__list:after {
  right: 5px;
}
.product-atc-bar--mobile_alt .variant__list.variant__list--main:after {
  bottom: initial;
}
.product-atc-bar__bottom {
  height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-atc-bar__size {
  font-size: 12px;
  width: 50%;
  height: 50px;
  display: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f8f8f8;
  z-index: 2;
  letter-spacing: 0.4px;
}
.product-atc-bar__size.only--single-option {
  width: 100%;
}
.product-atc-bar__size-text {
  margin-right: 5px;
  margin-left: 0px;
}
.product-atc-bar__size-text:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f8f8f8;
}
.product-atc-bar__stone-number {
  font-size: 10px;
  font-weight: 500;
  width: 100%;
  display: block;
}
.stone_selector--sticky.only_stone_space .product-atc-bar__stone-number {
  display: inline;
}
.product-atc-bar__size-number {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.product-bar-buy-select-size-advanced {
  padding: 4px 13px;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 50px;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
  box-shadow: 1px 2px 10px #0003;
}
.product-atc-bar__size .product-bar-buy-select-size-advanced {
  width: 100%;
  z-index: -2;
  overflow-y: scroll;
  max-height: 400px;
}
.product-atc-bar__size .size_selector--sticky {
  width: 45%;
}
.product-atc-bar__size .stone_selector--sticky {
  width: 55%;
}
.product-atc-bar__size .stone_selector--sticky.only_stone_space {
  width: 100%;
}
.product-bar-buy-select-size__item {
  text-align: center;
  display: block;
  font-size: 12px;
  padding: 10px 16px;
  margin: 16px 5px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.size_selector--sticky:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.stone_selector--sticky:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-52%, -50%);
}
.stone_selector--sticky.only_stone_space:after {
  left: unset;
  right: 12px;
  transform: translateY(-50%);
}
.product-atc-bar--mobile_alt
  .variant__list.variant__list--main
  .variant__item
  .variant__swatch.variant__link--gemstone,
.product-atc-bar--mobile_alt
  .variant__list.variant__list--main
  .variant__item
  .variant__swatch.variant__link--material {
  width: 41px;
  height: 41px;
  min-height: 41px;
  min-width: 41px;
  display: block;
}
.product-atc-bar--mobile_alt
  .variant__list.variant__list--main
  .variant__label
  .variant__label-current {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}
.variant__list--main {
  list-style: none;
}
.product-atc-bar__gemstone .variant__label .variant__label-current,
.product-atc-bar__material .variant__label .variant__label-current {
  color: #000;
  line-height: 12px;
  font-size: 11px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-atc-bar__gemstone .variant__item,
.product-atc-bar__material .variant__item {
  float: left;
}
.product-atc-bar__bottom > .product-atc-bar__add-design,
.product-atc-bar__bottom > .product-atc-bar__buy-now {
  text-align: center;
  height: 100%;
}
.product-atc-bar__add-design {
  background-color: #000;
  color: #fff;
  width: 35vw;
}
.product-atc-bar__add-design[disabled] {
  cursor: default;
  color: #ffffff;
  background-color: #9f9f9f;
}
.product-atc-bar__add-design,
.product-atc-bar__buy-now {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.4px;
}
.product-atc-bar__add-design span {
  position: relative;
  padding-right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-atc-bar__buy-now .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  margin-right: 0;
  width: 40px;
  font-size: 18px;
}
.product-bar-buy-select-size-advanced.activated,
.product-atc-bar__popup--material.activated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-atc-bar__popup--gemstone-inner,
.product-atc-bar__popup--material-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-atc-bar--mobile_alt
  .product-atc-bar__popup
  .product-atc-bar__popup--group {
  width: 100%;
  padding: 10px 10px 2px;
}
.product-atc-bar__popup--material .variant__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.product-atc-bar--mobile_alt
  .product-atc-bar__popup
  .product-atc-bar__popup--group
  .variant__list
  .variant__item {
  padding: 0;
  margin-bottom: 2px;
  margin-top: 2px;
}
.product-atc-bar--mobile_alt
  .product-atc-bar__popup
  .product-atc-bar__popup--group
  .variant__list
  .variant__item
  .variant__swatch {
  border: none;
  margin-right: 20px;
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  display: block;
}
.variant__item.variant__swatch-wrap.disabled,
.product-bar-buy-select-size__item.disabled {
  pointer-events: none !important;
  opacity: 0.6;
}
.variant__list.d-block {
  background-color: #fff;
  padding: 0 !important;
  display: block !important;
  margin-left: 0;
}
/* .color_red duplicate removed — the earlier .color_red (!important, same #ff4e4e) wins anyway. */
.color_orange {
  color: orange;
}
.color_yellow {
  color: yellow;
}
.color_green {
  color: green;
}
.color_blue {
  color: blue;
}
#sicky-add-to-cart-btn.disabled {
  opacity: 0.3;
}
/* Old inset corner-vignette removed — viva-theme.css sets box-shadow:none !important
   on this exact image group, so this rule was dead. */
.promo-message-below-cart-button p {
  margin: 0 !important;
}
.site-nav__dropdown-link {
  position: relative;
  width: fit-content;
}
.site-nav__link--underline.active:after {
  /* Full-width underline marks the active tab; colour inherits the neutral
     --colorNavText from the base :after rule in theme.css (was a purple accent). */
  right: 0;
}
.site-nav__dropdown-link.active.full--width {
  width: 100%;
}
.site-nav__dropdown-link.active,
.site-nav__link--underline.active {
  /* Active tab is distinguished by heft, not a special colour. "halyard" ships
     as a single-weight webfont (snippets/font-face.liquid), so font-weight has
     no visible effect — thicken the glyphs with a faux-bold stroke instead.
     currentColor keeps it correct white-on-hero too. Dial 0.4px to taste. */
  -webkit-text-stroke: 0.4px currentColor;
}
@media only screen and (min-width: 1550px) {
  .wk-buy-container,
  .back-in-email.klaviyo-bis-trigger {
    max-width: 65%;
    margin: auto;
  }
}
.btn.btn--full.cart__checkout {
  background-color: var(--colorBtnPrimary);
}
label.little-larger.variant__label {
  font-size: 15px;
}
.collection-page-video {
  width: 100%;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .trust-icons--belowcart .grid {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .collapsible-content.is-open {
    border: 1px solid;
    border-top: 0;
    border-color: #e8e8e1;
  }
}
.carousel--products-container {
  max-width: 100%;
  margin: 0 auto;
}
.grid-bg-image {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.shopify-section.index-section .carousel--products-container .grid__item {
  padding-left: 0px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: Voyage-Regular !important;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
}
.faux-select,
body,
button,
input,
select,
textarea {
  font-family: "halyard" !important;
}
.h2.product-single__title,
.price-front-of-title .product__price {
  font-size: 50.5px;
  font-family: Voyage-Regular;
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  margin-bottom: 0;
}
.product-single__meta {
  text-align: left;
}
label.variant__label {
  font-family: "halyard" !important;
}
.variant-wrapper + .variant-wrapper {
  margin-top: 0px;
}
#shopify-section-product-recommendations .section-header__title {
  font-weight: 500 !important;
  font-size: 30px;
}
.template-product .advanced-content {
  background: #e1eff9;
  padding: 1px 0;
}
.template-product .grid--flush-bottom .h3 {
  font-size: 21px;
}
.template-product .wk-buy-container {
  margin-top: -25px;
}
.product-atc-bar--mobile-activated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-atc-bar__popup--material .variant__list#product-atc-material {
  background-color: #fff;
  padding: 0;
  display: block;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  label.variant__label {
    font-size: 1em !important;
  }
  .desktopp {
    display: none;
  }
  .mobileee {
    display: block;
  }
  .h2.product-single__title {
    font-size: 32px !important;
    text-transform: capitalize !important;
  }
  .drawer__fixed-header {
    height: 35px;
  }
  .filter-top-banner-image {
    display: block;
    padding: 0;
    height: 165px;
    object-fit: cover;
    margin-top: -17%;
  }
}
@media only screen and (min-width: 769px) {
  #shopify-section-template--15853798031549__16626339852e4a448d
    > div
    > div.section-header
    > h2 {
    font-size: 37px;
  }
  label.variant__label {
    font-size: 1.15em !important;
  }
  /* Duplicate desktopp/desktoppboder/mobileee (min-769) + an empty addtoCartbutton rule
     removed — identical copies live in the earlier min-769 block. */
  .shopify-payment-terms {
    margin-bottom: 0;
  }
  .rign-box-text {
    margin-top: 0;
  }
}
.product-block.m-0,
.product-block .sales-points,
.product-block--sales-point .sales-points {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .collection-filter,
  #CollectionAjaxContent
    > div
    > div.grid
    > div.grid__item.medium-up--four-fifths.grid__item--content
    > div:nth-child(3)
    > div
    > div.collection-grid__wrapper
    > div.collection-filter {
    position: relative;
    top: 0 !important;
  }
  .product-single__meta {
    margin-top: 3px;
  }
  .product-block.m-0,
  .product-block .sales-points,
  .product-block--sales-point .sales-points {
    margin: 0;
  }
  .variant-input-wrap {
    margin: 0 0 0px;
  }
}
.product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
  width: 100%;
}
.product-slideshow.flickity-enabled .product-main-slide {
  height: 100%;
}
.product-main-slide img {
  display: block;
}
.icon-and-text {
  justify-content: center;
}
.m-20px {
  margin-bottom: 7px;
  margin-top: 20px;
}
.m-20px.product-form {
  display: flow-root;
}
.material--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.material--container img {
  width: 19px;
  height: auto;
  margin-right: 7px;
}
.material--container p {
  font-size: 10px;
  font-weight: 500;
}
.material--short-class {
  font-size: 16.1px;
}
.material-tab-content div {
  margin-bottom: 10px;
}
.collapsible-content.is-open {
  height: auto !important;
}
#dcodeInfo {
  margin-top: 5px !important;
}
.dcodeOuterWrapper .dcDiscountBox {
  margin-bottom: 0px;
  padding: 4px 8px 4px 8px;
}
.dcDiscountBox p {
  font-size: 12px;
  text-transform: uppercase;
}
.dcIcon {
  width: 14px;
  height: 14px;
}
#crossSVG {
  width: 10px;
  height: 10px;
}
.dcodeTotal td:first-child {
  padding: 0px !important;
}
.dcodeTotal td {
  padding: 0px !important;
}
.cart__items .cart__item {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 760px) {
  .custom_mobile_images {
    height: auto !important;
  }
}
.site-nav__link.js-drawer-open-nav svg {
  transform: scale(-1, 1);
}
a.back-in-email {
  width: 100% !important;
  margin-top: 10px !important;
}
.cart-prduct-url {
  position: relative;
  height: 100%;
}
.cart__image .grid-bg-image {
  box-shadow: inset 0 1em 6em #00000014, 0 0 0 0px #fff, 0em 0em 0em #0000004d;
  background-size: cover;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.cart__item-title .cart__item-name {
  font-family: "Voyage-Regular";
  font-feature-settings: "liga" 1, "dlig" 1, "hlig" 1, "clig" 1;
  font-size: 22px;
}
.mobile-icons-container {
  background-color: #ffffff;
  background-image: linear-gradient(
    140deg,
    #cde3ee 0%,
    #cde3ee 25%,
    #ebd9e6 75%
  );
}
.jdgm-preview-badge.jdgm-preview-badge--with-link div:first-of-type {
  margin: 0 0 0.2em 0 !important;
}
.jdgm-prev-badge {
  margin: 0 0 0.4em 0 !important;
}
#FilterDrawer .probr2 {
  display: none;
}
#SidebarDrawer-1-filter-stone.collapsible-content.is-open,
#SidebarDrawer-2-filter-price {
  border: none;
}
.price-range__display-wrapper {
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  .site-nav__link--icon .icon.icon-search {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
  .page-content--product {
    padding-bottom: 0px;
  }
  .grid--product-images--partial .grid__item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .trust-icons--belowcart {
    background-color: #fffdf9;
    background-image: linear-gradient(
      140deg,
      #cde3ee 0%,
      #cde3ee 25%,
      #ebd9e6 75%
    );
    padding: 9px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .collection-hero {
    height: 200px;
  }
  .collection-hero__content .section-header__title {
    font-size: 32px;
    font-weight: bold;
  }
}
.zodiac-products-main {
  display: flex;
  align-content: center;
  align-items: center;
}
.zodiac-products-inner {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.zodiac-products-inner.Selected_variant {
  border: 1px solid #363636;
}
.zodiac-img-icon {
  max-width: 70px;
  width: 100%;
}
img.zodiac-img-icon {
  max-width: 25px;
  margin: auto;
}
.zodiac-icon-text {
  font-size: 11px;
  margin-bottom: 0px;
}
.zodiac-icon-text {
  display: none;
}
.zodiac-products-main button.owl-prev,
.letter-pendant-slider button.owl-prev {
  left: -15px;
  right: unset;
}
.zodiac-products-main button.owl-next,
.letter-pendant-slider button.owl-next {
  right: -20px;
}
.zodiac-products-main .arrow-container i,
.letter-pendant-slider .arrow-container i {
  color: #a9a9a9;
}
.zodiac-products-main,
.letter-pendant-slider {
  width: 88%;
  margin: auto;
  margin-top: 10px;
}
.letter-pendant-slider .owl-item {
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .zodiac-products-main .arrow-container i {
    font-size: 15px;
  }
  img.zodiac-img-icon {
    max-width: 25px;
  }
  .zodiac-products-main {
    column-gap: 6px;
    margin-left: 5px;
  }
  .zodiac-products-main button.owl-prev {
    left: -10px;
  }
  .zodiac-products-main button.owl-next {
    right: -15px;
  }
  .zodiac-img-icon {
    max-width: 20px;
    width: 100%;
  }
  .zodiac-icon-text {
    font-size: 10px;
  }
}
.zodiac-products-inner:hover {
  cursor: pointer;
}
.letter-pendant-main,
.letter-pendant-main .variant-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.letter-pendant-slider label {
  box-shadow: none;
  border: 1px solid #e8e8e1;
  padding: 9px;
  margin: 0 !important;
  font-size: 12px;
  text-align: center;
}
.letter_pendent input {
  display: none;
}
.letter-pendant-slider .variant-input.Selected_variant label {
  border: 1px solid black;
}
.letter-pendant-slider {
  margin-top: 10px;
}
.zodiac-products-main .owl-prev,
.zodiac-products-main .owl-next,
.letter-pendant-slider .owl-prev,
.letter-pendant-slider .owl-next {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.zodiac-products-main .owl-next,
.letter-pendant-slider .owl-next {
  left: unset;
  right: 2px;
}
video.product-video-mp4-sound {
  display: block;
}
button.owl-prev.disabled,
button.owl-next.disabled {
  opacity: 0;
  cursor: default !important;
}
.letter_pendent.Selected_variant {
  border: 1px solid #000000;
}
.black-friday-sale {
  font-size: 12px;
  font-weight: bold;
}
.float-right {
  float: right;
}
.color-red {
  color: #ff4e4e;
}
.spiceHide {
  display: none !important;
}
.blessedFridaysaletag {
  font-weight: bold;
  min-width: max-content !important;
}
@media only screen and (max-width: 768px) {
  .fridaySaleLive.grid-product__title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }
}
.cart-upsell-product-main {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 8px 0px;
}
.custom-upsell-image {
  width: 50px;
}
.custom-upsell-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 15px;
}
.custom-upsell-text a {
  width: 100%;
  display: block;
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.custom-upsell-text-prices {
  display: inline-flex;
  margin-top: 4px;
}
.custom-upsell-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.custom-upsell-compare-at {
  margin-left: 10px;
  text-decoration: line-through;
}
.custom-upsell-add button,
.custom-upsell-popup-button button.cstm-btn {
  font-size: 12px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.custom-upsell-add button,
.custom-upsell-add a,
.custom-upsell-popup-button button.cstm-btn {
  display: inline-block;
  background: #000;
  text-transform: uppercase;
  padding: 5px 7px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}
.custom-upsell-add button svg,
.custom-upsell-add a svg,
.custom-upsell-popup-button button.cstm-btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.custom-upsell-add button svg,
.custom-upsell-add a svg {
  width: 10px;
}
.cartpopup {
  display: none;
}
.cartpopup.active {
  transform: none;
  display: block;
}
.custom-upsell-options {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #fff;
  width: 100%;
  padding: 20px;
  max-width: 440px;
  transition: 0.4s transform;
  z-index: 99999999;
  -webkit-transform: translate3d(0, 0, 0);
}
.custom-upsell-options-header {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-upsell-options-header .image {
  width: 50px;
  margin-right: 20px;
}
.custom-upsell-options-header .image img {
  border-radius: 3px;
}
.custom-upsell-options-header .text {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.custom-upsell-options-header .text .title {
  flex: 1;
}
.custom-upsell-options-header h2 {
  font-size: 18px;
  text-transform: none;
}
.custom-upsell-options-header p {
  font-size: 12px;
  color: #00000066;
  margin-bottom: 0px;
}
.custom-upsell-options-prices-wrap {
  text-align: right;
}
@media only screen and (min-width: 374px) {
  .custom-upsell-options-prices {
    display: inline-flex;
  }
}
.custom-upsell-options-prices {
  margin-left: 10px;
}
.custom-upsell-options-header p.price {
  padding-right: 5px;
}
.custom-upsell-options-header p.price,
.custom-upsell-options-header p.compare-at {
  font-size: 14px;
}
.custom-upsell-options .custom-upsell-popup-option {
  margin-bottom: 16px;
}
.custom-upsell-options label {
  font-size: 14px;
}
.custom-upsell-options select {
  display: block;
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
  width: 100%;
  background-color: #fff;
  background-position: right 15px center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIHZpZXdCb3g9IjAgMCA5NiA1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjQ5NCA2LjE0NGMwLTEuNC41LTIuOSAxLjYtNCAyLjItMi4yIDUuNy0yLjIgNy45IDBsMzggMzcuOSAzNy45LTM3LjljMi4yLTIuMiA1LjctMi4yIDcuOSAwczIuMiA1LjcuMSA3LjlsLTQxLjkgNDEuOWMtMS4xIDEuMS0yLjUgMS42LTQgMS42cy0yLjktLjYtNC0xLjZsLTQxLjktNDEuOWMtMS4xLTEuMS0xLjYtMi41LTEuNi0zLjl6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 11px;
  padding: 0 40px 0 15px;
  border-radius: 3px;
  font-size: 15px;
}
.custom-upsell-popup-button.full {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding: 0 25px;
  font-weight: 600;
  line-height: 52px;
  height: 52px;
}
#CollectionAjaxContent .page-width {
  max-width: 100%;
}
.cart__item--variants span {
  display: none;
}
.cart__checkout-wrapper {
  margin-top: 10px;
}
.cart__item-row.text-center {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart__item-sub.cart__item-row {
  margin-top: 10px;
  margin-bottom: 0px;
}
#customsubTotalAfterDiscount {
  font-weight: bold;
}
#freegift_cart_container {
  display: none !important;
}
a.cart__checkout {
  text-align: center;
  margin: auto;
  display: block;
  text-decoration: underline;
}
.price-front-of-title .product__price.product__price--compare {
  text-decoration-thickness: 1px;
}
.cart__checkout.btn--loading.cart-drawer-bag {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .section-header h2.section-header__title,
  .section-header h1.section-header__title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .section-header h2.section-header__title,
  .section-header h1.section-header__title {
    font-size: 40px;
  }
}
#NavDrawer .drawer__scrollable {
  padding-top: 20px;
}
.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #000;
  opacity: 1;
}
.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  opacity: 1;
}
.slick-slide {
  margin: 0 3px;
}
.slick-list {
  margin: 0 -3px;
}
.carousel-featured-slider .slick-list,
.thumbnail-slick-carousel .slick-list,
.product-image-carousel .slick-list {
  padding: 0 10% 0 0 !important;
}
.carousel-featured-slider .slick-prev,
.product-image-carousel .slick-prev {
  left: 90%;
  z-index: 1;
  top: 25px;
}
.carousel-featured-slider .slick-prev:before,
.product-image-carousel .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: black;
  opacity: 1;
}
.carousel-featured-slider .slick-next:before,
.product-image-carousel .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: black;
  opacity: 1;
}
.carousel-featured-slider .slick-next,
.product-image-carousel .slick-next {
  left: 93%;
  z-index: 1;
  top: 25px;
}
.carousel-featured-slider.slick-slider,
.product-image-carousel.slick-slider {
  position: unset;
}
.custom-featured-collection,
.full-width-container {
  position: relative;
}
.products-images-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.products-images-slider .slick-dots {
  bottom: 5px;
}
.slick-dots li button:before {
  content: "\f111";
  font-family: "FontAwesome";
}
.products-images-slider.medium--hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .products-images-slider.medium--hide {
    display: block;
  }
  .carousel-featured-slider .slick-next,
  .product-image-carousel .slick-next {
    left: 93%;
    z-index: 1;
    top: 30px;
    right: unset;
  }
  .carousel-featured-slider .slick-prev,
  .product-image-carousel .slick-prev {
    left: 87%;
    z-index: 1;
    top: 30px;
    right: unset;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: unset !important;
}
.jdgm-carousel-title {
  margin-bottom: 10px;
}
/* Dead font-size (44px) removed — viva-theme.css sizes title (clamp !important) & price (21px !important). */
.products-images-slider .slick-dots {
  bottom: -2px;
}
.slick-dots li {
  margin: 0;
}
.h1.hero__title {
  line-height: 1.3em;
  letter-spacing: 5px;
}
#Slideshow-template--16068649156797__slideshow
  > div
  > div.hero__text-wrap
  > div
  > div
  > div
  > div.hero__top-subtitle {
  margin-bottom: -8px;
}
.custom-faq-main {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.custom-faq-inner {
  width: 100%;
}
.custom-faq-main .index-section--faq {
  margin: 25px 0 8px !important;
}
.custom-faq-inner .collapsible-trigger--inline {
  padding: 20px 0px !important;
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.custom-faq-inner .collapsible-trigger--inline .collapsible-trigger__icon {
  right: 2px;
  left: auto;
}
.custom-faq-navigation .index-section--faq {
  margin: 0px !important;
  padding: 18px 17px 16px;
  text-align: center;
}
.custom-faq-navigation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.custom-faq-navigation::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #aaa;
}
.custom-faq-navigation::-webkit-scrollbar-thumb {
  background: #000;
}
.custom-faq-navigation .p {
  margin: 0px !important;
}
.custom-faq-nav-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.custom-faq-nav-btn:hover {
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .custom-faq-navigation {
    flex-wrap: nowrap !important;
    overflow: scroll hidden;
    justify-content: flex-start !important;
  }
  .custom-faq-navigation .index-section--faq {
    background: whitesmoke;
    margin: 5px 5px 10px !important;
    width: max-content;
  }
  .custom-faq-inner .collapsible-content.is-open {
    border: none !important;
  }
  .custom-faq-inner .collapsible-trigger--inline {
    padding: 20px 30px 20px 0px !important;
  }
}
.custom-assistance.custom-contact-assistance .custom-customer-service-subtitle {
  font-size: 35px;
}
.custom-assistance .custom-customer-service-subtitle,
.custom-assistance .custom-customer-service-tagline {
  text-align: center;
}
.custom-option-links {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 25%;
  margin: 0 -8px;
  justify-content: center;
}
.mb-10 {
  margin-bottom: 15px;
}
@media screen and (max-width: 813px) {
  .custom-assistance .custom-option-link {
    height: 165px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    background: #fafaf7;
    display: inline-flex;
    border: 4px solid white;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
  }
  .custom-assistance .custom-contact-option-link {
    height: 50px !important;
  }
  .custom-assistance .custom-option-link .svg-icon-chat {
    padding: 0 10px;
  }
  .custom-assistance .custom-option-link svg,
  .custom-assistance .custom-option-link img {
    width: 35px;
    height: auto;
    stroke-width: 1;
  }
  .custom-option-content-container {
    display: inline-block;
    width: 56%;
    margin-left: 24px;
    text-align: left;
  }
  .custom-assistance .custom-option-link .custom-option-title {
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-bottom: 2px;
  }
  .custom-option-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 813px) {
  .custom-assistance {
    margin-top: 60px;
  }
  .custom-assistance .custom-option-link {
    height: 250px;
  }
  .custom-option-link {
    width: 25%;
    border: 8px solid white;
    padding: 30px 0px 0px 0px;
    background: #fafaf7;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    position: relative;
  }
  .custom-assistance .custom-contact-option-link {
    height: 155px !important;
  }
  .custom-contact-option-link {
    padding: 20px 0px 0px 0px !important;
  }
  .custom-assistance .custom-option-link .svg-icon-chat {
    padding: 6px 0;
    box-sizing: border-box;
  }
  .custom-option-link svg,
  .custom-option-link img {
    width: auto;
    height: 70px;
    stroke-width: 0.8;
  }
  .custom-option-content-container {
    display: inline-block;
    width: auto;
    margin-left: 0;
    text-align: center;
    height: 50px;
  }
  .custom-option-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-bottom: 2px;
    text-align: center;
  }
  .custom-option-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.menu-drawer--bottom .mobile-nav__item--secondary {
  bottom: 0;
  width: 100%;
  background: #fafaf7;
  padding: 10px 0px;
}
.mobile-nav__social {
  display: none;
}
.site-footer {
  padding-bottom: 0px !important;
}
.custom-footer-bottom-grid {
  padding: 5px 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  background: #fafaf7;
}
.footer-bottom-first {
  text-align: left;
}
.footer-bottom-second {
  text-align: center;
}
.footer-bottom-third {
  text-align: right;
}
.jdgm-rev-widg {
  border-top: none !important;
}
.rign-box-text {
  display: none;
}
@media only screen and (min-width: 769px) {
  .variant-input-wrap label {
    margin-bottom: 0 !important;
  }
  .medium--hide.collection-filter__item {
    display: none;
  }
  .trust-icons--belowcart {
    background-color: #fffdf9;
    background-image: none;
    border-radius: 15px;
    padding: 9px 0px 0px 10px;
  }
}
.custom-option-link {
  cursor: pointer;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.footer-bottom-first .multi-selectors {
  display: flex;
  justify-content: flex-start;
}
.left-side-featured-filter .collection-filter__item {
  flex: 0 1 100%;
}
.left-side-featured-filter .collection-filter__item select {
  border: none;
  border-bottom: 1px solid #e8e8e1;
  padding: 0;
  background-position: right 0px center;
  text-transform: uppercase;
}
.product__video-wrapper video,
.product__video-wrapper .product__video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.custom-filter-title button {
  letter-spacing: 0.025em;
  line-height: 1.3;
  /* font-size:16px removed — a later .custom-filter-title button rule sets 12px. */
}
.hero--850px {
  height: 497.5px;
}
.hero--950px {
  height: 517.5px;
}
@media only screen and (min-width: 769px) {
  .hero--850px {
    height: 850px;
  }
  .hero--950px {
    height: 950px;
  }
  #SortBy {
    text-transform: uppercase;
  }
  #SortBy option {
    text-transform: capitalize;
  }
  .grid__item--sidebar {
    position: sticky;
    top: 20px;
    overflow-y: auto;
  }
  .type-banner__text p.h3 {
    margin-top: 1px;
  }
  .site-header {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .trust-icons--belowcart {
    background-color: #fffdf9;
    background-image: none;
    border-radius: 15px;
    padding: 4px 0px 0px 20px;
  }
  .mobile-nav__item--secondary a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .mobile-icons-container {
    background-image: none;
    border-radius: 15px;
  }
  .type-banner__text {
    display: flex;
    align-items: center;
  }
  .type-banner__text p {
    margin-top: 2px;
    margin-bottom: 0;
  }
  .type-banner__text p.h3 {
    margin-top: 0;
  }
}
.product-block .collapsibles-wrapper .collapsible-trigger-btn,
.product-block
  .collapsibles-wrapper
  .collapsible-content
  .collapsible-content__inner {
  border: none !important;
  border: unset !important;
  outline: none;
  -webkit-appearance: none;
  border-color: white;
}
.product-block .collapsible-content.is-open {
  border: none !important;
}
.collapsible-trigger .collapsible-trigger__icon > .custom-plus-minus::after,
.collapsible-trigger .collapsible-trigger__icon > .custom-plus-minus::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -35%;
}
.collapsible-trigger .collapsible-trigger__icon > .custom-plus-minus::after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.collapsible-trigger.is-open
  .collapsible-trigger__icon
  > .custom-plus-minus::after {
  transform: rotate(0);
}
#modal-close-default {
  display: none;
  position: fixed;
  z-index: 999992;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-account-close {
  color: #222;
  font-size: 35px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: -5px;
  cursor: pointer;
}
.custom-account-close:hover,
.custom-account-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.best-deal-pop-up-modal-container {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  transform: translate(0, -50%);
  top: 50%;
}
.best-deal-pop-up-modal-container {
  padding: 0;
  min-width: 683px;
  max-width: 735px;
  width: auto;
}
.best-deal-pop-up-modal-container .close-button::after {
  font-weight: 300;
  color: #132118;
}
.best-deal-pop-up-modal-container .signup-login--container {
  display: flex;
  margin: 15px 0;
}
.signup-login--container .login-popup-container {
  width: 45%;
  max-width: unset;
  float: none;
}
.signup-login--container .singup-popup-container {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
hr.login-divider {
  width: 2px;
  background-color: #e0e0e0;
  height: 305px;
  margin: 44px 40px 0;
  border: none;
}
.singup-popup-container .create-account {
  min-width: 280px;
  font-size: 14px;
  line-height: 22px;
}
.singup-popup-container .create-account .page-title {
  font-size: 24px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 4px;
  color: #222;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.singup-popup-container .create-account .account-list {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  padding: 16px 0 20px;
  margin-left: 5px;
}
.singup-popup-container .create-account .account-list .account-list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  list-style: disc inside;
  display: list-item;
}
.singup-popup-container .create-account .button-primary {
  width: 100%;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 38px;
}
.singup-popup-container .create-account .login-order-tracking {
  margin-top: 10px;
  font-size: 12px;
}
.a11y-link {
  color: #222;
  text-decoration: underline;
}
.account-list-item-content {
  font-size: 12px;
  display: inline-block;
  color: #222;
}
.login-acount-heading {
  margin-bottom: 20px;
}
.login-acount-heading h1 {
  font-size: 24px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize !important;
  display: inline-block;
  margin: 0 0 4px;
  color: #222;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.login-acount-heading p {
  margin-top: 10px;
}
.custom--dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 160px;
  padding: 10px 0 5px;
  box-shadow: 0 10px 20px #00000017;
  /* Sits with the theme's dropdown layer (nav dropdowns are 5) */
  z-index: 6;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  text-decoration: underline;
}
.custom--dropdown:hover .dropdown-content {
  display: block;
}
.site-nav__link .account-icon-text {
  text-transform: capitalize;
  vertical-align: top;
}
.tag__checkbox:before {
  border-radius: 100%;
}
.tag--active .tag__checkbox:after,
.tag-list--checkboxes .tag--active a:after,
input:checked ~ .tag__checkbox:after {
  border-radius: 100%;
  height: 11px;
  width: 11px;
}
.cart--discount-message small p {
  color: red;
  margin-bottom: 0px;
}
.cart--discount-message small {
  margin: 15px 0px;
  line-height: 0;
}
#Product-content-327b0a13-bfa1-4155-ae9e-411d18a59f3f7343920054461
  .collapsible-content__inner.rte,
#Product-content-description7343920054461 .collapsible-content__inner.rte {
  font-size: 11.2px;
}
@media only screen and (max-width: 768px) {
  .singup-popup-container .create-account .page-title,
  .login-acount-heading h1 {
    font-size: 24px;
    font-size: 19px;
  }
  .signup-login--container .singup-popup-container {
    display: block;
  }
  .best-deal-pop-up-modal-container {
    min-width: 100%;
    padding: 0 15px;
    height: 100%;
    overflow: auto;
  }
  .best-deal-pop-up-modal-container .signup-login--container {
    flex-wrap: wrap;
  }
  .signup-login--container .login-popup-container {
    width: 100%;
  }
  .signup-login--container .singup-popup-container {
    width: 100%;
  }
  hr.login-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
  #modal-close-default {
    padding-top: 40px;
  }
  .login-order-tracking {
    text-align: center;
  }
  .singup-popup-container .create-account .account-list {
    padding: 10px 0 0px;
  }
  .singup-popup-container .create-account .account-list .account-list-item {
    margin-bottom: 7px;
  }
  .login-acount-heading.reset {
    margin-bottom: 0px;
  }
  .swym-ui-component .swym-modal {
    top: 31px !important;
  }
}
.custom-styling-help-container {
  background: #fafaf7;
  text-align: left;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 15px;
}
.custom-styling-help-container .preheading {
  margin-bottom: 10px;
}
.custom-styling-help-container .mainHeading {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}
.custom-styling-help-container a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.products-images-slider .grid__image-ratio:nth-child(2) {
  display: none;
}
.products-images-slider.slick-slider .grid__image-ratio:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 769px) {
  .drawer__scrollable {
    padding-top: 5px !important;
  }
  .grid__item--sidebar {
    height: 650px;
  }
}
.thumbnail-slick-carousel {
  display: none;
}
.thumbnail-slick-carousel.slick-initialized {
  display: block;
}
.product-block-custom-html.product-block {
  margin-bottom: 10px;
}
.site-footer__linklist a {
  font-size: calc(var(--typeBaseSize) * 0.85);
}
.tag__checkbox-wrapper img {
  vertical-align: middle;
}
#sca_fg_cart .page-width.page-content {
  padding-top: 20px;
}
.swym-wishlist i {
  width: 20px;
  height: 20px;
  color: black;
  font-weight: bold;
}
.swym-header-launcher-badge {
  background-color: #000000 !important;
  display: none !important;
}
.wk-buy-container {
  position: relative;
}
.swym-header-launcher {
  display: none !important;
}
.swym-btn-container .swym-add-to-wishlist:after {
  font-size: 22px !important;
}
.wk-buy-container .swym-button-bar {
  position: absolute;
  top: 50%;
  margin: 0;
  right: -40px;
  transform: translateY(-50%);
}
.swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icon {
  height: 22px !important;
  line-height: 22px !important;
}
.swym-btn-container .swym-added.swym-add-to-wishlist:after {
  color: var(--colorAccentInk, --viva-heart-active) !important;
}
.section-header h1.section-header__title {
  text-transform: capitalize !important;
}
.swym-btn-container .swym-button.swym-added:after {
  opacity: 1 !important;
}
button.swym-button,
button.swym-button.disabled {
  opacity: 1 !important;
}
.swym-btn-container[data-position="default"]
  .swym-add-to-wishlist.swym-icon
  .swym-tooltip
  .swym-tooltip-text {
  left: -1px;
  transform: translateY(-30px);
}
.swym-tooltip-text .swym-open-ui {
  display: none;
}
.custom-mobile-drawer a {
  display: block !important;
  border-bottom: none !important;
}
.text-left {
  text-align: left;
}
.text-left.collapsible-trigger-btn {
  text-align: left;
}
.price-range__display-wrapper,
li.tag {
  font-size: 12px;
}
.custom-filter-title button {
  font-size: 12px;
}
.product-atc-bar__material .variant__list--main.single-material:after {
  content: "";
}
.product-atc-bar__material ul.single-material .variant__label {
  width: 28vw;
}
.product-atc-bar__material
  ul.single-material
  .variant__label
  .variant__label-current {
  white-space: unset;
}
.margin-auto {
  margin: auto;
}
.site-nav__icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h1.hero__title,
.hero__subtitle,
.hero__top-subtitle {
  letter-spacing: 0;
}
.grid-product__meta .jdgm-preview-badge .jdgm-star.jdgm--on:before {
  font-size: 11.9px;
}
.variant-input-wrap label.disabled {
  opacity: 0.5;
}
.remove__bg-blue {
  background: none !important;
}
.custom-filter-title .collapsible-content.is-open {
  border: none;
}
.tag__checkbox-wrapper img {
  border-radius: 50%;
}
.custom-h--w--Stone {
  width: 40px;
  height: 40px;
  object-fit: cover;
  background-size: 55px;
}
.custom-desktop--hide {
  display: block;
}
.custom-mobile--hide {
  display: block;
}
.grid-product__tag--custom.grid-product__tag--sale {
  color: black;
}
.collection-item:not(.collection-item--below):after,
.collection-item:not(.collection-item--below):hover:after {
  opacity: 0 !important;
  transition: none !important;
}
.product__main-photos a {
  cursor: zoom-in;
}
.custom-cart-checkbox.cart__terms {
  justify-content: left;
}
#CartNote {
  display: none;
}
.for_desktop,
.for_mobile {
  display: none !important;
}
.custom-cart-checkbox label {
  margin-right: 10px;
}
.custom-cart-checkbox label {
  line-height: 13px;
  top: 1px;
  position: relative;
}
.eco-packaging_terms {
  cursor: pointer;
  width: 11px;
  height: 11px;
}
.custom-cart-checkbox svg {
  vertical-align: top;
  cursor: pointer;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
}
.custom-cart-checkbox input[type="checkbox"] {
  accent-color: var(--colorAccentInk, --viva-heart-active);
}
div.eco-packaging.info-modal.active
  > div
  > div
  > div.eco-packaging-body
  > div
  > p:nth-child(2) {
  margin-bottom: 0;
}
.cart__terms-checkbox {
  position: relative;
  top: 0px;
}
.terms.modal-body.text-dark.font-size-lg {
  font-size: 13px;
}
.grid__item--sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.grid__item--sidebar::-webkit-scrollbar {
  display: none;
}
.price-front-of-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.color-swatch--carnelian {
  background-position: left;
}
.custom_sold-out-margin.product-block-custom-html {
  margin-top: 0;
}
.grid-product__secondary-image video,
.grid__image-ratio video {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .for_mobile {
    display: block !important;
  }
  .custom-cart-checkbox svg {
    top: 0px;
  }
  #shopify-section-template--16160649216189__16626379638aec120c {
    margin-bottom: 0;
  }
  .collection-item:not(.collection-item--below):after,
  .collection-item:not(.collection-item--below):hover:after {
    opacity: 0 !important;
    transition: none !important;
  }
  .collection-item:hover .collection-image {
    transition: none !important;
    transform: none !important;
  }
  .custom-mobile--hide {
    display: none;
  }
  .wk-buy-container .swym-button-bar {
    width: 22px;
    position: absolute;
    top: 50%;
    margin: 0;
    right: 5px;
    transform: translateY(-50%);
  }
  .swym-btn-container .swym-add-to-wishlist:after {
    font-size: 16px !important;
    width: 20px !important;
  }
  .wk-buy-container {
    overflow: hidden;
  }
  .wk-buy-container button {
    width: 90%;
    display: block;
    margin-left: 0;
  }
  .mobile-card-product-image {
    display: block;
  }
  .desktop-card-product-image {
    display: none;
  }
  .mobile-card-product-image .grid__image-ratio {
    min-height: 280px;
  }
  .promo-grid.promo-grid--space-top {
    padding-top: 10px;
  }
  .shopify-section .collection-content {
    padding-top: 10px;
  }
  .h4.footer__title {
    margin-bottom: 10px;
    font-family: Voyage-Regular !important;
    letter-spacing: 0px;
  }
  #ProductSection-template--16196764238013__main-7524682596541
    > div
    > div
    > div
    > div
    > div.product-single__meta
    > div.product-block--header
    > div:nth-child(1)
    > div
    > div:nth-child(1)
    > div
    > h1,
  #ProductSection-template--16196764238013__main-7512374706365
    > div
    > div
    > div
    > div.grid__item.medium-up--two-fifths.position__sticky.padding_right
    > div.product-single__meta
    > div.product-block--header
    > div:nth-child(1)
    > div
    > div:nth-child(1)
    > div
    > h1 {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 769px) {
  .for_desktop {
    display: block !important;
  }
  .product-block--tab p,
  .product-block--tab li {
    font-size: 10px !important;
  }
  #shopify-section-template--16160649216189__16626379638aec120c {
    margin-bottom: 10px;
  }
  .custom-desktop--hide {
    display: none;
  }
  .mobile-card-product-image {
    display: none;
  }
  .desktop-card-product-image {
    display: block;
  }
  .collection-content {
    padding-top: 20px;
  }
  .promo-grid--space-top {
    padding-top: 20px;
  }
  .site-nav__link,
  .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 11px !important;
  }
  .toolbar__item .faux-select,
  .toolbar__item select {
    font-size: 12px;
  }
  .collection-hero {
    height: 330px;
  }
  .medium-up--two-fifths.position__sticky {
    overflow: hidden;
  }
  .collection-filter select {
    font-size: 12px;
  }
  .page-content.page-content--product {
    padding-top: 5px;
  }
  .grid__item--sidebar {
    padding-bottom: 150px;
  }
  .position__sticky.padding_right {
    padding-top: 60px;
  }
}
.custom-upsell-options .close-button {
  width: 100%;
  display: block;
  position: relative;
  left: 95%;
  font-size: 22px;
  margin-top: -30px;
  cursor: pointer;
}
.template-product klarna-placement {
  width: max-content;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: -8px !important;
  margin-right: auto !important;
  margin-top: -10px !important;
}

/* .template-product klarna-placement .container.small {
  padding-left: 0 !important;
} */

.grid__image-ratio video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (min-width: 1771px) {
  .Full-width-container-fluid,
  .jdgm-rev-widg {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .medium-up--two-fifths.position__sticky {
    max-width: 690px;
  }
  label.variant__label {
    font-size: 15.2px !important;
  }
  .sales-point span {
    font-size: 15px !important;
  }
  .icon-titlee {
    font-size: 14.2px;
  }
  .product-block--tab p,
  .product-block--tab li,
  .material--short-class {
    font-size: 16.2px !important;
  }
  .product-block--tab button {
    font-size: 15px !important;
  }
  .custom-styling-help-container .preheading {
    font-size: 16.2px !important;
  }
  .custom-styling-help-container .mainHeading {
    font-size: 14px;
  }
  .site-nav__link,
  .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level),
  .megamenu .site-nav__dropdown-link {
    font-size: 13.2px !important;
  }
  .toolbar__item .faux-select,
  .toolbar__item select {
    font-size: 15.2px;
  }
  .swym-wishlist i {
    width: 18px;
    height: 18px;
  }
  .custom__item-inner p {
    font-size: 15.2px !important;
  }
  label.tag__checkbox-wrapper {
    font-size: 15px;
  }
  .grid-product__tag--sale,
  .grid-product__tag--sold-out {
    width: 85px;
    height: 30px;
  }
  .product-block form,
  #shopify-block-1a9e2c0e-ae4e-4a9c-bd47-4efb06d74a9c {
    margin-bottom: 0px;
  }
}
/* Duplicate of the old inset corner-vignette (see above) — also dead, viva-theme.css
   sets box-shadow:none !important on this image group. */
/* .dropdown-content duplicate removed — earlier full .dropdown-content rule already sets background:#fff. */
#shopify-block-1a9e2c0e-ae4e-4a9c-bd47-4efb06d74a9c {
  background: transparent;
  margin-top: -16px !important;
}
.article__grid-image .image-wrap {
  background: transparent;
}
.filter_value-Amethyst {
  display: none;
}
#gem-encyclopedia .gem-encyclopedia-accordion .title {
  font-family: Voyage-Regular !important;
}
.grid-product__tag--sale {
  z-index: 1;
}
.blessedFridaysaletag {
  z-index: 3;
}
@media only screen and (min-width: 2000px) {
  .section-header h2.section-header__title,
  .section-header h1.section-header__title {
    font-size: 64px;
  }
  .collection-image--portrait {
    padding-top: 140%;
  }
}
@media only screen and (min-width: 2500px) {
  .section-header h2.section-header__title,
  .section-header h1.section-header__title {
    font-size: 84px;
  }
  .slideshow__slide--e96d034b-ac68-49e6-940c-e112e84ba717 .hero__title,
  .slideshow__slide--d16e3acc-ff7a-4acd-9e65-d5bbf00f6d21 .hero__title {
    font-size: 110px !important;
  }
  .hero__link a {
    font-size: 18px;
    padding: 11px 40px;
  }
}
/* Keep hero button clear of the title's long descenders (Voyage font) */
.hero__title .animation-cropper {
  padding-bottom: 0.25em;
  margin-bottom: -0.25em;
}
.hero__text-content .hero__link {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .hero__text-content .hero__link {
    margin-top: 65px;
  }
}
.announcement-text,
.announcement-link-text {
  display: inline;
}
.variant-input-wrap label.disabled {
  color: #404040;
}
.custom-tooltip.tooltip {
  position: unset;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.tooltipster-custom-material
  .tooltipster-arrow
  .tooltipster-arrow-uncropped
  .tooltipster-arrow-background {
  border-top-color: #ffffff;
}
.tooltipster-custom-material .tooltipster-box {
  background: #fff !important;
  color: black;
  font-size: 14px;
  width: max-content;
  max-width: 250px;
  text-align: justify;
  border: unset;
  height: auto;
}
.tooltipster-custom-material .tooltipster-content {
  font-size: 16px;
  color: black !important;
  width: max-content;
  max-width: 240px;
}
.tooltipster-custom-material .tooltipster-content a {
  font-size: 13px;
  text-decoration: underline;
}
.variant-input-wrap label,
.faux-select,
body,
button,
input,
select,
textarea {
  font-family: "halyard" !important;
}
.stone--content-wrapper[data-type="Tanzanite"] img {
  height: 19px;
}
.material--content-wrapper.show {
  display: block !important;
}
.carousel-featured-slider {
  display: none;
}
.carousel-featured-slider.slick-initialized {
  display: block;
}

/* ============================================================
   GLOBAL: square corners on all product / collection image
   frames. Single source of truth — change the radius here
   instead of adding per-section overrides.
   ============================================================ */
.grid__image-ratio,
.grid__image-ratio video,
.grid__image-cover,
.collection-image,
.collection-page-video,
.bg,
.grid-product__secondary-image,
.grid-product__image-mask,
covet-pics-gallery-item .bg,
.custom__item-inner img,
.custom__item-inner--image .image-wrap,
.cart__image .grid-bg-image {
  border-radius: 0;
}