.product__info-cards-heading{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.product__info-cards-heading__title{margin:0;font-size:var(--ic-heading-size, var(--font-size-sm));font-weight:var(--font-heading-weight)}.product__info-cards-heading__desc{margin:0;font-size:var(--ic-group-desc-size, var(--font-size-xs));color:rgba(var(--color-subtext),var(--color-subtext-alpha,1))}.product__info-cards,.product__info-cards-grid{display:grid;grid-template-columns:repeat(var(--ic-mobile-cols,1),1fr);gap:var(--card-gap,1rem)}.product__info-card-wrap{display:flex}.product__info-card-wrap:last-child:nth-child(odd),.product__info-card-wrap:only-child{grid-column:1/-1}@media (min-width:640px){.product__info-cards,.product__info-cards-grid{grid-template-columns:repeat(var(--ic-desktop-cols,2),1fr)}}.product__info-card{cursor:pointer;-webkit-appearance:none;appearance:none;font-family:inherit;width:100%;flex:1;text-align:left;height:auto}.product__info-cards-grid .product__info-card{flex-direction:row;align-items:center;gap:14px;max-width:none;box-shadow:none;background-color:rgb(var(--color-background))}.product__info-cards-grid .product__info-card .product-feature-card__icon-circle{background:rgb(var(--color-secondary-background));border-radius:var(--ic-icon-circle-radius,9999px)}.product__info-cards-grid .product__info-card .product-feature-card__content{min-width:0;overflow-wrap:break-word;word-break:break-word}.product__info-cards-grid .product__info-card .product-feature-card__description,.product__info-cards-grid .product__info-card .product-feature-card__label{overflow-wrap:break-word;word-break:break-word;white-space:normal}.product__info-cards-grid .product__info-card .product-feature-card__media{flex-shrink:0}.product__info-card .product__info-card-arrow{flex-shrink:0;margin-left:auto;opacity:.45;color:currentColor;pointer-events:none;transition:transform var(--duration-default, 200ms) ease,opacity var(--duration-default, 200ms) ease}.product__info-card:hover .product__info-card-arrow{transform:translateX(.4rem);opacity:.8}.product-info-drawer .drawer__header{padding:0}@media (min-width:768px){.product-info-drawer .drawer__inner{width:var(--drawer-desktop-width-pct,40%)}}.product-info-drawer .drawer__inner{display:flex;flex-direction:column;height:100%}.product-info-drawer .drawer__header .drawer__close-btn{position:relative;top:auto;inset-inline-end:auto}.product-info-drawer .drawer__body{padding-inline:var(--drawer-px,2rem);padding-block-start:0;padding-block-end:2rem;min-height:0}.product-info-drawer__row{border-bottom:.1rem solid rgba(var(--color-border),var(--color-border-alpha,1))}.product-info-drawer__row--no-border,.product-info-drawer__row:last-child{border-bottom:0}.product-info-drawer__row-card{margin-top:1.6rem;display:flex;flex-direction:column;gap:1.2rem}.product-info-drawer__row-card--styled{padding:1.6rem;border-radius:var(--blocks-radius,.8rem)}.product-info-drawer__row-btn{display:flex;width:100%;justify-content:center}.product-info-drawer__gallery{display:block;margin-bottom:1.6rem}.idg-viewer{position:relative;border-radius:var(--small-blocks-radius,.6rem);overflow:hidden;background:rgba(var(--color-foreground),.04);aspect-ratio:var(--idg-ratio,auto)}.idg-viewer .swiper-wrapper,.idg-viewer__slides{height:100%}.idg-slide{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.idg-slide__media{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.idg-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background:rgba(var(--color-background),.85);border:none;padding:0;cursor:pointer;transition:background .2s,opacity .2s;opacity:.8}.idg-nav:hover{background:rgb(var(--color-background));opacity:1}.idg-nav--prev{left:.8rem}.idg-nav--next{right:.8rem}.idg-nav .icon{width:1.6rem;height:1.6rem}.swiper-button-disabled.idg-nav{opacity:.3;cursor:default;pointer-events:none}.idg-thumbs{margin-top:.8rem}.idg-thumbs .swiper-wrapper{align-items:flex-start}.idg-thumb{cursor:pointer;width:auto;flex-shrink:0}.idg-thumb__inner{position:relative;width:5.6rem;height:5.6rem;border-radius:var(--small-blocks-radius,.4rem);overflow:hidden;border:2px solid transparent;transition:border-color .2s}.idg-thumb__inner img{display:block;width:100%;height:100%;object-fit:cover}.swiper-slide-thumb-active .idg-thumb__inner{border-color:rgb(var(--color-foreground))}.idg-thumb:hover .idg-thumb__inner{border-color:rgba(var(--color-foreground),.5)}.idg-thumb__play{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/1.4rem no-repeat rgba(0,0,0,.3);pointer-events:none}@media (max-width:639.98px){.product__info-card{padding:var(--ic-m-py,var(--ic-py,1rem)) var(--ic-m-px,var(--ic-px,1.2rem));border-radius:var(--ic-m-radius,var(--ic-radius,.8rem))}.product__info-card__icon{width:var(--ic-m-icon-size,var(--ic-icon-size,3.2rem));height:var(--ic-m-icon-size,var(--ic-icon-size,3.2rem))}.product__info-card__icon .icon{width:var(--ic-m-icon-size,var(--ic-icon-size,2rem));height:var(--ic-m-icon-size,var(--ic-icon-size,2rem))}.product__info-card__label--m-h5{font-size:var(--font-size-h5)}.product__info-card__label--m-h4{font-size:var(--font-size-h4)}.product__info-card__label--m-h3{font-size:var(--font-size-h3)}.product-info-drawer .drawer__header-inner{padding:1.2rem 1.6rem}.product-info-drawer .drawer__body{padding-inline:var(--drawer-m-px,1.6rem)}.product-info-drawer__title--m-h5{font-size:var(--font-size-h5)}.product-info-drawer__title--m-h4{font-size:var(--font-size-h4)}.product-info-drawer__title--m-h3{font-size:var(--font-size-h3)}.product-info-drawer__row-heading--m-h5{font-size:var(--font-size-h5)}.product-info-drawer__row-heading--m-h4{font-size:var(--font-size-h4)}.product-info-drawer__row-heading--m-h3{font-size:var(--font-size-h3)}}