.product-order-in-box{display:block;width:100%;max-width:var(--poib-max-width, 1440px);margin-top:var(--poib-mobile-margin-top, 0);margin-inline:auto;overflow:clip;padding-block:var(--poib-mobile-padding-top, 0) var(--poib-mobile-padding-bottom, 0);padding-inline:var(--poib-mobile-padding-x, 16px);background:var(--poib-background);color:var(--poib-card-text-color);box-sizing:border-box}.product-order-in-box *,.product-order-in-box *::before,.product-order-in-box *::after{box-sizing:border-box}.product-order-in-box__inner{display:flex;flex-direction:column;gap:var(--poib-mobile-header-gap);width:100%}.product-order-in-box__intro{display:flex;flex-direction:column;gap:var(--poib-mobile-intro-gap);width:100%}.product-order-in-box h2.product-order-in-box__heading{min-width:0;margin:0;color:var(--poib-heading-color);font-family:var(--poib-heading-font-family);font-size:var(--poib-mobile-heading-size);font-style:var(--poib-heading-font-style);font-weight:var(--poib-heading-font-weight);line-height:var(--poib-mobile-heading-line-height);letter-spacing:var(--poib-mobile-heading-letter-spacing);overflow-wrap:anywhere}.product-order-in-box .product-order-in-box__description{min-width:0;margin:0;color:var(--poib-description-color);font-family:var(--poib-body-font-family);font-size:var(--poib-mobile-description-size);font-style:var(--poib-body-font-style);font-weight:var(--poib-body-font-weight);line-height:var(--poib-mobile-description-line-height);overflow-wrap:anywhere}.product-order-in-box__cards-shell{display:flex;flex-direction:column;gap:var(--poib-mobile-grid-shell-gap, 16px);width:100%}.product-order-in-box__cards-progress{position:relative;display:block;width:100%;height:1px;overflow:hidden;border-radius:999px;background:rgba(45,109,118,0.16)}.product-order-in-box__cards-progress-fill{position:absolute;top:0;left:0;display:block;width:var( --poib-cards-progress, calc(var(--poib-mobile-card-width, 258px) / 3) );height:100%;border-radius:999px;background:linear-gradient(90deg,var(--poib-progress-color, #2d6d76) 0%,var(--poib-progress-color, #2d6d76) calc(100% - 8px),rgba(45,109,118,0) 100%);pointer-events:none}.product-order-in-box__cards-viewport{overflow-x:auto;width:calc(100% + var(--poib-mobile-padding-x, 16px));margin-inline-end:calc(var(--poib-mobile-padding-x, 16px) * -1);padding-inline-end:var(--poib-mobile-padding-x, 16px);-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.product-order-in-box__cards-viewport::-webkit-scrollbar{display:none}.product-order-in-box__grid{display:flex;flex-direction:row;gap:var(--poib-mobile-grid-gap);width:max-content}.product-order-in-box__card{display:flex;flex:0 0 var(--poib-mobile-card-width, 258px);flex-direction:column;gap:var(--poib-mobile-card-gap);width:var(--poib-mobile-card-width, 258px);height:var(--poib-mobile-card-height, 384px);min-width:0;overflow:hidden;border-radius:var(--poib-mobile-card-radius);padding-bottom:var(--poib-mobile-card-bottom-padding);background:var(--poib-card-background);scroll-snap-align:start}.product-order-in-box__media{flex:0 0 var(--poib-mobile-media-height);width:100%;height:var(--poib-mobile-media-height);overflow:hidden;background:var(--poib-placeholder-background)}.product-order-in-box__picture,.product-order-in-box__placeholder{display:block;width:100%;height:100%}.product-order-in-box__image,.product-order-in-box__placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.product-order-in-box__placeholder-svg{color:var(--poib-card-heading-color);opacity:0.34}.product-order-in-box__content{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--poib-mobile-content-gap);justify-content:flex-start;min-width:0;padding-inline:var(--poib-mobile-content-padding)}.product-order-in-box h3.product-order-in-box__card-heading{min-width:0;margin:0;color:var(--poib-card-heading-color);font-family:var(--poib-card-heading-font-family);font-size:var(--poib-mobile-card-heading-size);font-style:var(--poib-card-heading-font-style);font-weight:var(--poib-card-heading-font-weight);line-height:var(--poib-mobile-card-heading-line-height);overflow-wrap:anywhere}.product-order-in-box .product-order-in-box__card-text{min-width:0;margin:0;color:var(--poib-card-text-color);font-family:var(--poib-body-font-family);font-size:var(--poib-mobile-card-text-size);font-style:var(--poib-body-font-style);font-weight:var(--poib-body-font-weight);line-height:var(--poib-mobile-card-text-line-height);overflow-wrap:anywhere}.product-order-in-box--scene-list{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;margin-top:0;min-height:460px;overflow:hidden;padding-block:63px;padding-inline:32px;background-color:#f5f5f5}.product-order-in-box--scene-list .product-order-in-box__scene{position:absolute;inset:0;z-index:0;pointer-events:none}.product-order-in-box--scene-list .product-order-in-box__scene-media{position:absolute;inset:0;overflow:hidden}.product-order-in-box--scene-list .product-order-in-box__scene-picture,.product-order-in-box--scene-list .product-order-in-box__scene-placeholder{display:block;width:100%;height:100%}.product-order-in-box--scene-list .product-order-in-box__scene-image,.product-order-in-box--scene-list .product-order-in-box__scene-picture img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.product-order-in-box--scene-list .product-order-in-box__scene-placeholder{background:#e8e8e8}.product-order-in-box--scene-list .product-order-in-box__scene-placeholder-svg{position:relative;width:100%;height:100%;left:auto;top:auto;object-fit:contain;color:var(--poib-heading-color);opacity:0.24}.product-order-in-box--scene-list .product-order-in-box__scene-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#f5f5f5 40.41%,rgba(245,245,245,0) 47.36%);pointer-events:none}.product-order-in-box--scene-list .product-order-in-box__inner{position:relative;z-index:1;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%;min-height:0}.product-order-in-box--scene-list .product-order-in-box__copy{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:min(100%,294px)}.product-order-in-box--scene-list h2.product-order-in-box__heading{font-family:var(--poib-heading-font-family, "Inter", sans-serif);font-size:24px;font-style:normal;font-weight:500;font-synthesis:none;line-height:32px;letter-spacing:0}.product-order-in-box--scene-list .product-order-in-box__list{margin:0;padding:0;padding-inline-start:21px;list-style-type:disc;list-style-position:outside;color:var(--poib-heading-color, #2d6d76)}.product-order-in-box--scene-list .product-order-in-box__list-item{margin:0;font-family:var(--poib-body-font-family, "Inter", sans-serif);font-size:14px;font-style:normal;font-weight:400;font-synthesis:none;line-height:20px;overflow-wrap:anywhere}.design-alternate .product-order-in-box--scene-list h2.product-order-in-box__heading{font-family:var(--poib-heading-font-family, "Inter", sans-serif);font-size:24px;font-weight:500;line-height:32px;letter-spacing:0}@media screen and (min-width:750px){.product-order-in-box--scene-list{min-height:800px;padding-block:96px;padding-inline:112px}.product-order-in-box--scene-list .product-order-in-box__scene-overlay{background:linear-gradient(90deg,rgba(245,245,245,0.2) 0%,rgba(245,245,245,0) 18.82%),linear-gradient(180deg,rgba(245,245,245,0) 84.8%,#f5f5f5 100%)}.design-alternate .product-order-in-box--scene-list h2.product-order-in-box__heading{font-size:40px;line-height:48px}.product-order-in-box--scene-list .product-order-in-box__inner{align-items:flex-start;justify-content:flex-end;min-height:calc(800px - 192px)}.product-order-in-box--scene-list .product-order-in-box__copy{width:100%;max-width:none}.product-order-in-box--scene-list h2.product-order-in-box__heading{font-size:40px;line-height:48px}.product-order-in-box--scene-list .product-order-in-box__list{padding-inline-start:27px}.product-order-in-box--scene-list .product-order-in-box__list-item{font-size:18px;line-height:24px}}@media screen and (min-width:1440px){.product-order-in-box--scene-list{padding-block:96px;padding-inline:112px}}@media screen and (min-width:750px){.product-order-in-box:not(.product-order-in-box--scene-list){margin-top:var(--poib-desktop-margin-top, 0);padding-block:clamp(var(--poib-mobile-padding-top),8vw,var(--poib-desktop-padding-top)) clamp(var(--poib-mobile-padding-bottom),8vw,var(--poib-desktop-padding-bottom));padding-inline:clamp(var(--poib-mobile-padding-x),3.8889vw,var(--poib-desktop-padding-x))}.product-order-in-box--scene-list{margin-top:var(--poib-desktop-margin-top, 0)}.product-order-in-box:not(.product-order-in-box--scene-list) .product-order-in-box__inner{gap:clamp(var(--poib-mobile-header-gap),3.8889vw,var(--poib-desktop-header-gap))}.product-order-in-box__intro{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:var(--poib-desktop-intro-gap)}.product-order-in-box:not(.product-order-in-box--scene-list) h2.product-order-in-box__heading{flex:0 0 auto;font-size:var(--poib-desktop-heading-size);line-height:var(--poib-desktop-heading-line-height);letter-spacing:var(--poib-desktop-heading-letter-spacing);white-space:nowrap}.product-order-in-box .product-order-in-box__description{flex:0 0 var(--poib-desktop-description-width);width:var(--poib-desktop-description-width);max-width:var(--poib-desktop-description-width);font-size:var(--poib-desktop-description-size);line-height:var(--poib-desktop-description-line-height)}.product-order-in-box__cards-shell{gap:0}.product-order-in-box__cards-progress{display:none}.product-order-in-box__cards-viewport{overflow:visible;width:100%;margin-inline:0;padding-inline:0;scroll-snap-type:none}.product-order-in-box__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--poib-desktop-grid-gap);width:100%}.product-order-in-box__card{flex:initial;gap:clamp(var(--poib-mobile-card-gap),1.6667vw,var(--poib-desktop-card-gap));width:100%;height:auto;min-height:0;border-radius:clamp(var(--poib-mobile-card-radius),1.1806vw,var(--poib-desktop-card-radius));padding-bottom:clamp(var(--poib-mobile-card-bottom-padding),1.3889vw,var(--poib-desktop-card-bottom-padding));scroll-snap-align:none}.product-order-in-box__media{flex-basis:clamp(var(--poib-mobile-media-height),28.8889vw,var(--poib-desktop-media-height));height:clamp(var(--poib-mobile-media-height),28.8889vw,var(--poib-desktop-media-height))}.product-order-in-box__content{gap:clamp(var(--poib-mobile-content-gap),0.5556vw,var(--poib-desktop-content-gap));padding-inline:clamp(var(--poib-mobile-content-padding),1.6667vw,var(--poib-desktop-content-padding))}.product-order-in-box h3.product-order-in-box__card-heading{font-size:var(--poib-desktop-card-heading-size);line-height:var(--poib-desktop-card-heading-line-height)}.product-order-in-box .product-order-in-box__card-text{font-size:var(--poib-desktop-card-text-size);line-height:var(--poib-desktop-card-text-line-height)}}@media screen and (min-width:1200px){.product-order-in-box__grid{grid-template-columns:repeat(3,minmax(0,var(--poib-desktop-card-width)));justify-content:space-between}.product-order-in-box__card{width:100%;max-width:var(--poib-desktop-card-width);min-height:var(--poib-desktop-card-height)}.product-order-in-box__media{flex-basis:var(--poib-desktop-media-height);height:var(--poib-desktop-media-height)}}@media screen and (min-width:1440px){.product-order-in-box:not(.product-order-in-box--scene-list){padding-block:var(--poib-desktop-padding-top) var(--poib-desktop-padding-bottom);padding-inline:var(--poib-desktop-padding-x)}.product-order-in-box:not(.product-order-in-box--scene-list) .product-order-in-box__inner{gap:var(--poib-desktop-header-gap)}.product-order-in-box__intro{gap:var(--poib-desktop-intro-gap)}.product-order-in-box__card{gap:var(--poib-desktop-card-gap);border-radius:var(--poib-desktop-card-radius);padding-bottom:var(--poib-desktop-card-bottom-padding)}.product-order-in-box__content{gap:var(--poib-desktop-content-gap);padding-inline:var(--poib-desktop-content-padding)}}
