.pdp-made-of{display:flex;padding:80px 0;flex-direction:column;align-items:flex-start;gap:48px;width:100%;background:var(--pdp-made-of-bg, #eaeef1)}.pdp-made-of *{box-sizing:border-box}.pdp-made-of__header{display:flex;flex-direction:column;align-items:flex-start;padding:0 40px;width:100%}.pdp-made-of__title{color:#003b5c;font-family:"Circular Std",sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:120%;margin:0 0 10px}.pdp-made-of__subtitle{color:#003b5c;font-family:"Circular Std",sans-serif;font-size:16px;font-style:normal;font-weight:450;line-height:140%;max-width:623px;margin:0}.pdp-made-of__cards{display:flex;padding:0 40px;align-items:stretch;align-content:flex-start;gap:24px;align-self:stretch;flex-wrap:nowrap;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.pdp-made-of__cards::-webkit-scrollbar{display:none}.pdp-made-of__cards:active{cursor:grabbing}.pdp-made-of__card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;border-radius:6px;background:#fff;flex:1 1 200px;min-width:200px}.pdp-made-of__card-title{color:#003b5c;font-family:"Circular Std",sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:140%}.pdp-made-of__card-text{color:#62849b;font-family:"Circular Std",sans-serif;font-size:16px;font-style:normal;font-weight:450;line-height:140%}@media only screen and (max-width: 749px){.pdp-made-of{padding:40px 0;gap:32px}.pdp-made-of__header,.pdp-made-of__cards{padding:0 20px}.pdp-made-of__title{font-size:24px}.pdp-made-of__subtitle{font-size:14px}.pdp-made-of__card{flex:0 0 252px;min-width:252px}.pdp-made-of__card-title{font-size:16px}.pdp-made-of__card-text{font-size:14px}}