.product-card{display:flex;flex-direction:column}.product-card__header{position:relative;display:flex;align-items:center;justify-content:var(--ps-product-card-header-justify, space-between);padding:16px 20px;background-color:#0071bb;box-shadow:0 4px 6px #4e4e4e40}.product-card__product-data{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.product-card__name{display:flex;align-items:center;margin-bottom:8px}.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);color:#fff}.product-card__subtitle{display:flex;gap:4px;align-items:center;margin-bottom:0;font-size:14px;font-weight:300;line-height:16px;color:#fff}.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{color:#fff;transition:color var(--u-default-transition)}.product-card__category:focus,.product-card__category:hover{color:#78cade}.product-card__stats{display:flex;gap:4px;align-items:center;margin:var(--ps-product-card-stats-margin, 0);font-size:12px;line-height:14px;color:#fff;white-space:nowrap}.product-card__opinions-count{font-weight:300}.product-card__content{display:grid;grid-template-columns:var(--ps-product-card-content-grid-columns, minmax(0, 5fr) minmax(0, 8fr) 220px);gap:16px;padding:16px 0;background-color:#eceff1}.product-card__media--tablet{display:none}.product-card__tablist{min-height:425px}.product-card__no-attributes{padding:4px 8px 8px}.product-card__no-images{padding:16px;background-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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{background:#0071bb;border:none;border-radius:5px;-webkit-transition:background var(--u-default-transition);transition:background var(--u-default-transition)}.product-card__attributes::-webkit-scrollbar-thumb:hover{background:#21aaf6}.product-card__attributes::-webkit-scrollbar-track{background:transparent;border:none;border-radius:5px}.product-card__attributes::-webkit-scrollbar-corner{background:transparent}@supports (-moz-appearance: none){.product-card__attributes{scrollbar-color:#0071bb transparent;scrollbar-width:auto}}.product-card__attributes{width:100%;height:321px;padding:12px;overflow-y:auto;background-color:#fff}.product-card__attributes-table{display:flex;flex-wrap:wrap;gap:12px;width:100%}.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{flex:0 0 100%;width:100%;max-width:100%;display:grid;grid-template-columns:2fr minmax(0,3fr);gap:4px;align-items:center;padding:4px;font-size:14px;border-bottom:1px solid #e4e4e4}.product-card__attribute:last-of-type{border-bottom:none}.product-card__attribute-name{color:#4f4f4f}.product-card__attribute-value{font-weight:300;color:#323232}.product-card__basic-data,.product-card__variants{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-card__accessories{background-color:#fff}.product-card__files{display:flex;flex-wrap:var(--ps-product-card-files-wrap);gap:8px;padding:16px;margin-top:16px;background-color:#f9fafb;border-top:1px solid #eceff1;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.product-card__files-title{font-size:14px;line-height:17px;color:#4f4f4f}.product-card__files-list{display:flex;flex-wrap:wrap;gap:8px}.product-card__file{display:flex;flex-direction:var(--ps-product-card-file-direction, column);gap:var(--ps-product-card-file-gap, 4px)}.product-card__filename{font-size:14px;font-weight:300;line-height:17px;color:#4f4f4f}.product-card__box{display:grid;grid-template-areas:"price" "basket" "comparator" "lists" "availability" "substitutes";grid-template-rows:repeat(5,auto) minmax(0,1fr);gap:4px;min-height:var(--ps-product-card-box-min-height, 470px);padding:24px;margin-block:var(--ps-product-card-box-margin-block);background-color:#0d2a3b;border-radius:3px;box-shadow:0 2px 4px #00000026}.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{display:grid;grid-area:availability;grid-template-columns:repeat(2,1fr);gap:4px;justify-content:center;min-width:0;padding:24px 12px;margin:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.product-card__today-delivery-info{grid-column:span 2;margin-top:16px;color:#fff;text-align:center}.product-card__today-delivery-info strong{color:#20d311}.product-card__substitutes{grid-area:substitutes}.product-card__widgets{padding:16px;margin-top:16px;overflow:auto;background-color:#fff}@media (max-width: 1199px){.product-card__thumbnail{display:block;width:128px;min-width:128px;height:128px;margin-right:16px;-o-object-fit:contain;object-fit:contain;background:#fff}.product-card__content{grid-template-columns:minmax(0,1fr) 220px}.product-card__media{display:none}.product-card__media--tablet{position:relative;display:block;padding:0}.product-card__tablist{min-height:auto}}@media (max-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-stats-margin: 16px 0 0 auto;--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;height:auto;opacity:1;transform:scaleY(1);transform-origin:50% 0;transition:opacity var(--u-default-transition),transform var(--u-default-transition)}.product-card__tab-content.hidden{display:block;visibility:hidden;height:0;opacity:0;transform:scaleY(0)}.product-card__attributes{height:auto}.product-card__files--mobile-hidden{display:none}.product-card__box{grid-template:"price price price" minmax(0,1fr) "comparator lists basket" 42px "availability availability availability" auto "substitutes substitutes substitutes" auto/42px 42px minmax(0,1fr);order:1}}@media (max-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{width:100%;margin-bottom:5px;text-align:center}.product-card__file{align-items:center;justify-content:space-between;width:100%}}
