/** Shopify CDN: Minification failed

Line 26:0 Unexpected "}"

**/
#customise-hydro-hat {}
#customise-hydro-hat { margin-bottom:80px;}
#customise-hydro-hat .dawn-row { display: flex;  }
#customise-hydro-hat .dawn-row .dawn-col-8 { width:65%; }
#customise-hydro-hat .dawn-row .dawn-col-8 img { width:100%; max-width:100%; height:100%; }
#customise-hydro-hat .dawn-row .dawn-col-4 { 
    width:35%; 
    border-radius: 0px;
    background: #141414;
    color: #fff;
    position:relative;
}
#customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content p {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
}
#customise-hydro-hat .dawn-row #inner {
    bottom: 50px;
    position: absolute;
    padding:50px !important;
}
#customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content ._heading {
    color: #fff;
    font-family: Euclid Circular A,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin:0;
}
#customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content ._cta { margin-top:25px; }
#customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content a { text-decoration:none; }
#customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content a button{
    display: flex;
    padding: 13px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--colour-brand-blue, #1FAEFF);
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border: none;
}

/*  */
@media screen and (max-width: 1024px) and (min-width:768px){
  #customise-hydro-hat .dawn-row { display: grid;  }
  #customise-hydro-hat .dawn-row .dawn-col-8 { width:100%; }
  #customise-hydro-hat .dawn-row .dawn-col-4 { width:100%; }
  #customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content { position:unset !important; }
  #customise-hydro-hat .dawn-row #inner { padding:100px !important; }
}
@media screen and (max-width: 767px) {
  #customise-hydro-hat .dawn-row { display: grid;  }
  #customise-hydro-hat .dawn-row .dawn-col-8 { width:100%; }
  #customise-hydro-hat .dawn-row .dawn-col-4 { width:100%; }
  #customise-hydro-hat .dawn-row .dawn-col-4 ._inner_content { position:unset !important; }
}