.product-cards-wide__card{overflow:visible;max-width:var(--wrap-width);min-height:200px;gap:var(--grid-col-gutter);border-radius:var(--border-radius-default) var(--border-radius-default) 0 0}.product-cards-wide__card+.product-cards-wide__card{margin-top:var(--grid-col-gutter)}@media screen and (min-width: 768px){.product-cards-wide__card{grid-template-columns:1fr 1fr;border-radius:var(--border-radius-default) 0 0 var(--border-radius-default)}.product-cards-wide__card--col-emphasis-left{grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.product-cards-wide__card--col-emphasis-right{grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}}.product-cards-wide__card--cream{background-color:var(--color-cream-glass)}.product-cards-wide__card--gray-100{background-color:var(--color-gray-100)}.product-cards-wide__card--white{background-color:var(--color-white);border:1px solid var(--color-gray-200)}.product-cards-wide__content{--typography-spacing: 1.2em;align-self:center;padding:clamp(20px,-16.4556962025px + 0.0474683544*100vw,50px)}.product-cards-wide__content--narrow{padding:clamp(20px,20px + 0*100vw,20px)}.product-cards-wide__content+.product-cards-wide__media{order:-1}@media screen and (min-width: 768px){.product-cards-wide__content+.product-cards-wide__media{order:unset}}.product-cards-wide__content>*+*{margin-top:8px}.product-cards-wide__media{width:100%;position:relative}.product-cards-wide__media .image-overlay-text{width:100%}.product-cards-wide__media .image-overlay-text__image{height:auto}@media screen and (min-width: 768px){.product-cards-wide__media{width:430px;height:100%}.product-cards-wide__media .image-overlay-text{height:100%}.product-cards-wide__media .image-overlay-text__container,.product-cards-wide__media .image-overlay-text__image{height:100%}}.product-cards-wide__media .wishlist__cta{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;border-radius:50%;z-index:2;border:none;text-transform:uppercase;padding:0}.product-cards-wide__price-container strong{font-weight:var(--font-weight-default)}.product-cards-wide__title{margin-bottom:6px}.product-cards-wide__image-wrap{position:relative;margin:0;height:100%;width:100%}.product-cards-wide__image-gallery{height:100%}.product-cards-wide__image-gallery .image-carousel{position:relative;height:100%;z-index:1;margin-bottom:unset}.product-cards-wide__image-gallery .image-carousel .image-carousel__track{height:100%}.product-cards-wide__image-gallery .image-carousel .image-carousel__slides{height:100%}.product-cards-wide__image-gallery .image-carousel .image-carousel__slide{height:100%}.product-cards-wide__image-gallery .image-carousel .image-carousel__slide img{height:100%}.product-cards-wide__image-gallery .image-carousel__navigation{position:absolute;bottom:var(--button-spacing);left:0;right:0;align-items:flex-end;cursor:pointer}.product-cards-wide__image-gallery .image-carousel__navigation .image-carousel__bullets{background-color:var(--color-gray-800);padding:4px 8px;border-radius:var(--border-radius-images);height:unset}.product-cards-wide__image-gallery .image-carousel__navigation .image-carousel__bullets .image-carousel__bullet[current=yes] button{height:8px;width:8px}.product-cards-wide__image-gallery .image-carousel__navigation .image-carousel__bullets .image-carousel__bullet button{height:6px;width:6px;background-color:var(--color-white)}.product-cards-wide__image-gallery--show-arrows .image-carousel__navigation{position:absolute;top:15px;left:15px;right:15px;bottom:15px;display:flex;justify-content:space-between;align-items:unset;margin-top:0}.product-cards-wide__image-gallery--show-arrows .image-carousel__navigation .image-carousel__bullets{align-self:flex-end;background-color:unset}.product-cards-wide__image-gallery--show-arrows .image-carousel__navigation .image-carousel__bullets .image-carousel__bullet[current=yes] button{height:12px;width:12px}.product-cards-wide__image-gallery--show-arrows .image-carousel__navigation .image-carousel__bullets .image-carousel__bullet button{height:8px;width:8px;background-color:var(--color-white)}.product-cards-wide__image-gallery--show-arrows .image-carousel__arrow{background-color:var(--color-white);width:34px;height:34px;align-self:center}.product-cards-wide__image-gallery--show-arrows .image-carousel__arrow[disabled=yes]{visibility:hidden;opacity:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease-in-out}.product-cards-wide__tag{position:absolute;top:20px;left:0;z-index:1;display:block;padding:10px 10px 10px 12px;font-style:italic}.product-cards-wide__tag::before{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:-1;transform-origin:bottom left;transform:skew(-20deg, 0deg)}.product-cards-wide__tag--brown,.product-cards-wide__tag--brown::before{background-color:var(--color-brown);color:var(--color-white)}.product-cards-wide__tag--tan,.product-cards-wide__tag--tan::before{background-color:var(--color-tan);color:var(--color-white)}.product-cards-wide__tag--red,.product-cards-wide__tag--red::before{background-color:var(--color-red);color:var(--color-white)}.product-cards-wide__author{display:flex;align-items:center;margin-top:30px}.product-cards-wide__author-image{border-radius:50%;width:60px;height:60px}.product-cards-wide__author-content{margin-left:12px}.product-cards-wide__author-sub-title{font-style:italic}.product-cards-wide__footer{display:grid;grid-template-columns:repeat(1, 1fr);align-items:stretch;gap:var(--grid-col-gutter);margin-top:30px}.product-cards-wide__footer--stretch{grid-template-columns:1fr}.product-cards-wide__footer .btn{display:flex;justify-content:center;align-items:center}@media screen and (min-width: 1024px){.product-cards-wide__footer:not(.product-cards-wide__footer--stretch){grid-template-columns:repeat(auto-fit, minmax(100px, -webkit-max-content));grid-template-columns:repeat(auto-fit, minmax(100px, max-content))}.product-cards-wide__footer--stretch{grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}}.product-cards-wide__footer .wishlist__cta-button--full{border-color:rgba(144,95,39,.5)}.product-cards-wide__footer .wishlist__cta-button--full svg{display:none}.product-cards-wide__footer .wishlist__cta-button--full:hover{border-color:rgba(144,95,39,.5)}.product-cards-wide .icons-info-box{margin-top:20px}.product-cards-wide.hide{display:none}.no-results.no-results__hidden{display:none}
