/** Shopify CDN: Minification failed

Line 343:1 Expected "}" to go with "{"

**/
.template-dreame-contest sticky-header,
.template-dreame-contest footer.footer,
.template-dreame-contest-thankyou sticky-header,
.template-dreame-contest-thankyou footer.footer{
    display: none;
}

.dreame-contest-topinner {
    max-width: 1090px;
    margin: auto;
    text-align: center;
}
.dreame-contest-top-head {
    padding: 40px 0 70px;
}
.dreame-contest-top-head h2 {
    font-size: 50px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.dreame-contest-top-head img.dreame-contest-top-head-desk {
    position: absolute;
    top: 0px;
    left: 0;
}
.dreame-contest-top-head img.dreame-contest-top-head-vector-m,
.dreame-contest-top-head img.dreame-contest-bottom-head-vector-m{
    display: none;
}
.dreame-contest-top-desc strong {
    color: #A2784B;
}
.dreame-contest-top-desc {
    max-width: 900px;
    margin: auto;
}
span.contest-step-label {
    border: 2px solid #B89A6F;
    color: #B89A6F;
    border-radius: 10px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 16px 40px 14px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 500;
}
.contest-step-title {
    max-width: 1188px;
}
p.contest-step-subheading {
    font-size: 24px;
    color: #a2784b;
    margin-bottom: 40px;
}
.contest-models-grid .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.contest-models-grid .grid > .grid__item{
  max-width: 100%;
  width: 100%;
  background: #F6F6F6;
  padding: 60px 35px 30px;
  border-radius: 10px;
}
.contest-models-grid .grid>.grid__item p.contest-model-title {
    margin: 0;
    text-align: center;
    font-size: 24px;
}
.contest-models-grid .grid>.grid__item a.model-link {
    text-decoration: none;
}
.contest-models-grid .grid>.grid__item .contest-model-image {
    margin-bottom: 35px;
}
.retailers-logo-list {
    display: flex;
    gap: 30px 90px;
    flex-wrap: wrap;
    justify-content: center;
}
.retailers-logo-list .common-retailers-logo {
    flex: 0 0 calc(25% - 90px);
    max-width: calc(25% - 90px);
}
.contest-participating-retailers-row.contest-participating-row {
    padding-top: 100px;
}
.contest-participating-product-row.contest-participating-row {
    padding-top: 40px;
}
.contest-custom-contact-form {
    background: #F6F6F6;
}
.contest-custom-contact-form {
  padding: 40px 0;
}
.contest-custom-contact-form .form-wrapper {
  max-width: 810px;
  margin: 0 auto;
}
.contest-custom-contact-form .form-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.contest-custom-contact-form .form-row {
  margin-bottom: 20px;
}
.contest-custom-contact-form .two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contest-custom-contact-form input,
.contest-custom-contact-form textarea,
.contest-custom-contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.contest-custom-contact-form select{
  cursor: pointer;
}
.contest-custom-contact-form .two-col input {
  flex: 1;
  min-width: 45%;
}
.contest-custom-contact-form button.btn {
  background-color: #000;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}
.contest-custom-contact-form .form-field label.field__label {
    display: block;
    position: static;
}
.contest-contact-fields .form-field {
    margin-bottom: 24px;
}
.contest-contact-fields .form-field label.field__label {
    color: #000;
    margin-bottom: 10px;
}
.contest-custom-contact-form small.form-fldnote {
    color: #A2784B;
    display: block;
    margin-top: 12px;
}
.main-content .contest-custom-contact-form .form-field input, .main-content .contest-custom-contact-form .form-field select {
    height: 60px;
    border: 1px solid #EDEDED;
    padding: 12px;
    border-radius: 10px;
    color: rgba(18,18,18);
}
.main-content .contest-custom-contact-form .form-field input:focus {
    outline: none;
    box-shadow: none;
}
.main-content .contest-custom-contact-form button.button {
    background-image: linear-gradient(90deg, #d3c39a, #9f7345);
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.main-content .contest-custom-contact-form button.button:hover {
    background-image: linear-gradient(90deg, #d3c39a, #77542f)
}
.contest-custom-contact-form .button:before, .contest-custom-contact-form .button:after {
    display: none;
}
.contest-accept-checkboxes {
    margin-bottom: 50px;
}
.contest-accept-checkboxes span {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
.contest-accept-checkboxes span::before,
.contest-accept-checkboxes span::after{
    content: "";
    position: absolute;
}
.contest-accept-checkboxes span:before {
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-block;
    top: -2px;
    left: 0;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}
.contest-accept-checkboxes span:after {
    left: 12px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.contest-accept-checkboxes input:checked + span:after {
  display: block;
}
.contest-accept-checkboxes .form-row.checkbox-row input[type="checkbox"] {
    display: none;
}
.form-bottom-highlight p {
    color: #a2784b;
    font-size: 22px;
    font-weight: 700;
    display: flex;
}
.form-bottom-highlight p::before {
    content: "*";
    margin-right: 12px;
}
.contest-social-follow {
  background-color: #fff;
}
.contest-social-follow .contest-social-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contest-social-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.contest-social-icon-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.contest-social-icon-link:hover .contest-social-icon-img {
  transform: scale(1.1);
}
.contest-accept-checkboxes a {
    text-decoration: none;
}


@media(max-width: 767px){
.dreame-contest-top-head h2 {
    font-size: 34px;
    letter-spacing: 0;
    max-width: 80%;
}
.dreame-contest-top-head img.dreame-contest-top-head-vector-m {
    margin-bottom: 12px;
}
.dreame-contest-top-head {
    padding: 00px 0 20px;
}
.dreame-contest-top-desc span {
    display: block;
    margin: 15px 0;
}
p.contest-step-subheading {
    font-size: 20px;
    margin-bottom: 30px;
}
.dreame-contest-top-desc span + br {
    display: none;
}
.contest-participating-product-row.contest-participating-row {
    padding-top: 15px;
}  
.dreame-contest-bottom-head-vectordiv-m {
    display: flex;
    justify-content: flex-end;
    margin-top: -60px;
}
.dreame-contest-top-head img.dreame-contest-top-head-desk {
    display: none;
}
.dreame-contest-top-head img.dreame-contest-top-head-vector-m,
.dreame-contest-top-head img.dreame-contest-bottom-head-vector-m{
    display: block;
}
.contest-models-grid .grid {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.retailers-logo-list {
    gap: 30px 20px;
}
.retailers-logo-list .common-retailers-logo {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.contest-models-grid .grid>.grid__item {
    padding: 30px 20px 30px;
}
.contest-models-grid .grid>.grid__item p.contest-model-title {
    font-size: 17px;
}
.form-bottom-highlight p {
    font-size: 19px;
}
.contest-participating-retailers-row.contest-participating-row {
    padding-top: 60px;
}
.contest-custom-contact-form .page-width {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media(max-width: 480px){
.dreame-contest-top-head h2 {
    max-width: 100%;
}