.cmh-section{position:relative;overflow:hidden;background:transparent;color:var(--cmh-text);width:100%}.cmh-body{position:relative;overflow:hidden;background:var(--cmh-bg);min-height:600px}.cmh-wrap{position:relative;z-index:2}.cmh-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:30px;min-height:520px;padding:36px 0}.cmh-left,.cmh-right{position:relative}.cmh-left{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-left:10px}.cmh-logo-wrap{width:100%;max-width:var(--cmh-logo-width-desktop);display:flex;justify-content:center}.cmh-logo{display:block;width:100%;height:auto}.cmh-heading{margin:0 0 24px;font-size:clamp(36px,5vw,72px);line-height:.95;font-weight:900;text-transform:uppercase}.cmh-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cmh-subtext{width:100%;max-width:var(--cmh-subtext-width);margin-top:var(--cmh-subtext-spacing-top);margin-bottom:var(--cmh-subtext-spacing-bottom);padding:0 10px;color:var(--cmh-subtext-color);font-size:var(--cmh-subtext-size-desktop);font-weight:600;line-height:1.45;text-align:center}.cmh-buttons{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.cmh-button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:14px 24px;border-radius:999px;border:2px solid #111;background:var(--cmh-button-bg);color:var(--cmh-button-text);text-decoration:none;font-weight:800;font-size:20px;line-height:1;box-shadow:none;transition:transform .18s ease}.cmh-button span{position:relative;z-index:3}.cmh-button:after{content:"";position:absolute;z-index:-2;left:-2px;right:-2px;top:4px;bottom:-8px;border-radius:999px;background:linear-gradient(90deg,#ff3b30,#ff7a2f 14%,#ffa62b 25%,#ffd92f 38%,#e4ef25 49%,#83c83f 61%,#4fba55 70%,#3cbd82,#34bda4,#2bb9c8);transition:bottom .18s ease}.cmh-button:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--cmh-button-bg)}.cmh-button:hover{transform:translateY(-2px)}.cmh-button:hover:after{bottom:-10px}.cmh-right{position:relative}.cmh-pouch-stage{position:relative;width:100%;min-height:430px}.cmh-decoration{position:absolute;z-index:1;pointer-events:none;opacity:.95;will-change:transform;filter:drop-shadow(0 12px 20px rgba(0,0,0,.12))}.cmh-decoration--1{width:80px;top:18px;left:130px}.cmh-decoration--2{width:72px;top:42px;left:250px}.cmh-decoration--3{width:68px;right:100px;top:130px}.cmh-decoration--4{width:90px;left:80px;bottom:44px}.cmh-decoration--5{width:78px;left:210px;bottom:10px}.cmh-decoration--6{width:62px;right:120px;bottom:70px}.cmh-pouch{position:absolute;display:block;height:auto;max-width:none;will-change:transform;filter:drop-shadow(0 18px 30px rgba(0,0,0,.18))}.cmh-pouch--front{z-index:3;width:var(--cmh-pouch-front-width-desktop);left:140px;top:20px;transform:rotate(-8deg)}.cmh-pouch--back{z-index:2;width:var(--cmh-pouch-back-width-desktop);left:320px;top:42px;transform:rotate(10deg)}.cmh-wave{position:relative;width:100%;height:64px;margin-top:-2px;overflow:hidden;line-height:0;background:transparent}.cmh-wave-svg{display:block;width:100%;height:100%;transform:translateY(-1px)}.cmh-wave-fill{fill:var(--cmh-bg);shape-rendering:geometricPrecision}.cmh-wave-line{stroke-linecap:round;stroke-linejoin:round;shape-rendering:geometricPrecision}@media(max-width:989px){.cmh-body{min-height:auto}.cmh-grid{grid-template-columns:1fr;gap:10px;min-height:auto;padding:28px 0 34px}.cmh-left{order:1;align-items:center;text-align:center;padding-left:0}.cmh-right{order:2}.cmh-logo-wrap{max-width:var(--cmh-logo-width-mobile)}.cmh-subtext{max-width:min(var(--cmh-subtext-width),90%);padding:0 16px;font-size:var(--cmh-subtext-size-mobile);line-height:1.4}.cmh-pouch-stage{min-height:360px}.cmh-pouch--front{width:var(--cmh-pouch-front-width-mobile);left:42%;top:18px;transform:translate(-65%) rotate(-8deg)}.cmh-pouch--back{width:var(--cmh-pouch-back-width-mobile);left:48%;top:34px;transform:translate(5%) rotate(10deg)}.cmh-buttons{gap:12px;margin-top:16px}.cmh-button{min-width:140px;padding:13px 20px;font-size:18px}.cmh-wave{height:54px;margin-top:-2px}.cmh-decoration--1{width:56px;top:12px;left:16%}.cmh-decoration--2{width:52px;top:30px;left:62%}.cmh-decoration--3{width:48px;right:12%;top:128px}.cmh-decoration--4{width:62px;left:10%;bottom:42px}.cmh-decoration--5{width:58px;left:34%;bottom:8px}.cmh-decoration--6{width:48px;right:14%;bottom:54px}}@media(max-width:480px){.cmh-logo-wrap{max-width:var(--cmh-logo-width-mobile)}.cmh-subtext{max-width:min(var(--cmh-subtext-width),94%);padding:0 18px;font-size:var(--cmh-subtext-size-mobile)}.cmh-pouch-stage{min-height:315px}.cmh-buttons{width:100%;gap:10px;padding:0 10px;margin-top:14px}.cmh-button{flex:1;min-width:0;max-width:170px;padding:12px;font-size:15px;white-space:nowrap}.cmh-button:after{bottom:-7px}.cmh-button:hover:after{bottom:-8px}.cmh-wave{height:46px;margin-top:-2px}}@media(prefers-reduced-motion:reduce){.cmh-button{transition:none}.cmh-button:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cunnies-mystery-hero.css.map */
