.breadcrumbs{display:flex;align-items:center;gap:4px}.breadcrumbs__list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center;gap:4px}.breadcrumbs__link{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#6b6b6b;text-decoration:none;white-space:nowrap;transition:color .3s ease-in-out}.breadcrumbs__link:hover{color:#080808}.breadcrumbs__current{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#080808;white-space:nowrap}.breadcrumbs__divider{display:flex;align-items:center;justify-content:center;height:10px;font-size:8px;font-weight:400;line-height:1;letter-spacing:-.08px;color:#6b6b6b;text-transform:uppercase;-webkit-user-select:none;user-select:none}.breadcrumbs__item:last-child .breadcrumbs__divider{color:#080808}.breadcrumbs--mobile{display:none}@media(max-width:1023px){.breadcrumbs--mobile{display:flex;padding-bottom:8px;margin-bottom:4px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs--mobile::-webkit-scrollbar{display:none}}.breadcrumbs--desktop{display:none}@media(min-width:1024px){.breadcrumbs--desktop{display:flex;margin-bottom:24px}}.breadcrumbs--desktop .breadcrumbs__list{flex-wrap:wrap}.breadcrumbs--inline{margin-bottom:16px}@media(max-width:767px){.breadcrumbs--inline{display:none}}.breadcrumbs--inline .breadcrumbs__divider{font-size:12px;color:#080808}.breadcrumbs--inline .breadcrumbs__link:hover{color:#008484}.blog-card{display:flex;flex-direction:column;gap:10px;width:413px;position:relative}.blog-card__link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease-in-out}.blog-card__link:hover{opacity:.95}.blog-card__image-wrapper{position:relative;width:413px;height:305px;background:#fefefe;border-radius:12px;overflow:hidden}.blog-card__image{width:100%;height:100%;object-fit:cover;object-position:left center;display:block}.blog-card__content{display:flex;flex-direction:column;gap:16px}.blog-card__category{font-size:10px;font-weight:400;line-height:1.2;letter-spacing:-.1px;text-transform:uppercase;color:#008484;margin:0}.blog-card__text{display:flex;flex-direction:column;gap:8px}.blog-card__title{font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.36px;color:#080808;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-card__description{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#393939;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.blog-card{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}.blog-card__image-wrapper{width:100%;height:auto;aspect-ratio:413/305}}@media(min-width:768px)and (max-width:1023px){.blog-card{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}.blog-card__image-wrapper{width:100%;height:auto;aspect-ratio:413/305}}@media(max-width:767px){.blog-card{flex:0 0 100%;width:100%}.blog-card__image-wrapper{width:100%;height:auto;aspect-ratio:auto}.blog-card__image{object-fit:contain;object-position:center}.blog-card__content{gap:12px}.blog-card__category{font-size:8px;letter-spacing:-.16px}.blog-card__text{gap:6px}.blog-card__title{font-size:14px;letter-spacing:-.28px}.blog-card__description{font-size:10px;letter-spacing:-.1px;-webkit-line-clamp:2}}.blog-article-page{background:#fefefe}.blog-article-page__breadcrumbs{display:flex;align-items:center;gap:4px;padding-top:30px;padding-bottom:20px}@media(max-width:767px){.blog-article-page__breadcrumbs{display:none}}.article-header{padding-bottom:96px}@media(max-width:767px){.article-header{padding-bottom:10px}}.article-header .container{display:flex;flex-direction:column;align-items:center;gap:64px}@media(max-width:767px){.article-header .container{gap:20px}}.article-header__content{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:960px;text-align:center}@media(max-width:767px){.article-header__content{gap:18px;max-width:100%}}.article-header__meta{display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:767px){.article-header__meta{gap:10px}}.article-header__date{font-size:14px;font-weight:600;line-height:1;letter-spacing:-.14px;color:#008484}@media(max-width:767px){.article-header__date{font-size:12px;font-weight:700;line-height:1.4;letter-spacing:-.12px}}.article-header__title{font-size:42px;font-weight:500;line-height:1;letter-spacing:-.84px;color:#080808;margin:0}@media(max-width:767px){.article-header__title{font-size:16px;line-height:1.4;letter-spacing:-.32px}}.article-header__lead{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#6b6b6b;margin:0}@media(max-width:767px){.article-header__lead{font-size:14px;line-height:1.4;letter-spacing:-.14px}}.article-header__image{width:100%;max-width:1216px;border-radius:20px;overflow:hidden}@media(max-width:767px){.article-header__image{border-radius:12px}}.article-header__image img{display:block;width:100%;height:auto;aspect-ratio:1216/599;object-fit:cover}@media(max-width:767px){.article-header__image img{aspect-ratio:auto;object-fit:contain}}.article-content{padding-top:0;padding-bottom:96px;overflow-x:hidden}@media(max-width:767px){.article-content{padding-top:30px;padding-bottom:50px}}.article-content__body{max-width:720px;margin:0 auto}@media(max-width:767px){.article-content__body{max-width:100%}}.article-content__body p{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#393939;margin:0 0 24px}@media(max-width:767px){.article-content__body p{font-size:14px;line-height:1.4;letter-spacing:-.14px;margin-bottom:16px}}.article-content__body p:last-child{margin-bottom:0}.article-content__body .product-slider{width:100%;margin:20px 0}@media(max-width:767px){.article-content__body .product-slider{margin:16px 0;padding:0}}.article-content__body .product-slider:first-child{margin-top:0}.article-content__body .product-slider:last-child{margin-bottom:0}.article-content__body .product-slider .product-slider__container{overflow:hidden;margin-right:0}.article-content__body .product-slider .product-slider__track{padding-left:0;padding-right:0}.article-content__body>.product-card,.article-content__body>article.product-card{margin:32px auto;max-width:305px}@media(max-width:767px){.article-content__body>.product-card,.article-content__body>article.product-card{margin:24px auto;max-width:100%}}.article-content__body>.product-card:first-child,.article-content__body>article.product-card:first-child{margin-top:0}.article-content__body>.product-card:last-child,.article-content__body>article.product-card:last-child{margin-bottom:0}.article-content__body ul,.article-content__body ol{margin:0 0 24px;padding:0;list-style:none}.article-content__body ul:last-child,.article-content__body ol:last-child{margin-bottom:0}.article-content__body li{display:flex;gap:4px;align-items:flex-start;position:relative;padding-left:28px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#393939;margin-bottom:8px}@media(max-width:767px){.article-content__body li{font-size:14px;line-height:1.4;letter-spacing:-.14px}}.article-content__body li:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3332 4L5.99984 11.3333L2.6665 8' stroke='%23339D9D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.article-content__body li:last-child{margin-bottom:0}.article-content__body img.scont-img{max-width:40%;margin:30px 0;border-radius:8px}@media(max-width:767px){.article-content__body img.scont-img{display:block;float:none;max-width:100%;margin:16px auto}}.article-content__body img.scont-img.scont-img-left{float:left;margin-right:30px}.article-content__body img.scont-img.scont-img-right{float:right;margin-left:30px}.article-section{margin-bottom:48px}@media(max-width:767px){.article-section{margin-bottom:18px}}.article-section--conclusion{background:#f9f9f9;border-radius:20px;padding:32px 32px 40px}@media(max-width:767px){.article-section--conclusion{padding:24px;border-radius:20px}}.article-section--conclusion .article-heading{margin-bottom:24px}@media(max-width:767px){.article-section--conclusion .article-heading{margin-bottom:16px}}.article-heading{font-size:26px;font-weight:500;line-height:1;letter-spacing:-.52px;color:#101828;margin:0 0 24px}@media(max-width:767px){.article-heading{font-size:16px;line-height:1.4;letter-spacing:-.32px;margin-bottom:12px}}.article-text{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#393939;margin:0 0 24px}@media(max-width:767px){.article-text{font-size:14px;line-height:1.4;letter-spacing:-.14px;margin-bottom:16px}}.article-text:last-child{margin-bottom:0}.article-divider{border:none;border-top:1px solid #EAECF0;margin:32px 0}@media(max-width:767px){.article-divider{margin:24px 0}}.article-figure{margin:0 0 48px}@media(max-width:767px){.article-figure{margin-bottom:18px}}.article-figure__image{display:block;width:100%;height:auto;aspect-ratio:720/480;object-fit:cover;border-radius:20px}@media(max-width:767px){.article-figure__image{aspect-ratio:343/300;border-radius:12px}}.article-figure__caption{margin-top:16px;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#6b6b6b}.article-figure__link{color:inherit;text-decoration:underline;transition:color .3s ease-in-out}.article-figure__link:hover{color:#008484}.article-quote{display:flex;gap:20px;margin:0 0 48px}@media(max-width:767px){.article-quote{margin-bottom:18px}}.article-quote:before{content:"";flex-shrink:0;width:2px;align-self:stretch;background:#008484}.article-quote__content{display:flex;flex-direction:column;gap:32px;padding:8px 0}.article-quote__text{font-size:20px;font-weight:600;line-height:1.5;letter-spacing:-.4px;color:#080808;margin:0}@media(max-width:767px){.article-quote__text{font-size:16px;letter-spacing:-.32px}}.article-quote__link{color:inherit;text-decoration:underline;transition:color .3s ease-in-out}.article-quote__link:hover{color:#008484}.article-quote__author{font-size:14px;font-weight:400;font-style:normal;line-height:1.4;letter-spacing:-.14px;color:#6b6b6b;margin:0}@media(max-width:767px){.article-quote__author{font-size:12px;letter-spacing:-.12px}}.article-list{margin:0 0 24px;padding:0 0 0 24px}@media(max-width:767px){.article-list{padding-left:21px;margin-bottom:16px}}.article-list li{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#393939;margin-bottom:0}@media(max-width:767px){.article-list li{font-size:14px;line-height:1.4;letter-spacing:-.14px}}.article-list--ordered{list-style-type:decimal}.article-author{margin-top:48px}@media(max-width:767px){.article-author{margin-top:24px}}.article-author .article-divider{margin-bottom:24px}.article-author__info{display:flex;align-items:center;gap:16px}.article-author__avatar{width:56px;height:56px;border-radius:200px;object-fit:cover}.article-author__details{display:flex;flex-direction:column}.article-author__name{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.16px;color:#101828}.article-author__role{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#6b6b6b}.blog-slider{display:flex;flex-direction:column;gap:40px;padding:20px 0;width:100%}.blog-slider__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0}.blog-slider__title{font-size:26px;font-weight:500;line-height:1;letter-spacing:-.52px;color:#080808;margin:0}.blog-slider__nav-buttons{display:flex;gap:8px;align-items:center}.blog-slider__nav{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fefefe;border:1px solid #99CECE;border-radius:6px;cursor:pointer;transition:border-color .3s ease-in-out,background .3s ease-in-out}.blog-slider__nav .icon{width:30px;height:54px;color:#99cece;transition:color .3s ease-in-out}.blog-slider__nav:hover:not(:disabled){border-color:#008484;background:#fff}.blog-slider__nav:hover:not(:disabled) .icon{color:#008484}.blog-slider__nav:disabled{opacity:.5;cursor:not-allowed}.blog-slider__nav--active{border-color:#008484;background:#fff}.blog-slider__nav--active .icon{color:#008484}.blog-slider__container{position:relative;width:100%;overflow:hidden;margin-top:20px}.blog-slider__track{display:flex;gap:20px;transition:transform .5s ease-in-out;will-change:transform;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;cursor:grab}.blog-slider__track:active{cursor:grabbing}.blog-slider__track .blog-card{flex:0 0 413px;width:413px}@media(max-width:767px){.blog-slider__track .blog-card{flex:0 0 280px;width:280px}.blog-slider__track .blog-card .blog-card__image-wrapper{aspect-ratio:280/246}}.blog-slider__pagination{display:none}@media(max-width:1023px){.blog-slider__pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:28px}}.blog-slider__dot{width:5px;height:5px;background:#d9d9d9;border:none;border-radius:50%;cursor:pointer;transition:background .3s ease-in-out;padding:0}.blog-slider__dot:hover{background:#b3b3b3}.blog-slider__dot--active,.blog-slider__dot--active:hover{background:#008484}.blog-slider__button{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:10px 20px;border:1px solid #008484;border-radius:4px;background:transparent;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.14px;color:#008484;cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out;text-decoration:none;width:180px;margin:50px auto 0}.blog-slider__button:hover{background:#008484;color:#fefefe}@media(max-width:1023px){.blog-slider{overflow-x:hidden}.blog-slider__nav-buttons{display:none}.blog-slider__container{overflow:visible;margin-right:-60px}}@media(max-width:767px){.blog-slider__container{margin-right:-100px}}@media(max-width:767px){.blog-slider{padding:20px 0;gap:30px}.blog-slider__header{padding:0}.blog-slider__title{font-size:16px;letter-spacing:-.32px}.blog-slider__track{gap:8px}.blog-slider__button{width:100%}}.reviews{padding:80px 0 40px}@media(max-width:767px){.reviews{padding:60px 0 30px}}.reviews__header{margin-bottom:24px}.reviews__title{font-size:26px;font-weight:500;line-height:1.2;letter-spacing:-.52px;color:#080808;margin:0}@media(max-width:767px){.reviews__title{font-size:20px;letter-spacing:-.4px}}.reviews__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;background:#f9f9f9;border-radius:12px;margin-bottom:30px}@media(max-width:767px){.reviews__summary{flex-direction:column;align-items:stretch;gap:16px;padding:0;background:transparent;border-radius:0}}.reviews__summary-info{display:flex;align-items:center;gap:12px}.reviews__count{font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.36px;color:#080808}@media(max-width:767px){.reviews__count{font-size:14px;letter-spacing:-.28px}}.reviews__rating{display:flex;align-items:center;gap:2px}.reviews__rating .icon{width:24px;height:24px;color:#008484}.reviews__rating .icon.icon-star--filled{color:#008484}.reviews__add-button{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:8px 24px;background:#008484;color:#fefefe;border:1px solid #008484;border-radius:4px;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.14px;cursor:pointer;transition:all .3s ease-in-out}.reviews__add-button:hover{background:#006a6a;border-color:#006a6a;color:#fefefe}.reviews__add-button:active{background:#004f4f;border-color:#004f4f;color:#fefefe}@media(max-width:767px){.reviews__add-button{width:100%}}.reviews__list{display:flex;flex-direction:column}@media(max-width:767px){.reviews__list{gap:24px}}.reviews__footer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:40px}@media(max-width:767px){.reviews__footer{margin-top:30px}}.reviews__load-more{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:46px;padding:8px 24px;background:transparent;color:#008484;border:1px solid #008484;border-radius:4px;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.14px;cursor:pointer;transition:all .3s ease-in-out}.reviews__load-more:hover{background:#0084840d}.reviews__load-more:active{background:#0084841a}@media(max-width:767px){.reviews__load-more{width:100%;min-width:auto}}.reviews__pagination{display:flex;align-items:center;gap:12px}.reviews__page{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;color:#393939;border:none;border-radius:4px;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.14px;cursor:pointer;transition:all .3s ease-in-out}.reviews__page:hover{color:#080808}.reviews__page--active{background:#f5fafa;color:#008484}.reviews__page--active:hover{background:#0084841a;color:#006a6a}.review{display:flex;flex-direction:column;max-width:100%}.review__divider{height:1px;background:#cecece;margin:30px 0}@media(max-width:767px){.review__divider{display:none}}.review__content{display:flex;align-items:flex-start;gap:116px;max-width:100%}@media(max-width:1023px){.review__content{gap:60px}}@media(max-width:767px){.review__content{flex-direction:column;gap:8px}}.review__author{display:flex;flex-direction:row;align-items:center;gap:12px;flex-shrink:0}@media(min-width:768px){.review__author{width:200px}}.review__avatar{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#cce6e6;border-radius:50%;font-size:20px;font-weight:500;line-height:1;color:#008484;text-transform:uppercase;flex-shrink:0}@media(max-width:767px){.review__avatar{width:50px;height:50px;font-size:18px}}.review__name{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#393939}.review__body{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0;max-width:100%}.review__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.review__stars{display:flex;align-items:center;gap:2px}.review__stars .icon{width:22px;height:22px;color:#008484}.review__stars .icon.icon-star--filled{color:#008484}.review__date{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#6b6b6b;margin-left:auto}.review__text{font-size:14px;font-weight:400;line-height:1.6;letter-spacing:-.14px;color:#393939;margin:0}.review__text--collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review__read-more{display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:0;background:none;border:none;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:-.12px;color:#393939;text-decoration:none;cursor:pointer;transition:color .3s ease-in-out}.review__read-more[hidden]{display:none}.review__read-more:hover{color:#080808}.review__read-more .icon{width:12px;height:12px;transition:transform .3s ease-in-out}.review__read-more--expanded .icon{transform:rotate(180deg)}.review__media{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.review__media::-webkit-scrollbar{display:none}@media(min-width:768px){.review__media{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}}@media(min-width:1024px){.review__media{margin-left:-80px;margin-right:-80px;padding-left:80px;padding-right:80px}}@media(max-width:767px){.review__media{gap:8px}}.review__media-item{position:relative;flex:0 0 auto;width:150px;height:150px;border-radius:6px;overflow:hidden;background:#f2f2f2;border:none;padding:0;cursor:pointer;transition:opacity .3s ease-in-out}.review__media-item:hover{opacity:.9}.review__media-item img{width:100%;height:100%;object-fit:cover;display:block}.review__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:38px;pointer-events:none;color:inherit}.share-buttons{display:flex;align-items:center;gap:8px;max-width:100%}.share-buttons__label{font-size:14px;font-weight:400;color:#393939;letter-spacing:-.14px}.share-buttons__list{display:flex;align-items:center;gap:8px}.share-buttons__item{display:flex;align-items:center;justify-content:center;gap:6px;padding:0;background:none;border:none;cursor:pointer;text-decoration:none;transition:opacity .3s ease-in-out}.share-buttons__item:hover{opacity:.7}.share-buttons__icon{width:24px;height:24px;flex-shrink:0;color:#080808}.share-buttons__text{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.14px;color:#393939}.share-buttons--compact{gap:4px}.share-buttons--compact .share-buttons__list{gap:6px}.share-buttons--compact .share-buttons__icon{width:20px;height:20px}.share-buttons--full,.share-buttons--full .share-buttons__list{flex-wrap:wrap;justify-content:center;gap:16px}.share-buttons--full .share-buttons__item{padding:8px 16px;border:1px solid #CECECE;border-radius:4px;background:#fefefe}.share-buttons--full .share-buttons__item:hover{opacity:1;border-color:#6b6b6b}@media(max-width:767px){.share-buttons--full{gap:8px}.share-buttons--full .share-buttons__label{display:none}.share-buttons--full .share-buttons__list{gap:8px}.share-buttons--full .share-buttons__item{padding:8px}.share-buttons--full .share-buttons__text{display:none}}.article-header__share{margin-top:16px}.article-content__share{margin-top:40px;padding-top:40px;border-top:1px solid #CECECE}.product-card{display:flex;flex-direction:column;gap:18px;width:305px;position:relative}.product-card__image-link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease-in-out}.product-card__image-link:hover{opacity:.95}.product-card__image-wrapper{position:relative;width:305px;height:270px;background:#fefefe;border-radius:12px;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-card__labels{position:absolute;top:20px;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px;z-index:2}.product-card__label{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:0 6px 6px 0;font-size:10px;font-weight:600;line-height:1;letter-spacing:-.2px;text-transform:uppercase;color:#f2f2f2;background-color:#008484}.product-card__label--discount{background-color:#ed6a41}.product-card__info{display:flex;flex-direction:column;gap:10px}.product-card__brand{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:-.24px;text-transform:uppercase;color:#6b6b6b;overflow:hidden;white-space:nowrap}.product-card__brand-link{text-decoration:none;color:inherit;transition:color .3s ease-in-out;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.product-card__brand-link:hover{color:#008484}.product-card__brand-link:first-child{flex-shrink:0}.product-card__brand-divider{flex-shrink:0;color:#6b6b6b}.product-card__title-link{display:block;text-decoration:none;color:inherit;transition:color .3s ease-in-out}.product-card__title-link:hover{color:#008484}.product-card__title{font-size:16px;font-weight:500;font-style:normal;line-height:1.5;letter-spacing:-.16px;color:#080808;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:44px}.product-card__category-link{text-decoration:none;color:inherit;transition:color .3s ease-in-out}.product-card__category-link:hover{color:#008484}.product-card__category{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.14px;color:#6b6b6b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px}.product-card__description{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.14px;color:#6b6b6b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:40px}.product-card__price{display:flex;align-items:center;gap:14px}.product-card__price-current{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.32px;color:#080808}.product-card__price-old{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.32px;color:#9c9c9c;text-decoration:line-through}@media(min-width:1024px){.product-card{flex:0 0 calc((100% - 60px)/4);width:calc((100% - 60px)/4)}.product-card__image-wrapper{width:100%;height:auto;aspect-ratio:305/270}}@media(min-width:768px)and (max-width:1023px){.product-card{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}.product-card__image-wrapper{width:100%;height:auto;aspect-ratio:305/270}}@media(max-width:767px){.product-card{flex:0 0 calc((100% - 8px)/2);width:calc((100% - 8px)/2)}.product-card__image-wrapper{width:100%;height:auto;aspect-ratio:167/185}.product-card__info{gap:8px}.product-card__brand{font-size:10px;letter-spacing:-.2px}.product-card__title{font-size:14px;letter-spacing:-.28px;height:38px;margin-bottom:4px}.product-card__category{font-size:12px;letter-spacing:-.24px;height:17px}.product-card__description{font-size:12px;letter-spacing:-.24px;height:34px}.product-card__price{margin-top:8px;gap:6px}.product-card__price-current{font-size:14px;letter-spacing:-.28px}.product-card__price-old{font-size:12px;letter-spacing:-.24px}.product-card__labels{top:12px}.product-card__label{padding:6px 8px;font-size:8px;letter-spacing:-.16px}}.product-card__image{transition:filter .3s ease-in-out}.product-card__favorite{position:absolute;top:20px;right:20px;width:24px;height:24px;background:transparent;border:none;cursor:pointer;z-index:2;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.product-card__favorite:hover{transform:scale(1.1)}.product-card__favorite .icon{width:20px;height:20px;color:#6b6b6b}.product-card__favorite--active{opacity:1;pointer-events:auto}.product-card__favorite--active .icon{color:#008484}.product-card__remove{position:absolute;top:20px;right:20px;width:24px;height:24px;background:transparent;border:none;cursor:pointer;z-index:2;padding:0;display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:auto;transition:transform .3s ease-in-out}.product-card__remove:hover{transform:scale(1.1)}.product-card__remove .icon{width:20px;height:20px;color:#080808}.product-card__button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:42px;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;line-height:1;letter-spacing:-.14px;text-align:center;cursor:pointer;border:1px solid transparent;background:#008484;color:#fefefe}.product-card__button:hover{background:#006b6b;color:#fefefe}.product-card__button--notify{background:transparent;border-color:#008484;color:#008484}.product-card__button--notify:hover{background:#008484;color:#fefefe}.product-card__button{opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}@media(hover:hover){.product-card:hover .product-card__button,.product-card:hover .product-card__favorite{opacity:1;pointer-events:auto}}@media(hover:none){.product-card__button,.product-card__favorite{opacity:1;pointer-events:auto}}@media(min-width:1024px){.product-card--out-of-stock .product-card__image{filter:blur(2px)}.product-card--out-of-stock:hover .product-card__image{filter:blur(0)}}.product-card--out-of-stock .product-card__brand,.product-card--out-of-stock .product-card__title,.product-card--out-of-stock .product-card__category,.product-card--out-of-stock .product-card__description,.product-card--out-of-stock .product-card__price-current{color:#cecece}@media(min-width:768px)and (max-width:1023px){.product-card__button{display:none}}@media(max-width:767px){.product-card__favorite{opacity:1;pointer-events:auto;top:12px;right:12px;width:32px;height:32px}.product-card__favorite .icon{width:18px;height:18px}.product-card__remove{top:12px;right:12px;width:32px;height:32px}.product-card__remove .icon{width:18px;height:18px}.product-card__button{display:none}}.product-slider{display:flex;flex-direction:column;gap:40px;padding:20px 0;width:100%}.product-slider__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0}.product-slider__header--nav-only{justify-content:flex-end}.product-slider__title{font-size:26px;font-weight:500;line-height:1;letter-spacing:-.52px;color:#080808;margin:0;text-decoration:none}.product-slider__title:hover{color:#080808}.product-slider__nav-buttons{display:flex;gap:8px;align-items:center}.product-slider__nav{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fefefe;border:1px solid #99CECE;border-radius:6px;cursor:pointer;transition:border-color .3s ease-in-out,background .3s ease-in-out}.product-slider__nav .icon{width:30px;height:54px;color:#99cece;transition:color .3s ease-in-out}.product-slider__nav:hover:not(:disabled){border-color:#008484;background:#fff}.product-slider__nav:hover:not(:disabled) .icon{color:#008484}.product-slider__nav:disabled{opacity:.5;cursor:not-allowed}.product-slider__nav--active{border-color:#008484;background:#fff}.product-slider__nav--active .icon{color:#008484}.product-slider__container{position:relative;width:100%;overflow:hidden;margin-top:30px}.product-slider__track{display:flex;gap:20px;transition:transform .5s ease-in-out;will-change:transform}@media(min-width:1024px){.product-slider__track:not(:has(>:nth-child(5))){justify-content:center}}.product-slider__track{touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;cursor:grab}.product-slider__track:active{cursor:grabbing}.product-slider__pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:20px}.product-slider__dot{width:5px;height:5px;background:#d9d9d9;border:none;border-radius:50%;cursor:pointer;transition:background .3s ease-in-out;padding:0}.product-slider__dot:hover{background:#b3b3b3}.product-slider__dot--active,.product-slider__dot--active:hover{background:#008484}@media(max-width:1023px){.product-slider{overflow-x:hidden}.product-slider__nav-buttons{display:none}.product-slider__container{overflow:visible;margin-right:-60px}}@media(max-width:767px){.product-slider{width:100vw;margin-left:calc(-50vw + 50%);padding:20px 0;gap:24px}.product-slider .container{padding-left:0!important;padding-right:0!important}.product-slider__header{padding:0 20px}.product-slider__title{font-size:16px;letter-spacing:-.32px}.product-slider__container{margin-top:20px;overflow:visible}.product-slider__track{gap:8px;padding-left:20px;padding-right:20px}.product-slider__pagination{padding:0 20px}}.blog-page{background:#fefefe}.blog-header{padding:30px 0 20px}@media(max-width:767px){.blog-header{padding:16px 0}}.blog-header .container{display:flex;flex-direction:column;gap:16px}.blog-header__title{font-size:26px;font-weight:500;line-height:1;letter-spacing:-.52px;color:#080808;margin:0}@media(max-width:767px){.blog-header__title{font-size:18px;letter-spacing:-.36px}}.blog-categories{padding:20px 0}@media(max-width:767px){.blog-categories{padding:16px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.blog-categories::-webkit-scrollbar{display:none}}.blog-categories__nav{display:flex;align-items:center;gap:24px}@media(max-width:767px){.blog-categories__nav{gap:16px;flex-wrap:nowrap;white-space:nowrap}}.blog-categories__link{font-size:16px;font-weight:500;line-height:1.4;letter-spacing:-.16px;color:#6b6b6b;text-decoration:none;padding-bottom:2px;border-bottom:1px solid transparent;transition:color .3s ease-in-out,border-color .3s ease-in-out}.blog-categories__link:hover{color:#080808}.blog-categories__link--active{color:#080808;border-bottom-color:#080808}@media(max-width:767px){.blog-categories__link{font-size:14px;letter-spacing:-.14px}}.blog-posts{padding:40px 0 80px}@media(max-width:767px){.blog-posts{padding:24px 0 40px}}.blog-posts__grid{display:flex;flex-wrap:wrap;gap:40px 20px}@media(max-width:1023px){.blog-posts__grid{gap:24px 16px}}@media(max-width:767px){.blog-posts__grid{gap:24px}}.blog-posts__footer{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:60px}@media(max-width:767px){.blog-posts__footer{gap:16px;margin-top:40px}}.blog-posts__load-more{width:200px;height:48px;padding:10px 20px}@media(max-width:767px){.blog-posts__load-more{width:100%;max-width:280px}}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:14px}@media(max-width:767px){.blog-pagination{gap:2px}}.blog-pagination__list{display:flex;align-items:center;gap:14px;list-style:none;padding:0;margin:0}@media(max-width:767px){.blog-pagination__list{gap:0;transform:scale(.9);transform-origin:center}}.blog-pagination__item{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:10px;background:none;border:none;border-radius:4px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.16px;color:#080808;text-decoration:none;cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out}.blog-pagination__item:hover{color:#008484}.blog-pagination__item--active{background:#f5fafa;color:#008484;font-weight:600}.blog-pagination__item--active:hover{background:#f5fafa;color:#008484}@media(max-width:767px){.blog-pagination__item{min-width:36px;height:36px;padding:0 4px;font-size:12px}}.blog-pagination__dots{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;font-size:16px;font-weight:500;color:#6b6b6b}@media(max-width:767px){.blog-pagination__dots{min-width:24px;height:36px;font-size:12px}}.blog-pagination .pagination-nav--prev{margin-right:8px}@media(max-width:767px){.blog-pagination .pagination-nav--prev{margin-right:4px}}.blog-pagination .pagination-nav--next{margin-left:8px}@media(max-width:767px){.blog-pagination .pagination-nav--next{margin-left:4px}}.blog-posts__grid .blog-card{width:413px;flex:0 0 413px}@media(min-width:1440px){.blog-posts__grid .blog-card{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}}@media(min-width:1024px)and (max-width:1439px){.blog-posts__grid .blog-card{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}}@media(min-width:768px)and (max-width:1023px){.blog-posts__grid .blog-card{flex:0 0 calc((100% - 16px)/2);width:calc((100% - 16px)/2)}}@media(max-width:767px){.blog-posts__grid .blog-card{flex:0 0 100%;width:100%}}
