.cro-anchor{position:relative;top:-8rem;display:block;height:0}.cro-price__row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.2rem}.cro-price__current{font-size:2.8rem;font-weight:700;line-height:1;color:rgb(var(--color-foreground))}.cro-price--on-sale .cro-price__current{color:rgb(var(--color-base-accent-1))}.cro-price__compare{font-size:1.8rem;color:rgba(var(--color-foreground),.55)}.cro-price__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));padding:.5rem 1rem;border-radius:.4rem;font-size:1.3rem;font-weight:700;letter-spacing:.06rem;white-space:nowrap}.cro-price__badge .icon{width:1.4rem;height:1.4rem}.cro-price__soldout{font-size:1.3rem;font-weight:600;padding:.4rem 1rem;border-radius:.4rem;background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.75)}fieldset.cro-variant-cards{display:grid;grid-template-columns:repeat(var(--cro-card-cols, 2),minmax(0,1fr));gap:1rem;border:0;padding:0;margin:0 0 .5rem}fieldset.cro-variant-cards .form__label{grid-column:1 / -1;margin-bottom:.2rem}.cro-variant-card__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.cro-variant-card{position:relative;display:flex;flex-direction:column;gap:.4rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:.8rem;padding:1.5rem 1.4rem 1.3rem;cursor:pointer;background:rgb(var(--color-background));transition:border-color .15s ease,box-shadow .15s ease}.cro-variant-card:hover{border-color:rgba(var(--color-foreground),.6)}.cro-variant-card__input:checked+.cro-variant-card{border:2px solid rgb(var(--color-base-accent-1));padding:calc(1.5rem - 1px) calc(1.4rem - 1px) calc(1.3rem - 1px);box-shadow:0 2px 12px #0000001a}.cro-variant-card:after{content:"";position:absolute;top:1.2rem;right:1.2rem;width:1.6rem;height:1.6rem;border:1px solid rgba(var(--color-foreground),.4);border-radius:50%;background:transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.cro-variant-card__input:checked+.cro-variant-card:after{background:rgb(var(--color-base-accent-1));border-color:rgb(var(--color-base-accent-1));box-shadow:inset 0 0 0 .3rem rgb(var(--color-background))}.cro-variant-card__input:focus-visible+.cro-variant-card{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.cro-variant-card__flag{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:rgb(var(--color-base-accent-1));color:rgb(var(--color-base-solid-button-labels));font-size:1rem;font-weight:700;letter-spacing:.08em;padding:.2rem .9rem;border-radius:2rem;white-space:nowrap;z-index:1}.cro-variant-card__name{font-weight:600;font-size:1.5rem;line-height:1.3;padding-right:2.2rem}.cro-variant-card__prices{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}.cro-variant-card__price{font-weight:700;font-size:1.5rem}.cro-variant-card__compare{color:rgba(var(--color-foreground),.5);font-size:1.3rem}.cro-variant-card__unit{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.cro-variant-card__save{align-self:flex-start;font-size:1.1rem;font-weight:700;color:rgb(var(--color-base-accent-1));background:rgba(var(--color-base-accent-1),.08);padding:.2rem .6rem;border-radius:.4rem;letter-spacing:.04em}.cro-variant-card--soldout{opacity:.55}.cro-variant-card__so{font-size:1.1rem;font-weight:600;color:rgba(var(--color-foreground),.7);text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:400px){fieldset.cro-variant-cards{grid-template-columns:repeat(min(var(--cro-card-cols, 2),2),minmax(0,1fr))}}.cro-info-image{margin:1.4rem 0}.cro-info-image img{width:100%;height:auto;border-radius:.8rem}.cro-rating-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:rgb(var(--color-foreground));margin-bottom:.4rem}.cro-rating-link:hover .rating-count{text-decoration:underline}.cro-rating-link .rating,.cro-rating-link .rating-text,.cro-rating-link .rating-count{margin:0}.cro-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:20;transform:translateY(110%);transition:transform .25s ease;box-shadow:0 -2px 12px #00000026;border-top:1px solid rgba(var(--color-foreground),.08)}.cro-sticky-atc.is-visible{transform:none}.cro-sticky-atc__inner{display:flex;align-items:center;gap:1.2rem;padding-top:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.cro-sticky-atc__thumb{width:4.8rem;height:4.8rem;border-radius:.6rem;object-fit:cover;flex-shrink:0}.cro-sticky-atc__meta{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.cro-sticky-atc__title{font-weight:600;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cro-sticky-atc__price .cro-price__row{gap:.6rem}.cro-sticky-atc__price .cro-price__current{font-size:1.6rem}.cro-sticky-atc__price .cro-price__compare{font-size:1.3rem}.cro-sticky-atc__price .cro-price__badge{font-size:1rem;padding:.3rem .7rem}.cro-sticky-atc__submit{min-height:4.2rem;padding:0 2.6rem;flex-shrink:0}@media screen and (max-width:749px){.cro-sticky-atc__thumb{width:4rem;height:4rem}.cro-sticky-atc__title{font-size:1.3rem}.cro-sticky-atc__price .cro-price__badge{display:none}.cro-sticky-atc__submit{padding:0 1.8rem}}@media(prefers-reduced-motion:reduce){.cro-sticky-atc,.cro-variant-card,.cro-variant-card:after{transition:none}}fieldset.cro-variant-cards input[type=radio]+label.cro-variant-card{display:flex;margin:0;padding:1.5rem 1.4rem 1.3rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:.8rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));letter-spacing:normal;text-align:left;line-height:1.3;font-size:inherit}fieldset.cro-variant-cards input[type=radio]+label.cro-variant-card:before{content:none}fieldset.cro-variant-cards input[type=radio]+label.cro-variant-card:hover{border-color:rgba(var(--color-foreground),.6)}fieldset.cro-variant-cards input[type=radio]:checked+label.cro-variant-card,fieldset.cro-variant-cards input[type=radio]+label.cro-variant-card.is-selected{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:2px solid rgb(var(--color-base-accent-1));padding:calc(1.5rem - 1px) calc(1.4rem - 1px) calc(1.3rem - 1px);box-shadow:0 2px 12px #0000001a}fieldset.cro-variant-cards input[type=radio]+label.cro-variant-card.is-selected:after{background:rgb(var(--color-base-accent-1));border-color:rgb(var(--color-base-accent-1));box-shadow:inset 0 0 0 .3rem rgb(var(--color-background))}
/*# sourceMappingURL=/cdn/shop/t/37/assets/section-cro-main-product.css.map */
