:root{--sp-dyr-primary: #cc8f56;--sp-dyr-text: #212121;--sp-dyr-text-light: #5C5C5C;--sp-dyr-gray: #D1D1D1;--sp-dyr-gray-light: #F7F7F7;--sp-dyr-white: #FFFFFF;--sp-dyr-black: #000000;--sp-dyr-border: #C3C3C3;--sp-rem: 16px}html:has(sp-dyr-builder){font-size:16px!important}.sp-dyr-stepper{margin:4rem 0}@media(max-width:768px){.sp-dyr-stepper{margin:2rem 1.125rem}}.sp-dyr-stepper__container{display:flex;justify-content:center;align-items:center;gap:2rem}.sp-dyr-stepper__step{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.sp-dyr-stepper__step{flex-direction:column;justify-content:center;gap:.625rem;max-width:85px}}.sp-dyr-stepper__button{width:4.375rem;height:4.375rem;padding:0}.sp-dyr-stepper__button svg{color:var(--sp-dyr-gray);width:100%;height:100%;transition:all .3s ease}.sp-dyr-stepper__button:hover svg{color:var(--sp-dyr-primary)}@media(max-width:768px){.sp-dyr-stepper__button:hover svg{color:var(--sp-dyr-gray)}}.sp-dyr-stepper__number{display:block}.sp-dyr-stepper__step[data-active=true] .sp-dyr-stepper__button svg{color:var(--sp-dyr-primary)}.sp-dyr-stepper__content{display:flex;flex-direction:column;gap:4px}.sp-dyr-stepper__label{font-size:1.5rem;color:var(--sp-dyr-text)}@media(max-width:768px){.sp-dyr-stepper__label{font-size:.9375rem;text-align:center}}.sp-dyr-stepper__connector{width:4.375rem;height:1px;background:var(--sp-dyr-gray)}@media(max-width:768px){.sp-dyr-stepper__connector{display:none}}.sp-dyr-step{display:none;animation:fadeIn .4s ease;padding-bottom:2rem}.sp-dyr-step[data-active=true]{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sp-dyr-step__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(max-width:768px){.sp-dyr-step__header{padding:0 1.125rem;gap:.75rem}}.sp-dyr-step__title{font-size:2.5rem;font-weight:400;color:var(--sp-dyr-text);margin:0;text-align:center}.sp-dyr-step__description{font-size:.9375rem;text-align:center;color:var(--sp-dyr-text);margin:0}.sp-dyr-substep{display:none}.sp-dyr-substep[data-active=true]{display:block}.sp-dyr-grid{display:flex;flex-direction:column;margin-top:4rem;width:100%;overflow-x:visible;position:relative}.sp-dyr-grid__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;pointer-events:all}.sp-dyr-grid__loading-bar{width:100%;height:.25rem;background:var(--sp-dyr-gray-light);overflow:hidden;position:relative}.sp-dyr-grid__loading-bar-progress{position:absolute;top:0;left:0;height:100%;width:40%;background:linear-gradient(90deg,transparent,var(--sp-dyr-primary),transparent);animation:loading-slide 1.5s ease-in-out infinite}@keyframes loading-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}[data-filters]{display:none!important}.sp-dyr-grid__filters{padding-left:2.5rem;border-top:.5px solid var(--sp-dyr-border);border-bottom:.5px solid var(--sp-dyr-border);display:flex;justify-content:space-between;position:relative}.sp-dyr-filter-skeleton{display:none;flex-direction:column;gap:var(--sp-dyr-spacing-md)}.sp-dyr-filter-skeleton__item{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--sp-dyr-radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sp-dyr-grid__filters-content{display:flex}.sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=shape]){order:1}.sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=metal]){order:2}.sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=carat-size]){order:3}.sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=setting]){order:0}.sp-dyr-filter-dropdown{position:relative}[data-product-type=diamond] .sp-dyr-filter-dropdown,[data-product-type=ring] .sp-dyr-filter-dropdown{border-right:1px solid var(--sp-dyr-border);padding:1rem 1.5rem}[data-product-type=diamond] .sp-dyr-filter-dropdown{width:100%}[data-product-type=ring] .sp-dyr-filter-dropdown{width:auto;flex-shrink:0}[data-product-type=ring] .sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=setting]){flex:1 1 auto;min-width:0;overflow:hidden}@media(max-width:1150px){[data-product-type=ring] .sp-dyr-filter-dropdown:has(.sp-dyr-custom-filter[data-filter-type=setting]){flex:none;flex-shrink:0;min-width:100px;overflow:visible}}[data-product-type=diamond] .sp-dyr-filter-dropdown__trigger,[data-product-type=ring] .sp-dyr-filter-dropdown__trigger{border:none;padding:0;background:transparent;cursor:default;pointer-events:none;width:100%;display:none;align-items:center;justify-content:space-between;gap:.625rem;font-size:.75rem;color:var(--sp-dyr-text);font-family:var(--FONT-STACK-BODY)}[data-product-type=diamond] .sp-dyr-filter-dropdown__label,[data-product-type=ring] .sp-dyr-filter-dropdown__label{font-size:.75rem;font-weight:400;color:var(--sp-dyr-text-light)}[data-product-type=diamond] .sp-dyr-filter-dropdown__label:after,[data-product-type=ring] .sp-dyr-filter-dropdown__label:after{display:none}[data-product-type=diamond] .sp-dyr-filter-dropdown__value,[data-product-type=ring] .sp-dyr-filter-dropdown__value,[data-product-type=diamond] .sp-dyr-filter-dropdown__arrow,[data-product-type=ring] .sp-dyr-filter-dropdown__arrow{display:none}[data-product-type=diamond] .sp-dyr-filter-dropdown__menu,[data-product-type=ring] .sp-dyr-filter-dropdown__menu{position:static;opacity:1;visibility:visible;transform:none;pointer-events:auto;box-shadow:none;border:none;border-radius:0;padding:0;margin-top:.75rem;min-width:auto;max-width:none;background:transparent}[data-product-type=diamond] .sp-dyr-filter-dropdown__menu *,[data-product-type=ring] .sp-dyr-filter-dropdown__menu *{pointer-events:auto}@media(max-width:1150px){.sp-dyr-filter-dropdown__menu .sp-dyr-custom-filter__title-wrapper{display:none}}.sp-dyr-filter-dropdown__menu .sp-dyr-custom-filter{padding:0;border:none}.sp-dyr-custom-filter__title-wrapper{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.sp-dyr-custom-filter__title{font-size:.75rem;font-weight:400;color:var(--sp-dyr-text-light);font-family:var(--FONT-STACK-BODY);margin:0}.sp-dyr-custom-filter__active-tags{display:flex;flex-wrap:wrap;gap:.5rem}.sp-dyr-custom-filter__tag{display:inline-flex;align-items:center;color:var(--sp-dyr-primary);font-size:.75rem;font-weight:500;cursor:pointer;padding:0}.sp-dyr-custom-filter__tag:hover{opacity:.8}.sp-dyr-custom-filter__tag-text{line-height:1}.sp-dyr-custom-filter__buttons,.sp-dyr-custom-filter__sizes{display:flex;flex-wrap:wrap;gap:.375rem}.sp-dyr-custom-filter[data-filter-type=setting] .sp-dyr-custom-filter__buttons{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;position:relative}.sp-dyr-custom-filter[data-filter-type=setting] .sp-dyr-custom-filter__buttons::-webkit-scrollbar{display:none}.sp-dyr-custom-filter--with-scroll .sp-dyr-custom-filter__buttons-wrapper{position:relative;display:block}.sp-dyr-scroll-arrow{position:absolute;top:0;bottom:0;width:.625rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:var(--sp-dyr-text-light);border:none;background:transparent;padding:0}.sp-dyr-scroll-arrow--prev{left:-.625rem;background:linear-gradient(to right,#fff 40%,#fff0);justify-content:flex-start;transform:rotate(180deg)}.sp-dyr-scroll-arrow--next{right:-.625rem;background:linear-gradient(to left,#fff 40%,#fff0);justify-content:flex-end}.sp-dyr-scroll-arrow:hover{color:var(--sp-dyr-black)}.sp-dyr-scroll-arrow:disabled,.sp-dyr-scroll-arrow[disabled]{display:none!important}.sp-dyr-scroll-arrow svg{width:.25rem;height:.5rem;filter:drop-shadow(0 0 2px white)}.sp-dyr-custom-filter--with-scroll .sp-dyr-custom-filter__buttons{width:100%;padding:0}.sp-dyr-custom-filter[data-filter-type=setting] .sp-dyr-custom-filter__button{flex-shrink:0;white-space:nowrap}@media(max-width:1150px){.sp-dyr-scroll-arrow{display:none!important}.sp-dyr-custom-filter--with-scroll .sp-dyr-custom-filter__buttons[data-has-overflow]{padding:0}.sp-dyr-custom-filter[data-filter-type=setting] .sp-dyr-custom-filter__buttons{flex-wrap:wrap}}@media(max-width:1150px){.sp-dyr-custom-filter__buttons{flex-direction:column;width:max-content;align-items:flex-start}.sp-dyr-custom-filter__sizes{display:grid;grid-template-columns:repeat(3,1fr)}}.sp-dyr-custom-filter__button,.sp-dyr-custom-filter__size{padding:.5625rem .75rem;background:var(--sp-dyr-gray-light);color:var(--sp-dyr-text-light);font-size:.625rem;font-weight:400;cursor:pointer;transition:all .3s ease;border:1px solid transparent;text-transform:uppercase}.sp-dyr-custom-filter__button:hover:not(:disabled),.sp-dyr-custom-filter__size:hover:not(:disabled){border-color:var(--sp-dyr-primary)}.sp-dyr-custom-filter__button.active,.sp-dyr-custom-filter__size.active{border-color:var(--sp-dyr-primary)}.sp-dyr-custom-filter__button:disabled,.sp-dyr-custom-filter__size:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-custom-filter__icons{display:flex;flex-wrap:wrap;gap:.625rem}@media(max-width:1150px){.sp-dyr-custom-filter__icons{row-gap:.75rem;column-gap:.625rem;display:grid;grid-template-columns:repeat(4,1fr)}}.sp-dyr-custom-filter__icon{height:1.875rem;cursor:pointer;transition:all .3s ease;padding:0;--sp-dyr-shape-stroke: .75}.sp-dyr-custom-filter__icon svg{height:100%;width:auto;color:var(--sp-dyr-text-light);transition:color .3s ease;max-height:1.875rem}.sp-dyr-custom-filter__icon:hover:not(:disabled),.sp-dyr-custom-filter__icon.active{--sp-dyr-shape-stroke: .75}.sp-dyr-custom-filter__icon:hover:not(:disabled) svg{color:var(--sp-dyr-primary)}.sp-dyr-custom-filter__icon.active svg{color:var(--sp-dyr-primary)}.sp-dyr-custom-filter__icon:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-custom-filter__swatches{display:flex;flex-wrap:wrap;gap:.375rem}.sp-dyr-custom-filter__swatch{width:1.875rem;height:1.875rem;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;position:relative;padding:0;border:1px solid transparent}.sp-dyr-swatch{width:100%;height:100%;border-radius:50%;display:block}.sp-dyr-swatch--14k-white-gold,.sp-dyr-swatch--18k-white-gold,.sp-dyr-swatch--platinum,.sp-dyr-swatch--white-gold{background:linear-gradient(133.64deg,#cacaca 16.59%,#e9e9e9 45.21%,#c7c7c7 69.79%,#8d8d8d 86.63%)}.sp-dyr-swatch--14k-yellow-gold,.sp-dyr-swatch--18k-yellow-gold,.sp-dyr-swatch--yellow-gold{background:linear-gradient(133.64deg,#f7d14e 15.89%,#fbe67b 52.26%,#e7af2c 85.93%)}.sp-dyr-swatch--14k-rose-gold,.sp-dyr-swatch--18k-rose-gold,.sp-dyr-swatch--rose-gold{background:linear-gradient(132.22deg,#edbdb8 16.59%,#f8dac8 46.78%,#edbdb8,#b6947e 102.21%)}.sp-dyr-custom-filter__swatch:hover:not(:disabled){border-color:var(--sp-dyr-primary);padding:3px}.sp-dyr-custom-filter__swatch.active{border-color:var(--sp-dyr-primary);padding:3px}.sp-dyr-custom-filter__swatch:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-custom-filter__price-range{display:flex;align-items:center;gap:var(--sp-dyr-spacing-sm)}.sp-dyr-custom-filter__price-input{flex:1;padding:.75rem;border:2px solid var(--sp-dyr-border);border-radius:var(--sp-dyr-radius-sm);font-size:1rem}.sp-dyr-custom-filter__price-input:focus{outline:none;border-color:var(--sp-dyr-secondary)}.sp-dyr-custom-filter__price-separator{color:var(--sp-dyr-text-light);font-weight:600}.sp-dyr-custom-filter__range-inputs{display:flex;align-items:center;gap:.75rem}.sp-dyr-custom-filter__range-input{flex:1;padding:.75rem;border:2px solid var(--sp-dyr-border);border-radius:var(--sp-dyr-radius-sm);font-size:.875rem;text-align:center;color:var(--sp-dyr-text-light)}.sp-dyr-custom-filter__range-inputs span{color:var(--sp-dyr-text-light);font-weight:500}.sp-dyr-custom-filter__range-input-wrapper{flex:0 0 auto;position:relative;display:flex;align-items:center;max-width:4.75rem}.sp-dyr-custom-filter__range-input-prefix{position:absolute;left:.5rem;color:var(--sp-dyr-text-light);font-weight:400;font-size:.75rem;pointer-events:none;z-index:1}.sp-dyr-custom-filter__range-inputs--price .sp-dyr-custom-filter__range-input{width:100%;padding-left:1.1rem;text-align:left}.sp-dyr-custom-filter__range-inputs--carat .sp-dyr-custom-filter__range-input{width:100%;padding-left:0;text-align:center}.sp-dyr-custom-filter__checkboxes{display:flex;flex-direction:column;gap:var(--sp-dyr-spacing-xs)}.sp-dyr-custom-filter__checkbox{display:flex;align-items:center;gap:var(--sp-dyr-spacing-xs);cursor:pointer;padding:.5rem;border-radius:var(--sp-dyr-radius-sm);transition:background var(--sp-dyr-transition)}.sp-dyr-custom-filter__checkbox:hover{background:var(--sp-dyr-bg-light)}.sp-dyr-custom-filter__checkbox input{cursor:pointer}.sp-dyr-grid__main{display:flex;flex-direction:column;gap:var(--sp-dyr-spacing-md)}.sp-dyr-grid__toolbar{display:flex;justify-content:space-between;align-items:center;padding:var(--sp-dyr-spacing-sm) 0;border-bottom:1px solid var(--sp-dyr-border)}.sp-dyr-grid__count{font-size:.875rem;color:var(--sp-dyr-text-light)}.sp-dyr-grid__sort{display:flex;align-items:center;gap:var(--sp-dyr-spacing-xs)}.sp-dyr-grid__sort-label{font-size:.875rem;color:var(--sp-dyr-text)}.sp-dyr-grid__sort-select{padding:.5rem 1rem;border:1px solid var(--sp-dyr-border);border-radius:var(--sp-dyr-radius-sm);font-size:.875rem;background:#fff;cursor:pointer}.sp-dyr-sort-dropdown{position:relative;height:100%;padding:.5rem 3rem;border-left:1px solid var(--sp-dyr-border);display:flex;align-items:center;min-width:max-content}@media(max-width:1150px){.sp-dyr-sort-dropdown{padding:0 1.5rem}}[data-product-type=diamond] .sp-dyr-sort-dropdown{border-bottom:solid .5px var(--sp-dyr-border);border-left:none}@media(max-width:1150px){[data-product-type=diamond] .sp-dyr-sort-dropdown{border-bottom:none;border-left:solid .5px var(--sp-dyr-border);height:100%!important}}.sp-dyr-sort-dropdown__trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;cursor:pointer;transition:all .2s ease}.sp-dyr-sort-dropdown__trigger[aria-expanded=true] .sp-dyr-sort-dropdown__arrow{transform:rotate(180deg)}.sp-dyr-sort-dropdown__label{font-size:.75rem;font-weight:400;color:var(--sp-dyr-text-light)}.sp-dyr-sort-dropdown__arrow{margin-left:auto;color:var(--sp-dyr-text-light);transition:transform .2s ease}.sp-dyr-sort-dropdown__menu{position:absolute;top:calc(100% + 1px);right:0;background:#fff;outline:1px solid var(--sp-dyr-border);width:100%;z-index:10;padding:1rem;animation:dropdownFadeIn .2s ease;display:flex;flex-direction:column;gap:.5rem}.sp-dyr-sort-dropdown__menu[hidden]{display:none}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sp-dyr-sort-dropdown__option{display:block;width:100%;padding:.25rem;background:#fff;text-align:left;font-size:.875rem;color:var(--sp-dyr-black);cursor:pointer;transition:all .2s ease}.sp-dyr-sort-dropdown__option:hover,.sp-dyr-sort-dropdown__option.active{color:var(--sp-dyr-primary)}[data-product-type=diamond] .sp-dyr-grid__filters-content{display:grid;grid-template-columns:repeat(3,minmax(max-content,1fr));flex-grow:1;gap:0}[data-product-type=diamond] .sp-dyr-grid__filters{padding-left:0}[data-product-type=diamond] .sp-dyr-grid__filters-content>*:nth-child(n+4){border-top:.5px solid var(--sp-dyr-border)}[data-product-type=diamond] .sp-dyr-grid__filters-content>*:nth-child(3n+1){padding-left:4rem}.sp-dyr-grid__products{position:relative;min-height:400px}.sp-dyr-grid__loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--sp-dyr-spacing-md)}.sp-dyr-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:4rem}@media(max-width:1150px){.sp-dyr-products__grid{padding:1rem}}@media(max-width:1024px){.sp-dyr-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.sp-dyr-products__grid{grid-template-columns:1fr 1fr;padding:1rem;gap:1rem}}.sp-dyr-product-card.sp-dyr-hidden{display:none!important}.sp-dyr-grid__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--sp-dyr-spacing-xl);text-align:center}.sp-dyr-grid__empty-icon{color:var(--sp-dyr-text-light);margin-bottom:var(--sp-dyr-spacing-md)}.sp-dyr-grid__empty-title{font-size:1.25rem;font-weight:600;color:var(--sp-dyr-text);margin-bottom:var(--sp-dyr-spacing-xs)}.sp-dyr-grid__empty-text{color:var(--sp-dyr-text-light)}.sp-dyr-product-card{background:#fff;overflow:hidden;transition:all .3s ease}.sp-dyr-product-card__button{width:100%;background:none;border:none;padding:0;text-align:left;cursor:pointer}.sp-dyr-product-card__image-wrapper{position:relative;padding-top:100%;background:var(--sp-dyr-bg-light);overflow:hidden}.sp-dyr-product-card__image-wrapper .image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease}.sp-dyr-product-card__image-wrapper .image-wrapper+.image-wrapper{opacity:0}.sp-dyr-product-card__image-wrapper:hover .image-wrapper+.image-wrapper{opacity:1}.sp-dyr-product-card__content{padding:.625rem 1.25rem;text-align:center}@media(max-width:768px){.sp-dyr-product-card__content{gap:.375rem}}.sp-dyr-product-card__title{line-height:1.4}.sp-dyr-product-card__attr{font-size:.75rem;color:var(--sp-dyr-text-light);background:var(--sp-dyr-bg-light);padding:4px 8px;border-radius:var(--sp-dyr-radius-sm)}.sp-dyr-product-card__price-wrapper{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.375rem}.sp-dyr-product-card__price{font-size:.875rem;color:#646464}.sp-dyr-product-card__compare-price{font-size:1rem;color:var(--sp-dyr-text-light);text-decoration:line-through}.sp-dyr-product-card--diamond{cursor:pointer}.sp-dyr-product-card--diamond .sp-dyr-product-card__image-wrapper{padding-top:0;aspect-ratio:1}.sp-dyr-product-card--diamond .sp-dyr-product-card__image{width:100%;height:100%;object-fit:cover}.sp-dyr-product-card--diamond .sp-dyr-product-card__iframe-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:hidden;opacity:0;pointer-events:none}.sp-dyr-product-card--diamond.sp-dyr-product-card--iframe-hover .sp-dyr-product-card__iframe-wrapper{opacity:1}.sp-dyr-product-card--diamond .sp-dyr-product-card__iframe{position:absolute;top:0;left:50%;width:100%;height:100%;border:0;display:block;transform:translate(-50%) scale(1.15);transform-origin:top center}.sp-dyr-product-card--diamond .sp-dyr-product-card__info{display:flex;flex-direction:column;gap:.375rem;padding:.875rem;text-align:center}.sp-dyr-product-card--diamond .sp-dyr-product-card__title{font-size:1.25rem;line-height:1.4;font-weight:500;color:var(--sp-dyr-black);margin:0;font-family:var(--FONT-STACK-BODY)}@media(max-width:768px){.sp-dyr-product-card__title{font-size:.9375rem;line-height:1.2}}.sp-dyr-product-card--diamond .sp-dyr-product-card__price{font-size:1rem}.sp-dyr-product-card__specs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.sp-dyr-product-card__spec{display:flex;align-items:center;gap:.25rem}.sp-dyr-product-card__spec-label{color:#646464;font-size:.875rem}.sp-dyr-product-card__spec-value{font-weight:600;font-size:.875rem}.sp-dyr-product-card-skeleton{display:none;background:#fff;border:1px solid var(--sp-dyr-border);border-radius:var(--sp-dyr-radius-md);overflow:hidden}.sp-dyr-product-card-skeleton__image{padding-top:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.sp-dyr-product-card-skeleton__title,.sp-dyr-product-card-skeleton__price{height:20px;margin:var(--sp-dyr-spacing-sm) var(--sp-dyr-spacing-md);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--sp-dyr-radius-sm)}.sp-dyr-pdp{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:0 4rem 4rem}.sp-dyr-pdp__gallery{display:flex;flex-direction:column;gap:1.5rem}.sp-dyr-pdp__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0;position:sticky}.sp-dyr-pdp__carousel::-webkit-scrollbar{display:none}.sp-dyr-pdp__image-container{position:relative;flex:0 0 100%;scroll-snap-align:start;display:none}.sp-dyr-pdp__image-container.active{display:block}.sp-dyr-pdp__image{width:100%}.sp-dyr-pdp__thumbnails{display:none;overflow-x:auto;gap:.5rem;padding:.5rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sp-dyr-pdp__thumbnails::-webkit-scrollbar{display:none}.sp-dyr-pdp__thumbnail{flex:0 0 75px;height:75px;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;overflow:hidden}.sp-dyr-pdp__thumbnail.active{border-color:var(--sp-dyr-primary, #000)}.sp-dyr-pdp__thumbnail img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.sp-dyr-pdp__carousel{display:flex}.sp-dyr-pdp__image-container{display:block}.sp-dyr-pdp__thumbnails{display:flex}}@media(min-width:769px){.sp-dyr-pdp__carousel{display:flex;flex-direction:column;overflow-x:visible;scroll-snap-type:none}.sp-dyr-pdp__image-container{flex:0 0 auto;display:block}.sp-dyr-pdp__thumbnails{display:none}}.sp-dyr-pdp__info{display:flex;flex-direction:column;position:sticky;top:150px}.sp-dyr-pdp__info{scrollbar-width:none;-ms-overflow-style:none}.sp-dyr-pdp__info::-webkit-scrollbar{display:none}.sp-dyr-pdp__title{font-size:2.5rem;color:var(--sp-dyr-text);margin-top:0;margin-bottom:1.25rem}@media(max-width:768px){.sp-dyr-pdp__title{font-size:1.75rem;margin-bottom:1.25rem}}.sp-dyr-pdp__price{font-size:1.5rem;font-weight:500;color:var(--sp-dyr-text);margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.sp-dyr-pdp__price{flex-direction:row;align-items:center}}.sp-dyr-pdp__price-info{font-size:.875rem;color:#58585b;text-transform:uppercase;font-weight:500}.sp-dyr-pdp__specs{margin-top:0;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.sp-dyr-pdp__spec-row{display:flex;align-items:center;gap:.625rem}.sp-dyr-pdp__spec-label{font-weight:700;color:var(--sp-dyr-text);font-size:1.125rem}.sp-dyr-pdp__spec-value{color:var(--sp-dyr-text);font-size:1.125rem}.sp-dyr-pdp__description{color:var(--sp-dyr-text);line-height:1.15}.sp-dyr-pdp__description .product__block.tabs-wrapper{margin-bottom:2rem}.sp-dyr-pdp__description .product__icon__row{color:var(--sp-dyr-text)}.sp-dyr-pdp__options{display:flex;flex-direction:column;gap:2rem;margin:0 0 2rem}.sp-dyr-pdp__option{display:flex;flex-direction:column;gap:.75rem}.sp-dyr-pdp__option-label{font-size:.9375rem;font-weight:400;color:var(--sp-dyr-text)}.sp-dyr-pdp__option-label-value{font-weight:500;color:var(--sp-dyr-primary);margin-left:.625rem}.sp-dyr-pdp__shape-icons{display:flex;flex-wrap:wrap;gap:1.0625rem}.sp-dyr-pdp__shape-icon{cursor:pointer;padding:0;--sp-dyr-shape-stroke: .75}.sp-dyr-pdp__shape-icon:hover,.sp-dyr-pdp__shape-icon.active{--sp-dyr-shape-stroke: .75}.sp-dyr-pdp__shape-icon svg{color:#5c5c5c;transition:color .3s ease}.sp-dyr-pdp__shape-icon:hover svg{color:var(--sp-dyr-primary)}.sp-dyr-pdp__shape-icon.active{border-color:var(--sp-dyr-primary)}.sp-dyr-pdp__shape-icon.active svg{color:var(--sp-dyr-primary)}.sp-dyr-pdp__shape-icon:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-pdp__metal-options{display:flex;align-items:center;gap:4rem}.sp-dyr-pdp__swatches{display:flex;flex-wrap:wrap;gap:.375rem}.sp-dyr-pdp__swatch{width:1.875rem;height:1.875rem;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;position:relative;padding:0;border:1px solid transparent}.sp-dyr-pdp__swatch:hover,.sp-dyr-pdp__swatch.active{border-color:var(--sp-dyr-primary);padding:3px}.sp-dyr-pdp__swatch:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-pdp__karat-selector{display:flex;gap:.375rem}.sp-dyr-pdp__karat-btn{min-width:2.5rem;height:1.875rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:var(--sp-dyr-gray-light);cursor:pointer;font-size:.625rem;transition:all .2s ease;font-weight:400;padding:0 .75rem}.sp-dyr-pdp__karat-btn:hover{border-color:var(--sp-dyr-black)}.sp-dyr-pdp__karat-btn.active{border-color:var(--sp-dyr-primary)}.sp-dyr-pdp__option-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.sp-dyr-pdp__option-button{padding:.75rem 1.5rem;background:var(--sp-dyr-gray-light);color:#5c5c5c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.sp-dyr-pdp__option-button:hover{border-color:var(--sp-dyr-primary)}.sp-dyr-pdp__option-button.active{border-color:var(--sp-dyr-primary);background:#fff}.sp-dyr-pdp__option-button:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-pdp-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sp-dyr-pdp__notice{background:#fff8e1;border:1px solid #f9a825;border-radius:4px;color:#5d4037;font-size:13px;padding:10px 14px;margin-bottom:12px;animation:sp-dyr-notice-fadeout .5s 4.5s ease forwards}@keyframes sp-dyr-notice-fadeout{to{opacity:0}}.sp-dyr-pdp__shape-icons--checking .sp-dyr-pdp__shape-icon{pointer-events:none;opacity:.45}.sp-dyr-pdp__shape-icon[data-no-diamond]{opacity:.3;cursor:not-allowed}.sp-dyr-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 1.5rem;font-size:.8125rem;font-weight:400;letter-spacing:.05em;cursor:pointer;text-decoration:none;border:1px solid #1E1E1E;height:3rem}.sp-dyr-btn--primary{background:#1e1e1e;color:#fff;text-transform:uppercase}.sp-dyr-btn--secondary{background:transparent;color:#1e1e1e;text-transform:uppercase}.sp-dyr-btn--text{background:none;color:var(--sp-dyr-secondary);padding:.5rem 1rem}.sp-dyr-btn--text:hover{background:var(--sp-dyr-bg-light)}.sp-dyr-btn--large{padding:1.25rem 3rem;font-size:1.125rem}.sp-dyr-btn:disabled{opacity:.5;cursor:not-allowed}.sp-dyr-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.sp-dyr-empty-state p{font-size:1.125rem;color:var(--sp-dyr-text-light);margin:0}@media(max-width:1024px){.sp-dyr-grid{margin-top:2rem}.sp-dyr-grid__filters{position:static}.sp-dyr-pdp{padding:0 1.125rem;grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.sp-dyr-wrapper{padding:var(--sp-dyr-spacing-md)}.sp-dyr-stepper__container{gap:1.75rem}.sp-dyr-stepper__button{width:45px;height:45px;font-size:1rem}.sp-dyr-step__title{font-size:1.75rem;line-height:100%}.sp-dyr-grid__products-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.sp-dyr-review__products{flex-direction:column}.sp-dyr-review__separator{transform:rotate(90deg)}}@media(max-width:1150px){[data-product-type=diamond] .sp-dyr-grid,[data-product-type=ring] .sp-dyr-grid{overflow-x:visible!important}[data-product-type=diamond] .sp-dyr-grid__filters,[data-product-type=ring] .sp-dyr-grid__filters{padding-left:0;padding-right:0;padding-bottom:432px;margin-bottom:-400px;overflow-x:scroll;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;display:flex;justify-content:space-between;width:100%;max-width:100vw;border:none}.sp-dyr-grid__filters:has(.sp-dyr-filter-dropdown.open){z-index:1}[data-product-type=diamond] .sp-dyr-grid__filters::-webkit-scrollbar,[data-product-type=ring] .sp-dyr-grid__filters::-webkit-scrollbar{display:none!important}[data-product-type=diamond] .sp-dyr-grid__filters-content,[data-product-type=ring] .sp-dyr-grid__filters-content{display:flex;flex-wrap:nowrap;gap:.625rem;padding:0 1.125rem;min-width:max-content}[data-product-type=diamond] .sp-dyr-grid__filters-content>*:nth-child(n+4),[data-product-type=diamond] .sp-dyr-grid__filters-content>*:nth-child(3n+1){border:none!important;padding-left:0!important}[data-product-type=diamond] .sp-dyr-filter-dropdown,[data-product-type=ring] .sp-dyr-filter-dropdown{width:auto;border-right:none;padding:0;min-width:100px;flex-shrink:0;flex-grow:1}[data-product-type=diamond] .sp-dyr-filter-dropdown__trigger,[data-product-type=ring] .sp-dyr-filter-dropdown__trigger{border:1px solid var(--sp-dyr-border);padding:9px 12px;background:#fff;cursor:pointer;pointer-events:auto;display:inline-flex}[data-product-type=diamond] .sp-dyr-filter-dropdown__label,[data-product-type=ring] .sp-dyr-filter-dropdown__label{color:var(--sp-dyr-text-light)}[data-product-type=diamond] .sp-dyr-filter-dropdown__label:after,[data-product-type=ring] .sp-dyr-filter-dropdown__label:after{display:inline}[data-product-type=diamond] .sp-dyr-filter-dropdown__value,[data-product-type=ring] .sp-dyr-filter-dropdown__value{display:inline;color:var(--sp-dyr-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-product-type=diamond] .sp-dyr-filter-dropdown__arrow,[data-product-type=ring] .sp-dyr-filter-dropdown__arrow{display:block}[data-product-type=diamond] .sp-dyr-filter-dropdown.open .sp-dyr-filter-dropdown__arrow,[data-product-type=ring] .sp-dyr-filter-dropdown.open .sp-dyr-filter-dropdown__arrow{transform:rotate(180deg)}[data-product-type=diamond] .sp-dyr-filter-dropdown__menu,[data-product-type=ring] .sp-dyr-filter-dropdown__menu{position:absolute!important;top:100%;left:0;background:#fff;border:.5px solid var(--sp-dyr-border);box-shadow:0 4px 4px #00000040;padding:1rem;margin-top:0;z-index:3;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}[data-product-type=diamond] .sp-dyr-filter-dropdown.open .sp-dyr-filter-dropdown__menu,[data-product-type=ring] .sp-dyr-filter-dropdown.open .sp-dyr-filter-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}@media(max-width:480px){.sp-dyr-grid__products-list{grid-template-columns:1fr}.sp-dyr-pdp-actions{flex-direction:column}.sp-dyr-review__product-content{flex-direction:column;align-items:center;text-align:center}}.sp-dyr-custom-filter__range{display:flex;gap:1rem}.sp-dyr-custom-filter__range-sliders{position:relative;flex-grow:1}.sp-dyr-custom-filter__range-sliders:after{content:"";position:absolute;left:var(--min-percent, 0%);width:calc(var(--max-percent, 100%) - var(--min-percent, 0%));height:2px;top:50%;transform:translateY(-50%);background:var(--sp-dyr-primary);z-index:1;pointer-events:none}@media(max-width:1150px){.sp-dyr-custom-filter__range{gap:1.625rem;flex-direction:column;margin-top:.625rem}}.sp-dyr-custom-filter__range-inputs{display:flex;align-items:center;gap:10px;justify-content:space-between}.sp-dyr-custom-filter__range-input{min-width:76px;padding:.5rem .75rem;border:1px solid var(--sp-dyr-border);font-size:.75rem;text-align:center;font-weight:400;margin:0}.sp-dyr-custom-filter__range-input:focus{outline:none;border-color:var(--sp-dyr-primary)}.sp-dyr-custom-filter__range-slider{position:absolute;width:100%;height:2px;top:50%;transform:translateY(calc(-50% - 10px));-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;margin:0;padding:0;border:none}.sp-dyr-custom-filter__range-slider:focus,.sp-dyr-custom-filter__scale-slider:focus{border:none}.sp-dyr-custom-filter__range-sliders:before{content:"";position:absolute;width:100%;height:2px;background:var(--sp-dyr-border);z-index:0;top:50%;transform:translateY(-50%)}.sp-dyr-custom-filter__range-slider::-webkit-slider-runnable-track{width:100%;height:0;background:var(--sp-dyr-border);z-index:2}.sp-dyr-custom-filter__range-slider::-moz-range-track{width:100%;height:0;background:var(--sp-dyr-border);z-index:2}.sp-dyr-custom-filter__range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--sp-dyr-primary);cursor:pointer;pointer-events:all;position:relative;z-index:3}.sp-dyr-custom-filter__range-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.sp-dyr-custom-filter__range-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--sp-dyr-primary);cursor:pointer;pointer-events:all;z-index:3}.sp-dyr-custom-filter__range-slider::-moz-range-thumb:hover{transform:scale(1.1)}.sp-dyr-custom-filter__range-slider--max{z-index:2}.sp-dyr-custom-filter__range-slider--min::-moz-range-progress{height:0;border:1px solid var(--sp-dyr-border)}.sp-dyr-custom-filter__range-slider:focus{outline:none}.sp-dyr-range-error{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%) translateY(10px);background:#dc2626;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:500;white-space:nowrap;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:100;pointer-events:none;opacity:0;transition:opacity .3s ease,transform .3s ease}.sp-dyr-range-error:after{content:"";position:absolute;bottom:-.25rem;left:50%;transform:translate(-50%);width:0;height:0;border-left:.375rem solid transparent;border-right:.375rem solid transparent;border-top:.375rem solid #dc2626}.sp-dyr-range-error.show{opacity:1;transform:translate(-50%) translateY(0)}.sp-dyr-custom-filter__scale{position:relative}@media(max-width:1150px){[data-filter-menu=color] .sp-dyr-custom-filter__scale{width:12.5rem}[data-filter-menu=clarity] .sp-dyr-custom-filter__scale{width:13.75rem}[data-filter-menu=cut]{left:unset!important;right:0!important}[data-filter-menu=cut] .sp-dyr-custom-filter__scale{width:19.375rem}}.sp-dyr-custom-filter__scale-labels{position:relative;height:15px}.sp-dyr-custom-filter__scale-label{position:absolute;top:0;transform:translate(-50%);font-size:12px;color:var(--sp-dyr-border);cursor:pointer;transition:all .2s ease;white-space:nowrap;font-weight:400}.sp-dyr-custom-filter__scale-label.first,.sp-dyr-custom-filter__scale-label.last{transform:none}.sp-dyr-custom-filter__scale-label:hover{color:var(--sp-dyr-text)}.sp-dyr-custom-filter__scale-label.active{color:var(--sp-dyr-text);font-weight:500}.sp-dyr-custom-filter__scale-slider-wrapper{position:relative;height:30px;margin-top:-6px}.sp-dyr-custom-filter__scale-slider-wrapper:before{content:"";position:absolute;width:100%;left:50%;height:2px;background:var(--sp-dyr-border);z-index:0;top:50%;transform:translate(-50%,-50%)}.sp-dyr-custom-filter__scale-slider-wrapper:after{content:"";position:absolute;height:2px;background:var(--sp-dyr-primary);z-index:1;top:50%;transform:translateY(-50%);left:var(--scale-min-percent, 0%);right:calc(100% - var(--scale-max-percent, 100%));pointer-events:none}.sp-dyr-custom-filter__scale-slider{-webkit-appearance:none;appearance:none;width:calc(100% + 14px);max-width:none;background:transparent;outline:none;margin:0;padding:0;cursor:pointer;border:solid 1px transparent;position:absolute;top:50%;transform:translate(-7px,calc(-50% - 8px));pointer-events:none;z-index:2}.sp-dyr-custom-filter__scale-slider--max{z-index:3}.sp-dyr-custom-filter__scale-slider::-webkit-slider-runnable-track{width:100%;height:2px;background:transparent;border:none}.sp-dyr-custom-filter__scale-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:18px;background-image:url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60119 0H18.0059L21.6071 6.00198L11.4038 17.4058C11.3255 17.4856 11.2321 17.549 11.1291 17.5923C11.026 17.6357 10.9154 17.658 10.8036 17.658C10.6918 17.658 10.5811 17.6357 10.4781 17.5923C10.375 17.549 10.2816 17.4856 10.2034 17.4058L0 6.00198L3.60119 0Z' fill='%23CC8F56'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;cursor:grab;transition:all .2s ease;z-index:3;border:none;pointer-events:all}.sp-dyr-custom-filter__scale-slider::-webkit-slider-thumb:active{cursor:grabbing}.sp-dyr-custom-filter__scale-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.sp-dyr-custom-filter__scale-slider::-moz-range-track{width:100%;height:2px;background:transparent;border:none}.sp-dyr-custom-filter__scale-slider::-moz-range-thumb{width:22px;height:18px;background-image:url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.60119 0H18.0059L21.6071 6.00198L11.4038 17.4058C11.3255 17.4856 11.2321 17.549 11.1291 17.5923C11.026 17.6357 10.9154 17.658 10.8036 17.658C10.6918 17.658 10.5811 17.6357 10.4781 17.5923C10.375 17.549 10.2816 17.4856 10.2034 17.4058L0 6.00198L3.60119 0Z' fill='%23CC8F56'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;cursor:grab;transition:all .2s ease;z-index:3;border:none;pointer-events:all}.sp-dyr-custom-filter__scale-slider::-moz-range-thumb:active{cursor:grabbing}.sp-dyr-custom-filter__scale-slider::-moz-range-thumb:hover{transform:scale(1.15)}.sp-dyr-review{display:grid;grid-template-columns:4fr 3fr;gap:4rem;margin:0 auto;padding:0 4rem 4rem;overflow:hidden;max-width:100%}.sp-dyr-review__gallery{height:fit-content;position:sticky;min-width:0;overflow:hidden}.sp-dyr-review__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0;max-width:100%}.sp-dyr-review__carousel::-webkit-scrollbar{display:none}.sp-dyr-review__gallery-item{position:relative;overflow:hidden;background:#fff;flex:0 0 100%;scroll-snap-align:start;min-width:0;max-width:100%}.sp-dyr-review__gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.sp-dyr-review__thumbnails{display:none;overflow-x:auto;gap:.5rem;padding:.5rem 0;margin-top:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sp-dyr-review__thumbnails::-webkit-scrollbar{display:none}.sp-dyr-review__thumbnail{flex:0 0 75px;height:75px;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;overflow:hidden}.sp-dyr-review__thumbnail.active{border-color:var(--sp-dyr-primary, #000)}.sp-dyr-review__thumbnail img{width:100%;height:100%;object-fit:cover}.sp-dyr-review__info{display:flex;flex-direction:column;min-width:0;overflow:hidden}.sp-dyr-review__title{font-size:2.5rem;font-weight:400;margin:0 0 1.25rem}.sp-dyr-review__price{font-size:1.5rem;font-weight:500;color:var(--sp-dyr-text);margin-bottom:2rem}.sp-dyr-review__specs{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.sp-dyr-review__spec-row{display:flex;gap:1.125rem;font-size:1.125rem}.sp-dyr-review__spec-label{font-weight:700;color:var(--sp-dyr-text)}.sp-dyr-review__spec-value{color:var(--sp-dyr-text);word-break:break-word}.sp-dyr-review__ring-size{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.sp-dyr-review__ring-size-label{font-weight:400;font-size:.9375rem;display:block}.sp-dyr-review__ring-size-options{display:flex;gap:.75rem;flex-wrap:nowrap}.sp-dyr-review__ring-size-btn{flex:1;min-width:0;max-width:45px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--sp-dyr-border);background:var(--sp-dyr-white);cursor:pointer;font-size:.9375rem;transition:all .2s ease}.sp-dyr-review__ring-size-btn:hover{border-color:var(--sp-dyr-black)}.sp-dyr-review__ring-size-btn.active{border:2px solid var(--sp-dyr-primary)}.sp-dyr-review__links,.sp-dyr-pdp__links{display:flex;gap:1.25rem;margin-bottom:2rem}@media(max-width:768px){.sp-dyr-review__links,.sp-dyr-pdp__links{flex-direction:column;gap:.625rem}}.sp-dyr-review__links a:first-child:after,.sp-dyr-pdp__links a:first-child:after{content:"";position:absolute;right:-.625rem;top:50%;transform:translateY(-50%);background:var(--sp-dyr-text);width:1.5px;height:100%}@media(max-width:768px){.sp-dyr-review__links a:first-child:after,.sp-dyr-pdp__links a:first-child:after{display:none}}.sp-dyr-review__link,.sp-dyr-pdp__link{color:var(--sp-dyr-text);text-decoration:underline;font-size:1.125rem;cursor:pointer;display:inline-block;position:relative}.sp-dyr-review__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(max-width:1024px){.sp-dyr-review{grid-template-columns:1fr;gap:30px}.sp-dyr-review__gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.sp-dyr-review{padding:20px 15px}.sp-dyr-review__gallery{display:flex;flex-direction:column;gap:0;position:relative;top:0!important}.sp-dyr-review__carousel{display:flex}.sp-dyr-review__gallery-item{display:block}.sp-dyr-review__thumbnails{display:flex}.sp-dyr-review__title{font-size:24px}.sp-dyr-review__price{font-size:20px}}@media(min-width:769px){.sp-dyr-review__carousel{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;overflow-x:visible;scroll-snap-type:none}.sp-dyr-review__gallery-item{flex:0 0 auto;display:block}.sp-dyr-review__thumbnails{display:none}}.sp-dyr-builder .pagination-custom,.sp-dyr-grid .pagination-custom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.sp-dyr-builder .pagination-custom__prev,.sp-dyr-builder .pagination-custom__next,.sp-dyr-grid .pagination-custom__prev,.sp-dyr-grid .pagination-custom__next{background:none;border:none;padding:.3125rem;font-size:inherit;color:var(--sp-dyr-text, #212121);cursor:pointer;text-decoration:none;transition:color .3s ease}.sp-dyr-builder .pagination-custom__prev:hover:not(.is-hidden),.sp-dyr-builder .pagination-custom__next:hover:not(.is-hidden),.sp-dyr-grid .pagination-custom__prev:hover:not(.is-hidden),.sp-dyr-grid .pagination-custom__next:hover:not(.is-hidden){color:#212121b3}.sp-dyr-builder .pagination-custom__prev.is-hidden,.sp-dyr-builder .pagination-custom__next.is-hidden,.sp-dyr-grid .pagination-custom__prev.is-hidden,.sp-dyr-grid .pagination-custom__next.is-hidden{visibility:hidden;pointer-events:none}.sp-dyr-builder .pagination-custom__inner,.sp-dyr-grid .pagination-custom__inner{display:flex;align-items:center}.sp-dyr-builder .pagination-custom__page,.sp-dyr-grid .pagination-custom__page{background:none;border:none;padding:.25rem .5rem;font-size:inherit;color:var(--sp-dyr-text, #212121);cursor:pointer;min-width:1.75rem;text-align:center;text-decoration:none;transition:color .3s ease}.sp-dyr-builder .pagination-custom__page:hover:not(.pagination-custom__page--active),.sp-dyr-grid .pagination-custom__page:hover:not(.pagination-custom__page--active){color:#212121b3}.sp-dyr-builder .pagination-custom__page--active,.sp-dyr-grid .pagination-custom__page--active{cursor:default}.sp-dyr-builder .pagination-custom__sep,.sp-dyr-grid .pagination-custom__sep{color:var(--sp-dyr-text, #212121);cursor:default}.style_text p{font-size:12px;color:#aaa}
/*# sourceMappingURL=/cdn/shop/t/16/assets/sp-dyr.css.map */
