.product-table{width:100%;background:inherit;display:flex;justify-content:center;align-items:center}.product-table__container{width:100%;max-width:393px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px}.product-table__tag{padding:4px 16px;background:var(--bone-white);border-radius:48px;display:inline-flex;justify-content:center;align-items:center;gap:10px}.product-table__tag-text{text-align:center;color:var(--dark-graphite);font-size:12px;font-weight:600;text-transform:uppercase;line-height:24px;letter-spacing:.5px;word-wrap:break-word;margin:0}.product-table__header,.product-table__text-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}.product-table__title{color:var(--midnight-blue);font-size:24px;font-weight:500;line-height:33.6px;letter-spacing:.37px;word-wrap:break-word;margin:0}.product-table__description{color:var(--dark-graphite);font-size:14px;font-weight:400;line-height:22.4px;word-wrap:break-word}.product-table__description p{margin:0}.product-table table{width:100%;border-collapse:collapse;background:var(--white);border:1px solid #d1d1d1;border-radius:12px;table-layout:fixed;word-wrap:break-word;overflow:hidden}.product-table table th{background:#000;padding:12px 16px;font-size:16px;letter-spacing:.07em;color:#fff;text-align:left;border:1px solid #d1d1d1}.product-table table th,.product-table table th p span{font-weight:700!important}.product-table table th:has(b),.product-table table th:has(strong){background:#ed1515}.product-table table td:not(:first-child),.product-table table th:not(:first-child){text-align:center}.product-table table td{padding:13px 16px;font-size:14px;border:1px solid #d1d1d1;vertical-align:middle;text-align:left}.product-table table td:first-child{background:var(--white)}.product-table table td:not(:first-child):has(b),.product-table table td:not(:first-child):has(strong){background:#fdecec}.product-table table td.cell--check{color:#1a9e46}.product-table table td.cell--cross{color:#e02424}.product-table table tr:last-child td{border-bottom:none}.product-table .full-width{width:100%}@media (min-width:768px){.product-table__container{max-width:1280px;gap:40px}.product-table__header{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:40px}.product-table__tag{padding:8px 20px}.product-table__tag-text{font-size:14px}.product-table__text-group{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding-left:80px;padding-right:80px}.product-table__title{align-self:stretch;text-align:center;font-size:48px;line-height:56px}.product-table__description{align-self:stretch;text-align:center;font-size:16px;line-height:25.6px}}