/* Main Styles : Styleguide*/
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  margin: 0;
  padding: 0;
  font-family: Muli, Arial, Helvetica, sans-serif;
}

body {
  background: #fff;
}

img {
  max-width: 100%;
}

ol.breadcrumb {
  display: none !important;
}

span.no-wrap {
  white-space: nowrap;
}

@font-face {
  font-family: 'Vanilla Daisy';
  src: url(https://www.claires.com/on/demandware.static/-/Library-Sites-claires-library/default/dw298eed1c/fonts/VanillaDaisy-Pro.otf);
}

#main.full-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#win-a-date {
  color: #544588;
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date .video iframe {
  width: 100%;
  height: 315px;
  max-width: 560px;
  margin: auto;
}

#win-a-date a {
  text-decoration: none;
}

#win-a-date a:hover {
  text-decoration: none;
}

#win-a-date .flickity-button {
  background: none;
  color: #000;
  transition: none;
}

#win-a-date .flickity-button:hover {
  background: none;
  color: #eee;
  transition: none;
}

#win-a-date .flickity-prev-next-button.previous {
  left: -50px;
}

#win-a-date .flickity-prev-next-button.next {
  right: -50px;
}

#win-a-date p, #win-a-date h1, #win-a-date h2, #win-a-date h3, #win-a-date h4, #win-a-date h5, #win-a-date h6, #win-a-date ul, #win-a-date ol, #win-a-date li, #win-a-date body, #win-a-date span {
  margin: 0;
  padding: 0;
  font-family: Muli, Arial, Helvetica, sans-serif;
  color: #544588;
}

#win-a-date p {
  font-size: 14px;
}

#win-a-date #wad-faq {
  color: #544588;
  margin-bottom: 20px;
}

#win-a-date #wad-faq .inner {
  background: #fff;
  padding: 0px;
}

#win-a-date #wad-faq .heading {
  margin-bottom: 30px;
}

#win-a-date #wad-faq .heading h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px;
  color: #544588;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-faq .heading p {
  padding-left: 6%;
  padding-right: 6%;
  max-width: 600px;
  margin: auto;
  color: #544588;
}

#win-a-date #wad-faq .half {
  width: 50%;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
}

#win-a-date #wad-faq .half:first-of-type {
  padding-right: 10px;
}

#win-a-date #wad-faq .half:last-of-type {
  padding-left: 10px;
}

#win-a-date #wad-faq .half ul {
  list-style-type: none;
}

#win-a-date #wad-faq .half ul li {
  list-style-type: none;
}

#win-a-date #wad-faq button.question {
  /* accordion */
  background-color: #f3f3fd;
  color: #544588;
  cursor: pointer;
  padding: 18px;
  padding-right: 100px;
  width: 100%;
  border: none;
  border-radius: 0;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  position: relative;
  min-height: 90px;
}

#win-a-date #wad-faq button.question h4 {
  font-size: 16px;
  line-height: 1.3rem;
}

#win-a-date #wad-faq .active, #win-a-date #wad-faq button.question:hover {
  background-color: #f3f3fd;
}

#win-a-date #wad-faq button.question:after {
  content: '\002B';
  color: #544588;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

#win-a-date #wad-faq .active:after {
  content: '\2212';
}

#win-a-date #wad-faq .panel.answer {
  padding: 0 18px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0;
  margin-top: -2px;
}

#win-a-date #wad-faq .panel.answer p {
  margin-top: 20px;
  margin-bottom: 20px;
}

#win-a-date span.bold {
  font-weight: 700;
}

#win-a-date span.thin {
  font-weight: 300;
  font-size: 14px;
}

#win-a-date > section {
  margin-bottom: 35px;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date .desktop {
  display: block !important;
}

#win-a-date .mobile {
  display: none !important;
}

#win-a-date .content-asset ul li {
  list-style-type: none;
}

#win-a-date p {
  line-height: 22px;
}

#win-a-date a.btn {
  border-radius: 25px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Muli, Arial, Helvetica, sans-serif;
  display: inline-block;
}

#win-a-date a.btn.dark {
  background: #000000;
  background: #544588;
  color: #ffffff;
}

#win-a-date a.btn.light {
  background: #ffffff;
  color: #000000;
  border: solid 2px #000000;
}

#win-a-date .container {
  margin: 0;
  padding: 0;
  margin: auto;
  position: relative;
  max-width: 1200px;
}

#win-a-date section {
  margin-bottom: 35px;
}

#win-a-date #wad-hero {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#win-a-date #wad-hero .title {
  margin-top: 30px;
  margin-bottom: 30px;
}

#win-a-date #wad-details {
  margin-top: 30px;
  margin-bottom: 45px;
}

#win-a-date #wad-details .fa-heart {
  font-size: 10px;
}

#win-a-date #wad-details .container > .inner {
  position: relative;
}

#win-a-date #wad-details .column {
  float: left;
  min-height: 720px;
  text-align: center;
}

#win-a-date #wad-details .column .inner {
  padding: 30px 0 0 0;
}

#win-a-date #wad-details .left {
  background: #F7B4CA;
  width: 47%;
}

#win-a-date #wad-details .left .inner {
  padding-left: 110px;
  padding-right: 60px;
}

#win-a-date #wad-details .left:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 47%;
  bottom: 0;
  border-top: 360px solid transparent;
  border-left: 80px solid #F7B4CA;
  border-bottom: 360px solid transparent;
}

#win-a-date #wad-details .right {
  background: #F8D7E2;
  width: 53%;
}

#win-a-date #wad-details .right .inner {
  padding-left: 150px;
  padding-right: 90px;
}

#win-a-date #wad-details ul.bullets, #win-a-date #wad-details ul.steps {
  text-align: left;
}

#win-a-date #wad-details .icon {
  margin-bottom: 20px;
}

#win-a-date #wad-details .title {
  margin-bottom: 20px;
}

#win-a-date #wad-details .title h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-details ul.steps {
  list-style-type: none;
}

#win-a-date #wad-details ul.steps li.step {
  list-style-type: none;
  margin-bottom: 20px;
}

#win-a-date #wad-details ul.steps li.step h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

#win-a-date #wad-details ul.steps li.step p {
  font-size: 12px;
}

#win-a-date #wad-details ul.steps a {
  text-decoration: underline;
}

#win-a-date #wad-details ul.bullets li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}

#win-a-date #wad-details .official-rules {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

#win-a-date #wad-details .official-rules p {
  font-size: 10px;
}

#win-a-date #wad-details .official-rules p a {
  font-size: 10px;
  text-decoration: underline;
}

#win-a-date #wad-details a {
  color: #544588;
  font-weight: bold;
  font-size: 14px;
}

#win-a-date #wad-details a.btn {
  color: #ffffff;
}

#win-a-date #wad-gallery {
  text-align: center;
}

#win-a-date #wad-gallery .heading {
  margin-bottom: 30px;
}

#win-a-date #wad-gallery .heading h4 {
  font-size: 26px;
  font-weight: bold;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-gallery .flickity-viewport {
  min-height: 524px;
}

#win-a-date #wad-gallery .t-slide {
  min-height: 524px;
}

#win-a-date #wad-products {
  text-align: center;
}

#win-a-date #wad-products .heading {
  margin-bottom: 30px;
  margin-top: 30px;
}

#win-a-date #wad-products .heading h4 {
  font-size: 26px;
  font-weight: bold;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-products .p-slide {
  min-height: 400px;
}

#win-a-date #wad-products .p-slide img {
  margin: auto;
  width: 290px;
}

#win-a-date #wad-products .p-slide .copy {
  margin-top: 15px;
}

#win-a-date #wad-products .p-slide .copy h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-products .flickity-viewport {
  min-height: 400px;
}

#win-a-date #wad-extras {
  text-align: center;
  margin-bottom: 70px;
}

#win-a-date #wad-extras .container > .inner {
  display: flex;
  flex-wrap: wrap;
}

#win-a-date #wad-extras .column {
  display: flex;
  width: 33.3333%;
  text-align: center;
  position: relative;
}

#win-a-date #wad-extras .column img {
  width: 100%;
  max-width: 100%;
}

#win-a-date #wad-extras .column .inner {
  padding: 0px;
  margin-left: 28px;
}

#win-a-date #wad-extras .column .inner a {
  display: inline-block;
}

#win-a-date #wad-extras .column .caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 100%;
  font-size: 12px;
}

#win-a-date #wad-extras .column .caption a {
  display: inline;
  font-size: 12px;
  color: #544588;
}

#win-a-date #wad-extras .column.blog {
  background: #F8D7E2;
  position: relative;
  min-height: 350px;
}

#win-a-date #wad-extras .column.blog .inner {
  margin-left: 0;
  padding: 30px;
  padding-left: 35px;
}

#win-a-date #wad-extras .column.blog:before {
  content: '';
  width: 360px;
  height: 360px;
  width: 90%;
  height: 90%;
  border: solid 1px #ffffff;
  position: absolute;
  left: 15px;
  top: 15px;
  left: 5%;
  top: 5%;
  background: none;
}

#win-a-date #wad-extras .column.blog .heading {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}

#win-a-date #wad-extras .column.blog .heading h5 {
  font-size: 26px;
  font-weight: bold;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-extras .column.blog .copy {
  margin-bottom: 40px;
  text-align: left;
  width: 85%;
}

#win-a-date #wad-extras .column.blog .cta {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
}

#win-a-date #wad-seo {
  text-align: center;
}

#win-a-date #wad-seo .heading {
  margin-bottom: 30px;
}

#win-a-date #wad-seo .heading h4 {
  font-size: 26px;
  font-weight: bold;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
}

#win-a-date #wad-legal {
  padding-top: 60px;
  margin-top: -60px;
}

#win-a-date #wad-legal .legal {
  width: 94%;
  margin: auto;
  margin-top: 0;
  font-size: 14px;
}

#win-a-date #wad-legal .legal .legal-heading h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
  font-family: "KGSecondChancesSolid", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#win-a-date #wad-legal .legal .legal-heading h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

#win-a-date #wad-legal .legal .rules li {
  margin-bottom: 35px;
}

#win-a-date #wad-legal .legal .rules p {
  margin-bottom: 10px;
}

#win-a-date #wad-legal .legal .rules p:last-of-type {
  margin-bottom: 0;
}

#win-a-date #wad-legal .legal .rules p.li:before {
  content: '\2022';
  margin-right: 10px;
  font-size: 20px;
}

#win-a-date #wad-legal .legal .rules p.no-margin-bottom {
  margin-bottom: 3px;
}

#win-a-date #wad-legal .legal .rule ul {
  padding-left: 18px;
}

#win-a-date #wad-legal .legal .rule ul li {
  margin-bottom: 3px;
}

#win-a-date #wad-legal .legal .rule ul.dark {
  list-style-type: disc;
}

#win-a-date #wad-legal .legal .rule-heading {
  font-size: 18px;
  font-weight: 700;
}

#win-a-date.fr-locale #wad-products .p-slide {
  min-height: 425px;
}

* {
  box-sizing: border-box;
}

.gallery-carousel, .products-carousel {
  background: #fff;
}

.gallery-carousel img, .products-carousel img {
  display: block;
}

.t-slide {
  width: 400px;
  padding: 10px;
}

.p-slide {
  width: 290px;
  padding: 10px;
}

/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
/* _____________________________________________________________________________________ */
@media only screen and (max-width: 1250px) {
  #win-a-date .flickity-prev-next-button.previous {
    left: 0px;
  }
  #win-a-date .flickity-prev-next-button.next {
    right: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  #win-a-date #wad-details .container {
    width: 100%;
  }
  #win-a-date #wad-details .column {
    min-height: 750px;
  }
  #win-a-date #wad-details .column.left:after {
    border-top: 375px solid transparent;
    border-left: 80px solid #F7B4CA;
    border-bottom: 375px solid transparent;
  }
  #win-a-date #wad-details .column.right .inner {
    padding-right: 60px;
  }
  #win-a-date #wad-details .column.left .inner {
    padding-left: 70px;
  }
  #win-a-date #wad-gallery .container {
    width: 100%;
  }
  #win-a-date #wad-faq .container {
    width: 100%;
  }
  #win-a-date #wad-products .container {
    width: 100%;
  }
  #win-a-date #wad-extras .container {
    width: 99%;
    margin: auto;
  }
  #win-a-date #wad-extras .inner {
    display: block !important;
  }
  #win-a-date #wad-extras .column {
    display: block;
    float: left;
  }
  #win-a-date #wad-extras .column.blog .inner {
    padding-bottom: 70px;
  }
  /* End #glamour */
}

/* End media */
@media only screen and (max-width: 1050px) {
  #win-a-date #wad-details .container {
    width: 100%;
  }
  #win-a-date #wad-details .column {
    min-height: 820px;
  }
  #win-a-date #wad-details .column.left:after {
    border-top: 410px solid transparent;
    border-left: 80px solid #F7B4CA;
    border-bottom: 410px solid transparent;
  }
  #win-a-date #wad-details .column.right .inner {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 850px) {
  #win-a-date .mobile {
    display: block !important;
  }
  #win-a-date .desktop {
    display: none !important;
  }
  #win-a-date #wad-hero .title {
    width: 90%;
    margin: 30px auto;
  }
  #win-a-date #wad-details .tri-hor {
    position: absolute;
    z-index: 1;
  }
  #win-a-date #wad-details .column {
    float: none;
    width: 100%;
    min-height: inherit;
    padding-bottom: 0px;
    position: relative;
  }
  #win-a-date #wad-details .column.left:after {
    border: none;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
    position: absolute;
    bottom: 0;
    display: none;
  }
  #win-a-date #wad-details .column.right .inner, #win-a-date #wad-details .column.left .inner {
    padding: 30px;
    max-width: 600px;
    margin: auto;
  }
  #win-a-date #wad-details .column.right {
    padding-top: 60px;
  }
  #win-a-date #wad-details .column.right .inner {
    padding-bottom: 60px;
  }
  #win-a-date #wad-faq {
    margin-left: 15px;
    margin-right: 15px;
  }
  #win-a-date #wad-faq .half {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #win-a-date #wad-faq .half:first-of-type, #win-a-date #wad-faq .half:last-of-type {
    padding: 0;
  }
  #win-a-date #wad-products .p-slide {
    text-align: center;
  }
  #win-a-date #wad-extras {
    margin-left: 5%;
    margin-right: 5%;
  }
  #win-a-date #wad-extras .container {
    width: 99%;
    margin: auto;
  }
  #win-a-date #wad-extras .column {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  #win-a-date #wad-extras .column:last-of-type {
    margin-bottom: 0;
  }
  #win-a-date #wad-extras .column.blog .inner {
    padding-bottom: 70px;
  }
  #win-a-date #wad-extras .column.blog:before {
    width: 97%;
    left: 1.5%;
    height: 92%;
    top: 4%;
  }
  #win-a-date #wad-extras .column .inner {
    margin: 0 auto;
  }
  #win-a-date #wad-seo {
    width: 85%;
    margin: auto;
  }
  #win-a-date #wad-legal {
    width: 85%;
    margin: auto;
  }
}

@media only screen and (max-width: 400px) {
  #win-a-date a.btn {
    display: block;
  }
}
