.carbon-gemstone-shapes{padding:var(--padding, 60px 0)}.carbon-gemstone-shapes__container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 20px)}.carbon-gemstone-shapes__header{margin-bottom:40px}.carbon-gemstone-shapes__title{font-size:36px;font-weight:700;margin:0}.carbon-gemstone-shapes__content{margin-top:1rem;font-size:1rem;line-height:1.6;max-width:72rem;margin-left:auto;margin-right:auto}.carbon-gemstone-shapes__content p:first-child{margin-top:0}.carbon-gemstone-shapes__content p:last-child{margin-bottom:0}.carbon-gemstone-shapes__grid{display:grid;grid-template-columns:repeat(var(--columns, 5),1fr);gap:var(--gap, 20px);justify-items:center}.carbon-gemstone-shape{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.carbon-gemstone-shape__link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;cursor:pointer}.carbon-gemstone-shape__link:hover{text-decoration:none}.carbon-gemstone-shape:hover{transform:scale(1.1)}.carbon-gemstone-shape:not(:has(.carbon-gemstone-shape__link)){cursor:default}@supports not selector(:has(*)){.carbon-gemstone-shape{cursor:pointer}}.carbon-gemstone-shape__image-wrapper,.carbon-gemstone-shape__media-wrapper{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:15px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border:3px solid transparent;transition:border-color .3s ease;position:relative}.carbon-gemstone-shape:hover .carbon-gemstone-shape__image-wrapper,.carbon-gemstone-shape:hover .carbon-gemstone-shape__media-wrapper{border-color:#d4af37}.carbon-gemstone-shape__image-wrapper--rotatable{animation:carbon-rotate360 var(--rotation-speed, 10s) linear infinite;animation-play-state:paused}.carbon-gemstone-shape:hover .carbon-gemstone-shape__image-wrapper--rotatable,.carbon-gemstone-shape__image-wrapper--rotatable.carbon-gemstone-shape__image-wrapper--clicked{animation-play-state:running}@keyframes carbon-rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.carbon-gemstone-shape__image{width:100%;height:100%;object-fit:cover}.carbon-gemstone-shape__video-container{width:100%;height:100%;position:relative;border-radius:50%;overflow:hidden}.carbon-gemstone-shape__video{width:100%;height:100%;object-fit:cover;border-radius:50%}.carbon-gemstone-shape__icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;margin-bottom:15px;border:3px solid transparent;transition:border-color .3s ease,background .3s ease}.carbon-gemstone-shape:hover .carbon-gemstone-shape__icon{border-color:#d4af37;background:#fff9e6}.carbon-gemstone-shape__icon svg{width:50px;height:50px}.carbon-gemstone-shape__label{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;transition:color .3s ease}.carbon-gemstone-shape__label-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,color .3s ease}.carbon-gemstone-shape__label-icon svg{width:18px;height:18px;fill:currentColor}.carbon-gemstone-shape__label-text{display:inline-block}.carbon-gemstone-shape:hover .carbon-gemstone-shape__label-icon{transform:scale(1.2)}.carbon-gemstone-shape__label-link{text-decoration:none;color:inherit;display:block;margin-top:15px}.carbon-gemstone-shape__label-link:hover{text-decoration:none}.carbon-gemstone-shape:hover .carbon-gemstone-shape__label{color:#d4af37}@media(max-width:1024px){.carbon-gemstone-shapes__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.carbon-gemstone-shapes__grid{grid-template-columns:repeat(2,1fr)}.carbon-gemstone-shapes__title{font-size:28px}}.carbon-running-stripe{overflow:hidden;position:relative;width:100%}.carbon-running-stripe__container{width:100%;overflow:hidden}.carbon-running-stripe__track{display:flex;width:fit-content;animation:scroll var(--speed, 20s) linear infinite}.carbon-running-stripe__track[style*="--direction: reverse"]{animation-direction:reverse}.carbon-running-stripe__content{display:flex;align-items:center;gap:60px;white-space:nowrap;font-weight:600;text-transform:uppercase;letter-spacing:1px}.carbon-running-stripe__item{display:inline-flex;align-items:center;gap:15px;flex-shrink:0}.carbon-running-stripe__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.carbon-running-stripe__icon svg{width:24px;height:24px;fill:currentColor}.carbon-running-stripe__text{display:inline-block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.carbon-running-stripe__content{gap:40px;font-size:14px!important}.carbon-running-stripe__item{gap:10px}.carbon-running-stripe__icon svg{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.carbon-running-stripe__track{animation:none}}.testimonials-section-wrapper{width:100%;box-sizing:border-box}.section-header{text-align:center;margin-bottom:3rem;padding:0}.section-header__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;font-size:calc(var(--font-heading-scale) * 2.6rem);margin:0 0 1rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.08em}.section-header__description{font-size:1.35rem;color:rgba(var(--color-foreground),.7);line-height:1.6;max-width:600px;margin:0 auto}.testimonials-section{padding:0 1.5rem;max-width:100%;margin:0 auto}@media screen and (min-width:750px){.testimonials-section{padding:0}}.testimonials-grid{display:grid;grid-template-columns:repeat(var(--testimonials-per-row),1fr);gap:1.25rem;max-width:100%;width:100%;margin:0}@media(prefers-reduced-motion:reduce){.testimonial-card,.testimonial-card__rating,.testimonial-card__text,.testimonial-card__author,.testimonial-card__avatar{animation:none;transition:none}}.testimonial-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .4s ease;aspect-ratio:auto;min-height:200px;position:relative;overflow:hidden;opacity:0}.testimonial-card:nth-child(odd){animation:slideInFromLeft .7s ease-out forwards}.testimonial-card:nth-child(2n){animation:slideInFromRight .7s ease-out forwards}.testimonial-card:nth-child(1){animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:nth-child(4){animation-delay:.4s}.testimonial-card:nth-child(5){animation-delay:.5s}.testimonial-card:nth-child(6){animation-delay:.6s}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px) rotate(-5deg)}to{opacity:1;transform:translate(0) rotate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px) rotate(5deg)}to{opacity:1;transform:translate(0) rotate(0)}}.testimonial-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(var(--color-foreground),.05) 0%,transparent 70%);opacity:0;transition:opacity .5s ease,transform .5s ease;pointer-events:none;transform:scale(0)}.testimonial-card:hover:before{opacity:1;transform:scale(1)}.testimonial-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.05));opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:12px}.testimonial-card:hover:after{opacity:1}.testimonial-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 35px rgba(var(--color-foreground),.12);border-color:rgb(var(--color-foreground))}.testimonial-card:active{transform:translateY(-5px) scale(1.01);transition:transform .1s ease}.testimonial-card__rating{margin-bottom:.75rem;font-size:1.35rem;line-height:1;opacity:0;animation:fadeInScale .5s ease-out .5s both}.testimonial-card__star{display:inline-block;transition:transform .2s ease;color:rgba(var(--color-foreground),.25)}.testimonial-card__star--filled{color:#ffc107}.testimonial-card:hover .testimonial-card__star--filled{transform:scale(1.15);animation:starGlow .5s ease-in-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes starGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.5)}}.testimonial-card__text{font-size:1.35rem;line-height:1.5;color:rgba(var(--color-foreground),.8);margin-bottom:1rem;flex-grow:1;font-style:italic;opacity:0;animation:textFadeUp .6s ease-out .6s both;position:relative;transition:color .3s ease}.testimonial-card:hover .testimonial-card__text{color:rgb(var(--color-foreground))}@keyframes textFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.1);opacity:0;animation:authorFadeIn .5s ease-out .7s both}@keyframes authorFadeIn{0%{opacity:0}to{opacity:1}}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:rgba(var(--color-foreground),.06);transition:transform .3s ease,border-color .3s ease;border:2px solid transparent}.testimonial-card:hover .testimonial-card__avatar{transform:scale(1.1);border-color:rgb(var(--color-foreground))}.testimonial-card__avatar-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.testimonial-card:hover .testimonial-card__avatar-img{transform:scale(1.05)}.testimonial-card__author-info{flex-grow:1}.testimonial-card__name{font-size:1.1rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.25rem}.testimonial-card__position{font-size:1rem;color:rgba(var(--color-foreground),.65)}@media screen and (max-width:989px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.testimonials-section{padding:0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.section-header__title{font-size:calc(var(--font-heading-scale) * 2.2rem)}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
