.right-popup{--header-height:80px;--content-side-padding:20px;--transition-duration:0.3s;position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-index-header) + 5);display:flex;justify-content:end;pointer-events:none}.right-popup--is-open{pointer-events:all}.right-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity var(--transition-duration) ease-in-out}.right-popup--is-open .right-popup__overlay{cursor:default;opacity:1}.right-popup__container{position:relative;width:472px;height:100%;background-color:var(--white);transform:translateX(100%);transition:transform var(--transition-duration) ease-in-out}.right-popup--is-open .right-popup__container{transform:translateX(0)}@media (max-width:768px){.right-popup__container{width:calc(100 * var(--vw))}}.right-popup__header{position:relative;display:flex;height:var(--header-height);padding:0 40px;border-bottom:1px solid #d9d9d9}.right-popup__header__title{display:flex;flex-direction:column;justify-content:center;width:100%;font-size:18px;font-weight:500;line-height:140%;text-align:center}.right-popup__content{height:100%}.right-popup__header__back-btn{transform:rotate(180deg)}.right-popup-box-choice{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin-top:calc(-1 * var(--header-height));padding:calc(var(--header-height) + 20px) var(--content-side-padding) 20px var(--content-side-padding);background-color:#fff;text-align:center}.right-popup-box-choice__scroll{overflow-y:auto}.right-popup-box-choice__product-box-available__image{position:relative;overflow:hidden;width:100%;height:190px;border-radius:8px}.right-popup-box-choice__product-box-available__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}*+.right-popup-box-choice__product-box-available__title{margin-top:40px}.right-popup-box-choice__product-box-available__title{font-family:var(--font-family-heading);font-size:24px;font-weight:700}*+.right-popup-box-choice__product-box-available__description{margin-top:24px}.right-popup-box-choice__product-box-available__description{font-family:var(--font-family-heading);font-size:16px;font-weight:500;line-height:150%}.right-popup-box-choice__product-box-available__description b{font-size:18px;font-weight:600}.right-popup-box-choice *+.button{margin-top:24px}.right-popup-box-choice .button{width:100%;height:auto;padding:14px;border:1px solid #000;border-radius:2px}.right-popup-box-choice .button *+span{margin-top:8px}.right-popup-box-choice .button span{display:block}.right-popup-box-choice .button__content{height:auto}.right-popup-box-choice .button__text{font-family:var(--font-family-heading);font-size:12px;font-weight:600}.right-popup-box-choice .button__text b{font-family:var(--font-family-heading);font-size:16px;font-weight:600;color:#fff}.right-popup-box-choice__product-box-available__decline-btn .button__text b{color:#000}.right-popup-box-choice__product-box-available__decline-btn .button__text{color:#737682}.right-popup-box-choice__product-box-available__decline-btn .button__background{background-color:transparent}.right-popup-box-choice__product-box-available__decline-btn:hover .button__background{background-color:#000}.right-popup-box-choice__product-box-available__decline-btn:hover .button__text,.right-popup-box-choice__product-box-available__decline-btn:hover .button__text b{color:#fff!important}.right-popup-cart{--padding:24px;--fixed-bottom-height:240px;position:fixed;position:relative;top:0;right:0;bottom:0;left:0;z-index:10;overflow:auto;width:100%;height:calc(100% - var(--header-height));background-color:var(--white)}.right-popup-cart__header{display:flex;flex-direction:column}.right-popup-cart__header p{margin:16px 0}.right-popup-cart__header__top{display:flex;align-items:flex-start;justify-content:space-between}.right-popup-cart__header__title{font-size:17px;font-weight:700;line-height:1.25;letter-spacing:1.36px;text-transform:uppercase}.right-popup-cart__header button{margin-left:16px}.right-popup-cart__header button img{--size:18px;width:18px;width:var(--size);height:18px;height:var(--size)}.right-popup-cart__list-container{position:relative;height:100%}*+.right-popup-cart__list-container{margin-top:26px}.right-popup-cart__list-wrap{overflow-y:auto;height:calc(100% - var(--fixed-bottom-height))}.right-popup-cart__list-wrap::-webkit-scrollbar{display:none}.right-popup-cart__list{--gap:32px;display:block;padding:24px var(--content-side-padding) 0 var(--content-side-padding);padding-bottom:12px;list-style:none}*+.right-popup-cart__list{margin-top:16px}.right-popup-cart__item{position:relative;display:flex;gap:16px}*+.right-popup-cart__item{margin-top:var(--gap)}.right-popup-cart__item:not(:last-of-type):after{position:absolute;bottom:calc(-.5 * var(--gap));content:"";display:block;width:100%;height:0;border-top:1px solid #d9d9d9}.right-popup-cart__item__image{--size:120px;flex:0 1 120px;flex:0 1 var(--size);width:120px;width:var(--size);height:120px;height:var(--size);border:1px solid var(--grey-200);border-radius:4px;background-color:var(--white);-o-object-fit:contain;object-fit:contain}.right-popup-cart__item__content{display:flex;flex:1;flex-direction:column}.right-popup-cart__item__top{display:flex;flex:1;justify-content:space-between;gap:8px}.right-popup-cart__item--free-pair .right-popup-cart__item__top{align-items:center}.right-popup-cart__item__title{position:relative;font-size:14px;font-style:normal;font-weight:700}.right-popup-cart__item__title__name{font-family:var(--font-family-heading);font-size:15px;font-weight:600;line-height:130%;color:var(--black);-webkit-text-decoration:none;text-decoration:none}.right-popup-cart__item__title__variation{min-height:17px;font-size:14px;font-weight:400;line-height:130%}*+.right-popup-cart__item__title__variation{margin-top:8px}.right-popup-cart__item__title__variation--is-premium{display:flex;align-items:center;font-family:var(--font-family-heading);font-size:14px;font-weight:600;color:#de9d00}.right-popup-cart__item__title__variation--is-premium span{display:block;width:8px;height:8px;margin-right:4px;border-radius:8px;background-color:#de9d00}.right-popup-cart__item__title__variation--is-express,.right-popup-cart__item__title__variation--is-standard{font-family:var(--font-family-heading);font-size:14px;font-weight:600}.right-popup-cart__item__title__variation--is-express{color:#1754fc}.right-popup-cart__item__title__variation--is-express span,.right-popup-cart__item__title__variation--is-standard span{display:inline-block;margin-top:4px;margin-left:4px;padding:2px 8px;font-size:14px;color:#04f;border-radius:14px;text-align:center;white-space:nowrap}.right-popup-cart__item__title__variation--is-standard span{color:#fff;border:.5px solid #000;background:#000}.right-popup-cart__item__title__variation--is-express span{color:#04f;border:.5px solid rgba(0,68,255,.2);background:rgba(57,100,218,.15)}.right-popup-cart__item__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}*+.right-popup-cart__item__footer{margin-top:8px}.right-popup-cart__item__remove-button{width:-moz-fit-content;width:fit-content;margin-left:auto;font-family:var(--font-family);font-size:14px;font-weight:500;text-decoration-line:underline}.right-popup-cart__item__footer .edit-quantity{background:#f8f8f8}.right-popup-cart__item__footer .edit-quantity button,.right-popup-cart__item__footer .edit-quantity__text{padding:6px 0}.right-popup-cart__item__footer__total{font-size:14px;font-weight:700;text-transform:uppercase}.right-popup-cart__bottom{position:absolute;right:0;bottom:0;left:0;width:100%;height:var(--fixed-bottom-height);padding:0 var(--content-side-padding) 20px var(--content-side-padding);background-color:#fff}.right-popup-cart__summerize{--gap:32px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);background-color:#fff}*+.right-popup-cart__summerize{margin-top:calc(var(--gap) - 10px)}.right-popup-cart__summerize+.button{margin-top:16px}*+.right-popup-cart__summerize__sub-total__row{margin-top:9px}.right-popup-cart__summerize__sub-total__row{display:flex;justify-content:space-between;font-size:14px;font-style:normal;font-weight:400;color:#000}.right-popup-cart__summerize__sub-total__row:first-child p:nth-child(2) span{margin-left:10px}.right-popup-cart__summerize__sub-total .bold{font-size:15px;font-style:normal;font-weight:500;line-height:125%}.right-popup-cart__summerize__sub-total .light{font-size:14px;font-weight:300;line-height:125%}*+.right-popup-cart__summerize__total{margin-top:22px}.right-popup-cart__summerize__total{display:flex;align-items:center;justify-content:space-between}*+.right-popup-cart__summerize__line{margin-top:20px}.right-popup-cart__summerize__line{display:flex;justify-content:space-between}.right-popup-cart__summerize__line__right{font-family:var(--font-family-heading);font-size:14px;font-weight:400}.right-popup-cart__summerize__line__right span{color:rgba(0,0,0,.5)}.right-popup-cart__summerize__total p{font-size:17px;font-style:normal;font-weight:700;line-height:1.25;color:#000;text-transform:uppercase}.right-popup-cart__bottom__separator{height:0;margin:16px 0;border:none;border-top:1px solid rgba(0,0,0,.1)}.right-popup-cart__bottom .button{width:100%}.right-popup-cart__empty{overflow-y:auto;height:100%;padding:40px 20px}.right-popup-cart__empty__title{font-family:var(--font-family-heading);font-size:24px;font-weight:700;text-align:center}*+.right-popup-cart__empty__description{margin-top:16px}.right-popup-cart__empty__description{font-family:var(--font-family-heading);font-size:16px;font-weight:500;line-height:150%;text-align:center}.edit-item-quantity-select{--icon-size:15px;--gap:8px;--padding:8px;position:relative;flex-shrink:0;align-items:center;height:-moz-fit-content;height:fit-content;border:1px solid rgba(0,0,0,.2);border-radius:8px}.edit-item-quantity-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:var(--padding);padding-right:calc(var(--icon-size) + var(--gap) + var(--padding));font-size:14px;font-weight:500;color:inherit;text-align:center;cursor:pointer}.edit-item-quantity-select img{position:absolute;top:calc(50% - (var(--icon-size) / 2));right:var(--padding);width:var(--icon-size);height:var(--icon-size);pointer-events:none;transform:rotate(180deg)}*+.recommended-cart-products{margin-top:var(--section-gap)}.recommended-cart-products{padding-bottom:24px}.recommended-cart-products__title{padding:0 var(--content-side-padding) 0 var(--content-side-padding);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.25em;letter-spacing:.01em;color:var(--black)}*+.recommended-cart-products__title{margin-top:24px}.recommended-cart-products__wrapper{position:relative;width:100%}@media (max-width:768px){.recommended-cart-products__wrapper{position:relative;right:50%;left:50%;width:calc(100 * var(--vw));margin-right:-50vw;margin-left:-50vw}}*+.recommended-cart-products__wrapper{margin-top:24px}.product-slider__top{display:flex;align-items:center;justify-content:space-between;gap:32px}.product-slider__title{font-size:var(--font-size-32);font-weight:600;line-height:1.2}.product-slider__title a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.product-slider__title a:hover{-webkit-text-decoration:underline;text-decoration:underline}.recommended-cart-products__embla{--slide-size:48%;--slide-spacing:var(--card-list-gap);--padding-left:var(--page-left-padding);--padding-right:var(--page-right-padding);position:relative;overflow:hidden;width:100%;max-width:calc(var(--page-max-width) + var(--padding-left) + var(--padding-right));margin-right:auto;margin-left:auto;padding-right:var(--padding-right);padding-left:var(--padding-left)}*+.recommended-cart-products__embla{margin-top:24px}@media (max-width:1320px){.recommended-cart-products__embla{--padding-left:var(--page-left-padding);--padding-right:var(--page-right-padding)}}@media (max-width:1140px){.recommended-cart-products__embla{--slide-size:33.33%}}@media (max-width:768px){.recommended-cart-products__embla{--slide-size:230px}}.recommended-cart-products__embla:after,.recommended-cart-products__emblaa:before{--direction:to right;position:absolute;top:0;z-index:1;content:"";height:100%;background-image:linear-gradient(to right,rgba(var(--white-rgb),1),rgba(var(--white-rgb),0));background-image:linear-gradient(var(--direction),rgba(var(--white-rgb),1),rgba(var(--white-rgb),0));pointer-events:none}.recommended-cart-products__embla:before{left:0;width:var(--padding-left)}.recommended-cart-products__embla:after{--direction:to left;right:0;width:var(--padding-right)}@media (max-width:768px){.recommended-cart-products__embla:after,.recommended-cart-products__embla:before{display:none}}.recommended-cart-products__embla__container{display:flex;margin-left:calc(var(--slide-spacing) * -1);backface-visibility:hidden;touch-action:pan-y pinch-zoom;list-style:none}.recommended-cart-products__embla__product{display:flex;flex:0 0 var(--slide-size);flex-direction:column;justify-content:space-between;min-width:0;padding-left:var(--slide-spacing)}.recommended-cart-products__embla__product__title{font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:500;line-height:1.3em;color:var(--black)}*+.recommended-cart-products__embla__product__title{margin-top:8px}@media (max-width:768px){*+.recommended-cart-products__embla__product__title{margin-top:4px}}.recommended-cart-products__embla__product__price{margin-top:auto;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:1em;color:var(--black);text-transform:uppercase}*+.recommended-cart-products__embla__product__price{margin-top:8px}@media (max-width:768px){*+.recommended-cart-products__embla__product__price{margin-top:4px}}.recommended-cart-products__embla__product__image{width:100%;height:124.5px;background-color:#f6f7f8}.recommended-cart-products__embla__product__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.recommended-cart-products__embla__product__add-to-cart{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 38px;font-size:16px;font-weight:600;line-height:1em;color:var(--black);border:1px solid var(--black);border-radius:2px;background-color:var(--white)}*+.recommended-cart-products__embla__product__add-to-cart{margin-top:16px}@media (max-width:768px){*+.recommended-cart-products__embla__product__add-to-cart{margin-top:8px}}.right-popup-let-me-know{position:relative;height:calc(100% - var(--header-height))}.right-popup-let-me-know__scroll{overflow-y:auto;height:calc(100% - var(--fixed-bottom-height));padding:24px var(--content-side-padding) 20px var(--content-side-padding)}.right-popup-let-me-know__submitted{max-width:30ch;margin-right:auto;margin-left:auto;font-size:17px;font-weight:700;line-height:1.5;text-align:center}*+.right-popup-let-me-know__submitted{margin-top:16px}.right-popup-let-me-know__close-button{display:flex;justify-content:center}*+.right-popup-let-me-know__close-button{margin-top:16px}.right-popup-let-me-know__product-card{display:flex;gap:20px}.right-popup-let-me-know__product-card__image{position:relative;flex-shrink:0;overflow:hidden;width:110px;height:110px;border:1px solid var(--grey-200);border-radius:2px;background-color:var(--white)}.right-popup-let-me-know__product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.right-popup-let-me-know__product-card__right-content{display:flex;flex-direction:column;justify-content:center}.right-popup-let-me-know__product-card__right-content__title{font-size:18px;font-weight:800;line-height:140%}*+.right-popup-let-me-know__product-card__right-content__size{margin-top:16px}.right-popup-let-me-know__product-card__right-content__size{font-family:var(--font-family);font-size:16px;font-weight:400}*+.right-popup-let-me-know__title{margin-top:16px}.right-popup-let-me-know__title{font-size:16px;font-weight:700;text-align:center}.right-popup-let-me-know__form input{width:100%;padding:18px 16px;font-size:14px;border:1px solid rgba(0,0,0,.3);border-radius:4px}.right-popup-let-me-know__form p{text-align:center}*+.right-popup-let-me-know__form,.right-popup-let-me-know__form *+.button,.right-popup-let-me-know__form *+input,.right-popup-let-me-know__form *+p{margin-top:16px}.right-popup-let-me-know__form .button{width:100%}*+.right-popup-let-me-know__form__error{margin-top:16px}.right-popup-let-me-know__form__error{color:red}.right-popup-shoe-choice{--fixed-bottom-height:100px;position:relative;height:calc(100% - var(--header-height))}.right-popup-shoe-choice__scroll{overflow-y:auto;height:calc(100% - var(--fixed-bottom-height));padding:24px var(--content-side-padding) 20px var(--content-side-padding)}.right-popup-shoe-choice__product-card{display:flex;gap:20px}.right-popup-shoe-choice__product-card__image{position:relative;flex-shrink:0;overflow:hidden;width:110px;height:110px;border:1px solid var(--grey-200);border-radius:2px;background-color:var(--white)}.right-popup-shoe-choice__product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.right-popup-shoe-choice__product-card__right-content{display:flex;flex-direction:column;justify-content:center}.right-popup-shoe-choice__product-card__right-content__title{font-size:18px;font-weight:800;line-height:140%}*+.right-popup-shoe-choice__product-card__right-content__size{margin-top:16px}.right-popup-shoe-choice__product-card__right-content__size{font-family:var(--font-family);font-size:16px;font-weight:400}*+.right-popup-shoe-choice__select-size-title-blok{margin-top:48px}.right-popup-shoe-choice__select-size-title-blok{display:flex;align-items:center;justify-content:space-between}.right-popup-shoe-choice__select-size-title-blok+.size-table{margin-top:24px}.right-popup-shoe-choice__option-choice__title,.right-popup-shoe-choice__select-size-title{font-size:16px;font-weight:700}.right-popup-shoe-choice__option-choice__title span,.right-popup-shoe-choice__select-size-title span{margin-right:8px;font-weight:500;opacity:.44}*+.right-popup-shoe-choice__option-choice,*+.right-popup-shoe-choice__option-choice__buttons{margin-top:20px}.right-popup-shoe-choice__option-choice__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.right-popup-shoe-choice__option-choice__buttons--single{grid-template-columns:1fr}.right-popup-shoe-choice__option-choice__button{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid rgba(0,0,0,.3);border-radius:4px;transition:border .3s ease-in-out;text-align:left}.right-popup-shoe-choice__option-choice__button:nth-child(3):last-child{grid-column:1/3}.right-popup-shoe-choice__option-choice__button--selected{border:1px solid #000}.right-popup-shoe-choice__option-choice__button__content{display:flex;flex-direction:column}.right-popup-shoe-choice__option-choice__button__content__title{font-size:13px;font-weight:600;line-height:140%;transition:color .3s ease-in-out}.right-popup-shoe-choice__option-choice__button__content__description{font-size:12px;font-weight:500;line-height:140%;opacity:.5;transition:color .3s ease-in-out}*+.right-popup-shoe-choice__option-choice__button__content__price{margin-top:10px}.right-popup-shoe-choice__option-choice__button__content__price{font-size:15px;font-weight:600;transition:color .3s ease-in-out}.right-popup-shoe-choice__option-choice__button svg circle:last-of-type{transition:fill .3s ease-in-out}.right-popup-shoe-choice__option-choice__button--selected svg circle:last-of-type{fill:#000}.right-popup-shoe-choice__option-choice__button--is-premium.right-popup-shoe-choice__option-choice__button--selected{border:1px solid #de9d00}.right-popup-shoe-choice__option-choice__button--is-premium.right-popup-shoe-choice__option-choice__button--selected svg circle:first-of-type{stroke:#de9d00}.right-popup-shoe-choice__option-choice__button--is-premium.right-popup-shoe-choice__option-choice__button--selected svg circle:last-of-type{fill:#de9d00}.right-popup-shoe-choice__option-choice__button--is-premium.right-popup-shoe-choice__option-choice__button--selected .right-popup-shoe-choice__option-choice__button__content__price,.right-popup-shoe-choice__option-choice__button--is-premium.right-popup-shoe-choice__option-choice__button--selected .right-popup-shoe-choice__option-choice__button__content__title{color:#de9d00}.right-popup-shoe-choice__option-choice__button svg circle:first-of-type{transition:stroke .3s ease-in-out}.right-popup-shoe-choice__option-choice__button--is-express.right-popup-shoe-choice__option-choice__button--selected svg circle:first-of-type{stroke:#1754fc}.right-popup-shoe-choice__option-choice__button--is-express.right-popup-shoe-choice__option-choice__button--selected svg circle:last-of-type{fill:#1754fc}.right-popup-shoe-choice__option-choice__button--is-express.right-popup-shoe-choice__option-choice__button--selected .right-popup-shoe-choice__option-choice__button__content__description,.right-popup-shoe-choice__option-choice__button--is-express.right-popup-shoe-choice__option-choice__button--selected .right-popup-shoe-choice__option-choice__button__content__title{color:#1754fc}.right-popup-shoe-choice__option-choice__button--is-express.right-popup-shoe-choice__option-choice__button--selected .right-popup-shoe-choice__option-choice__button__content__price{color:var(--white)}.right-popup-shoe-choice__option-choice__button--labubu{grid-column:1/-1;width:100%;max-width:none}.right-popup-shoe-choice__option-choice__button:disabled{opacity:.5}.right-popup-shoe-choice__bottom{position:absolute;right:0;bottom:0;left:0;width:100%;height:var(--fixed-bottom-height);padding:0 var(--content-side-padding);background-color:#fff}.right-popup-shoe-choice__add-cart-button{display:flex;align-items:center;height:100%;padding:0 var(--content-side-padding);border-top:1px solid #000}.right-popup-shoe-choice__add-cart-button .button{width:100%;border-radius:0;border-radius:initial}*+.size-table__grid{margin-top:20px}.size-table__select{overflow:hidden;border:1px solid #000;border-radius:4px;background-color:hsla(0,0%,100%,.7)}*+.size-table__select{margin-top:20px}.size-table__select__current{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:16px;border-radius:4px;text-align:left;transition:background-color .3s ease-in-out}.size-table__select__current:hover{background-color:#f8f9fa}.size-table__select__current:active{background-color:#eceeef}.size-table__select__current__no-selection{font-family:var(--font-family);font-size:16px;font-weight:500;opacity:.5}.size-table__select .size-table__select__current img{transition:transform .3s ease-in-out}.size-table__select:not(.size-table__select--is-open) .size-table__select__current img{transform:rotate(180deg)}.size-table__select__current__size{font-family:var(--font-family);font-size:16px;font-weight:600}.size-table__select__current__price{flex:1;font-family:var(--font-family);font-size:16px;font-weight:500;opacity:.5;text-align:left}.size-table__select .size-table__select__options{height:0}.size-table__select--is-open .size-table__select__options{height:auto}.size-table__select__options{overflow-y:auto;list-style:none;transition:height .3s ease-in-out}.size-table__select__option__tags{--circle-size:10px;position:absolute;top:5px;right:5px;display:flex;gap:2px}.size-table__select__option__tag{width:var(--circle-size);height:var(--circle-size);border-radius:50%}.size-table__select__option__tag--has-premium-state{background-color:#eaa53f}.size-table__select__option__tag--has-express-delivery{background-color:#04f}.size-table__select__option button{position:relative;display:flex;align-items:center;gap:13px;width:100%;padding:16px 24px;text-align:left;opacity:.9;transition:background-color .3s ease-in-out}.size-table__select__option button:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.3)}.size-table__select__option--selected button,.size-table__select__option:not(.size-table__select__option--disabled):hover button{background-color:#f8f9fa}.size-table__select__option--disabled button{transition:opacity .3s ease-in-out;opacity:.4}.size-table__select__option--disabled:hover button{opacity:.8}.size-table__select__option__unavailable{display:flex;flex:1;justify-content:right;gap:8px;font-size:13px;font-weight:500;text-align:right}.size-table__select__option__title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.size-table__select__option__price,.size-table__select__option__title{font-size:14px;font-weight:500}.size-table__select__option__price{min-width:65px;text-align:center}.size-table__select__current__premium-tag,.size-table__select__option__premium-tag{width:18px}.size-table__select__current__premium-tag--is-visible,.size-table__select__option__premium-tag--is-visible{width:8px;height:8px;border-radius:8px;background-color:#f8d204}.size-table__select__current__delivery-tag,.size-table__select__option__delivery-tag{width:35px;padding:5px 6px;font-family:var(--font-family);font-size:12px;font-weight:600;color:#04f;border-radius:14px;background:rgba(57,100,218,.2);opacity:0;text-align:center}.size-table__select__current__delivery-tag--is-visible,.size-table__select__option__delivery-tag--is-visible{opacity:1}.sales-tag{display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 8px;font-size:14px;font-weight:600;color:var(--white);border-radius:4px;background-color:#e43846}@media (max-width:768px){.sales-tag{padding:4px 8px;font-size:13px}}