.product-head{align-items:center;margin-top:40px;display:flex}.product-head__img{flex:none;width:35px;height:50px;margin-right:20px;font-size:0;position:relative;overflow:hidden}.product-head__img img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%}.product-head__img._rounded{border-radius:50%;width:50px}.product-head__img .svg-icon{font-size:50px}.product-head__contents{padding-right:20px}.product-head__name{font-variation-settings:"wght" 700;margin-top:-2px;font-size:24px;line-height:1}@supports not (font-variation-settings:normal){.product-head__name{font-weight:700}}.product-head__description{color:var(--color-font-80);margin-top:12px;font-size:16px;line-height:1}.product-head__price{background:var(--color-block-background);font-variation-settings:"wght" 700;border-radius:30px;flex:none;align-items:center;min-height:50px;margin-left:auto;padding:10px 25px;font-size:24px;line-height:1;display:inline-flex}@supports not (font-variation-settings:normal){.product-head__price{font-weight:700}}.product-head__promocode{background:var(--color-block-background);border-radius:var(--border-radius);cursor:pointer;margin-left:auto;padding:13px 20px;font-size:14px;line-height:1;transition:background .25s ease-in-out}.product-head__promocode:hover{background:var(--color-block-background-hover)}.product-head__promocode._user{background:var(--color-gradient-blue-90)}.product-head__promocode._user:hover{background:var(--color-gradient-blue-90-reverse)}.product-head._compact{flex-wrap:wrap}.product-head._compact .product-head__img{width:45px;height:70px}.product-head._compact .product-head__img .svg-icon{font-size:40px}.product-head._compact .product-head__img._rounded{width:40px;height:40px}.product-head._compact .product-head__contents{flex:0 0 calc(100% - 65px)}.product-head._compact .product-head__name{font-size:18px}.product-head._compact .product-head__price{display:none}.product-head._compact .product-head__promocode{flex:0 0 100%;margin-top:16px}.product-head._compact .product-head__description{font-size:14px}@media only screen and (max-width:1440px){.product-head{margin-top:30px}.product-head__img{width:25px;height:40px;margin-right:15px}.product-head__img .svg-icon{font-size:40px}.product-head__img._rounded{width:40px}.product-head__contents{padding-right:15px}.product-head__name{margin-top:-2px;font-size:20px}.product-head__description{margin-top:8px;font-size:14px}.product-head__price{min-height:40px;padding:10px 20px;font-size:20px}.product-head._compact .product-head__img{width:20px;height:35px}.product-head._compact .product-head__img .svg-icon{font-size:35px}.product-head._compact .product-head__img._rounded{width:35px;height:35px}.product-head._compact .product-head__name{font-size:16px}.product-head._compact .product-head__description{font-size:12px}}@media only screen and (max-width:768px){.product-head{flex-wrap:wrap;margin-top:25px}.product-head__contents{flex:0 0 calc(100% - 40px);order:1;padding-right:15px}.product-head__img{order:2;margin-right:0}.product-head__name{font-size:24px}.product-head__price{text-align:center;flex:0 0 100%;order:3;justify-content:center;min-height:50px;margin-top:20px;margin-left:0;padding:10px 25px;font-size:24px}.product-head__promocode{order:3;margin-top:20px;margin-left:0}}
