.card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;width:100%}.collection-card-wrapper{width:100%}.card{text-decoration:none;text-align:var(--text-alignment);border-radius:.6rem;box-shadow:0 4px 4px 1px #0000001a}.card:not(.ratio){display:flex;flex-direction:column;height:inherit;justify-content:flex-start;flex-wrap:nowrap}product-card product-group .product-group{display:flex;width:inherit;gap:var(--layout-space-4);flex-wrap:wrap}product-card .product-group__title{display:none}product-card .card__content{background-color:rgb(var(--color-body))}product-card .card__inner .card__content{background-color:transparent}@media screen and (min-width: 750px){.card:not(.ratio){height:inherit}}feature-card .card{height:100%}.card.card--horizontal{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start}.card--horizontal.ratio:before{padding-bottom:0}.card--card.card--horizontal{padding:var(--layout-space-2)}.card--card.card--horizontal.card--text{column-gap:0}@media screen and (max-width: 989px){.card.card--horizontal-touch{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start}.card.card--horizontal-touch{background:rgb(var(--color-background))}.card--horizontal-touch.ratio:before{padding-bottom:0}.card--card.card--horizontal-touch{padding:var(--layout-space-2)}.card--card.card--horizontal-touch.card--text{column-gap:0}}.drawer__inner .card.card--horizontal{--text-alignment: left;--image-padding: 0rem;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--layout-space-8)}.drawer__inner .complementary-products__container .card--horizontal .card__inner{max-width:unset;max-height:105px;grid-row:1 / 3}.drawer__inner .complementary-products__container .card--horizontal.card:not(.ratio)>.card__content{width:auto;grid-column:2 / 5}.card--card{height:100%}.card--card,.card--standard .card__inner{background-color:rgb(var(--color-base-brand-secondary));position:relative;box-sizing:border-box;border-radius:var(--border-radius);border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity))}.card--card:after,.card--standard .card__inner:after{content:"";position:absolute;z-index:-1;width:calc(var(--border-width) * 2 + 100%);height:calc(var(--border-width) * 2 + 100%);top:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.card .card__inner .card__media{overflow:hidden;z-index:0;border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))}.card--card .card__inner .card__media{border-bottom-right-radius:0;border-bottom-left-radius:0}.card--standard.card--text{background-color:transparent}.card-information{text-align:var(--text-alignment)}.card__media,.card .media{bottom:0;position:absolute;top:0}.card .media{width:100%}.card__media{margin:var(--image-padding);width:calc(100% - 2 * var(--image-padding))}.card__media .carousel__slides{height:100%;padding:0}.card__media .carousel__nav-button{background-color:rgb(var(--color-base-light));border-radius:8rem;left:0;margin:var(--layout-space-2);opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--duration-default) ease}.card__media .carousel__nav-button svg{color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.card__media .carousel__nav-button{margin:var(--layout-space-8)}}.card__media .carousel__nav-button--next{left:unset;right:0}.card__media .carousel__dots{background-color:transparent;bottom:var(--layout-space-36);left:50%;margin:0;opacity:0;padding:0;position:absolute;transform:translate(-50%);transition:opacity var(--duration-default) ease;gap:var(--layout-space-6)}@media screen and (min-width: 990px){.card__media .carousel__dots{bottom:var(--layout-space-45)}}.card__media .loading-overlay__spinner{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);visibility:hidden}.card__media.js-load .media{opacity:0}.card__media.js-load .loading-overlay__spinner{visibility:visible;opacity:1}.card__buttons{align-items:center;background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);bottom:0;border-top:.1rem solid rgb(var(--color-base-brand-secondary));display:flex;gap:var(--layout-space-7);justify-content:center;left:0;padding:var(--layout-space-3) var(--layout-space-5);position:absolute;transform:translateY(100%);transition:all var(--duration-default) ease;width:100%;opacity:0}@media screen and (max-width: 989px){.card--active .card__buttons{transform:translateY(0)}.card--active .card__media .carousel__dots,.card--active .card__media .carousel__nav-button{opacity:1}}@media screen and (min-width: 990px){.card:hover .card__buttons{transform:translateY(0);opacity:1}.card:hover .card__media .carousel__dots,.card:hover .card__media .carousel__nav-button{opacity:1}.card:hover .card__media .carousel__nav-button:disabled{opacity:.4}.card__buttons{padding:var(--layout-space-8)}}.card_buttons>*{flex:50%}.card__content .card__buttons{background-color:transparent;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);display:block;margin-top:var(--layout-space-4);padding:0;position:static;transform:translateY(0)}.card__content .card__buttons .button{font-size:var(--text-size-xs);height:3.1rem;min-height:unset}.card__content .card__buttons .button svg{margin-right:var(--layout-space-2);width:var(--layout-space-10)}.card--standard .card__media{margin:var(--image-padding)}.card__inner{width:100%}.card--media .card__inner .card__content{height:fit-content;position:relative;width:100%}.card__content--auto-margins{grid-template-rows:minmax(0,auto) max-content minmax(0,auto)}.card>.card__content{height:100%}.card__information{background-color:rgb(var(--color-base-brand-secondary));display:flex;flex-direction:column;grid-row-start:2;height:100%;padding:var(--layout-space-5) var(--layout-space-4)}@media screen and (min-width: 990px){.card__information{padding:var(--layout-space-8) var(--layout-space-8) var(--layout-space-12) var(--layout-space-8)}}.card--horizontal .card__information .card__heading{font-size:var(--text-size-2xl)}.card--horizontal .card__information .caption,.card--horizontal .card__information .product-group__number-visible{font-size:var(--text-size-xxs)}.card:not(.ratio)>.card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}.card__media .media img,.card__media .media svg.placeholder-svg{height:100%;object-fit:cover;object-position:center center;width:100%}.card__inner:not(.ratio)>.card__content{height:100%}.card__heading{font-size:var(--text-size-xs);font-weight:var(--font-weight-semibold);font-family:var(--font-body-family);line-height:2.2rem;margin-bottom:0;overflow:hidden;word-break:normal}.card__heading--small{font-size:var(--text-size-xs)}.card__sizes{display:flex;align-items:center;color:rgba(var(--color-foreground),.8);font-family:var(--font-body-family);font-size:var(--text-size-xxs);text-decoration:transparent;padding:var(--layout-space-2) 0;gap:var(--layout-space-2)}.card__sizes .icon{max-width:24px;max-height:24px;width:24px;height:24px}.card__sizes-copy{flex:1 1 min-content;padding-left:var(--layout-space-2)}@media screen and (min-width: 990px){.card__heading{font-size:1.8rem;line-height:2.8rem}.card__sizes{font-size:var(--text-size-xs);padding:var(--layout-space-4) 0}}.card__heading:last-child{margin-bottom:0}.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * var(--text-size-xs))}.card--horizontal .card-information>*:not(.visually-hidden:first-child)+*:not(.rating){margin-top:0}.card--horizontal__quick-add:before{box-shadow:none}@media only screen and (min-width: 750px){.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * var(--text-size-xs))}}cart-drawer-items .card--horizontal__quick-add{justify-content:center}cart-drawer-items .card--horizontal .card__heading{font-size:calc(var(--font-heading-scale) * var(--text-size-base))}.card--card.card--media>.card__content{margin-top:calc(0rem - var(--image-padding))}.card--standard.card--text a:after,.card--card .card__heading a:after{bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);top:calc(var(--border-width) * -1)}.card__heading a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus:not(:focus-visible):after{box-shadow:none;outline:0}.card__heading a:focus{box-shadow:none;outline:0}@media screen and (min-width: 990px){.card .media.media--hover-effect>img:only-child,.card-wrapper .media.media--hover-effect>img:only-child{transition:transform var(--duration-long) ease}.card:hover .media.media--hover-effect>img:first-child:only-child,.card-wrapper:hover .media.media--hover-effect>img:first-child:only-child{transform:scale(1)}.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child){opacity:0}.card-wrapper:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease;transform:scale(1.03)}.underline-links-hover:hover a{text-decoration:underline;text-underline-offset:.3rem}}.card--standard.card--media .card__inner .card__information,.card--standard.card--text:not(.card--horizontal)>.card__content .card__heading,.card--standard:not(.card--horizontal)>.card__content .card__badge,.card--standard.card--text.article-card>.card__content .card__information,.card--standard>.card__content .card__caption{display:none}.card--standard>.card__content{padding:0}.card--standard>.card__content .card__information{width:100%;min-height:11rem}.card--card.card--media .card__inner .card__information,.card--card.card--text .card__inner,.card--card.card--media>.card__content .card__badge{display:none}.card--horizontal .card__badge,.card--horizontal.card--text .card__inner{display:none}.card--extend-height{height:100%}.card--extend-height.card--standard.card--text,.card--extend-height.card--media{display:flex;flex-direction:column}.card--extend-height.card--standard.card--text .card__inner,.card--extend-height.card--media .card__inner{flex-grow:1}.card .icon-wrap{margin-left:var(--layout-space-3);white-space:nowrap;transition:transform var(--duration-short) ease;overflow:hidden}.card-information{margin-top:auto;width:100%}.card-information>*{line-height:var(--leading-looser);color:rgb(var(--color-foreground))}.card__type{font-size:var(--text-size-s);font-weight:var(--font-weight-medium);line-height:1.4rem;margin-bottom:var(--layout-space-6);color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.card__type{font-size:var(--text-size-base);line-height:2.4rem;margin-bottom:var(--layout-space-6)}}.card__row{align-items:center;display:flex;flex-wrap:wrap;gap:var(--layout-space-4);justify-content:space-between}.card__swatches{align-items:center;display:flex;flex-wrap:wrap;gap:var(--layout-space-4);margin-bottom:var(--layout-space-8)}.card__swatch{border:.2rem solid transparent;border-radius:4rem;cursor:pointer;height:var(--layout-space-16);width:var(--layout-space-16)}.card__swatch--active{border-color:rgb(var(--color-foreground))}.card__swatch-image{border-radius:4rem;display:block;height:auto;object-fit:cover;width:100%}.card__swatch-bedding{border-radius:4rem;display:block;height:auto;object-fit:cover;width:100%;border:solid .75px rgb(var(--color-foreground))}.card__swatch--active .card__swatch-bedding{border:none}.card__swatch-panel{background-clip:padding-box;border:solid .75px rgb(var(--color-foreground));border-radius:4rem;display:none;height:100%;width:100%}.card__swatch--active .card__swatch-panel{border:none}@media screen and (max-width: 989px){.card__swatches{margin-bottom:var(--layout-space-6)}.card__swatch{height:var(--layout-space-12);width:var(--layout-space-12)}.card__swatch-panel{display:block!important;background-color:rgb(var(--color-off-white))}}.card-information>.price{color:rgb(var(--color-base-brand-error))}.card--horizontal .card-information>.price{color:rgba(var(--color-base-brand-error),.75)}.card-information .caption{letter-spacing:var(--tracking-wide)}.card-article-info{margin-top:var(--layout-space-2)}product-card product-group{margin-top:var(--layout-space-4) 0;position:relative;z-index:11}.product-grid-container .product-grid .grid__item.grid__item--feature .card *:not(.card__content *,video-loader,video-loader *,product-card *,.feature-mixed .card__content){height:100%;position:relative;object-fit:cover}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature product-card .card__content{flex-grow:0;min-height:15rem}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature product-card .card__inner{flex-grow:1;height:100%}feature-card.product-feature .card{height:100%}.product-grid-container .product-grid .grid__item.grid__item--feature a,feature-card.product-feature a{text-decoration:none;height:inherit}.product-grid-container .product-grid .grid__item.grid__item--feature .feature-mixed,feature-card.product-feature .feature-mixed{position:relative}.product-grid-container .product-grid .grid__item.grid__item--feature .feature-mixed .card__content,feature-card.product-feature .feature-mixed .card__content{position:absolute;z-index:2;width:100%;height:100%}.product-grid-container .product-grid .grid__item.grid__item--feature .card__heading.truncated,feature-card.product-feature .feature-mixed .card__content .card__heading.truncated,feature-card.product-feature .card__content.feature-text .card__heading.truncated{display:none}@media screen and (max-width: 749px){.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature .card__heading.full,feature-card.product-feature .feature-mixed .card__content .card__heading.full,feature-card.product-feature .card__content.feature-text .card__heading.full{display:none}.product-grid-container.grid-regular-view .product-grid .grid__item.grid__item--feature .card__heading.truncated,feature-card.product-feature .feature-mixed .card__content .card__heading.truncated,feature-card.product-feature .card__content.feature-text .card__heading.truncated{display:block}.product-grid-container.grid-large-view .product-grid .grid__item.grid__item--feature{aspect-ratio:1/1;height:100%}}@media screen and (max-width: 989px){.card.card--horizontal-touch .card__inner{max-width:100px;height:100%}.card.card--horizontal-touch .card__content{width:70%;max-width:400px}.card.card--horizontal-touch .card__content .card__information{padding:var(--layout-space-4)}.card.card--horizontal-touch .card__content .card__information .caption{font-size:11px}.card.card--horizontal-touch .card__content .card__information .card__heading{font-size:var(--text-size-s)}.card.card--horizontal-touch .card__content .card__information .price,.card.card--horizontal-touch .card__content .card__information .price--on-sale .price-item--regular{font-size:var(--text-size-xxs)}.card.card--horizontal-touch .card__badge span{position:absolute;display:block;font-size:9px;top:6px;left:6px;color:rgba(var(--color-foreground),.9);background:rgba(var(--color-light-grey),1);padding:var(--layout-space-2);border-radius:3px}.shop-the-look-product-grid .grid__item{position:relative}.shop-the-look-product-grid .quick-add__icon-trigger{position:absolute;right:0;bottom:0}}.card__information-top{margin-bottom:var(--layout-space-4);gap:var(--layout-space-4)}@media screen and (min-width: 990px){.card__information-top{margin-bottom:var(--layout-space-2);gap:var(--layout-space-8)}}.card--horizontal .card__information-top{margin-bottom:0;margin-top:0}.card--horizontal .card-information{margin-top:var(--layout-space-3)}.card__information-top .icon-heart{width:100%;height:100%;max-width:var(--layout-space-12);max-height:var(--layout-space-12)}.card__product-title{display:inline-block;line-height:1.2}.card__badge-container--alt{position:absolute;right:0;bottom:var(--layout-space-5);opacity:1;transition:all var(--duration-default) ease}@media screen and (min-width: 750px){.card__badge-container--alt{bottom:var(--layout-space-10)}.card:hover .card__badge-container--alt{bottom:calc(44px + var(--layout-space-5));opacity:0;pointer-events:none}}.card--collection{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);overflow:hidden;position:relative;transition:border-radius var(--duration-medium) ease-in}.card--collection .card__media{transition:border-radius var(--duration-medium) ease-in}.card--collection .card__content{background-color:transparent;position:absolute;top:0;bottom:0;width:100%;height:100%}.card--collection .card__content,.card--collection .card__content .card__information{background:rgba(var(--color-base-text),0);color:rgb(var(--color-body));min-height:unset;height:unset;transition:all var(--duration-medium) ease}.card--collection .card__content .card__information{padding:0;display:flex;height:100%;justify-content:center;align-items:center;text-shadow:0 0px 10px rgba(0,0,0,.75);overflow:visible}.card--collection .card__content .card__information:hover{background:rgba(var(--color-base-text),.3);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.card--portrait .card__content,.card--portrait .card__content .card__information{background-color:inherit}.card--portrait .card__content .card__information:hover{background-color:#0000004d}.card--portrait .card__content .card__information{justify-content:space-between;transition:all var(--duration-medium) ease}.card--collection .card__content .card__heading{color:rgb(var(--color-base-brand-secondary));font-family:var(--font-body-family);font-size:var(--text-size-xs);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide);line-height:var(--leading-loose);text-transform:uppercase;text-align:center;padding:var(--layout-space-1) var(--layout-space-4);overflow:visible}.card--portrait .card__content .card__heading{padding:var(--layout-space-8) var(--layout-space-4);width:100%}.card--portrait .card__content .card__heading:first-of-type{background:linear-gradient(180deg,rgba(var(--color-base-dark),.8),rgba(var(--color-base-dark),0))}.card--portrait .card__content .card__heading:last-of-type{background:linear-gradient(0deg,rgba(var(--color-base-dark),.8),rgba(var(--color-base-dark),0))}.card--portrait .card__content .card__heading--small{font-size:var(--text-size-xxs)}@media screen and (min-width: 990px){.card--portrait .card__content .card__heading{padding:var(--layout-space-8) var(--layout-space-8) var(--layout-space-12) var(--layout-space-8)}}.card--collection .card__heading .icon-wrap{margin-left:var(--layout-space-4)}.card--collection .card__heading .icon-arrow{height:var(--layout-space-7);transform:rotate(180deg);width:auto}.card--collection .card__heading .icon-wrap,.card--collection .card__heading .icon-arrow{overflow:visible}.card--collection .card__content a{width:100%;height:100%}@media screen and (min-width: 990px){.card--collection .card__content .card__heading{font-size:var(--text-size-l);line-height:var(--leading-looser);letter-spacing:var(--tracking-wider)}.card--collection .card__heading .icon-wrap{margin-left:var(--layout-space-8)}.card--collection .card__content .card__heading--small,.card--portrait .card__content .card__heading--small{font-size:var(--text-size-s)}}.card .product__stars{font-size:var(--text-size-xxs);padding-top:var(--layout-space-4)}.card .jdgm-preview-badge .jdgm-star.jdgm-star{color:rgb(var(--color-base-text))}.card .jdgm-prev-badge__stars{margin-right:var(--layout-space-4)!important}@media screen and (min-width: 990px){.card .product__stars{font-size:var(--text-size-xs)}}.card--page .h3{display:block;margin-bottom:var(--layout-space-8)}button.swym-button.card__wishlist{position:absolute;top:var(--layout-space-2);right:var(--layout-space-2);width:var(--layout-space-10);height:var(--layout-space-10);border-radius:50%;border:solid .1rem rgb(var(--color-body));padding:0;z-index:1;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-base-text))!important;background-color:rgba(var(--color-body),.7);cursor:pointer}@media screen and (min-width: 750px){button.swym-button.card__wishlist{width:var(--layout-space-20);height:var(--layout-space-20)}}button.swym-button.card__wishlist:after{content:none!important}button.swym-button.card__wishlist.swym-added{pointer-events:none}button.swym-button.card__wishlist svg{width:var(--layout-space-8);height:auto}@media screen and (min-width: 750px){button.swym-button.card__wishlist svg{width:var(--layout-space-10)}}.product-card-wrapper,.product-card-wrapper .card,.product-card-wrapper .card__content,.product-card-wrapper .card__information{border-radius:0 0 .8rem .8rem}.product-card-wrapper .crad__media,.product-card-wrapper .card__media .media img,.product-card-wrapper .card__media .media svg.placeholder-svg{border-radius:.8rem .8rem 0 0}.product-card-wrapper .ratio{align-items:flex-start}.product-card-wrapper .award-images{position:absolute;bottom:6px;right:6px;left:unset;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;gap:4px;z-index:2;pointer-events:none}.product-card-wrapper .award-images img{width:58px;height:auto;padding:1px;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media (min-width: 749px){.product-card-wrapper .award-images img{width:62px}}
/*# sourceMappingURL=/cdn/shop/t/698/assets/component-card.css.map */
