.gm3-box{overflow:hidden;background:var(--gm3-box-bg, #fafafa);color:var(--gm3-box-heading-color, var(--common-black));font-family:var(--base-font-family)}.gm3-box__inner{display:flex;flex-direction:column;gap:60px;padding-block:100px}.gm3-box__header{width:100%}.gm3-box__header--left{text-align:left}.gm3-box__header--center{text-align:center}.gm3-box__header--right{text-align:right}.gm3-box__heading{margin:0;color:var(--gm3-box-heading-color, var(--common-black));font-size:44px;font-weight:700;line-height:1.2;letter-spacing:0}.gm3-box__content{display:flex;width:100%;flex-direction:column;gap:40px}.gm3-box__toolbar{position:relative;z-index:30;display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:80px}.gm3-box__label{min-width:0;margin:0;color:var(--gm3-box-label-color, var(--common-black));font-size:28px;font-weight:700;line-height:1.3;letter-spacing:0}.gm3-box__select-wrap{position:relative;z-index:1;display:flex;width:300px;height:50px;flex:0 0 300px;align-items:center;color:var(--gm3-box-select-color, var(--common-black))}.gm3-box__select-wrap.is-open{z-index:40}.gm3-box__native-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.gm3-box__select-button{display:flex;width:100%;height:100%;box-sizing:border-box;align-items:center;justify-content:space-between;gap:8px;margin-bottom:0!important;padding:12px 20px;border:1px solid var(--gm3-box-select-border, rgba(var(--common-black-rgb), .2));border-radius:8px;background:var(--gm3-box-select-bg, #fff);color:var(--gm3-box-select-color, var(--common-black));cursor:pointer;font:inherit;font-size:18px;font-weight:500;line-height:1.3;letter-spacing:0;outline:none;text-align:left}.gm3-box__select-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm3-box__select-button:hover,.gm3-box__select-button:focus,.gm3-box__select-button:active{border-color:var(--gm3-box-select-border, rgba(var(--common-black-rgb), .2));box-shadow:none;outline:none}.gm3-box__select-button:focus-visible{outline:none;box-shadow:none}.gm3-box__select-icon{width:12px;height:7px;flex:0 0 12px;margin-bottom:0;pointer-events:none}.gm3-box__select-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:50;display:none;width:max-content;min-width:100%;max-width:calc(100vw - 32px);max-height:220px;overflow-y:auto;box-sizing:border-box;padding:10px;border:1px solid var(--gm3-box-select-border, rgba(var(--common-black-rgb), .2));border-radius:8px;background:var(--gm3-box-select-bg, #fff);box-shadow:0 8px 20px #0e0f121f}.gm3-box__select-wrap.is-open .gm3-box__select-menu{display:block}.gm3-box__select-option{display:block;width:100%;-webkit-appearance:none;appearance:none;box-sizing:border-box;margin:0 0 6px;padding:6px 8px;border:1px solid var(--gm3-box-select-border, rgba(var(--common-black-rgb), .2));border-radius:6px;background:var(--gm3-box-select-bg, #fff);color:var(--gm3-box-select-color, var(--common-black));cursor:pointer;font-family:var(--base-font-family);font-size:12px;font-weight:400;line-height:1.3;text-align:left}.gm3-box__select-option:last-child{margin-bottom:0}.gm3-box__select-option:hover,.gm3-box__select-option:focus,.gm3-box__select-option.is-active{border-color:var(--gm3-box-heading-color, var(--common-black));background:var(--gm3-box-select-bg, #fff);color:var(--gm3-box-select-color, var(--common-black));outline:none}.gm3-box__carousel{position:relative;z-index:1;width:100%}.gm3-box__viewport{width:100%;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y;cursor:default}.gm3-box__track{display:flex;width:100%;align-items:stretch;gap:20px;touch-action:pan-y}.gm3-box__card{display:flex;width:calc((100% - 40px) / 3);flex:0 0 calc((100% - 40px) / 3);flex-direction:column;overflow:hidden;border:1px solid var(--gm3-box-card-border, rgba(var(--common-black-rgb), .2));border-radius:20px;background:var(--gm3-box-card-bg, #fff)}.gm3-box__card.is-hidden{display:none}.gm3-box__media{position:relative;width:100%;height:320px;flex:0 0 320px;overflow:hidden;background:var(--gm3-box-media-bg, var(--common-surface-card))}.gm3-box__image-frame{position:absolute;inset:9.62% auto 9.62% 50%;display:block;aspect-ratio:722 / 664;height:80.76%;max-width:none;width:auto;overflow:hidden;border-radius:20px;pointer-events:none;transform:translate(-50%)}.gm3-box__image,.gm3-box__image-placeholder{display:block;width:100%;height:100%}.gm3-box__image{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gm3-box__image-placeholder{background:linear-gradient(135deg,rgba(var(--common-primary-black-rgb),.08),rgba(var(--common-primary-black-rgb),.02))}.gm3-box__body{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;gap:20px;box-sizing:border-box;padding:24px 20px 16px}.gm3-box__details{display:flex;width:100%;flex-direction:column;gap:20px}.gm3-box__card-head{display:flex;width:100%;align-items:flex-start;gap:20px}.gm3-box__card-title{min-width:0;flex:1 1 auto;margin:0;color:var(--gm3-box-title-color, var(--common-black));font-size:20px;font-weight:700;line-height:1.3;letter-spacing:0;word-break:break-word}.gm3-box__price{flex:0 0 auto;margin:0;color:var(--gm3-box-price-color, var(--common-black));font-size:20px;font-weight:500;line-height:1.3;letter-spacing:0;white-space:nowrap}.gm3-box__line{width:100%;height:1px;background:var(--gm3-box-line-color, rgba(var(--common-black-rgb), .2))}.gm3-box__list,.gm3-box__list :where(p,ol,ul,li,span,strong,em){color:var(--gm3-box-list-color, var(--common-gray-500));font-size:12px;font-weight:400;line-height:1.3;letter-spacing:0}.gm3-box__list{width:100%;padding-left:0}.gm3-box__list :where(p,ol,ul){margin-block:0}.gm3-box__list :where(ol,ul){margin-left:0;padding-left:0;list-style-position:inside}.gm3-box__list :where(ol){padding-left:2em;list-style-position:outside}.gm3-box__list :where(li){margin:0;padding-left:0}.gm3-box__button{display:inline-flex;width:100%;min-height:56px;margin-top:auto;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;padding:16px 24px;border:0;border-radius:60px;background:var(--gm3-box-button-bg, var(--common-black));color:var(--gm3-box-button-color, var(--common-white));cursor:pointer;font:inherit;transition:background .2s ease,color .2s ease,opacity .2s ease}.gm3-box__button-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:var(--gm3-box-button-icon-bg, var(--common-white));color:var(--gm3-box-button-icon-color, var(--common-black))}.gm3-box__button-icon svg{display:block;width:10px;height:10px}.gm3-box__button-text{font-size:18px;font-weight:700;line-height:1.3;letter-spacing:0;white-space:nowrap}.gm3-box__button:hover,.gm3-box__button:focus-visible{background:var(--gm3-box-button-hover-bg, #25262a);color:var(--gm3-box-button-hover-color, var(--common-white))}.gm3-box__button:focus-visible{outline:2px solid var(--gm3-box-focus-color, var(--common-accent));outline-offset:3px}.gm3-box__button:disabled,.gm3-box__button[aria-disabled=true],.gm3-box__button.is-loading{cursor:default;opacity:.55}.gm3-box__dots{display:none}.gm3-box .common-carousel-dot{background:var(--gm3-box-dot-color, rgba(var(--common-primary-black-rgb), .2))}.gm3-box .common-carousel-dot.is-active{background:var(--gm3-box-dot-active-color, rgba(var(--common-black-rgb), .8))}@media(max-width:1024px){.gm3-box{overflow:hidden}.gm3-box__inner{gap:40px;padding-block:60px}.gm3-box__heading{font-size:24px;line-height:1.3}.gm3-box__content{gap:20px}.gm3-box__toolbar{min-height:42px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px}.gm3-box__label{font-size:18px;line-height:1.3;white-space:nowrap}.gm3-box__select-wrap{width:300px;height:42px;flex:0 0 42px}.gm3-box__select-button{padding:12px 16px;border-width:.8px;font-size:14px}.gm3-box__select-icon{width:12px;height:7px}.gm3-box__select-menu{right:auto;left:0;width:max-content;min-width:100%;max-width:calc(100vw - 32px)}.gm3-box__select-option{font-size:12px}.gm3-box__viewport{overflow:visible;cursor:default}.gm3-box__track{width:max-content;gap:12px}.gm3-box__card{width:300px;flex-basis:300px;border-radius:16px}.gm3-box__media{height:auto;flex-basis:auto;aspect-ratio:300 / 225}.gm3-box__image-frame{border-radius:16px}.gm3-box__body{gap:20px;padding:16px 12px}.gm3-box__details{gap:16px}.gm3-box__card-title,.gm3-box__price{font-size:18px}.gm3-box__list,.gm3-box__list :where(p,ol,ul,li,span,strong,em){font-size:10px}.gm3-box__list :where(ol,ul){margin-left:0;padding-left:0}.gm3-box__list :where(ol){padding-left:2em;list-style-position:outside}.gm3-box__button{min-height:44px;gap:8px;padding:12px 20px}.gm3-box__button-icon{width:18px;height:18px;flex-basis:18px}.gm3-box__button-text{font-size:14px}.gm3-box__dots{display:flex;margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/gm3-box.css.map */
