@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes animate{0%,8.5%{transform:translateY(0)}12.5%,21%{transform:translateY(2rem)}24%,32.5%{transform:translateY(4rem)}36.5%,45%{transform:translateY(6.5rem)}49%,57.5%{transform:translateY(8.5rem)}61.5%,70%{transform:translateY(10.5rem)}74.5%,83%{transform:translateY(13.5rem)}87%,95.5%{transform:translateY(15rem)}}.product{margin:0}.product.grid{gap:0;justify-content:center}.product--no-media{max-width:57rem;margin:0 auto}.product__media-wrapper{padding-left:0}@media screen and (min-width: 750px){.product__column-sticky{display:block;position:sticky;top:16rem;z-index:2}.product--thumbnail .thumbnail-list{padding-right:var(--media-shadow-horizontal-offset)}.product__info-wrapper{padding:0 0 0 5rem}.product__info-wrapper--extra-padding{padding:0 0 0 8rem}.product--right .product__info-wrapper{padding:0 5rem 0 0}.product--right .product__info-wrapper--extra-padding{padding:0 8rem 0 0}.product--right .product__media-list{margin-bottom:2rem}.product__media-container .slider-buttons{display:none}}@media screen and (min-width: 990px){.product--large:not(.product--no-media) .product__media-wrapper{max-width:65%;width:calc(65% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large:not(.product--no-media) .product__info-wrapper{padding:0 0 0 4rem;max-width:35%;width:calc(35% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large:not(.product--no-media).product--right .product__info-wrapper{padding:0 4rem 0 0}.product--medium:not(.product--no-media) .product__media-wrapper,.product--small:not(.product--no-media) .product__info-wrapper{max-width:41%;width:calc(41% - var(--grid-desktop-horizontal-spacing) / 2)}.product--medium:not(.product--no-media) .product__info-wrapper,.product--small:not(.product--no-media) .product__media-wrapper{max-width:32%;width:calc(32% - var(--grid-desktop-horizontal-spacing) / 2)}}.shopify-payment-button__button{font-family:inherit;min-height:4.6rem}.no-js .shopify-payment-button__button [role=button]:focus,.shopify-payment-button__button [role=button].focused{outline:.2rem solid rgba(var(--color-foreground),.5)!important;outline-offset:.3rem;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button [role=button]:focus:not(:focus-visible){outline:0;box-shadow:none!important}.shopify-payment-button__button [role=button]:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5)!important;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button--unbranded{background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-size:1.4rem;line-height:calc(1 + .2 / var (--font-body-scale));letter-spacing:.07rem}.shopify-payment-button__button--unbranded::selection{background-color:rgba(var(--color-button-text),.3)}.shopify-payment-button__button--unbranded:hover,.shopify-payment-button__button--unbranded:hover:not([disabled]){background-color:rgba(var(--color-button),var(--alpha-button-background))}.shopify-payment-button__more-options{margin:1.6rem 0 1rem;font-size:1.2rem;line-height:calc(1 + .5 / var (--font-body-scale));letter-spacing:.05rem;text-decoration:underline;text-underline-offset:.3rem}.product-form__submit:after,.shopify-payment-button__button+.shopify-payment-button__button--hidden{display:none}.product-form{display:block;margin-bottom:3rem}.product-form__error-message-wrapper:not([hidden]){display:flex;align-items:flex-start;font-size:1.2rem;margin-bottom:1.5rem}.product-form__error-message-wrapper svg{flex-shrink:0;width:1.2rem;height:1.2rem;margin-right:.7rem;margin-top:.5rem}.product-form__input{flex:0 0 100%;padding:0;margin:0 0 1.2rem;max-width:44rem;min-width:fit-content;border:0}variant-radios,variant-selects{display:block}.product-form__input--dropdown{margin-bottom:1.6rem}.product-form__input .form__label{padding-left:0}.product-form__input input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.product-form__input input[type=radio]+label{border:.5px solid #8a8a8a;color:#000;border-radius:5px;display:inline-block;padding:1rem 2rem;font-size:16px;font-weight:400;letter-spacing:.03em;line-height:19.2px;text-align:center;transition:border var(--duration-short) ease;cursor:pointer;position:relative}.product-form__input input[type=radio]+label:before{content:"";position:absolute;top:calc(var(--variant-pills-border-width) * -1);right:calc(var(--variant-pills-border-width) * -1);bottom:calc(var(--variant-pills-border-width) * -1);left:calc(var(--variant-pills-border-width) * -1);z-index:-1;border-radius:var(--variant-pills-radius);box-shadow:var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity))}.product-form__input input[type=radio]+label:hover{border-color:rgb(var(--color-foreground))}.product-form__input input[type=radio]:checked+label{background-color:#fdf1f3;color:#000;font-weight:600;border:1px solid #e9708a}.product-form__input input[type=radio]:not(.disabled)+label>.visually-hidden{display:none}@media screen and (forced-colors: active){.product-form__input input[type=radio]:checked+label{text-decoration:underline}}.product-form__input input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background),.3)}.product-form__input input[type=radio].disabled+label,.product-form__input input[type=radio]:disabled+label{border-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6);text-decoration:line-through}.product-form__input input[type=radio].disabled:checked+label,.product-form__input input[type=radio]:disabled:checked+label{color:rgba(var(--color-background),.6)}.product-form__input input[type=radio]:focus-visible+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.no-js .shopify-payment-button__button [role=button]:focus+label,.product-form__input input[type=radio].focused+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.no-js .product-form__input input[type=radio]:focus:not(:focus-visible)+label{box-shadow:none}.product-form__input .select{max-width:25rem}.product-form__submit{margin-bottom:1rem;background:#e9718b;color:#fff;border:0;font-weight:400;padding:.5rem;font-size:2rem;text-transform:capitalize}.product-form__submit:hover{box-shadow:0 4px 4px #00000040}.gift_wrap_adder{margin-bottom:1.25rem;display:flex;align-items:center;gap:1rem}.gift_wrap_adder #gift_wrap{height:18px;width:18px;margin-top:0}.no-js .product-form__submit.button--secondary{--color-button: inherit;--color-button-text: inherit;--alpha-button-background: 1}.product-form__submit[aria-disabled=true]+.shopify-payment-button .shopify-payment-button__button[disabled],.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled]{cursor:not-allowed;opacity:.5}@media screen and (forced-colors: active){.product-form__submit[aria-disabled=true]{color:Window}}.shopify-payment-button__more-options{color:rgb(var(--color-foreground))}.shopify-payment-button__button{font-size:1.5rem;letter-spacing:.1rem}.product__info-container>*+*{margin:1.5rem 0}.product__info-container iframe{max-width:100%}.product__info-container .icon-with-text,.product__info-container .product-form,.product__info-container .product__description{margin:2.4rem 0}.product__text{margin-bottom:0}a.product__text{display:block;text-decoration:none;color:rgba(var(--color-foreground),.75)}.product__text.caption-with-letter-spacing{text-transform:uppercase}.product__title{word-break:break-word;margin-bottom:1rem;margin-top:0}.product__title>*{margin:0}.product__title .main__title{color:#7d7d7d;margin-top:1rem}.gold_main__title{color:#333;margin:0;line-height:normal;font-size:1.6rem}.product__title .making_off{margin-bottom:1rem}.product__title>a{display:none}.product__title+.product__text.caption-with-letter-spacing{margin-top:-1.5rem}.product__text.caption-with-letter-spacing+.product__title{margin-top:0}.product__title h2{font-size:15px;font-weight:400}.product__accordion .accordion__content{padding:0 1rem}.product .price .badge,.product .price dl,.product .price__container{margin-bottom:.5rem}.product .price dl{margin-top:.5rem}#buy-row-3 .side-btn,.product .price--sold-out .price__badge-sale{display:none}.product__info-container .price--on-sale .price-item--regular{color:#7d7d7d;font-size:1.22rem;letter-spacing:normal}@media screen and (min-width: 750px){.product__info-container{max-width:60rem}.product__info-container .price--on-sale .price-item--regular{font-size:1.5rem}.product__info-container>:first-child{margin-top:0}.product__title h2{font-size:1.7rem}}.product__description-title{font-weight:600}.product__description{margin-top:1.5rem}.gold_product_tax{text-decoration:underline}.product--no-media .product__sku,.product--no-media .product__tax,.product--no-media .product__text,.product--no-media .product__title,.product--no-media noscript .product-form__input,.product--no-media shopify-payment-terms{text-align:center}.product--no-media .product__info-wrapper,.product--no-media .product__media-wrapper{padding:0}.product__tax{margin-bottom:0;display:flex;align-items:center;font-size:1rem!important;letter-spacing:normal!important}.pair_it_with slider-component,.product--no-media .share-button,.product--no-media noscript .product-form__input,.product-popup-modal__content img{max-width:100%}.product--no-media .product-form,.product--no-media .product-form__input--dropdown,.product--no-media .product-form__quantity,.product--no-media .product__pickup-availabilities,.product--no-media .product__view-details,.product--no-media .share-button,.product--no-media fieldset.product-form__input{display:flex;align-items:center;justify-content:center;text-align:center}.product--no-media .product-form{flex-direction:column}.product--no-media .product-form>.form{max-width:30rem;width:100%}.product--no-media .product-form__input--dropdown,.product--no-media .product-form__quantity{flex-direction:column;max-width:100%}.product-form__quantity .form__label{margin-bottom:.6rem}.price-per-item__label.form__label{margin-bottom:0}.product-form__quantity-top .form__label{margin-bottom:1.2rem}.product--no-media fieldset.product-form__input{flex-wrap:wrap;margin:0 auto 1.2rem}.product-form__buttons{display:flex;gap:1.5rem}.product--no-media .product__info-container>modal-opener{display:block;text-align:center}.product--no-media .product-popup-modal__button{padding-right:0}.product--no-media .price{text-align:center}.product__media-list video{border-radius:calc(var(--media-radius) - var(--media-border-width))}.product_media_modal_mobile .slider.slider--mobile{padding:0}.product_media_modal_mobile .product__media-list .product__media-item,.product_media_modal_mobile .product__media-list .product__media-item .product-media-container{min-width:100%;padding:0;margin:0}.product_media_modal_mobile .slider-mobile-gutter{width:100%;margin:0}.product_media_modal_mobile .thumbnail-slider{width:50%;position:absolute;bottom:1rem}.product_media_modal_mobile .thumbnail-list__item.slider__slide{width:calc(25% - .6rem)}.breakup_table .diamondTotal td:first-child,.breakup_table td:first-child{font-size:1.5rem;font-weight:600!important}.breakup_table .diamondTotal td:last-child,.breakup_table td:last-child{font-size:1.5rem;font-weight:400!important}.accordion__intro{margin:1.5rem 0 0}.accordion__intro h2{margin:0!important}.accordion__content{margin-bottom:1.5rem!important}.center-heading,.frequent-items h2,.must_buy h2,.pair_it_with h2,.related-products h2{font-size:20px;font-weight:400;text-align:left!important}.pair_it_with h2{margin:0}.center-heading,.frequent-items h2,.related-products h2{margin-bottom:1rem!important}#buy-row-3 media-gallery{width:100%}#buy-row-3 slider-component{display:flex;align-items:center}#buy-row-3 .thumbnail[aria-current]{box-shadow:none;border:var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity))}@media screen and (max-width: 749px){#buy-row-3 .side-btn{display:flex}.product-form__input input[type=radio]+label{font-size:14px;line-height:16.8px}.product-card-wrapper .quick-add__submit{font-weight:600;font-size:3.4vw!important}.silver_tags .product__policies .tag{font-size:1.2rem!important}.accordion__intro:after{height:10px!important;width:10px!important;max-width:3%}.product-form__buy,.product-form__buy:not([disabled]):hover{border:1px solid #e9718b!important}.specs_table td,.specs_table th{font-size:13px!important}.specifications_table .heading{font-size:14px!important}.breakup_table{margin-top:0!important}.breakup_table td:first-child{font-size:13px!important;font-weight:600!important;line-height:16px}.breakup_table td:last-child{font-size:13px!important;font-weight:400!important;line-height:16px}.special_offers_heading{font-size:16px!important;line-height:19.2px!important}.gold_main__title{color:#333!important;font-size:13px!important;font-weight:400}.faqs .accordion__content,label[for=gift_wrap]{font-size:13px}.faqs .accordion__intro h2{font-size:14px}.accordion__intro h2,.center-heading,.frequent-items h2,.must_buy h2,.pair_it_with h2,.related-products h2{font-size:16px}.frequent-items h2{padding-left:1.5rem}.product__view-details{margin-bottom:15rem}.product__media-list{margin-left:-2.5rem;margin-bottom:3rem;width:calc(100% + 4rem)}.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){margin-left:-1.5rem;margin-right:-1.5rem}.slider.product__media-list::-webkit-scrollbar{height:.2rem;width:.2rem}.product__media-list::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground))}.product__media-list::-webkit-scrollbar-track{background-color:rgba(var(--color-foreground),.2)}.product__media-list .product__media-item{width:calc(100% - 3rem - var(--grid-mobile-horizontal-spacing))}.product--mobile-columns .product__media-item{width:calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing))}.product_form_fixed_buttons{position:fixed;bottom:0;width:100vw;margin-left:-1.5rem!important;background:#f9f9f9;z-index:2147483649!important;margin-bottom:0!important;padding:1rem 1.5rem 3rem;box-shadow:0 0 14.8px #00000026}.product-form__buttons{gap:1.25rem}}@media screen and (min-width: 750px){.product--thumbnail .product__media-list,.product--thumbnail_slider .product__media-list{padding-bottom:calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible))}.product__media-list{padding-right:calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible))}.product--thumbnail .product__media-item:not(.is-active),.product--thumbnail_slider .product__media-item:not(.is-active){display:none}.product-media-modal__content>.product__media-item--variant.product__media-item--variant{display:none}.product-media-modal__content>.product__media-item--variant:first-child{display:block}}.product__media-item.product__media-item--variant{display:none}.product__media-item--variant:first-child{display:block}@media screen and (min-width: 750px) and (max-width: 989px){.product__media-list .product__media-item:first-child{padding-left:0}.product--thumbnail_slider .product__media-list{margin-left:0}.product__media-list .product__media-item{width:100%}}.product__media-icon .icon{width:1.2rem;height:1.4rem}.product__media-icon,.thumbnail__badge{background-color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;left:1.2rem;top:1.2rem;transition:color var(--duration-short) ease,opacity var(--duration-short) ease}.product__media-icon{border:.1rem solid rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));height:3rem;width:3rem;z-index:-1!important}.thumbnail__badge{z-index:1}.product__media-video .product__media-icon{opacity:1}.product__modal-opener--image .product__media-toggle:hover{cursor:zoom-in}.product__modal-opener:hover .product__media-icon,.thumbnail__badge{border:.1rem solid rgba(var(--color-foreground),.1)}@media screen and (min-width: 750px){.grid__item.product__media-item--full{width:100%}.product--columns .product__media-item:not(.product__media-item--single):not(:only-child){max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large.product--columns .product__media-item--full .deferred-media__poster-button{height:5rem;width:5rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button{height:4.2rem;width:4.2rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.8rem;height:1.8rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button{height:3.6rem;width:3.6rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.6rem;height:1.6rem}}@media screen and (min-width: 990px){.product--stacked .product__media-item{max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product:not(.product--columns) .product__media-list .product__media-item--full,.product:not(.product--columns) .product__media-list .product__media-item:first-child{width:100%;max-width:100%}.product__modal-opener .product__media-icon{opacity:0}.product__modal-opener:focus .product__media-icon,.product__modal-opener:hover .product__media-icon{opacity:1}}.product__media-item>*{display:block;position:relative}.product__media-toggle{display:flex;border:0;background-color:transparent;color:currentColor;padding:0}.product__media-toggle:after{content:"";cursor:pointer;display:block;margin:0;padding:0;position:absolute;top:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);z-index:2}.product__media-toggle:focus-visible{outline:0;box-shadow:none}@media (forced-colors: active){.product-form__input input[type=radio]:focus-visible+label,.product__media-toggle:focus-visible,.product__media-toggle:focus-visible:after{outline:transparent solid 1px;outline-offset:2px}}.product__media-toggle.focused{outline:0;box-shadow:none}.product__media-toggle:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5);border-radius:var(--media-radius)}.product__media-toggle.focused:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5);border-radius:var(--media-radius)}.product-media-modal{background-color:rgb(var(--color-background));height:100%;position:fixed;top:0;left:0;width:100%;visibility:hidden;opacity:0;z-index:-1}.product-media-modal[open]{visibility:visible;opacity:1;z-index:101}.product-media-modal__dialog{display:flex;align-items:center;height:100vh}.product-media-modal__content{height:100%;width:100%;overflow:auto;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center}.product__media-list .deferred-media{display:block}.product__modal-opener:not(.product__modal-opener--image){display:none!important}.product-media-modal__content>:not(.active){display:block}@media screen and (min-width: 750px){.product-media-modal__content{padding-bottom:2rem}}@media screen and (max-width: 749px){.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image){display:none}.product--thumbnail .is-active .deferred-media,.product--thumbnail_slider .is-active .deferred-media{display:block;width:100%}}.product-media-modal__content>*{display:block;height:auto;margin:auto}.product-media-modal__content .media{background:0 0}.product-media-modal__content .deferred-media,.product-media-modal__model{width:100%}.product-media-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;left:2rem;padding:.7rem;position:fixed;z-index:3;top:2rem}.product-media-modal__toggle img{height:1.5rem;width:auto}@media screen and (min-width: 750px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*{width:100%}.product-media-modal__content>*+*{margin-top:2rem}.product-media-modal__toggle{right:5rem;top:2.2rem}}@media screen and (min-width: 990px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*+*{margin-top:1.5rem}.product-media-modal__content{padding-bottom:1.5rem}.product-media-modal__toggle{right:5rem}}.product-media-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-media-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product-popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),.2);height:100%}.product-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.product-popup-modal__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;height:80%;margin:0 auto;left:50%;transform:translate(-50%);margin-top:5rem;width:92%;position:absolute;top:0;padding:0 1.5rem 0 3rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width: 750px){.product-popup-modal__content{margin-top:10rem;width:70%;padding:0 3rem}.product-media-modal__dialog .global-media-settings--no-shadow{overflow:visible!important}}@media screen and (max-width: 749px){.product-media-modal__dialog .global-media-settings{max-width:100%;border:0;border-radius:0}.product-popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}.product-media-modal__dialog .global-media-settings iframe,.product-media-modal__dialog .global-media-settings img,.product-media-modal__dialog .global-media-settings model-viewer,.product-media-modal__dialog .global-media-settings video{border:0;border-radius:0}}.product-popup-modal__opener{display:inline-block}.product-popup-modal__button{font-size:1.6rem;padding-right:1.3rem;padding-left:0;min-height:4.4rem;text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness var(--duration-short) ease}.product-popup-modal__button:hover{text-decoration-thickness:.2rem}.product-popup-modal__content-info{padding-right:4.4rem}.product-popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width: 749px){.product-popup-modal__content-info>*{max-height:100%}}.product-popup-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:1.2rem;z-index:2;top:1.5rem;width:4rem;margin:0 0 0 auto}.product-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product__media-list .media>*{overflow:hidden}.thumbnail-list{flex-wrap:wrap;grid-gap:1rem}.slider--mobile.thumbnail-list:after{content:none}#buy-row-3 .thumbnail-slider{width:100%!important}#buy-row-3 .thumbnail:hover{opacity:1;cursor:default}@media screen and (min-width: 750px){.product--stacked .thumbnail-list{display:none}.thumbnail-list{display:grid;grid-template-columns:repeat(4,1fr)}}.thumbnail-list_item--variant:not(:first-child){display:none}@media screen and (min-width: 990px){.thumbnail-list{grid-template-columns:repeat(4,1fr)}.product--medium .thumbnail-list{grid-template-columns:repeat(5,1fr)}.product--large .thumbnail-list{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 749px){.product__media-item{display:flex;align-items:center}.product__modal-opener{width:100%}.thumbnail-slider{display:flex;align-items:center}.thumbnail-slider .thumbnail-list.slider{display:flex;padding:.5rem;flex:1;scroll-padding-left:.5rem}.product_media_modal_mobile .thumbnail-slider .thumbnail-list.slider{padding:.5rem .5rem 1.5rem}.thumbnail-list__item.slider__slide{width:calc(33% - .6rem)}}@media screen and (min-width: 750px){.product--thumbnail_slider .thumbnail-slider{display:flex;align-items:center}.thumbnail-slider .thumbnail-list.slider--tablet-up{display:flex;padding:.5rem;flex:1;scroll-padding-left:.5rem}.product__media-wrapper .slider-mobile-gutter .slider-button{display:none}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.product--thumbnail_slider .slider-mobile-gutter .slider-button{display:flex}}@media screen and (min-width: 900px){.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(20% - .8rem)}}.thumbnail{position:absolute;top:0;left:0;display:block;height:100%;width:100%;padding:0;color:rgb(var(--color-foreground));cursor:pointer;background-color:transparent}.thumbnail:hover{opacity:.7}.thumbnail.global-media-settings img{border-radius:0}.thumbnail[aria-current]{box-shadow:0 0 0 .1rem rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.image-magnify-full-size{cursor:zoom-out;z-index:1;margin:0;border-radius:calc(var(--media-radius) - var(--media-border-width))}.image-magnify-hover{cursor:zoom-in}.product__media-icon--none,.product__modal-opener--image .product__media-zoom-none{display:none}.product__modal-opener>.loading-overlay__spinner{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;display:flex;align-items:center;height:48px;width:48px}.product__modal-opener .path{stroke:rgb(var(--color-button));opacity:.75}@media (hover: hover){.product__media-icon--hover,.product__media-zoom-hover{display:none}}@media screen and (max-width: 749px){.product__media-icon--hover,.product__media-zoom-hover{display:flex}.product_media_modal_mobile .product__media-icon--hover,.product_media_modal_mobile .product__media-zoom-hover{display:none}}.js .product__media{overflow:hidden!important}.thumbnail[aria-current]:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.thumbnail.focused,.thumbnail[aria-current]:focus{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}@media (forced-colors: active){.thumbnail.focused,.thumbnail[aria-current]:focus{outline:transparent solid 1px}}.thumbnail[aria-current]:focus:not(:focus-visible){outline:0;box-shadow:0 0 0 .1rem rgb(var(--color-foreground))}.thumbnail img{object-fit:cover;width:100%;height:100%;pointer-events:none}.thumbnail__badge .icon{width:1rem;height:1rem}.thumbnail__badge .icon-3d-model{width:1.2rem;height:1.2rem}.thumbnail__badge{color:rgb(var(--color-foreground),.6);height:2rem;width:2rem;left:auto;right:calc(.4rem + var(--media-border-width));top:calc(.4rem + var(--media-border-width))}@media screen and (min-width: 750px){.product:not(.product--small) .thumbnail__badge{height:3rem;width:3rem}.product:not(.product--small) .thumbnail__badge .icon{width:1.2rem;height:1.2rem}.product:not(.product--small) .thumbnail__badge .icon-3d-model{width:1.4rem;height:1.4rem}}.thumbnail-list__item{position:relative}.thumbnail-list__item:before{content:"";display:block;padding-bottom:100%}.product:not(.featured-product) .product__view-details{display:none}.product__view-details{display:block;text-decoration:none}.product__view-details:hover{text-decoration:underline;text-underline-offset:.3rem}.product__view-details .icon{width:1.2rem;margin-left:1.2rem;flex-shrink:0}.product__inventory{display:flex;align-items:center;gap:.5rem;margin-top:0;margin-bottom:0;letter-spacing:normal;font-size:1.6rem}.product--no-media .product__inventory{justify-content:center}.product__inventory.visibility-hidden:empty{display:block}.product__inventory.visibility-hidden:empty:after{content:"#"}.icon-with-text{--icon-size: calc(var(--font-heading-scale) * 3rem);--icon-spacing: calc(var(--font-heading-scale) * 1rem)}.icon-with-text--horizontal{display:flex;justify-content:center;column-gap:3rem;flex-direction:row}.icon-with-text--vertical{--icon-size: calc(var(--font-heading-scale) * 2rem)}.icon-with-text .icon{fill:rgb(var(--color-foreground));height:var(--icon-size);width:var(--icon-size)}.icon-with-text--horizontal .icon,.icon-with-text--horizontal img{margin-bottom:var(--icon-spacing)}.icon-with-text--vertical .icon{min-height:var(--icon-size);min-width:var(--icon-size)}.icon-with-text img{height:var(--icon-size);width:var(--icon-size);object-fit:contain}.icon-with-text--vertical .icon,.icon-with-text--vertical img{margin-right:var(--icon-spacing)}.icon-with-text--horizontal .h4{padding-top:calc(var(--icon-size) + var(--icon-spacing));text-align:center}.icon-with-text--horizontal img+.h4,.icon-with-text--horizontal svg+.h4,.icon-with-text--horizontal.icon-with-text--text-only .h4{padding-top:0}.icon-with-text__item{display:flex;align-items:center}.icon-with-text--horizontal .icon-with-text__item{flex-direction:column;width:33%}.icon-with-text--vertical .icon-with-text__item{margin-bottom:var(--icon-size)}.product__sku.visibility-hidden:after{content:"#"}.product-media-container{--aspect-ratio: var(--preview-ratio);--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);position:relative;width:100%;max-width:calc(100% - calc(var(--media-border-width) * 2))}.product-media-container.constrain-height{--viewport-offset: 400px;--constrained-min-height: 300px;--constrained-height: max( var(--constrained-min-height), calc(100vh - var(--viewport-offset)) );margin-right:auto;margin-left:auto}.product-media-container.constrain-height.media-fit-contain{--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));width:min(var(--contained-width),100%)}.product-media-container .media{padding-top:var(--ratio-percent)}.product-media-container.constrain-height .media{padding-top:min(var(--constrained-height),var(--ratio-percent))}#pair-button,.photoframe label{width:fit-content;margin:0 auto;background:#e9718b;color:#fff;border:0}@media screen and (max-width: 749px){.product-media-container.media-fit-cover{display:flex;align-self:stretch}.product-media-container.media-fit-cover .media{position:initial}}@media screen and (min-width: 750px){.product-media-container{max-width:100%}.product-media-container:not(.media-type-image){--aspect-ratio: var(--ratio)}.product-media-container.constrain-height{--viewport-offset: 170px;--constrained-min-height: 500px}.product-media-container.media-fit-cover,.product-media-container.media-fit-cover .media,.product-media-container.media-fit-cover .product__modal-opener{height:100%}.product-media-container.media-fit-cover .deferred-media__poster img{object-fit:cover;width:100%}}.product-media-container .product__modal-opener,.recipient-form{display:block;position:relative}@media screen and (min-width: 750px){.product-media-container .product__modal-opener:not(.product__modal-opener--image){display:none}}.recipient-form{--recipient-checkbox-margin-top: .64rem;max-width:44rem;margin-bottom:2.5rem}.recipient-form-field-label{margin:.6rem 0}.recipient-form-field-label--space-between{display:flex;justify-content:space-between}.recipient-checkbox{flex-grow:1;font-size:1.6rem;display:flex;word-break:break-word;align-items:flex-start;max-width:inherit;position:relative;cursor:pointer}.no-js .recipient-checkbox{display:none}.recipient-form>input[type=checkbox]{position:absolute;width:1.6rem;height:1.6rem;margin:var(--recipient-checkbox-margin-top) 0;top:0;left:0;z-index:-1;appearance:none;-webkit-appearance:none}.recipient-fields__field{margin:0 0 2rem}.recipient-fields .field__label{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 3.5rem);overflow:hidden}.recipient-checkbox>svg{margin-top:var(--recipient-checkbox-margin-top);margin-right:1.2rem;flex-shrink:0}.recipient-form .icon-checkmark{visibility:hidden;position:absolute;left:.28rem;z-index:5;top:.4rem}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.js .recipient-fields{display:none}.recipient-fields hr{margin:1.6rem auto}.recipient-form>input[type=checkbox]:checked~.recipient-fields{display:block;animation:animateMenuOpen var(--duration-default) ease}.recipient-email-label,.recipient-form>input[type=checkbox]:not(:checked,:disabled)~.recipient-fields{display:none}.js .recipient-email-label.required,.no-js .recipient-email-label.optional,.recipient-form ul a{display:inline}.recipient-form ul{line-height:calc(1 + .6 / var (--font-body-scale));padding-left:4.4rem;text-align:left}.recipient-form .error-message:first-letter{text-transform:capitalize}.product-form__buy,.product-form__buy:not([disabled]):hover{color:#e9718b;background:#fff;border:2px solid #e9718b;font-weight:400!important}@media screen and (forced-colors: active){.recipient-fields>hr{border-top:.1rem solid rgb(var(--color-background))}.recipient-checkbox>svg{background-color:inherit;border:.1rem solid rgb(var(--color-background))}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{border:0}}.price_row{justify-content:space-between}.price_row,.price_row_col{display:flex}.product-ratings{background:#eee;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:1.4rem;line-height:2.1rem;margin-top:.5rem;display:inline-block;margin-bottom:0}.product-ratings .star{color:#ffae23;font-size:1.6rem}.accordion__intro h2{color:#000!important;font-weight:400!important;text-transform:capitalize;font-size:20px!important}delivery-time h4,fieldset.product-form__input .form__label{margin-top:0;margin-bottom:.7rem;color:#272727;font-size:20px;font-weight:400}delivery-time input[type=number]{background:0 0;border-radius:.5rem;padding:1.5rem 1.2rem;width:100%;min-width:85%;font-size:1.4rem;border:1px solid #edcdd3}delivery-time input[type=number]::placeholder{font-size:1.4rem}delivery-time input[type=number]:focus-visible{outline:0!important}delivery-time .pincode_check{border:0;cursor:pointer;background:linear-gradient(74.77deg,#f8ccd5 -10.44%,#fff6f8 102.35%);position:absolute;width:fit-content;right:0;padding:0 2rem;border-radius:0 .5rem .5rem 0;border-right:1px solid #edcdd3;border-top:1px solid #edcdd3;height:98%}delivery-time .pincode_check h4{line-height:4.7rem;margin:0;height:100%;background:0 0;color:#000;text-transform:capitalize;font-size:12px;font-weight:400}delivery-time form{display:flex;flex-direction:row;position:relative}delivery-time #response{display:flex;flex-direction:column;margin-top:1.5rem;gap:1rem}delivery-time #response1,delivery-time #response2,delivery-time #sub-response1{display:none}delivery-time .response-parts{display:flex;align-items:center;gap:1rem}delivery-time #sub-response1 img{visibility:hidden!important}delivery-time #response img{height:1.4rem;line-height:calc(1 + .8 / var (--font-body-scale))}delivery-time .time{margin:0;font-size:1.4rem;color:#000;line-height:normal}delivery-time .time a{text-decoration:none;color:#000;font-weight:600}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.saleAssist{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:.25rem;border:1px solid #d0d0d0;padding:0;cursor:pointer;margin-top:3.2rem;font-family:inherit}.saleAssist h3,.saleAssist h5{margin:.5rem!important}.saleAssist2,.saleAssistRow{width:100%;display:flex;align-items:center;justify-content:center}.saleAssistRow{gap:2rem;padding:1.88rem 3rem 1.25rem}.saleAssistRow img{width:2.5rem;height:2.5rem}.saleAssist2{min-height:2.625rem;text-align:center;margin:0;color:#000;font-size:2rem;padding:1.1rem}.main__title.silver{color:#333}#special_offers_section{background:#fff6f7;padding:1rem 2rem}.active-modal-page{position:relative}.active-modal-page:after{content:"";position:absolute;bottom:-8px;width:100%;height:3px;background-color:#fff;border-radius:5px}.main__title.gold{color:#7d7d7d}.promise_tags{display:grid;grid-column-gap:2.4rem;grid-row-gap:.4rem;grid-template-columns:1fr 1fr}.promise_tags.gold_tags{grid-template-columns:1.3fr 1fr}.product__policies{display:flex;gap:1.25rem;align-items:center;margin-bottom:.4rem;cursor:pointer}.product__policies img{width:3rem;height:auto}.active_product_policy{border:1px solid #000;padding:2rem;gap:.5rem;flex-direction:column;display:none;position:fixed;background:#000c;top:0;bottom:0;width:100%;height:100%;z-index:10000000;justify-content:center;align-items:center}.active_product_policy .product__policies,special-offers{flex-direction:column;gap:0}.active_product_policy img{display:none;height:5.5rem;width:auto;margin-bottom:1.5rem}.active_product_policy p{font-size:14px;margin:0;color:#fff;line-height:1.2;max-width:30%;text-align:center;font-weight:400}.product_policies_header{display:flex;justify-content:space-between;width:fit-content;max-width:30%;text-align:center}.product__policies_head{display:flex;gap:1.25rem;align-items:center;margin-bottom:.4rem;flex-direction:column}.active_product_policy svg,.product__policies svg{width:3rem;height:3rem}.product__policies .tag{color:#121212;font-size:1.25rem;line-height:1.25rem}.active_product_policy .tag{font-weight:700;color:#fff;font-size:16px!important}special-offers{display:flex;border:1px solid #b9b9b9;border-radius:1rem;padding:0;margin-bottom:1.5rem!important;background:#fff}.special_offers_label{font-size:12px;font-weight:400;font-style:normal;border-bottom:none;margin-top:.3rem;color:#707070;line-height:normal}special-offers .copied,special-offers .copy-code{display:none;font-size:1.3rem;text-align:center;font-weight:600;line-height:1.5rem;margin-top:.4rem;color:#e9708a}special-offers .copy-code{display:block;color:#0075ff}.related-products .product-grid::-webkit-scrollbar,special-offers::-webkit-scrollbar{display:none}special-offers .accordion__title{color:#3d4246!important;font-size:14px!important;font-weight:600!important;line-height:normal;display:flex;align-items:center;gap:1rem;text-transform:none}special-offers .accordion{margin:0;border-bottom:1px solid #b9b9b9!important;padding:0 1rem}special-offers .accordion__content{display:flex;gap:1rem;justify-content:space-between;cursor:pointer;min-width:100%}.show-hide-offers{color:#3d4246;font-weight:700;font-size:1.3rem;text-decoration:underline;cursor:pointer;width:fit-content;display:flex;align-self:center;padding:1.5rem}#hide-more-offers,#mob_similar_prods .related-products h2,#rest-offers{display:none}special-offers #offer-code{border:.68px solid #b26785;width:fit-content;padding:0 .5rem;font-size:1.2rem;font-weight:600;color:#7d0233;cursor:pointer}.small-header{font-size:1.7rem}.no-accordian{border-bottom:1px solid #b9b9b9;padding:0 1rem}.no-accordian svg{height:2rem}.no-accordian .accordion__title{padding:1.5rem 1rem 1.5rem 0;font-weight:400}.offer{width:100%}.offer_box{border:.66px solid #414042;flex-shrink:0;padding:1.8rem 1.4rem;display:flex;flex-direction:column;align-items:center;color:#414042;cursor:pointer;text-align:center}.offer_box svg,special-offers svg,special-offers img{height:auto;width:2vw;flex-shrink:0}.mbk-offer{width:50%!important;min-width:50%!important}.offer p{margin:0;font-size:1.3rem}.offer h4{margin:0;font-weight:600}.shop_by_category{padding-bottom:107px}.pair_it_with{display:flex;flex-direction:column}.pair_it_with .card-wrapper{border:.33px solid #b0b0b0;background:#fff;padding:.9rem;border-radius:7px;width:100%}.pair_it_with li{margin-left:0!important;margin-top:0!important;scroll-margin-left:0!important;padding-bottom:0!important;padding-top:0!important}.pair_it_with ul:after{padding-left:1rem!important;content:none!important}.pair_it_with .card__information .price-item--regular{font-size:1.3rem!important;margin-right:0}.pair_it_with .product-card-wrapper .price-item--sale{font-size:1.5rem!important}.pair_it_with .quick-add,.pair_it_with .heart{display:none}.pair_it_with .product-card-wrapper .collection__card__badge{font-size:1rem;line-height:normal;border-radius:0 5px 0 0}.pair_it_with .collection__card__badge .star{font-size:1.2rem!important}.pair_it_with .price--on-sale{text-align:center;margin:0;line-height:normal}.pair_it_with .h5 a{line-height:normal;width:85%;margin:0 auto;font-size:1.5rem}.pair_it_with .card__information{padding:0}.pair_it_with .price__container{margin:0!important}.pair-card-cover{display:flex;width:100%;justify-content:center;border-radius:12.96px;padding:2.2rem;margin:2rem 0}.pair-card-cover .slider--desktop.grid--2-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 3)!important;max-width:31%}.pair_it_with_input{position:absolute;top:1.4rem;right:1.4rem;z-index:10;cursor:pointer}.pair_it_with_input .check-label-box{height:1.6rem;width:1.6rem;margin:0;display:flex;align-items:center;justify-content:center;border:1.05px solid #000000;border-radius:3px}.pair_it_with .bestseller_badge{padding:0 1.5rem .5rem!important}.pair_it_with .bestseller_badge p{font-size:1rem!important;padding:.5rem 0 0!important}.pair_it_with ul{gap:.8rem!important;margin-top:0!important;justify-content:center}.pair_it_with slider-component{width:100%}#pair-button{color:#fff;border-radius:5px;border:none;width:fit-content;margin:0 auto;background:#e9718b;padding:1rem 2rem;font-size:2rem;cursor:pointer;font-family:var(--font-heading-family);font-style:var(--font-heading-style);letter-spacing:calc(var(--font-heading-scale) * .06rem)}#pair-button .loading-overlay__spinner .path{stroke:#fff}.pair-text-hidden{visibility:hidden;height:0}#pair-button:hover,.photoframe label:hover{box-shadow:0 4px 4px #00000040}#pair_plus{font-size:2.7rem;color:#000;line-height:normal;display:flex;align-items:center}.photoframe label{margin-bottom:1rem;font-weight:600;padding:1rem 1.6rem;font-size:1.5rem;margin-top:-1.5rem}.single-pair-card{position:relative}.related-products .product-grid{display:flex;width:100%;padding-left:0;gap:20px;overflow-x:auto}.related-products .product-grid .list__item{width:44.4%;max-width:44.4%;min-width:44.4%}.cbb-frequently-bought-title{font-size:calc(var(--font-heading-scale) * 2.4rem)!important;font-weight:var(--font-heading-weight)!important;line-height:calc(1 + .3 / max (1,var(--font-heading-scale)))!important;text-align:center!important;color:rgb(var(--color-foreground))!important}.cbb-frequently-bought-total-price-was-price span{text-decoration:line-through!important}.cbb-frequently-bought-recommendations-container{text-align:center}.cbb-frequently-bought-products{float:unset!important}.cbb-frequently-bought-add-button{padding:1.3rem 3.9rem!important;border:0!important;border-radius:.5rem!important;font-size:1.6rem!important;font-weight:400!important}.cbb-frequently-bought-add-button:hover{background-color:#e9718b!important}.cbb-frequently-bought-add-button:hover span{color:#fff!important}.cbb-frequently-bought-container{margin-bottom:0!important;font-family:var(--font-body-family);height:unset!important}.prod-cat{padding:1.5rem;flex:1 1 auto;text-align:center;width:25%;max-width:25%;text-decoration:none}.prod-cat div{color:#000;font-size:1.6rem}.prod-cat img{max-width:100%;height:auto}#mob_similar_prods_overlay{display:none;position:fixed;height:100%;width:100%;background:#0000007a;z-index:1000000!important;top:0;left:0}#mob_similar_prods{display:flex;flex-direction:column;gap:1rem;position:fixed;bottom:0;border-radius:1rem 1rem 0 0;width:100%;background:#fff;left:0;padding:1rem;z-index:11}#mob_similar_prods_header{display:flex;justify-content:space-between}#mob_similar_prods_header h2{margin:0;font-size:1.5rem;font-weight:600}#close-similar-prods{cursor:pointer;font-size:1.25rem;font-weight:600}#neck-chain-info{color:#454545;line-height:normal;font-size:1.5rem}.personalised-input .headers{font-size:20px!important;color:rgb(var(--color-foreground))!important;margin-bottom:.5rem!important;font-weight:400}#lab-grown-benefits,#why-lab-grown,.product_swatch_row img{width:100%;height:auto}#buy-row-3 li{width:5vw}.disable_pair_btn{background:#d7d7d7!important;color:#b0b0b0!important;pointer-events:none}@media screen and (max-width: 750px){special-offers{border-radius:.7rem!important}.pair_it_with .bestseller_badge{padding:0 1.3rem .5rem!important}.pair_it_with .bestseller_badge p{font-size:.7rem!important}.pair_it_with .card-wrapper{padding:.6rem;border-radius:5px;width:auto}.pair_it_with .single-pair-card .card-wrapper{width:10rem!important}.pair_it_with li{display:flex;flex-direction:column;justify-content:stretch}.pair_it_with ul{margin:0!important}.pair_it_with .product-card-wrapper .collection__card__badge{font-size:.7rem}.pair_it_with .collection__card__badge .star{font-size:1rem!important}.pair_it_with .h5 a{font-size:1rem}.pair-card-cover{border-radius:10px;padding:1.3rem;margin:1rem 0}.single-pair-card .pair_it_with_input{top:1rem}.pair_it_with_input{right:1rem}.pair_it_with_input .check-label-box{height:1.5rem;width:1.5rem}#pair-button{padding:1rem 3rem;font-size:1.35rem}.pair_it_with_input .check-label-box:after{width:3px!important;height:8px!important}.offer_box svg,special-offers svg,special-offers img{width:8vw}#special_offers_heading_box{gap:.5rem!important}.product__inventory{position:fixed;background:#ffecec;left:0;padding:.5rem 1rem;border-radius:10px 10px 0 0;overflow:hidden;z-index:1000000;bottom:11rem;font-size:1.2rem}.personalised-input .headers{font-size:1.6rem!important}.small-header{font-size:16px}.active_product_policy .product__policies{margin-bottom:0!important}.product-ratings .star{font-size:1.25rem}.product-ratings{font-size:1rem;line-height:normal}special-offers .copied,special-offers .copy-code{font-size:1.2rem}special-offers .accordion__title{font-size:1.3rem!important}#special_offers_section{padding:1.5rem;width:100vw;margin-left:-1.5rem}#buy-row-3 li{width:15vw}delivery-time input[type=number]{width:100%;min-width:75%}.mbk-offer{width:100%!important;min-width:100%!important}.saleAssist2{font-size:1.6rem}.saleAssist h3,.special_offers_label{font-size:1.2rem}.special_offers_label{font-size:9px}.prod-cat{padding:.85rem}.prod-cat div,.product__policies .tag{font-size:1rem}.cbb-frequently-bought-title{font-size:calc(var(--font-heading-scale) * 2rem)!important}.offer{width:48%;min-width:48%}.offer_box{padding:.75rem}.product__policies svg{width:2rem;height:2rem}.product__policies{gap:.5rem}.slider-button{width:30px!important;height:30px!important;background:#e8e8e8!important;border-radius:100%}.product__info-wrapper{margin-top:20px}.product_tax .caption{font-size:.7497rem}.product-form__submit{font-size:1.4rem;margin-bottom:0;font-weight:600!important;letter-spacing:.02em}.product__title .main__title{margin-top:.5rem;line-height:normal}.product__title{margin-bottom:.5rem;margin-top:1rem}.related-products .product-card-wrapper .full-unstyled-link{width:39.688vw!important}.related-products .product-grid .list__item{width:43.14%;max-width:43.14%}delivery-time .pincode_check h4,delivery-time .time{font-size:12px}delivery-time #response img{height:1.3rem}}.product_swatch_row{display:flex;gap:1.5rem;margin-top:0;flex-wrap:wrap;overflow-x:auto}.product_swatch_row::-webkit-scrollbar{background:#e0e0e0;border-radius:4px;visibility:hidden;transition:all .5s ease-out;height:0}.product_swatch_row:hover::-webkit-scrollbar{height:4px;visibility:visible}.product_swatch_row::-webkit-scrollbar-track{background:#e0e0e0;border-radius:4px}.product_swatch_row::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}.swatch_product{display:flex;gap:1.2rem;color:#000;text-decoration:none;align-items:center;padding:1rem;border-radius:10px!important;justify-content:space-between;font-size:1.2rem;flex-direction:column;text-transform:uppercase;font-weight:600;flex-shrink:0;flex-grow:0;width:25%}#swatch-title{display:flex;justify-content:center;width:100%;flex:1;-webkit-font-smoothing:subpixel-antialiased;-webkit-text-stroke:1px transparent}.swatch_title{font-size:20px;font-weight:400;margin-bottom:.5rem;text-transform:capitalize}#swatch-title,.photoframe{align-items:center;text-align:center}.photoframe{border:.5px solid #000;border-radius:10px;padding:3% 10%;display:grid;gap:1.5rem;margin-bottom:2rem}.photoframe p{margin:0;color:#000;letter-spacing:normal;line-height:normal}.photo-prop{width:100%;font-size:1.4rem;line-height:1.2;text-align:left}.photoFrameImg{display:block;opacity:0;pointer-events:none;margin-top:-5rem}.previewPf{display:none}#buy-row-3,.photo{justify-content:center;align-items:center}.photo{display:flex;z-index:-1;position:relative}.photo>img{object-fit:contain;max-width:100%;max-height:100%}.photo-portrait{height:100%;aspect-ratio:102/152;margin:20.5% 16%}.photo-landscape{aspect-ratio:152/102;margin:11.5% 14%}.frame-cover-landscape,.frame-cover-portrait{position:relative}.specs_table{table-layout:fixed;width:100%;margin-top:1.5rem;border-collapse:collapse;border-radius:15px;overflow:hidden}.specs_table td,.specs_table th{border:0;color:#7d7d7d;font-size:1.5rem;background:#fffafb;padding:.25rem}.specs_table th{color:#121212;font-weight:400}.must_buy_item .specs_table{margin-top:.5rem;border-radius:15px;overflow:hidden}.must_buy .breakup_table,.must_buy_item .specs_table td,.must_buy_item .specs_table th{background:#fff}#buy-row-3{display:none;flex-direction:column;gap:.5rem}#buy-row-3 #buy-head{color:#000;font-weight:600;width:100%;text-align:left}.specs_table:not(.breakup_table) td{text-align:center}.breakup_table tr td:first-child{font-weight:700;padding-left:1.5rem}.breakup_table{background:#fffafb}.breakup_table tr td:first-child,.breakup_table tr td:last-child{padding:1rem 1.5rem .4rem}.breakup_table .diamondTotal td:first-child,.breakup_table .diamondTotal td:last-child{background:#ffebef;padding:1.5rem}.breakup_table tr td:first-child .discVal{font-weight:400}.breakup_with_disc div:first-child{line-height:2rem}.breakup_cut_price{text-decoration:line-through;font-weight:400;color:#d0d0d0}.diamondTotal .breakup_cut_price{color:#121212}.breakup_table tr td:last-child{text-align:right;padding-right:1rem}.specs_table .diamondTotal td{font-weight:700;color:#000;font-size:1.35rem}.specs_table .heading{text-align:left;color:#121212;font-size:1.5rem;padding:.5rem 1rem;background:#ffebef}delivery-time{margin-top:2rem!important;display:block}#special_offers_heading_box{display:flex;gap:1rem;align-items:baseline;margin:2rem 0 1rem;flex-wrap:wrap}.special_offers_heading{font-size:20px;line-height:24px;color:#000;font-weight:600;margin:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-text-stroke:1px transparent}.gold-chain-condition,.letters,.letters2{display:flex;flex-direction:column;align-items:center}.letters,.letters2{position:absolute;width:100%;z-index:999;justify-content:center}.related-products .slider-button{position:absolute;top:50%;transform:translateY(-50%);background:#f0f0f0;border-radius:50%}.related-products .slider-button--prev{left:0}.related-products .slider-button--next{right:0}.cbb-frequently-bought-selector-list h3,.cbb-frequently-bought-selector-list span{font-size:1.2rem!important}.cbb-frequently-bought-selector-label-compare-at-price span{text-decoration:line-through!important}.gold-chain-condition{background:#fff2f5;padding:2rem;gap:2rem}.gold-chain-condition p{margin:0;color:#121212;line-height:normal}.gold-chain-condition a{width:fit-content;padding:1rem 2rem!important;font-weight:100!important;font-size:1.7rem!important;margin-bottom:0!important}.must_buy h2{margin-bottom:1.5rem!important}.must_buy_item{background:#fff6f7;padding:2rem;display:flex;flex-direction:column;gap:1rem;border-radius:1rem;margin-bottom:1.5rem;border:.31px solid #862a48}.frequently_bought{border:0!important;flex-direction:row!important;display:flex}#buy-row-1,#buy-row-2{display:flex}#buy-row-2{justify-content:center}.must-buy-view-details{color:#e9708a;border-bottom:1px solid #e9708a;font-weight:600;font-size:1.25rem;cursor:pointer;width:fit-content}.must_buy_item_link{display:flex;gap:1.5rem;text-decoration:none;width:95%;align-items:center}.must_buy_item_link .price-item--sale{font-weight:600}.must_buy_item_link #gold_card_regular_price{font-size:1.2rem!important;letter-spacing:normal}.must_buy_item_link .mrp_gold_card{display:contents!important}.must_buy_item_link_img img{height:100%;width:auto;object-fit:contain}.must_buy_item_link_img{height:5vw;border:1px solid #d9d9d9;width:5vw;display:flex;justify-content:center;align-items:center}.must_buy_item_label{display:flex;align-items:center;margin-right:1rem}.must_buy_item input[type=checkbox],.pair_it_with_input input[type=checkbox]{position:absolute;opacity:1;z-index:-1;appearance:none;-webkit-appearance:none}.must_buy_item .check-label-box{height:2rem;width:2rem;border:1px solid #000;border-radius:5px;display:flex;align-items:center;justify-content:center}.must_buy_item input:checked~.check-label-box,.pair_it_with_input input:checked~.check-label-box{background:#e9708a;border:0}.check-label-box:after{content:"";position:absolute;display:none}.breakup_table #breakup_total{white-space:nowrap}.breakup_table #breakup_total_val{display:flex;white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;column-gap:1rem}.must_buy_item input:checked~.check-label-box:after,.pair_it_with_input input:checked~.check-label-box:after{display:block}.must_buy_item .check-label-box:after,.pair_it_with_input .check-label-box:after{width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.must_buy_item_content{display:flex;flex-direction:column;color:#000;justify-content:center;width:75%}.must_buy_item_content p{margin:0;font-size:1.9rem;text-overflow:ellipsis;overflow:hidden;max-width:100%;white-space:nowrap}#must_add_info,.addon_error p{margin:0;color:#000;font-size:1.5rem}.addon_error p{font-size:1.4rem;line-height:normal}.addon_error_box{position:fixed;bottom:16rem;display:none;justify-content:center;width:100%;z-index:10;left:0}.addon_error{display:flex;gap:.5rem;background:#fff3e0;border:1px solid #dc8400;border-radius:10px;align-items:center;padding:1rem;width:fit-content;margin:0 1rem}.addon_error img{height:2rem}.price_rows{display:flex;flex-direction:column}#mob_similar_prods_overlay li,.bestseller-prods li,.recently-viewed-prods li,.rel-position,.similar-prods li,.you-may-like-slider li{position:relative}.product-heart{height:3rem;cursor:pointer;margin-right:.25rem}.product-heart:hover:after{background:#000;border-radius:.5em;color:#fff;content:attr(data-tooltip);padding:0 1em;position:absolute;white-space:nowrap;font-size:1.25rem;font-weight:600;top:-3rem;right:1rem;letter-spacing:normal}.recently-viewed-prods{display:none}.price_row_col .heart-fill svg,.price_row_col .heart-no-fill svg{height:2.5rem!important;width:auto!important;margin-right:1rem}.share-button__button svg{height:2.3rem!important;width:auto!important}.share-button{height:2.3rem}.share-button__button{height:100%;display:flex;justify-content:center;align-items:center}.heart-fill{display:none}.offer_animation{height:2.4rem;overflow-y:hidden}#making-charges-fifty{background:linear-gradient(90deg,#ffd2d2 0,#fff);width:fit-content;font-size:1.2rem;font-weight:600;padding-left:.5rem;margin:1rem 0}#making-charges-fifty span{color:#e9718b}.limited_off,.making_zero{font-weight:700!important;font-size:1.4rem!important;line-height:normal!important;margin-top:.6rem}.making_zero{color:#a60913}.limited_off{color:#1453b2}.offer-container{margin-top:-15.5rem;animation:animate 20s cubic-bezier(.65,0,.35,1) infinite}#see-similar{position:absolute;right:0;bottom:.15rem;background:#f0f0f0;padding:.5rem 1rem;border-radius:10px;font-size:1.2rem;margin:.8rem;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;font-weight:600;letter-spacing:normal;z-index:2;display:none}#see-similar img{height:1.6rem;width:auto}.accordion__active h2{font-weight:600!important}.anklet_style_form{max-width:100%!important;width:100%!important}.anklet_style_options{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1.5rem}#best-price-main-box{font-size:13.82px;padding:5px 10px;background:linear-gradient(90deg,#e4ecff,#fff);line-height:normal;margin-top:1rem;color:#1e4ca6;letter-spacing:normal}#best-price-main,#best-price-coupon{font-weight:700}#best-price-coupon{color:#e9718b}.pair_it_with .price--on-sale .price__sale{justify-content:center!important}.frequent-items .must_buy_item{border:0!important}.mto_border{background:linear-gradient(90.01deg,#ffb3bb 18.45%,#ffe086 99.99%);padding:1px;border-radius:8px;overflow:hidden}.mto_customize{display:flex;text-align:center;color:#000;background:#fff;border-radius:8px;overflow:hidden;line-height:normal}.mto_details{display:flex;padding:1rem 0;width:75%}.mto_details_row{flex:1;border-right:1px solid #bbbbbb}.mto_details_row:last-child{border-right:none}.mto_details_row div:first-child{font-size:1rem}.mto_customize_open{background:linear-gradient(90.01deg,#ffb3bb 18.45%,#ffe086 99.99%);width:25%;display:flex;align-items:center;justify-content:center;cursor:pointer}.mto_customize_open p{margin:.7rem}.mto_bold{font-weight:700;font-size:.8vw}.header_mto_bold{font-weight:700;font-size:1vw}.ring-size-guide-overlay{display:none;position:fixed;background:#000c;top:0;bottom:0;width:100%;height:100%;z-index:10000001;color:#000;align-items:center;justify-content:center}.ring-size-guide{display:flex;background:#fff;width:auto;height:fit-content;color:#000;flex-direction:column;padding:2rem;border-radius:8px}.ring-size-guide-header{display:flex;gap:1rem;font-weight:700;font-size:2.3rem;align-items:center;line-height:normal;margin-bottom:1.5rem;justify-content:space-between}#guide-back-1{font-size:1rem;cursor:pointer}.size-chart{width:auto;height:70vh}.size-chart-box{height:100%;overflow-y:auto}.customisation_popup{border:1px solid #000;display:none;position:fixed;background:#000c;top:0;bottom:0;width:100%;height:100%;z-index:10000000;color:#000;align-items:flex-end;justify-content:flex-end}.customisation_popup_content{height:100%;width:32%;background:linear-gradient(180deg,#fff,#fff6f6);display:flex;flex-direction:column;gap:1rem;border-radius:20px 0 0 20px;padding:2rem 3rem 1rem;position:relative}.customisation_popup_subcontent{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;margin-bottom:7rem}.customisation_header{font-size:1.95vw;display:flex;justify-content:space-between;font-weight:700}#close-customisation{font-weight:400;margin:0;cursor:pointer;font-size:1.5rem;align-self:center}.custom_select_heading,.custom_select_value{font-size:.82vw;font-weight:700}.custom_select_heading{margin-bottom:1rem}.custom_select_options{display:flex;width:100%;overflow-x:auto;gap:1rem}.size_options{display:grid!important;grid-template-columns:repeat(4,1fr)!important}.custom_select_options::-webkit-scrollbar{background:#e0e0e0;border-radius:4px;visibility:hidden;transition:all .5s ease-out;height:0}.custom_select_options:hover::-webkit-scrollbar{height:4px;visibility:visible}.custom_select_options::-webkit-scrollbar-track{border-radius:4px}.custom_select_options::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}.custom_select_option{width:6vw;flex-shrink:0;border:1px solid #a2a2a2;border-radius:8px;height:4.5vw;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.custom_select_stock{font-size:.68vw;color:#333}.customisation_btn{background:#e9708a;color:#fff;border:0;font-weight:400;padding:1rem .5rem;font-size:1.4rem;text-transform:capitalize;text-align:center;border-radius:4px;position:absolute;bottom:2rem;width:calc(100% - 6rem);cursor:pointer}.customisation_btn:hover{box-shadow:0 4px 4px #00000040}.active_option{border:1px solid #e9718b;background:linear-gradient(90.01deg,#fce1e480 18.45%,#fcf4dd80 99.99%)}.custom_select_size{position:relative}.size-guide{color:#333;cursor:pointer;position:absolute;right:0;font-size:1rem;top:0;text-decoration:underline}.row-1{background:#eee;border-radius:8px;color:#707070;position:relative;padding:1rem;display:flex;justify-content:space-between}.row-1-heading{font-size:1vw;display:flex;gap:.5rem;align-items:baseline}.custom-tooltip,.row-1-heading svg{height:1vw;width:auto;cursor:pointer}.tooltiptext{visibility:hidden;width:22vw;background-color:#e6e6e6;text-align:center;border-radius:11px;padding:1vw;position:absolute;z-index:1;top:40%;right:3vw;margin-top:3rem;color:#000;font-size:.85vw}.tooltiptext:before{content:"";position:absolute;background:#e6e6e6;clip-path:polygon(0 100%,100% 0,0 0);height:3.1rem;width:2.25rem;bottom:calc(100% - 2px);transform:scaleY(-1);top:-3rem;left:3.5rem}.close-tooltip{position:absolute;right:1.5rem;cursor:pointer;height:.8vw!important}.custom-price{display:flex;gap:.5rem;align-items:baseline;line-height:normal}.custom-sale-price{font-weight:700;font-size:1.1vw;color:#000}.custom-price-box{height:1.2vw;overflow:hidden}.custom-regular-price{font-size:.85vw;text-decoration:line-through}.check-edt{color:#c6352e;font-size:1vw;cursor:pointer}.custom_edt_box{display:none}.check-edt-info{color:#707070;font-size:.8vw;line-height:normal}.custom_edt{position:relative;margin-bottom:.5rem}.custom_edt_input{width:100%;font-size:1.4rem;padding:1rem;border-radius:5px;border:.5px solid rgba(0,0,0,1)}.custom_edt_input::placeholder{color:#9d9d9d}.custom_edt_btn{font-size:1.2rem;text-decoration:underline;position:absolute;right:1rem;top:1rem;cursor:pointer;font-weight:600}.edt-error{color:#e1615c;background:#f7f7f7;line-height:normal;padding:1rem;font-size:.82vw;margin-top:1rem;display:none;border-radius:4px}.personalised_input_2{display:none}.text-previews{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;border:.598px solid rgba(125,125,125);border-radius:8px;padding:1rem;font-size:3rem;line-height:normal}.personalised_input_2_preview{display:none}@media screen and (max-width: 750px){.customisation_popup_subcontent{margin-bottom:0}.size_options{display:flex!important}.ring-size-guide-header{justify-content:flex-start;font-size:1.6rem}#guide-back{height:2.5rem;width:auto;cursor:pointer}.edt-error{padding:.7rem;font-size:1.35rem}.tooltiptext{width:65vw;padding:1.7rem 1.9rem 1.7rem 1rem;font-size:2.8vw;left:18vw;right:auto;letter-spacing:normal}.tooltiptext:before{height:3.1rem;width:2.25rem;bottom:calc(100% - 2px);top:-3rem;left:3.5rem}.close-tooltip{height:2.2vw;margin-right:-.5rem}.mto_customize{flex-direction:column;line-height:inherit}.mto_details,.mto_customize_open{width:100%}.mto_bold,.header_mto_bold{font-size:1.1rem}.mto_details_row div:first-child{font-size:.9rem}.customisation_popup_content{height:fit-content;width:100%;border-radius:20px 20px 0 0;padding:2rem 1rem 3rem;max-height:90vh;overflow-y:auto}.customisation_header{font-size:1.6rem}.custom_select_option{width:24vw;height:18vw}.row-1-heading{font-size:1rem}.custom-tooltip,.row-1-heading svg{height:1rem!important}.check-edt{font-size:1rem}.check-edt-info{font-size:.8rem}.custom_select_heading,.custom_select_value{font-size:1.35rem;letter-spacing:normal}.ring-size-guide{width:100%;height:100%;border-radius:0}.size-guide{font-size:.9rem;top:.5rem}.size-chart{width:100%;height:auto}.custom-sale-price{font-size:1.6rem}.custom-price-box{height:1.7rem}.custom-regular-price{font-size:1rem}.custom_select_stock{font-size:.97rem;letter-spacing:normal}.customisation_btn{position:initial;width:100%;margin:1rem 0}.pair_it_with .card__information .price-item--regular{font-size:1.1rem!important}.pair_it_with .product-card-wrapper .price-item--sale{font-size:1.2rem!important}.pair_it_with ul{gap:.4rem!important}#pair_plus{font-size:2.1rem}special-offers .accordion__intro h2,special-offers .no-accordian h2{font-size:14px!important;font-weight:600!important;letter-spacing:normal}.accordion__intro h2{font-size:16px!important;min-width:97%}.product-pdp{margin-bottom:40vw}.personalised-input .headers,.swatch_title,delivery-time h4,fieldset.product-form__input .form__label{font-size:16px;font-weight:400}.promise_tags{grid-column-gap:.4rem}.product__policies img{width:2.5rem}.photoframe{padding:1.2rem 2rem;gap:1rem}.photoframe label{margin-top:-1rem}.product_swatch_row{gap:1rem}.swatch_product{border-radius:10px!important;gap:.8rem;padding:2vw;font-size:1rem}.gold-chain-condition{position:fixed;bottom:0;width:100vw;z-index:2;margin-bottom:0!important;margin-left:-1.5rem}.must_buy_item_content p{font-size:1.4rem}.must_buy_item{padding:1rem;margin-bottom:1rem}.frequent-items{width:100vw;margin-left:-1.5rem}.must_buy_item_link{gap:1rem;width:85%}.must_buy_item_link_img{height:15vw;width:15vw}.must_buy_item_link .price-item--sale{font-size:1.5rem!important}.must_buy_item_link #gold_card_regular_price{font-size:1rem!important}#must_add_info{font-size:1.3rem}.product-heart{height:2.5rem}#see-similar{font-size:1rem;margin:1.5rem;right:1.7rem;bottom:4rem}#see-similar img{height:1.4rem}.active_product_policy p,.product_policies_header{max-width:80%}.active_product_policy #cross{cursor:pointer;height:3rem;width:3rem;position:absolute;bottom:5rem}.active_product_policy #cross img{height:100%!important;width:auto!important;object-fit:contain;display:block!important}.active_product_policy img{height:5rem;margin-bottom:1.2rem;width:auto}}@media only screen and (min-width: 740px){#best-price-main-box{font-size:1.7rem}}
/*# sourceMappingURL=/cdn/shop/t/162/assets/section-main-product.css.map */
