.whalebud-review-carousel{background:var(--whalebud-review-bg);color:var(--whalebud-review-text);overflow:hidden;padding-top:var(--whalebud-padding-top-m);padding-bottom:var(--whalebud-padding-bottom-m)}.whalebud-review-carousel *,.whalebud-review-carousel *:before,.whalebud-review-carousel *:after{box-sizing:border-box}.whalebud-review-carousel__container{max-width:var(--whalebud-container-max);margin:0 auto;padding-inline:var(--whalebud-gutter)}.whalebud-review-carousel[data-container-mode=full] .whalebud-review-carousel__container{max-width:none;padding-inline:0}.whalebud-review-carousel__header{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:center;margin-bottom:var(--whalebud-header-margin-bottom-m);text-align:var(--whalebud-header-align-m)}.whalebud-review-carousel__header-copy{display:grid;gap:10px;min-width:0}.whalebud-review-carousel__title,.whalebud-review-carousel__subtitle,.whalebud-review-carousel__product,.whalebud-review-carousel__quote,.whalebud-review-carousel__author,.whalebud-review-carousel__button{overflow-wrap:anywhere}.whalebud-review-carousel__title{margin:0;color:var(--whalebud-header-title-color);font-size:var(--whalebud-header-title-size-m);line-height:1.15;font-weight:700;letter-spacing:0}.whalebud-review-carousel__subtitle{margin:0;color:var(--whalebud-header-subtitle-color);font-size:var(--whalebud-header-subtitle-size-m);line-height:1.5}.whalebud-review-carousel__button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:12px;justify-self:var(--whalebud-button-align-m);padding:10px 24px;border:1px solid var(--whalebud-button-border-color);border-radius:999px;background:var(--whalebud-button-bg);color:var(--whalebud-button-color);font-size:var(--whalebud-button-size-m);line-height:1.2;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.whalebud-review-carousel__button:hover{background:var(--whalebud-button-bg-hover);color:var(--whalebud-button-color-hover);border-color:var(--whalebud-button-border-color-hover)}.whalebud-review-carousel__button:focus-visible,.whalebud-review-carousel__control:focus-visible{outline:3px solid var(--whalebud-focus-color);outline-offset:3px}.whalebud-review-carousel__button-icon{font-size:1.25em;line-height:1}.whalebud-review-carousel__body{display:grid;gap:18px}.whalebud-review-carousel__viewport{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.whalebud-review-carousel__viewport::-webkit-scrollbar{display:none}.whalebud-review-carousel__rows{display:grid;gap:var(--whalebud-row-gap-m);min-width:max-content}.whalebud-review-carousel__row{display:flex;gap:var(--whalebud-card-gap-m);align-items:stretch;min-width:max-content;margin:0;padding:0;list-style:none;scroll-snap-type:x proximity}.whalebud-review-carousel__row--offset{margin-left:var(--whalebud-row-offset-m)}.whalebud-review-carousel__slide{flex:0 0 var(--whalebud-card-width-m);width:var(--whalebud-card-width-m);scroll-snap-align:start}.whalebud-review-carousel__card{display:grid;grid-template-columns:1fr;min-height:100%;overflow:hidden;border:1px solid var(--whalebud-card-border);border-radius:var(--whalebud-card-radius);background:var(--whalebud-card-bg);box-shadow:var(--whalebud-card-shadow)}.whalebud-review-carousel__media{position:relative;min-height:0;overflow:hidden;background:var(--whalebud-media-bg);aspect-ratio:var(--whalebud-media-ratio)}.whalebud-review-carousel__media picture,.whalebud-review-carousel__media img,.whalebud-review-carousel__media video,.whalebud-review-carousel__youtube{display:block;width:100%;height:100%}.whalebud-review-carousel__media-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.whalebud-review-carousel__media img,.whalebud-review-carousel__media video,.whalebud-review-carousel__youtube iframe{object-fit:var(--whalebud-media-fit);object-position:var(--whalebud-media-position)}.whalebud-review-carousel__media img,.whalebud-review-carousel__media video{height:100%}.whalebud-review-carousel__youtube{position:relative}.whalebud-review-carousel__youtube iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.whalebud-review-carousel__media-placeholder{display:grid;min-height:180px;place-items:center;padding:20px;color:#6b6b6b;font-size:14px;text-align:center}.whalebud-review-carousel__content{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:18px;padding:var(--whalebud-card-padding-m)}.whalebud-review-carousel__product{margin:0;color:var(--whalebud-product-color);font-size:var(--whalebud-product-size-m);line-height:1.2;font-weight:650}.whalebud-review-carousel__product-link{text-decoration:none;color:var(--whalebud-product-color)}.whalebud-review-carousel__product-link:hover{text-decoration:underline}.whalebud-review-carousel__quote{margin:0;color:var(--whalebud-quote-color);font-size:var(--whalebud-quote-size-m);line-height:1.48}.whalebud-review-carousel__footer{display:grid;gap:10px;margin-top:auto}.whalebud-review-carousel__author{margin:0;color:var(--whalebud-author-color);font-size:var(--whalebud-author-size-m);line-height:1.25;font-weight:700}.whalebud-review-carousel__author:before{content:"";display:inline-block;width:28px;height:1px;margin-right:8px;vertical-align:middle;background:currentColor}.whalebud-review-carousel__stars{display:inline-flex;gap:2px;color:var(--whalebud-star-color);font-size:var(--whalebud-star-size);line-height:1;letter-spacing:0}.whalebud-review-carousel__star--empty{color:var(--whalebud-star-empty-color)}.whalebud-review-carousel__controls{display:flex;gap:10px;justify-content:var(--whalebud-controls-align)}.whalebud-review-carousel__control{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid var(--whalebud-control-border);border-radius:999px;background:var(--whalebud-control-bg);color:var(--whalebud-control-color);cursor:pointer;font-size:28px;line-height:1;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.whalebud-review-carousel__control:hover{background:var(--whalebud-control-bg-hover);color:var(--whalebud-control-color-hover);border-color:var(--whalebud-control-border-hover)}.whalebud-review-carousel__empty{width:min(100%,760px);margin:0 auto;padding:32px;border:1px dashed var(--whalebud-card-border);border-radius:var(--whalebud-card-radius);color:var(--whalebud-review-text);text-align:center}@media(min-width:750px){.whalebud-review-carousel{padding-top:var(--whalebud-padding-top-pad);padding-bottom:var(--whalebud-padding-bottom-pad)}.whalebud-review-carousel__header{margin-bottom:var(--whalebud-header-margin-bottom-pad);text-align:var(--whalebud-header-align-pc)}.whalebud-review-carousel__title{font-size:var(--whalebud-header-title-size-pad)}.whalebud-review-carousel__subtitle{font-size:var(--whalebud-header-subtitle-size-pad)}.whalebud-review-carousel__button{justify-self:var(--whalebud-button-align-pc);font-size:var(--whalebud-button-size-pad)}.whalebud-review-carousel__rows{gap:var(--whalebud-row-gap-pad)}.whalebud-review-carousel__row{gap:var(--whalebud-card-gap-pad)}.whalebud-review-carousel__row--offset{margin-left:var(--whalebud-row-offset-pad)}.whalebud-review-carousel__slide{flex-basis:var(--whalebud-card-width-pad);width:var(--whalebud-card-width-pad)}.whalebud-review-carousel__card{grid-template-columns:minmax(170px,var(--whalebud-media-width-pad)) minmax(0,1fr)}.whalebud-review-carousel__card--media-right{grid-template-columns:minmax(0,1fr) minmax(170px,var(--whalebud-media-width-pad))}.whalebud-review-carousel__card--media-right .whalebud-review-carousel__media{order:2}.whalebud-review-carousel__content{padding:var(--whalebud-card-padding-pad)}.whalebud-review-carousel__product{font-size:var(--whalebud-product-size-pad)}.whalebud-review-carousel__quote{font-size:var(--whalebud-quote-size-pad)}.whalebud-review-carousel__author{font-size:var(--whalebud-author-size-pad)}}@media(min-width:990px){.whalebud-review-carousel{padding-top:var(--whalebud-padding-top-pc);padding-bottom:var(--whalebud-padding-bottom-pc)}.whalebud-review-carousel__header{grid-template-columns:1fr auto 1fr;margin-bottom:var(--whalebud-header-margin-bottom-pc)}.whalebud-review-carousel__header-copy{grid-column:2;text-align:var(--whalebud-header-align-pc)}.whalebud-review-carousel__button{grid-column:3;justify-self:end;font-size:var(--whalebud-button-size-pc)}.whalebud-review-carousel__title{font-size:var(--whalebud-header-title-size-pc)}.whalebud-review-carousel__subtitle{font-size:var(--whalebud-header-subtitle-size-pc)}.whalebud-review-carousel__rows{gap:var(--whalebud-row-gap-pc)}.whalebud-review-carousel__row{gap:var(--whalebud-card-gap-pc)}.whalebud-review-carousel__row--offset{margin-left:var(--whalebud-row-offset-pc)}.whalebud-review-carousel__slide{flex-basis:var(--whalebud-card-width-pc);width:var(--whalebud-card-width-pc)}.whalebud-review-carousel__card{grid-template-columns:minmax(190px,var(--whalebud-media-width-pc)) minmax(0,1fr)}.whalebud-review-carousel__card--media-right{grid-template-columns:minmax(0,1fr) minmax(190px,var(--whalebud-media-width-pc))}.whalebud-review-carousel__content{padding:var(--whalebud-card-padding-pc)}.whalebud-review-carousel__product{font-size:var(--whalebud-product-size-pc)}.whalebud-review-carousel__quote{font-size:var(--whalebud-quote-size-pc)}.whalebud-review-carousel__author{font-size:var(--whalebud-author-size-pc)}}@media(prefers-reduced-motion:reduce){.whalebud-review-carousel__viewport{scroll-behavior:auto}.whalebud-review-carousel__button,.whalebud-review-carousel__control{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/18/compiled_assets/styles.css.map?subset=AAAAAAAAAABA */
