.collection-product-card{position:relative;margin:0;overflow:hidden;transition:var(--duration-default)}.collection-product-card.recommend-slider{border:1px solid #D9D9D9;border-radius:10px;padding:20px}.collection-product-card .caption-with-letter-spacing{max-width:25.5rem;margin:0;font-size:1rem;line-height:1.5}@media screen and (min-width: 990px){.collection-product-card:hover .card__link{opacity:1}.collection-product-card:hover .card__link.button[aria-disabled=true]{opacity:.7}}.card-wrapper{position:relative;display:grid;grid-template-rows:1fr 200px;height:100%;overflow:hidden;text-decoration:none}.card-wrapper-custom{grid-template-rows:1fr 125px}.card-wrapper__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;opacity:0;transition:var(--duration-default);object-fit:cover}.card-wrapper__link--overlay{z-index:1;display:block;color:rgb(var(--color-link));text-decoration:none;background-color:transparent}.card-wrapper .product-form__controls{margin-bottom:0}.card-wrapper .product-form__controls-group{gap:.6rem}.card-wrapper .product-form__controls-group label.color-swatch{margin-top:0}.card-wrapper input[type=radio].disabled{display:none}.card-wrapper input[type=radio].disabled+label{display:none}.full-unstyled-link,.placeholder-svg{transition:var(--duration-default)}.card{display:block;overflow:hidden;text-decoration:none}.card__inner{position:relative;display:block;width:100%}.card__text{display:flex;flex-direction:column;align-items:center;justify-content:center}.card__vendor{font-family:var(--font-body-family);font-size:1.1rem;font-style:var(--font-body-style);font-weight:var(--font-button-weight);line-height:176.8%;color:rgb(var(--color-foreground) .6);text-transform:uppercase;letter-spacing:var(--font-subtitle-letter-spacing);transition:var(--duration-default)}.card__description-item{font-size:12px}.card__title{position:relative;z-index:2;display:block;max-width:34.1rem;margin:0;font-family:var(--font-heading-card-family);font-size:calc(var(--font-heading-card-scale) * 1rem);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);line-height:1.5;color:rgb(var(--color-foreground-title));letter-spacing:normal;word-break:break-word;pointer-events:all}.card__title a{z-index:2;font-family:var(--font-heading-card-family);font-size:calc(var(--font-heading-card-scale) * 1rem);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);line-height:1.5;letter-spacing:normal;word-break:break-word}.card__title.recommends{margin-bottom:15px}.card__title.recommends a{font-size:15px;font-weight:700}.card__description{margin-top:1.6rem;font-family:var(--font-text-card-family);font-size:calc(var(--font-text-card-scale) * 1rem);font-style:var(--font-text-card-style);font-weight:var(--font-text-card-weight);line-height:1.45}.card__link{position:absolute;z-index:3;pointer-events:all;cursor:pointer}.card__link-button{bottom:.8rem;left:1.6rem;width:calc(100% - 3.2rem);min-width:12rem;padding:1rem;transition:transform var(--duration-short),opacity var(--duration-short),background-color var(--duration-default),color var(--duration-default)}@media screen and (min-width: 1200px){.card__link-button{left:3rem;width:calc(100% - 6rem);opacity:0;transform:translate(0) translateY(100%)}}@media screen and (min-width: 1360px){.card__link-button{left:2rem;width:calc(100% - 4rem)}}@media screen and (min-width: 1600px){.card__link-button{left:3rem;width:calc(100% - 6rem)}}.card__link-icon{position:absolute;bottom:2rem;left:50%;z-index:3;display:flex;flex:none;gap:.4rem;align-items:center;justify-content:center;width:auto;width:max-content;min-width:165px;height:auto;min-height:35px;padding:0;margin:0;font-weight:500;font-size:13px;font-family:var(--font-body-family);color:#fff;text-decoration:none;text-transform:none;letter-spacing:.04em;pointer-events:all;cursor:pointer;background-color:var(--color-blue);border:none;box-shadow:none;opacity:0;transition:transform var(--duration-short),opacity var(--duration-short),background-color var(--duration-default);transform:translate(-50%) translateY(100%);border-radius:3px}.card__link-icon .icon{flex-shrink:0;width:1.6rem;height:1.6rem}.card__link.button[aria-disabled=true]{opacity:0}.card__link .card__quickview-text{position:relative;margin-bottom:0;color:inherit}.card__link:hover .card__quickview-text{position:relative}.card__link.loading{pointer-events:none;opacity:.5}@media screen and (min-width: 1200px){.card__link.loading{transform:translate(-50%) translateY(0)}}.card__link.loading span,.card__link.loading .icon{opacity:0}.card__link .loading-overlay__spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.card__link .loading-overlay__spinner svg{width:1.6rem;height:1.6rem}.card__link span{transition:opacity var(--duration-short)}.card .icon-wrap{margin-left:.8rem;overflow:hidden;white-space:nowrap;transition:transform var(--duration-short) ease}.card .h1 .icon-arrow,.card .h2 .icon-arrow{padding-top:.3rem;padding-bottom:.3rem}.card--media{display:block;text-decoration:none}.card--text-only{display:flex;justify-content:center}.card--text-only:before{display:block;padding-bottom:100%;content:""}.card--text-only .card__inner{display:grid;grid-template-rows:1fr auto 1fr;width:100%}.card--text-only .card__content{grid-row:2;justify-self:center;margin-top:5rem;margin-bottom:6rem}.card--text-only .card__badge{grid-row:3;align-self:flex-start}.card--text-only .card__content+.card__badge{margin-top:-5rem}.card--product{position:relative;padding:20px 10px 10px;background-color:rgb(var(--color-background-card));border-radius:.6rem;display:flex;grid-row:1 / 2;width:100%;align-items:flex-end;justify-content:center}.card__content{margin-right:2.5rem;margin-left:2.5rem}.card__content>*{margin:0}.card__button{display:none}@media screen and (min-width: 990px){.card__button{display:block}.card__button.card__link-icon,.card__button .card__link-icon{display:flex}}.card__button--show{display:block}.card__button--show.card__link-icon,.card__button--show .card__link-icon{display:flex;opacity:1;transform:translate(-50%) translateY(0)}@media screen and (min-width: 990px){.card__button--show{display:block}.card__button--show.card__link-icon,.card__button--show .card__link-icon{display:flex;opacity:0;transform:translate(-50%) translateY(100%)}}.card__add-to-cart button .loading-overlay__spinner{width:2.5rem;height:2.5rem}.card__add-to-cart button .loading-overlay__spinner .spinner{position:unset}.card--search .card__badge>*,.card--text-only .card__badge>*{margin:0 1rem 1rem}.card--search .card__badge,.card--text-only .card__badge{position:initial}.card--search .card__content{justify-self:flex-start;text-align:left}.media+.card__content{margin-top:2rem;margin-bottom:1.5rem}.card-wrapper .media{padding:0}.card-wrapper .media>img{width:100%;height:100%;object-fit:contain;aspect-ratio:1;max-height:200px}@media screen and (min-width: 750px){.card--text-only .card__content{margin-top:7rem;margin-bottom:7rem}.card--text-only .card__content+.card__badge{margin-top:-7rem}}.card__text-spacing>*{margin:0}.card__text-spacing>*:not(.overlay-card)+*{margin-top:.5rem}.card__text{margin:0;word-break:break-word}.card--text-only .card__text{text-align:center}.card-information{position:relative;z-index:2;padding:1.6rem;grid-row:2 / -1}@media screen and (min-width: 1200px){.card-information{padding:1.6rem 3rem 2.4rem}}@media screen and (min-width: 1360px){.card-information{padding:1.6rem 2rem}}@media screen and (min-width: 1600px){.card-information{padding:1.6rem 3rem 2.4rem}}.card-information__bottom{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:flex-start;margin-top:2.4rem}.card-information__text{display:block;padding-right:1.2rem}.card-information__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.card-information__wrapper>.card_price{order:2}.card-information__wrapper>.product-parameters{order:3}.card-information>*:not(.visually-hidden:first-child)+.price{margin-top:2.4rem}.collection-product-card{padding:0}.cart__footer-wrapper+.collection-products-section .collection-product-card:hover .card__link{opacity:0}.card-wrapper:focus-within .card{box-shadow:none}.card__media-spacer{padding:2rem}@media screen and (min-width: 750px){.card__media-spacer{padding:3rem}}.card-article-info{display:flex;flex-wrap:wrap;margin-top:1rem}.card__badge{position:absolute;top:1rem;left:1rem;z-index:3;display:flex;flex-flow:row-reverse wrap;opacity:1}.card__badge>*{margin-right:1rem;margin-bottom:.5rem}.card__badge{transition:opacity var(--duration-default)}.card__badge .badge{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 990px){.card-wrapper:hover .card__heading{text-decoration:underline;text-underline-offset:.3rem}.card-wrapper:hover .card.card--search{background-color:rgb(var(--color-card-hover) .06);transition:background-color var(--duration-long) ease}}@media screen and (min-width: 1200px){.collection-product-card:hover .card__link{opacity:1}.collection-product-card:hover .card__link-button{transform:translateY(0)}.collection-product-card:hover .card__link-icon{transform:translate(-50%) translateY(0)}}@media screen and (min-width: 990px){.collection-product-card.quickview--hover:hover .card-wrapper__image{opacity:1;transform:scale(1)}.collection-product-card.quickview--hover:hover .placeholder-svg{transform:scale(1)}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img:first-child:not(:only-of-type){opacity:0;transition:transform var(--duration-long) ease,opacity var(--duration-default);transform:scale(1)}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease,opacity var(--duration-default);transform:scale(1)}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img{transition:transform var(--duration-long) ease,opacity var(--duration-default);transform:scale(.9)}}.media--macbook{max-height:134px!important}@media (min-width: 750px){.media--macbook{max-height:100px!important}}@media (min-width: 990px){.media--macbook{max-height:106px!important}}@media (min-width: 1200px){.media--macbook{max-height:95px!important}}@media (min-width: 1360px){.media--macbook{max-height:125px!important}}@media (min-width: 1600px){.media--macbook{max-height:120px!important}}@media (min-width: 1900px){.media--macbook{max-height:158px!important}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/component-card.css.map */
