.product-card{flex-direction:column;display:flex}.product-card__header{align-items:center;justify-content:var(--ps-product-card-header-justify,space-between);background-color:var(--ps-color-white);box-shadow:var(--ps-elevation-2);padding:16px 20px;display:flex;position:relative}.product-card__product-data{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.product-card__name{align-items:center;margin-bottom:8px;display:flex}.product-card__thumbnail{display:none}.product-card__title{font-size:var(--ps-product-card-title-font-size,22px);font-weight:500;line-height:var(--ps-product-card-title-line-height,26px)}.product-card__subtitle{align-items:center;gap:4px;margin-bottom:0;font-size:14px;font-weight:300;line-height:16px;display:flex}.product-card__subtitle--secondary{font-size:12px;line-height:14px}.product-card__subtitle strong{font-weight:500}.product-card__code{font-size:18px;font-weight:500}.product-card__category{transition:color var(--u-quick-transition)}.product-card__category:focus,.product-card__category:hover{color:#0071bb}.product-card__brand{max-width:128px;display:block}.product-card__brand img{max-width:100%;height:80px;display:block}.product-card__content{grid-template-columns:var(--ps-product-card-content-grid-columns,minmax(0, 5fr) minmax(0, 8fr) 220px);background-color:#eceff1;gap:16px;padding:16px 0;display:grid}.product-card__media--tablet{display:none}.product-card__tablist{min-height:425px}.product-card__no-attributes{padding:4px 8px 8px}.product-card__no-images{background-color:var(--ps-color-white) var(--ps-color-white);border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:16px}.product-card__attributes::-webkit-scrollbar{width:10px;height:10px}.product-card__attributes::-webkit-scrollbar-button{width:0;height:0}.product-card__attributes::-webkit-scrollbar-thumb{-webkit-transition:background var(--u-default-transition);transition:background var(--u-default-transition);background:#0071bb;border:none;border-radius:5px}.product-card__attributes::-webkit-scrollbar-thumb:hover{background:#21aaf6}.product-card__attributes::-webkit-scrollbar-track{background:0 0;border:none;border-radius:5px}.product-card__attributes::-webkit-scrollbar-corner{background:0 0}@supports ((-moz-appearance:none)){.product-card__attributes{scrollbar-color:#0071bb transparent;scrollbar-width:auto}}.product-card__attributes{background-color:var(--ps-color-white);width:100%;height:321px;padding:12px;overflow-y:auto}.product-card__attributes-table{flex-wrap:wrap;gap:12px;width:100%;display:flex}.product-card__attributes-table-left,.product-card__attributes-table-right{flex:0 0 calc(50% - 12px);width:calc(50% - 12px);max-width:calc(50% - 12px)}.product-card__attribute{border-bottom:1px solid #e4e4e4;flex:0 0 100%;grid-template-columns:2fr minmax(0,3fr);align-items:center;gap:4px;width:100%;max-width:100%;padding:4px;font-size:14px;display:grid}.product-card__attribute:last-of-type{border-bottom:none}.product-card__attribute-name{color:#4f4f4f}.product-card__attribute-value{color:#323232;font-weight:300}.product-card__attribute-link{color:#0071bb;font-weight:400}.product-card__attribute-link:focus,.product-card__attribute-link:hover{color:#0071bb;text-decoration:underline}.product-card__basic-data,.product-card__variants{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-card__accessories{background-color:var(--ps-color-white)}.product-card__files{flex-wrap:var(--ps-product-card-files-wrap);background-color:#f9fafb;border-top:1px solid #eceff1;border-bottom-right-radius:3px;border-bottom-left-radius:3px;gap:8px;margin-top:16px;padding:16px;display:flex}.product-card__files-title{color:#4f4f4f;font-size:14px;line-height:17px}.product-card__files-list{flex-wrap:wrap;gap:8px;display:flex}.product-card__file{flex-direction:var(--ps-product-card-file-direction,column);gap:var(--ps-product-card-file-gap,4px);display:flex}.product-card__filename{color:#4f4f4f;font-size:14px;font-weight:300;line-height:17px}.product-card__box{min-height:var(--ps-product-card-box-min-height,470px);margin-block:var(--ps-product-card-box-margin-block);background-color:var(--ps-color-white);border-radius:var(--ps-border-radius-sm);box-shadow:var(--ps-elevation-1);grid-template-rows:repeat(5,auto) minmax(0,1fr);grid-template-areas:"price""basket""comparator""lists""availability""substitutes";gap:4px;padding:24px;display:grid}.product-card__price{grid-area:price;margin-bottom:16px}.product-card__add-to-basket{grid-area:basket}.product-card__add-to-compare{grid-area:comparator}.product-card__add-to-shopping-list{grid-area:lists}.product-card .product-card__availability-info{border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;grid-area:availability;grid-template-columns:repeat(2,1fr);justify-content:center;gap:4px;min-width:0;margin:16px 0;padding:24px 12px;display:grid}.product-card__today-delivery-info{text-align:center;grid-column:span 2;margin-top:16px}.product-card__today-delivery-info strong{color:#20d311}.product-card__substitutes{grid-area:substitutes}.product-card__widgets{background-color:var(--ps-color-white);margin-top:16px;padding:16px;overflow:auto}@media (width<=1199px){.product-card__thumbnail{-o-object-fit:contain;object-fit:contain;background:var(--ps-color-white);width:128px;min-width:128px;height:128px;margin-right:16px;display:block}.product-card__content{grid-template-columns:minmax(0,1fr) 220px}.product-card__media{display:none}.product-card__media--tablet{padding:0;display:block;position:relative}.product-card__tablist{min-height:auto}}@media (width<=767px){.product-card{--ps-product-card-header-justify:center;--ps-product-card-title-font-size:18px;--ps-product-card-title-line-height:22px;--ps-product-card-content-grid-columns:1fr;--ps-product-card-box-min-height:auto;--ps-product-card-box-margin-block:18px auto}.product-card__header{flex-wrap:wrap}.product-card__content{flex-grow:1;grid-template-columns:minmax(0,1fr);padding-bottom:0}.product-card__tabs{order:2}.product-card__tab-content{visibility:visible;opacity:1;transform-origin:50% 0;height:auto;transition:opacity var(--u-default-transition), transform var(--u-default-transition);transform:scaleY(1)}.product-card__tab-content.hidden{visibility:hidden;opacity:0;height:0;display:block;transform:scaleY(0)}.product-card__attributes{height:auto}.product-card__files--mobile-hidden{display:none}.product-card__box{order:1;grid-template:"price price price"minmax(0,1fr)"comparator lists basket"42px"availability availability availability""substitutes substitutes substitutes"/42px 42px minmax(0,1fr)}}@media (width<=575px){.product-card{--ps-product-card-files-wrap:wrap;--ps-product-card-file-direction:row;--ps-product-card-file-gap:16px}.product-card__attributes-table-left,.product-card__attributes-table-right{flex:0 0 100%;width:100%;max-width:100%}.product-card__files-title{text-align:center;width:100%;margin-bottom:5px}.product-card__file{justify-content:space-between;align-items:center;width:100%}}
