.sunves-section{--sunves-gutter: 5rem;padding:6rem var(--sunves-gutter);box-sizing:border-box}.sunves-section__heading{margin:0 0 2.4rem;font-family:var(--font-sunves-heading, "Computer Modern Serif", "Times New Roman", serif);font-size:clamp(3rem,2.2rem + 1.6vw,4.4rem);font-weight:500;letter-spacing:-.005em!important;line-height:1.15;text-align:left;text-transform:none!important;text-wrap:balance;color:rgb(var(--color-foreground))}.sunves-section__heading--center{text-align:center}.sunves-collections__row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.sunves-collection-card{position:relative;display:block;overflow:hidden;text-decoration:none;aspect-ratio:var(--sunves-card-ratio, 4 / 5);background:rgba(var(--color-foreground),.04)}.sunves-collection-card__image,.sunves-collection-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.sunves-collection-card:hover img{transform:scale(1.04)}.sunves-collection-card__image--empty svg{width:100%;height:100%;object-fit:cover}.sunves-collection-card__cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:1rem;padding:1.1rem 1.8rem;border-radius:6px;background:#2f2c28;color:#fff;font-size:1.4rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;transition:background-color .2s ease}.sunves-collection-card:hover .sunves-collection-card__cta{background:#1c1a17}.sunves-collection-card__arrow{width:16px;height:10px;flex-shrink:0}.sunves-reviews{padding-left:0;padding-right:0;overflow:hidden}.sunves-reviews__header{padding:0 var(--sunves-gutter);margin-bottom:3rem}.sunves-reviews__subheading{margin:.6rem 0 0;text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.sunves-stars{color:#2f6f4e;letter-spacing:.1em}.sunves-reviews__subheading:has(.sunves-tp-stars){display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .8rem}.sunves-tp-stars{display:inline-flex;gap:2px}.sunves-tp-stars__tile{display:grid;place-items:center;width:2rem;height:2rem;background:linear-gradient(to right,#00b67a var(--fill, 100%),#dcdce6 var(--fill, 100%))}.sunves-tp-stars__tile svg{width:1.6rem;height:1.6rem;color:#fff}.sunves-reviews .sunves-section__heading{margin-bottom:1.4rem}.sunves-reviews__score{font-weight:500;color:rgb(var(--color-foreground))}.sunves-reviews__viewport{overflow:hidden}.sunves-reviews__track{display:flex;width:max-content;animation:sunvesReviewScroll var(--sunves-marquee-duration, 60s) linear infinite}.sunves-reviews__viewport:hover .sunves-reviews__track{animation-play-state:paused}.sunves-reviews__viewport.is-scrollable{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.sunves-reviews__viewport.is-scrollable::-webkit-scrollbar{display:none}.sunves-reviews__viewport.is-scrollable .sunves-reviews__track{animation:none}.sunves-reviews__group{display:flex;gap:1.6rem;padding-right:1.6rem;flex-shrink:0}@keyframes sunvesReviewScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sunves-review-card{display:flex;flex-direction:column;width:28rem;flex-shrink:0;padding:1.4rem;box-sizing:border-box;border-radius:14px;background:rgba(var(--color-foreground),.04)}.sunves-review-card__photo{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;border-radius:10px;display:block}.sunves-review-card__verified{align-self:flex-start;margin-top:1.2rem;padding:.5rem 1rem;border-radius:999px;background:rgb(var(--color-background));font-size:1.2rem;color:rgba(var(--color-foreground),.8);white-space:nowrap}.sunves-review-card__quote{margin:1.2rem 0 2rem;font-size:1.4rem;line-height:1.55;color:rgb(var(--color-foreground))}.sunves-review-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.sunves-review-card__meta{display:flex;flex-direction:column;gap:.3rem;min-width:0}.sunves-review-card__name{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.sunves-review-card__avatar{display:grid;place-items:center;width:4rem;height:4rem;flex-shrink:0;border-radius:50%;background:#1c1a17;color:#fff;font-size:1.5rem;font-weight:500}.sunves-faq__head{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:2.4rem}.sunves-faq__head .sunves-section__heading{flex:1 1 0%;min-width:0;margin-bottom:0}.sunves-faq__head .sunves-faq__link{flex:none}.sunves-faq__link{font-family:var(--font-sunves-body, "Poppins", sans-serif);font-size:1.5rem;font-weight:400;letter-spacing:0;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap}.sunves-faq__link:hover{text-decoration:underline;text-underline-offset:.3rem}.sunves-faq__item{border-top:1px solid rgba(var(--color-foreground),.12)}.sunves-faq__item:last-child{border-bottom:1px solid rgba(var(--color-foreground),.12)}.sunves-faq__question{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.9rem 0;cursor:pointer;list-style:none;font-size:1.5rem;color:rgb(var(--color-foreground))}.sunves-faq__question::-webkit-details-marker{display:none}.sunves-faq__chevron{width:14px;height:14px;flex-shrink:0;transition:transform .2s ease}.sunves-faq__item[open] .sunves-faq__chevron{transform:rotate(180deg)}.sunves-faq__answer{padding:0 0 2.2rem;max-width:76ch;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.sunves-faq__answer>:first-child{margin-top:0}.sunves-faq__answer>:last-child{margin-bottom:0}.sunves-faq__item::details-content{block-size:0;overflow-y:clip;opacity:0;interpolate-size:allow-keywords;transition:content-visibility .2s allow-discrete,opacity .2s ease-in-out,block-size .2s ease-in-out}.sunves-faq__item[open]::details-content{opacity:1;block-size:auto}@starting-style{.sunves-faq__item[open]::details-content{block-size:0;opacity:0}}.sunves-faq__question:hover{opacity:.8}.sunves-faq--page{padding:0 0 6rem}.sunves-faq--page .sunves-faq__head{margin-bottom:2rem}.sunves-track{max-width:76rem;font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground))}.sunves-track p{margin:0 0 1.6rem}.sunves-track__heading{margin:3.6rem 0 1.2rem;font-family:var(--font-sunves-heading, "Computer Modern Serif", "Times New Roman", serif);font-size:clamp(2.4rem,2rem + 1vw,3.2rem);font-weight:500;line-height:1.1;letter-spacing:-.005em!important;text-transform:none!important;color:rgb(var(--color-foreground))}.sunves-track__steps{margin:0 0 1.6rem;padding-left:2rem;line-height:1.8}.sunves-track__steps li{margin:0}.sunves-track__table-wrapper{overflow-x:auto}.sunves-track__table{width:100%;margin:.8rem 0 0;border-collapse:collapse;font-size:1.4rem}.sunves-track__table th{padding:.8rem .6rem;border-bottom:1px solid rgba(var(--color-foreground),.15);text-align:left;font-weight:500}.sunves-track__table td{padding:.7rem .6rem;border-bottom:1px solid rgba(var(--color-foreground),.08);vertical-align:top}.sunves-track p.sunves-track__support{margin-top:2.4rem}.sunves-track a{color:inherit;text-underline-offset:.2em}@media screen and (max-width:989px){.sunves-section{--sunves-gutter: 2.4rem;padding-top:4rem;padding-bottom:4rem}.sunves-faq--page{padding:0 0 4rem}.sunves-faq__head{align-items:flex-end;gap:1.6rem}.sunves-collections__row{grid-template-columns:1fr;gap:1.2rem}.sunves-review-card{width:24rem}}@media(prefers-reduced-motion:reduce){.sunves-reviews__track{animation:none}.sunves-reviews__viewport{overflow-x:auto}.sunves-collection-card:hover img{transform:none}}.sunves-footer{--sunves-footer-columns: 4;--sunves-footer-gutter: 5rem;padding:4rem var(--sunves-footer-gutter) 3rem;box-sizing:border-box;background-color:#1c1a17;color:#fff}.sunves-footer__columns{display:grid;grid-template-columns:repeat(var(--sunves-footer-columns),minmax(0,1fr));gap:4rem}.sunves-footer__column{display:flex;flex-direction:column;gap:.8rem}.sunves-footer__heading{margin:0;font-family:var(--font-sunves-heading, "Computer Modern Serif", "Times New Roman", serif);font-size:1.4rem;font-weight:500;line-height:1.2;letter-spacing:normal;text-transform:none!important;color:#fff!important}.sunves-footer__links,.sunves-footer__payments,.sunves-footer__policies{margin:0;padding:0;list-style:none}.sunves-footer__links li,.sunves-footer__text p{font-size:1.4rem;line-height:1.6}.sunves-footer__text{margin:0;font-size:1.4rem;line-height:1.6}.sunves-footer__text>*{margin:0}.sunves-footer__link,.sunves-footer__text a{color:#fff;font-size:1.4rem;line-height:1.6;text-decoration:underline;text-underline-offset:.2rem;transition:opacity .2s ease}.sunves-footer__copyright a{color:#fff;font-size:inherit;line-height:inherit;text-decoration:none;transition:opacity .2s ease}.sunves-footer__link:hover,.sunves-footer__text a:hover,.sunves-footer__copyright a:hover{opacity:.7}.sunves-footer__note{margin:0;font-size:1.28rem;line-height:1.5;color:#fff;opacity:1}.sunves-footer__payments{display:flex;flex-wrap:wrap;gap:.8rem}.sunves-footer__payments li{display:flex}.sunves-footer__payment-icon{width:3.8rem;height:2.4rem}.sunves-footer__utilities{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.4rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.15)}.sunves-footer .sunves-currency-trigger{color:#fff!important}.sunves-footer__utilities-start,.sunves-footer__utilities-end{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem}.sunves-footer__utilities .list-social{margin:0;padding:0}.sunves-footer__copyright{font-size:1.2rem;line-height:1.5}.sunves-footer__policies{display:flex;flex-wrap:wrap;gap:1.6rem}.sunves-footer__policies .sunves-footer__link{font-size:1.2rem}@media screen and (max-width:989px){.sunves-footer{--sunves-footer-gutter: 3rem}.sunves-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem}}@media screen and (max-width:749px){.sunves-footer{--sunves-footer-gutter: 2rem;padding-top:3.2rem}.sunves-footer__columns{grid-template-columns:minmax(0,1fr);gap:2.8rem}.sunves-footer__utilities{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/sunves-sections.css.map */
