.product-details{gap:16px;padding:clamp(16px,2vw,20px)}.product-details .detail-row{white-space:nowrap;flex-direction:row;justify-content:space-between;align-items:center;font-size:clamp(14px,1.6vw,16px);font-weight:500;display:flex}.product-details .detail-row .value{color:#fff;text-transform:uppercase;text-align:right}.product-details .detail-row .value:has(.dot){align-items:center;gap:12px;display:flex}.product-details .detail-row .value .dot{background:var(--color,white);width:17px;height:17px}.product-details .detail-row .value a{color:#52b772;text-underline-offset:2px;font-weight:600;text-decoration:underline;transition:color .15s}.product-details .detail-row .value a:hover{color:#6fd58f}.product-card{background:#27292f;border-radius:12px;flex-direction:column;padding:16px;display:flex}.product-card h3.sub{margin:0}.product-card .product-list{--gap:12px;gap:var(--gap);flex-direction:column;flex:1;display:flex}.product-card .product-item:first-of-type{margin-top:var(--gap)}.product-card .product-item:not(:last-of-type){padding-bottom:var(--gap);border-bottom:1px solid #ffffff1a}.product-card .label{color:#ffffffb8}
