.custom-card{overflow:hidden;position:relative;height:100%;display:flex;align-items:center;border-radius:var(--card-border-radius)}.custom-card.image-padding-true,.custom-card.image-padding-false .info{padding:var(--card-padding)}.custom-card.same-scheme-true{background:transparent}.custom-card.same-scheme-true.border-false,.custom-card.same-scheme-true.border-false .info,.custom-card.same-scheme-true.border-false.image-padding-true{padding:0}.custom-card .image-container{position:relative;width:var(--image-width);overflow:hidden;flex-shrink:0;display:inline-block;vertical-align:bottom;border-radius:var(--image-border-radius)}.custom-card .image-container .img{position:relative;width:100%;padding-top:var(--image-height);border-radius:inherit;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-card .image-container .img:not(.video-wrap){-webkit-transform:scale(1.001);transform:scale(1.001)}.not-mobile .custom-card:hover .image-container .img:not(.video-wrap){-webkit-transform:scale(1.05);transform:scale(1.05)}.custom-card .image-container.shadow-true{box-shadow:var(--floating-box-shadow)}.custom-card .info{flex-grow:1}.custom-card .title{font-size:1.25em;font-weight:500}.custom-card .rating{font-size:.6875em}.custom-card .rating svg{display:inline-block;margin-left:.5em}.custom-card .rating svg:first-child{margin-left:0}.custom-card .rating svg path{fill:inherit}.custom-card .text p{font-size:1.125em;line-height:1.5em}.custom-card .testimonial-author-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%}.custom-card .testimonial-author-text{flex:1;min-width:0;display:flex;flex-direction:column}.custom-card .testimonial-author-text>:not(:first-child){margin-top:.25rem}.custom-card .testimonial-author-photo{flex-shrink:0}.custom-card .testimonial-author-photo .media{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:9999px;display:block}.custom-card .info,.custom-card .info-bottom-inner{display:flex;flex-flow:column}.custom-card .info>:not(:first-child):not(.info-bottom),.custom-card .info-bottom-inner>:not(:first-child){margin-top:1.5rem}.custom-card.image-position-top,.custom-card.image-position-bottom{display:block}.custom-card.image-position-top .info,.custom-card.image-position-bottom .info{width:100%}.custom-card.image-position-top.image-padding-true .image-container{margin-bottom:var(--card-padding)}.custom-card.image-position-bottom.image-padding-true .image-container{margin-top:var(--card-padding)}.custom-card.image-position-left.image-padding-true .image-container{margin-right:var(--card-padding)}.custom-card.image-position-right.image-padding-true .image-container{margin-left:var(--card-padding)}.image-offset .custom-card{overflow:visible}.image-offset .custom-card.expandable-true .image-container{transform:scale(1) translate(0);opacity:1}.image-offset .custom-card.expandable-true.open .image-container{transform:scale(.5) translateY(.5em);opacity:0}.image-offset.image-position-top{padding-top:var(--image-offset)}.image-offset.image-position-top .custom-card.image-padding-false .image-container{margin-top:calc(var(--image-offset) * -1)}.image-offset.image-position-top .custom-card.image-padding-true .image-container{margin-top:calc(calc(var(--image-offset) + var(--card-padding)) * -1)}.image-offset.image-position-right{padding-right:var(--image-offset)}.image-offset.image-position-right .custom-card.image-padding-false .image-container{margin-right:calc(var(--image-offset) * -1)}.image-offset.image-position-right .custom-card.image-padding-true .image-container{margin-right:calc(calc(var(--image-offset) + var(--card-padding)) * -1)}.image-offset.image-position-bottom{padding-bottom:var(--image-offset)}.image-offset.image-position-bottom .custom-card.image-padding-false .image-container{margin-bottom:calc(var(--image-offset) * -1)}.image-offset.image-position-bottom .custom-card.image-padding-true .image-container{margin-bottom:calc(calc(var(--image-offset) + var(--card-padding)) * -1)}.image-offset.image-position-left{padding-left:var(--image-offset)}.image-offset.image-position-left .custom-card.image-padding-false .image-container{margin-left:calc(var(--image-offset) * -1)}.image-offset.image-position-left .custom-card.image-padding-true .image-container{margin-left:calc(calc(var(--image-offset) + var(--card-padding)) * -1)}.custom-card.expandable-true .info-bottom-inner{overflow:auto;background:var(--scheme-background-gradient);position:absolute;bottom:0;left:0;width:100%;height:100%;padding:var(--card-padding);display:flex;flex-flow:column;transition:all var(--animation-speed-medium) ease-out;z-index:1}.custom-card.expandable-true .text-overflow .info-bottom-inner .text{overflow:auto}.custom-card.expandable-true:not(.open) .info-bottom-inner{transform:translateY(102%);visibility:hidden}.custom-card.expandable-true .title{min-height:auto!important}.custom-card.expandable-true .buttons{flex-grow:1;display:flex;align-items:flex-end}.custom-card.expandable-true .buttons>*{width:100%}.custom-card.expandable-false .info-bottom-inner{padding:0}.custom-card.expandable-false .info-bottom{margin-top:1.5rem}.custom-card .controls{position:absolute;top:0;right:0;z-index:3;padding:1em}.custom-card .media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.see-it-in-action .custom-card.custom-card{display:flex;width:390px;max-width:100%;height:303px;padding:32px;flex-direction:column;justify-content:center;align-items:center;gap:24px;border-radius:20px;border:1px solid var(--Black-20, #D1D1D1);background-color:#8d8d8d;overflow:hidden}.see-it-in-action .custom-card .image-container.image-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;margin:0;padding:0;border:none;box-shadow:none;border-radius:0}.see-it-in-action .custom-card .image-container .img{width:100%;height:100%;padding-top:0;background-size:contain;background-repeat:no-repeat;background-position:center}.see-it-in-action .custom-card .info:empty{display:none}.see-it-in-action .custom-card .info,.see-it-in-action .custom-card .info-head,.see-it-in-action .custom-card .info-bottom-inner{align-items:center;text-align:center}.see-it-in-action .custom-card .title,.see-it-in-action .custom-card .small-label,.see-it-in-action .custom-card .text,.see-it-in-action .custom-card .text p,.see-it-in-action .custom-card .author,.see-it-in-action .custom-card .author-title{text-align:center}.see-it-in-action .custom-card .rating{justify-content:center}.see-it-in-action .custom-card .buttons{align-self:center}.fresh-setup .custom-card.custom-card{display:flex;width:340px;max-width:100%;height:303px;padding:48px 32px 32px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;flex-shrink:0;border-radius:20px;border:1px solid var(--Black-20, #D1D1D1);overflow:hidden}.fresh-setup .custom-card .info{gap:12px}.fresh-setup .custom-card .info>*,.fresh-setup .custom-card .info-bottom,.fresh-setup .custom-card .info-bottom-inner>*{margin-top:0}.fresh-setup .custom-card .buttons .btn,.fresh-setup .custom-card .buttons .btn.v2{border-radius:40px;background:var(--Black-100, #000)}.fresh-setup .custom-card .image-container.image-container{width:98px;height:93px;margin:0;padding:0;border:none;box-shadow:none;border-radius:0}.fresh-setup .custom-card .image-container .img{width:100%;height:100%;padding-top:0;background-size:contain;background-repeat:no-repeat;background-position:center}.refill-section .custom-card .title{font-weight:700}.refill-section .custom-card .image-container{box-shadow:none;border:none}.see-it-in-action .keen-nav-inline,.fresh-setup .keen-nav-inline{display:flex;align-items:center;justify-content:center;gap:.75em;margin-top:2em}.see-it-in-action .keen-nav-inline .keen-dots,.fresh-setup .keen-nav-inline .keen-dots{margin:0;width:auto}@media(max-width:66rem){.custom-card.expandable-false .info-bottom{margin-top:.5rem}.custom-card .title{font-size:1.125em}.custom-card .text p{font-size:.75em}.custom-card .author{font-size:.875em}.fresh-setup .custom-card.custom-card{padding-bottom:16px}}
/*# sourceMappingURL=/cdn/shop/t/160/assets/custom_items.css.map */
