.product-comparison-table{position:relative;z-index:1;background-color:#f5f5f7}.product-comparison-table__container{display:flex;flex-direction:column;align-items:center;gap:4rem}.product-comparison-table__header{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}.product-comparison-table__eyebrow{font-weight:700;font-size:1.6rem;color:rgba(var(--color-foreground),.7);text-transform:uppercase;letter-spacing:.05em;margin:0}.product-comparison-table__title{margin:0;line-height:1.4}.product-comparison-table__title strong{background:linear-gradient(90deg,#fd7562,#ffbe0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.product-comparison-table__table{display:flex;gap:2rem;width:100%;justify-content:center;align-items:flex-end}@media screen and (min-width:1200px){.product-comparison-table__table{align-items:flex-end}}.product-comparison-table__col{display:flex;flex-direction:column}.product-comparison-table__col--labels{width:29.1rem;padding-top:4rem;flex-shrink:0}.product-comparison-table__col--main{width:43.4rem;background-color:rgb(var(--color-background));border-radius:3rem;box-shadow:0 4px 20px #0000000d;position:relative;flex-shrink:0;overflow:hidden}.product-comparison-table__col--others{width:43.4rem;padding-top:2rem;flex-shrink:0}.product-comparison-table__header-strip{height:4.8rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:1.8rem;text-transform:uppercase;letter-spacing:.05em}.product-comparison-table__product-header{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2.4rem;text-align:center}.product-comparison-table__product-img-container{height:17.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.product-comparison-table__product-img{max-height:100%;max-width:100%;object-fit:contain}.product-comparison-table__product-name{font-weight:500;font-size:2.4rem;color:rgb(var(--color-foreground));margin:0}.product-comparison-table__col--others .product-comparison-table__product-name{color:#757575;font-size:2rem}.product-comparison-table__price-line{display:flex;align-items:center;gap:.4rem}.product-comparison-table__price-label{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.product-comparison-table__price-value{font-size:1.8rem;font-weight:500;color:rgb(var(--color-foreground))}.product-comparison-table__col--others .product-comparison-table__price-value{color:#777}.product-comparison-table__cell{min-height:10.6rem;padding:2.4rem;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-comparison-table__cell--label{border-color:rgba(var(--color-foreground),.2);border-top:1px solid rgba(var(--color-foreground),.2);border-bottom:none;padding-left:2.4rem;align-items:flex-start}.product-comparison-table__cell--label:last-child{border-bottom:1px solid rgba(var(--color-foreground),.2)}.product-comparison-table__col--others .product-comparison-table__cell{border-color:rgba(var(--color-foreground),.2)}.product-comparison-table__col--main .product-comparison-table__cell:last-child{border-bottom:none}.product-comparison-table__label-text{font-weight:500;font-size:1.6rem;color:rgb(var(--color-foreground))}.product-comparison-table__mobile-label{display:none;font-weight:500;font-size:1.4rem;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.product-comparison-table__feature-list{display:flex;flex-direction:column;gap:.8rem}.product-comparison-table__feature-item{display:flex;align-items:flex-start;gap:1.2rem}.product-comparison-table__feature-text{font-size:1.4rem;line-height:1.5;color:rgb(var(--color-foreground))}.product-comparison-table__col--others .product-comparison-table__feature-text{color:#767676}.product-comparison-table__icon-box{width:2rem;height:2rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-comparison-table__icon-box--check{background-color:#fd75621a}.product-comparison-table__icon-box--cross{background-color:transparent}@media screen and (max-width:1199px){.product-comparison-table__container{gap:2.4rem}.product-comparison-table__eyebrow{font-size:1.4rem}.product-comparison-table__title{font-size:2.4rem}.product-comparison-table__table{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:1.5rem;padding-bottom:2rem;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;gap:1.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-comparison-table__table::-webkit-scrollbar{height:4px}.product-comparison-table__table::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05)}.product-comparison-table__table::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:2px}.product-comparison-table__table:after{content:"";width:0;padding-left:1.5rem;flex-shrink:0}.product-comparison-table__col--labels{display:none}.product-comparison-table__col--main,.product-comparison-table__col--others{width:28rem;flex-shrink:0;scroll-snap-align:center;display:flex;flex-direction:column}}@media screen and (min-width:620px)and (max-width:1279px){.product-comparison-table__table{overflow-x:visible;margin-left:0;margin-right:0;padding-left:0;padding-right:0;justify-content:center;gap:1.2rem}.product-comparison-table__table:after{display:none}.product-comparison-table__col--main,.product-comparison-table__col--others{width:calc((100% - 1.2rem)/2);max-width:43.4rem;min-width:28rem;flex-shrink:1;flex-grow:0}.product-comparison-table__col--main{border-radius:3rem}.product-comparison-table__header-strip{border-top-left-radius:3rem;border-top-right-radius:3rem;height:4.8rem;font-size:1.8rem}.product-comparison-table__product-header{padding:2.4rem}.product-comparison-table__product-img-container{height:17.5rem;width:auto}.product-comparison-table__product-name{font-size:2.4rem}.product-comparison-table__cell{padding:2.4rem;min-height:10.6rem}.product-comparison-table__mobile-label,.product-comparison-table__col--labels{display:none}}@media screen and (max-width:619px){.product-comparison-table__col--main,.product-comparison-table__col--others{width:28rem;flex-shrink:0}.product-comparison-table__col--main{border-radius:1.6rem}.product-comparison-table__header-strip{border-top-left-radius:1.6rem;border-top-right-radius:1.6rem;height:3rem;font-size:1.2rem}.product-comparison-table__product-header{padding:1.6rem}.product-comparison-table__product-img-container{height:10.6rem;width:17.6rem}.product-comparison-table__product-name{font-size:1.8rem}.product-comparison-table__mobile-label{display:block}.product-comparison-table__cell{padding:1.2rem;min-height:auto;align-items:flex-start;gap:.8rem}.product-comparison-table__col--others{background-color:transparent;padding-top:0}.product-comparison-table__col--others .product-comparison-table__product-header{padding-top:0}.product-comparison-table__col--main,.product-comparison-table__col--others{align-self:flex-end}}@media screen and (min-width:1200px){.product-comparison-table__table{margin-left:0;margin-right:0;padding-left:0;padding-right:0;scroll-padding-left:0;overflow-x:visible}.product-comparison-table__table:after{display:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-comparison-table.css.map */
