@media(min-width:769px){.wb-hide-d{display:none!important}}@media(max-width:768px){.wb-hide-m{display:none!important}}.wb-posts,.wb-posts *{box-sizing:border-box}.wb-posts{width:100%;background-color:var(--wb-posts-bg);color:var(--wb-posts-text);padding-top:var(--wb-posts-pt-m);padding-bottom:var(--wb-posts-pb-m);overflow:hidden}@media(min-width:769px){.wb-posts{padding-top:var(--wb-posts-pt-d);padding-bottom:var(--wb-posts-pb-d)}}.wb-posts__container{max-width:var(--wb-posts-width);margin:0 auto;padding:0 20px;display:flex;flex-direction:column}@media(min-width:769px){.wb-posts__container{padding:0 40px}}.wb-posts__header{margin-bottom:20px;max-width:var(--wb-posts-head-width);display:flex;flex-direction:column;gap:8px}@media(min-width:769px){.wb-posts__header{margin-bottom:32px}}.wb-posts.align-center .wb-posts__header{margin-left:auto;margin-right:auto;text-align:center;align-items:center}.wb-posts__head-title{font-family:var(--wb-posts-head-font);font-size:var(--wb-posts-head-m);font-weight:400;margin:0;line-height:1.08;letter-spacing:-.01em;color:var(--wb-posts-heading)}@media(min-width:769px){.wb-posts__head-title{font-size:var(--wb-posts-head-d)}}.wb-posts__head-sub{font-family:var(--wb-posts-text-font);font-size:var(--wb-posts-sub-m);color:var(--wb-posts-subtitle);opacity:.65;line-height:1.42;margin:0}@media(min-width:769px){.wb-posts__head-sub{font-size:var(--wb-posts-sub-d)}}.wb-posts__slider-wrap{position:relative;display:flex;align-items:center}.wb-posts__track{display:flex;gap:var(--wb-posts-gap-m);overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;width:100%;padding-bottom:24px}@media(min-width:769px){.wb-posts__track{gap:var(--wb-posts-gap-d)}}.wb-posts__track::-webkit-scrollbar{display:none}.wb-posts__card{flex:0 0 calc(var(--wb-posts-card-width-m) - 10px);scroll-snap-align:start;display:flex;flex-direction:column}@media(min-width:769px){.wb-posts__card{flex:0 0 calc(var(--wb-posts-card-width-t) - 12px)}}@media(min-width:1025px){.wb-posts__card{flex:0 0 calc(var(--wb-posts-card-width-d) - 15px)}}.wb-posts__card--modern{background-color:var(--wb-posts-card-bg);border-radius:var(--wb-posts-radius);overflow:hidden}.wb-posts__card--shadow{box-shadow:0 4px 10px #0000000f,0 1px 3px #0000000a}.wb-posts__image-wrap{width:100%;height:var(--wb-posts-h-m);overflow:hidden;border-radius:var(--wb-posts-radius);flex-shrink:0}@media(min-width:769px){.wb-posts__image-wrap{height:var(--wb-posts-h-d)}}.wb-posts[data-shape=portrait] .wb-posts__image-wrap{height:auto;aspect-ratio:3 / 4}.wb-posts[data-shape=circle] .wb-posts__image-wrap{height:auto;aspect-ratio:1 / 1;border-radius:50%!important}.wb-posts__card--bordered .wb-posts__image-wrap{border:1px solid color-mix(in srgb,var(--wb-posts-border) calc(var(--wb-posts-border-op) * 100%),transparent)}.wb-posts__card--modern .wb-posts__image-wrap{border-bottom-left-radius:0;border-bottom-right-radius:0}.wb-posts__img,.wb-posts__placeholder{width:100%;height:100%;object-fit:cover;display:block}.wb-posts__placeholder{opacity:.12}.wb-posts__content{padding-top:14px;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;gap:6px}.wb-posts.align-center .wb-posts__content{align-items:center;text-align:center}.wb-posts__card--modern .wb-posts__content{padding:20px 20px 24px}.wb-posts__tag{font-family:var(--wb-posts-tag-font);font-size:var(--wb-posts-tag-m);text-transform:uppercase;letter-spacing:.12em;opacity:.55;color:var(--wb-posts-tag);display:flex;align-items:center;gap:6px;line-height:1.16}@media(min-width:769px){.wb-posts__tag{font-size:var(--wb-posts-tag-d)}}.wb-posts__dot{width:3px;height:3px;background-color:currentColor;border-radius:50%;flex-shrink:0}.wb-posts__title{font-family:var(--wb-posts-card-title-font);font-size:var(--wb-posts-title-m);margin:0;line-height:1.2;font-weight:400;letter-spacing:-.01em;color:var(--wb-posts-card-title)}@media(min-width:769px){.wb-posts__title{font-size:var(--wb-posts-title-d)}}.wb-posts__text{font-family:var(--wb-posts-card-text-font);font-size:var(--wb-posts-desc-m);opacity:.65;line-height:1.4;margin:0;color:var(--wb-posts-card-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:769px){.wb-posts__text{font-size:var(--wb-posts-desc-d)}}.wb-posts__btn{font-family:var(--wb-posts-btn-font);font-size:var(--wb-posts-btn-m);font-weight:400;line-height:1;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;display:inline-block;cursor:pointer;margin-top:6px;border-radius:var(--wb-posts-btn-radius)}@media(min-width:769px){.wb-posts__btn{font-size:var(--wb-posts-btn-d)}}.wb-posts__btn--underline{background:transparent;color:var(--wb-posts-btn-border);border:none;border-bottom:1px solid var(--wb-posts-btn-border);padding:0 0 2px;border-radius:0}.wb-posts__btn--solid{background:var(--wb-posts-btn-bg);color:var(--wb-posts-btn-text);border:1px solid var(--wb-posts-btn-bg);padding:10px 22px}.wb-posts__btn--outline{background:transparent;color:var(--wb-posts-btn-border);border:1px solid var(--wb-posts-btn-border);padding:10px 22px}.wb-posts__nav{position:absolute;top:calc(var(--wb-posts-h-d) / 2);transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--wb-posts-nav-bg);border:1px solid color-mix(in srgb,var(--wb-posts-nav-border) 12%,transparent);color:var(--wb-posts-nav-text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px #00000014;flex-shrink:0;padding:0}.wb-posts[data-shape=portrait] .wb-posts__nav,.wb-posts[data-shape=circle] .wb-posts__nav{top:40%}.wb-posts__nav:disabled{opacity:.25;cursor:not-allowed}.wb-posts__nav--prev{left:-20px}.wb-posts__nav--next{right:-20px}@media(max-width:768px){.wb-posts__nav{top:calc(var(--wb-posts-h-m) / 2);width:32px;height:32px}.wb-posts[data-shape=portrait] .wb-posts__nav,.wb-posts[data-shape=circle] .wb-posts__nav{top:40%}.wb-posts__nav--prev{left:-4px}.wb-posts__nav--next{right:-4px}}@media(prefers-reduced-motion:reduce){.wb-posts__track{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wb-posts.css.map */
