.tp-editorial-article{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tp-editorial-article__inner{max-width:1680px}.tp-editorial-article__header{max-width:1400px;margin:0 auto 46px;text-align:center}.tp-editorial-article__title{margin:0;color:inherit;font-family:var(--font-heading-family);font-size:var(--title-size);font-weight:500;line-height:1.04;letter-spacing:0}.tp-editorial-article__date{margin-top:14px;color:rgba(var(--color-foreground),.58);font-size:14px;line-height:1.3}.tp-editorial-article__hero{max-width:var(--hero-width);margin:0 auto;aspect-ratio:var(--hero-aspect-ratio);overflow:hidden}.tp-editorial-article__hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.tp-editorial-article__body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:80px;max-width:1280px;margin:76px auto 0;align-items:start}.tp-editorial-article--no-sidebar .tp-editorial-article__body{display:block;max-width:900px}.tp-editorial-article__content{min-width:0;font-size:18px;line-height:1.55;color:inherit}.tp-editorial-article__content>*:first-child{margin-top:0}.tp-editorial-article__content h2,.tp-editorial-article__content h3,.tp-editorial-article__content h4{font-family:var(--font-heading-family);letter-spacing:0}.tp-editorial-article__sidebar{transform:translate(var(--sidebar-offset))}.tp-editorial-article__sidebar-group+.tp-editorial-article__sidebar-group{margin-top:56px}.tp-editorial-article__sidebar-heading{margin:0 0 18px;padding-bottom:18px;border-bottom:1px solid rgba(var(--color-foreground),.35);color:inherit;font-family:var(--font-heading-family);font-size:var(--sidebar-heading-size);font-weight:400;line-height:1.1;letter-spacing:0}.tp-editorial-article__related-list{display:grid;gap:12px}.tp-editorial-article__product{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;padding:10px;border:1px solid rgba(var(--color-foreground),.35);color:inherit;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.tp-editorial-article__product:hover{border-color:rgb(var(--color-foreground));transform:translateY(-1px)}.tp-editorial-article__product-media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f7f4f1}.tp-editorial-article__product-image,.tp-editorial-article__product-placeholder{width:100%;height:100%}.tp-editorial-article__product-image{object-fit:cover}.tp-editorial-article__product-placeholder{padding:20px;fill:rgba(var(--color-foreground),.18)}.tp-editorial-article__product-info{align-self:center;min-width:0}.tp-editorial-article__product-title{font-size:13px;font-weight:400;line-height:1.2}.tp-editorial-article__product-price{margin-top:6px;color:rgba(var(--color-foreground),.72);font-size:12px;line-height:1.2}.tp-editorial-article__article-list{display:grid;gap:24px}.tp-editorial-article__article-card{display:block;color:inherit;text-decoration:none}.tp-editorial-article__article-image{display:block;width:100%;aspect-ratio:1.58 / 1;object-fit:cover;margin-bottom:12px}.tp-editorial-article__article-title{display:block;color:inherit;font-family:var(--font-heading-family);font-size:18px;font-weight:400;line-height:1.16;letter-spacing:0}.tp-editorial-article__article-date{display:block;margin-top:12px;color:rgba(var(--color-foreground),.58);font-size:13px;line-height:1.25}@media(max-width:1199px){.tp-editorial-article__body{grid-template-columns:minmax(0,1fr) 260px;gap:48px}}@media(max-width:989px){.tp-editorial-article__body{display:block;max-width:900px;margin-top:48px}.tp-editorial-article__sidebar{position:static;margin-top:56px;transform:none}}@media(max-width:767px){.tp-editorial-article__header{margin-bottom:28px}.tp-editorial-article__title{font-size:var(--title-size-mobile)}.tp-editorial-article__body{margin-top:36px}.tp-editorial-article__content{font-size:16px;line-height:1.55}.tp-editorial-article__sidebar-heading{font-size:min(var(--sidebar-heading-size),26px)}.tp-editorial-article__article-title{font-size:18px}}.tp-editorial-blog{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tp-editorial-blog__inner{max-width:1920px}.tp-editorial-blog__header{margin-bottom:36px;text-align:center}.tp-editorial-blog__heading{margin:0;color:inherit;font-family:var(--font-heading-family);font-size:clamp(40px,4vw,64px);font-weight:500;line-height:1;letter-spacing:0}.tp-editorial-blog__grid{display:grid;grid-template-columns:repeat(var(--columns-desktop),minmax(0,1fr));gap:54px 30px}.tp-editorial-blog__card{min-width:0}.tp-editorial-blog__media-link{display:block;color:inherit;text-decoration:none}.tp-editorial-blog__media{position:relative;width:100%;aspect-ratio:1.42 / 1;overflow:hidden;background:#f7f4f1}.tp-editorial-blog__image,.tp-editorial-blog__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tp-editorial-blog__image{object-fit:cover;transition:transform .45s ease}.tp-editorial-blog__media-link:hover .tp-editorial-blog__image{transform:scale(1.03)}.tp-editorial-blog__placeholder{padding:48px;fill:rgba(var(--color-foreground),.18)}.tp-editorial-blog__title{margin:18px 0 0;color:inherit;font-family:var(--font-heading-family);font-size:clamp(20px,1.25vw,26px);font-weight:500;line-height:1.12;letter-spacing:0}.tp-editorial-blog__title a{color:inherit;text-decoration:none}.tp-editorial-blog__title a:hover{text-decoration:underline;text-underline-offset:.12em}.tp-editorial-blog__excerpt{display:-webkit-box;max-width:58ch;margin:14px 0 0;overflow:hidden;color:rgba(var(--color-foreground),.74);font-size:15px;line-height:1.38;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tp-editorial-blog__pagination{margin-top:56px}@media(max-width:1199px){.tp-editorial-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px}}@media(max-width:767px){.tp-editorial-blog__header{margin-bottom:24px}.tp-editorial-blog__heading{font-size:38px}.tp-editorial-blog__grid{grid-template-columns:1fr;gap:34px}.tp-editorial-blog__title{margin-top:14px;font-size:20px}.tp-editorial-blog__excerpt{font-size:14px}}.tp-promo-countdown{display:block}.tp-promo-countdown[hidden]{display:none}.tp-promo-countdown__wrapper{position:relative;padding:var(--tp-promo-padding-top) var(--page-padding) var(--tp-promo-padding-bottom);color:rgb(var(--color-foreground));background:rgb(var(--color-background));text-align:center}.tp-promo-countdown__inner{display:flex;width:min(100%,var(--tp-promo-max-width));margin:0 auto;flex-direction:column;align-items:center;gap:var(--tp-promo-gap)}.tp-promo-countdown__block{margin:0;font-size:var(--tp-font-size-desktop)}.tp-promo-countdown__eyebrow{color:rgba(var(--color-foreground),.62);font-weight:600;letter-spacing:.19em;line-height:1.2;text-transform:uppercase}.tp-promo-countdown__heading{max-width:720px;font-weight:600;letter-spacing:.11em;line-height:1.15;text-transform:uppercase}.tp-promo-countdown__text{max-width:720px;color:rgba(var(--color-foreground),.82);font-weight:600;letter-spacing:.055em;line-height:1.35;text-transform:uppercase}.tp-promo-countdown__text p{margin:0}.tp-promo-countdown__timer-block .countdown-timer__block{min-width:1.5em;margin-inline:.55em}.tp-promo-countdown__timer-block .countdown-timer__block>div{font-size:var(--tp-font-size-desktop)!important;font-weight:500;letter-spacing:-.035em}.tp-promo-countdown__timer-block .countdown-timer__block>div:after{inset-inline-end:-.72em;color:rgba(var(--color-foreground),.46)}.tp-promo-countdown__button{display:inline-flex;min-width:190px;min-height:44px;align-items:center;justify-content:center;padding:0 22px;border:1px solid rgb(var(--color-button));color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-size:var(--tp-font-size-desktop);font-weight:700;letter-spacing:.13em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color var(--animation-fast),background var(--animation-fast),transform var(--animation-fast)}.tp-promo-countdown__button:hover{color:rgb(var(--color-button-hover-text));background:rgb(var(--color-button-hover-background));transform:translateY(-2px)}.tp-promo-countdown__button[aria-disabled=true]{cursor:default;opacity:.55;pointer-events:none}@media(max-width:767px){.tp-promo-countdown__wrapper{padding-top:var(--tp-promo-padding-top-mobile);padding-bottom:var(--tp-promo-padding-bottom-mobile)}.tp-promo-countdown__block{font-size:var(--tp-font-size-mobile)}.tp-promo-countdown__heading,.tp-promo-countdown__text{max-width:330px}.tp-promo-countdown__heading{letter-spacing:.09em;line-height:1.15}.tp-promo-countdown__text{letter-spacing:.045em;line-height:1.3}.tp-promo-countdown__timer-block{width:100%}.tp-promo-countdown__timer-block .countdown-timer__block{min-width:0;margin-inline:.38em}.tp-promo-countdown__timer-block .countdown-timer__block>div{font-size:var(--tp-font-size-mobile)!important}.tp-promo-countdown__timer-block .countdown-timer__block>div:after{inset-inline-end:-.54em}.tp-promo-countdown__button{font-size:var(--tp-font-size-mobile)}}.visual-finish-links{padding-top:calc(var(--padding-top) + 28px);padding-bottom:calc(var(--padding-bottom) + 40px);color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.visual-finish-links__list{display:flex;align-items:flex-start;justify-content:center;gap:18px;margin:0}.visual-finish-links__card{width:200px;flex:0 0 auto;color:inherit;text-align:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.visual-finish-links__card:hover{transform:translateY(-1px)}.visual-finish-links__image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;border:1px solid #e8e8e8;border-radius:18px;background:#fff}.visual-finish-links__image,.visual-finish-links__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.visual-finish-links__image{object-fit:cover}.visual-finish-links__placeholder{padding:32px;background:#f7f7f7;fill:#d8d8d8}.visual-finish-links__label{margin-top:10px;color:inherit;font-size:13px;line-height:1.3}.visual-finish-links__card.is-active .visual-finish-links__image-wrapper{border:1.5px solid #111}@media(max-width:768px){.visual-finish-links__list{justify-content:safe center;gap:10px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.visual-finish-links{padding-top:calc(var(--padding-top) + 4px)}.visual-finish-links__list::-webkit-scrollbar{display:none}.visual-finish-links__card{width:72px}.visual-finish-links__image-wrapper{border-radius:12px}.visual-finish-links__label{margin-top:7px;font-size:10px;line-height:1.2;letter-spacing:.01em}}.tp-pdp-recs{display:block;width:100%;margin-block:2.4rem;padding-block-start:1.8rem;border-block-start:.1rem solid rgba(var(--color-foreground),.18)}.tp-pdp-recs__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-block-end:1.4rem}.tp-pdp-recs__heading{margin:0;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.tp-pdp-recs__controls{display:flex;flex:0 0 auto;gap:.6rem}.tp-pdp-recs--desktop-static .tp-pdp-recs__controls{display:none}.tp-pdp-recs__arrow{display:inline-flex;width:3.2rem;height:3.2rem;padding:0;align-items:center;justify-content:center;color:rgb(var(--color-foreground));background:transparent;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:50%;cursor:pointer;transition:opacity .2s ease,border-color .2s ease}.tp-pdp-recs__arrow:hover:not(:disabled){border-color:rgb(var(--color-foreground))}.tp-pdp-recs__arrow:disabled{opacity:.3;cursor:default}.tp-pdp-recs__arrow svg{width:1.4rem;height:1.4rem}.tp-pdp-recs__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.tp-pdp-recs__viewport::-webkit-scrollbar{display:none}.tp-pdp-recs__track{display:flex;width:100%;margin:0;padding:0;gap:1.2rem;list-style:none}.tp-pdp-recs__item{flex:0 0 calc((100% - 3.6rem)/4);min-width:0;scroll-snap-align:start}.tp-pdp-recs__card{display:flex;height:100%;min-width:0;flex-direction:column}.tp-pdp-recs__media{display:block;overflow:hidden;width:100%;aspect-ratio:1;margin-block-end:1rem;background:rgba(var(--color-foreground),.035);border-radius:.6rem}.tp-pdp-recs__media img,.tp-pdp-recs__placeholder{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.tp-pdp-recs__media:hover img{transform:scale(1.025)}.tp-pdp-recs__content{display:flex;flex:1 1 auto;flex-direction:column;gap:.6rem}.tp-pdp-recs__title{display:-webkit-box;min-height:3.4rem;margin:0;overflow:hidden;color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:600;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tp-pdp-recs__title a{color:inherit;text-decoration:none}.tp-pdp-recs__description{display:-webkit-box;min-height:3.1rem;margin:0;overflow:hidden;color:rgba(var(--color-foreground),.7);font-size:1.1rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tp-pdp-recs__price{min-height:2rem;font-size:1.2rem;line-height:1.4}.tp-pdp-recs__price .f-price{gap:.4rem}.tp-pdp-recs__price .f-price-item{font-size:inherit}.tp-pdp-recs__action{width:100%;margin-block-start:1rem}.tp-pdp-recs__form{width:100%;margin:0}.tp-pdp-recs__button{display:inline-flex;position:relative;width:100%;min-height:3.6rem;padding:.8rem .7rem;align-items:center;justify-content:center;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:.1rem solid rgb(var(--color-button));border-radius:var(--buttons-radius, 0);font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:.04em;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.tp-pdp-recs__button:hover:not(:disabled){color:rgb(var(--color-button-hover-text));background:rgb(var(--color-button-hover-background));border-color:rgb(var(--color-button-hover-background))}.tp-pdp-recs__button:disabled{opacity:.45;cursor:not-allowed}.tp-pdp-recs__button .loading__spinner{position:absolute}@media(max-width:767px){.tp-pdp-recs{margin-block:2rem;padding-block-start:1.6rem}.tp-pdp-recs__header{margin-block-end:1.2rem}.tp-pdp-recs__heading{font-size:1.4rem}.tp-pdp-recs__controls,.tp-pdp-recs--desktop-static .tp-pdp-recs__controls{display:flex}.tp-pdp-recs__track{gap:1.2rem}.tp-pdp-recs__item{flex-basis:40%;scroll-snap-stop:always}.tp-pdp-recs__media{width:100%;margin-block-end:.8rem}.tp-pdp-recs__title{min-height:3.4rem;font-size:1.2rem}.tp-pdp-recs__description{min-height:3rem;font-size:1.05rem}.tp-pdp-recs__price{min-height:1.8rem;font-size:1.1rem}.tp-pdp-recs__price .f-price{flex-wrap:wrap}.tp-pdp-recs__action{margin-block-start:.8rem}.tp-pdp-recs__form{margin:0}.tp-pdp-recs__button{min-height:3.6rem;padding:.7rem .4rem;font-size:1rem}}@media(prefers-reduced-motion:reduce){.tp-pdp-recs__viewport{scroll-behavior:auto}.tp-pdp-recs__media img,.tp-pdp-recs__arrow,.tp-pdp-recs__button{transition:none}}.tp-bundle-variant-picker{display:block;padding:.8rem;border:.1rem solid rgb(var(--color-border));border-radius:var(--blocks-radius, .8rem)}.tp-bundle-variant-picker__group{display:block;max-width:100%;margin:0;padding:1.2rem;border:.1rem solid rgb(var(--color-border));border-radius:var(--small-blocks-radius, .6rem);box-sizing:border-box}.tp-bundle-variant-picker__group+.tp-bundle-variant-picker__group{margin-top:.8rem}.tp-bundle-variant-picker__row{display:flex;align-items:flex-start;gap:1.2rem;min-width:0;max-width:100%}.tp-bundle-variant-picker__media{display:flex;flex:0 0 6.4rem;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;overflow:hidden;border-radius:var(--small-blocks-radius, .6rem);background:rgb(var(--color-background))}.tp-bundle-variant-picker__image{display:block;width:100%;height:100%;object-fit:contain}.tp-bundle-variant-picker__content{flex:1 1 auto;min-width:0}.tp-bundle-variant-picker__group .tp-bundle-variant-picker__title.form__label{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;gap:1.2rem;min-width:0;max-width:100%;width:100%;margin:0 0 1.2rem}.tp-bundle-variant-picker__group .tp-bundle-variant-picker__name{flex:1 1 0;min-width:0;overflow-wrap:anywhere}.tp-bundle-variant-picker__group .tp-bundle-variant-picker__selected{flex:0 0 auto;white-space:nowrap}.tp-bundle-variant-picker__values{display:flex;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}.tp-bundle-variant-picker[data-pending=true]{cursor:wait}@media screen and (max-width:749px){.tp-bundle-variant-picker{padding:.6rem}.tp-bundle-variant-picker__group{padding:1rem}.tp-bundle-variant-picker__row{gap:1rem}.tp-bundle-variant-picker__media{flex-basis:5.6rem;width:5.6rem;height:5.6rem}.tp-bundle-variant-picker__group .tp-bundle-variant-picker__title.form__label{font-size:1.3rem}}.tp-floating-hub{--tp-floating-hub-edge: 12px;--tp-floating-hub-bottom: 12px;position:fixed;left:var(--tp-floating-hub-edge);right:auto;bottom:var(--tp-floating-hub-bottom);z-index:2147483000;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.tp-floating-hub[data-side=right]{right:var(--tp-floating-hub-edge);left:auto;align-items:flex-end}.tp-floating-hub.is-dragging{transition:none;will-change:left,top}.tp-floating-hub.is-snapping{transition:left .22s ease,top .22s ease}.tp-floating-hub__toggle{position:relative;width:46px;height:46px;min-width:0;max-width:46px;min-height:0;max-height:46px;inline-size:46px;block-size:46px;aspect-ratio:1;flex:0 0 46px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(17,18,23,.12);border-radius:50%;-webkit-appearance:none;appearance:none;color:#111217;background:#e2e5ea;box-shadow:0 12px 30px #11121729,0 0 0 4px #ffffff7a;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.tp-floating-hub__toggle:hover{transform:translateY(-1px);background:#f3f4f6;box-shadow:0 14px 34px #1112172e,0 0 0 4px #fff9}.tp-floating-hub__toggle-icon,.tp-floating-hub__toggle-icon:before,.tp-floating-hub__toggle-icon:after{position:absolute;width:16px;height:2.5px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.tp-floating-hub__toggle-icon:before,.tp-floating-hub__toggle-icon:after{content:"";left:0}.tp-floating-hub__toggle-icon:before{transform:translateY(-6px)}.tp-floating-hub__toggle-icon:after{transform:translateY(6px)}.tp-floating-hub.is-open .tp-floating-hub__toggle-icon{transform:rotate(45deg)}.tp-floating-hub.is-open .tp-floating-hub__toggle-icon:before{transform:rotate(90deg)}.tp-floating-hub.is-open .tp-floating-hub__toggle-icon:after{opacity:0}.tp-floating-hub.is-support-open .tp-floating-hub__toggle-icon{background:transparent}.tp-floating-hub.is-support-open .tp-floating-hub__toggle-icon:before{width:13px;opacity:1;background:#111217;transform:translate(-4px,1px) rotate(45deg)}.tp-floating-hub.is-support-open .tp-floating-hub__toggle-icon:after{width:13px;opacity:1;background:#111217;transform:translate(4px,1px) rotate(-45deg)}.tp-floating-hub__menu{position:absolute;left:0;bottom:58px;display:grid;gap:8px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.tp-floating-hub[data-side=right] .tp-floating-hub__menu{right:0;left:auto}.tp-floating-hub[data-menu-direction=down] .tp-floating-hub__menu{top:58px;bottom:auto}.tp-floating-hub.is-open .tp-floating-hub__menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.tp-floating-hub__item{min-width:126px;min-height:48px;display:inline-grid;grid-template-columns:26px 1fr;align-items:center;gap:10px;padding:10px 16px 10px 12px;border:1px solid rgba(17,18,23,.1);border-radius:999px;color:#111217;background:#fff;box-shadow:0 10px 28px #11121724;font:inherit;font-size:13px;font-weight:700;line-height:1;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;white-space:nowrap}.tp-floating-hub__item[hidden]{display:none}.tp-floating-hub__item-label{justify-self:start;text-align:left}.tp-floating-hub__item:hover{color:#fff;background:#111217}.tp-floating-hub__item-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;justify-self:center;border-radius:50%;color:currentColor;background:#11121714}.tp-floating-hub__item:hover .tp-floating-hub__item-icon{background:#ffffff29}.tp-floating-hub__item svg{width:17px;height:17px;fill:currentColor}.tp-floating-hub__item--offer svg{fill:none}body.tp-floating-hub-ready iframe#launcher{opacity:0!important;pointer-events:none!important;transform:scale(.01)!important}body.tp-floating-hub-ready [data-smile-launcher],body.tp-floating-hub-ready .smile-launcher,body.tp-floating-hub-ready [class*=smile-launcher],body.tp-floating-hub-ready [id*=smile-launcher],body.tp-floating-hub-ready [class*=smile-ui-lite-launcher],body.tp-floating-hub-ready [id*=smile-ui-lite-launcher],body.tp-floating-hub-ready iframe[title*=Smile i][title*=launcher i],body.tp-floating-hub-ready iframe[aria-label*=Smile i][aria-label*=launcher i]{opacity:0!important;pointer-events:none!important;transform:scale(.01)!important}@media(max-width:767px){.tp-floating-hub{--tp-floating-hub-edge: 8px;--tp-floating-hub-bottom: max(48px, calc(env(safe-area-inset-bottom, 0px) + 12px) )}.tp-floating-hub__toggle{width:38px;height:38px;max-width:38px;max-height:38px;inline-size:38px;block-size:38px;flex-basis:38px}.tp-floating-hub__menu{bottom:50px}.tp-floating-hub[data-menu-direction=down] .tp-floating-hub__menu{top:50px;bottom:auto}}
/*# sourceMappingURL=/cdn/shop/t/112/compiled_assets/styles.css.map */
