/* save-the-children-maxistickers.css */

/* ================= SAVE THE CHILDREN MAXISTICKERS PAGE ================= */
/* Page-specific styles + maxisticker design tool styles.
   Global typography, headings, buttons, container, header, footer and basket styles come from core.css / basket-new.css. */

.save-the-children-page {
  overflow-x: hidden;
}

.save-the-children-page section,
.save-the-children-page .save-the-children-title-intro,
.save-the-children-page .background-story,
.save-the-children-page .young-artist,
.save-the-children-page .why-our-stickers-stand-out,
.save-the-children-page .where-to-apply-our-maxistickers {
  width: 100%;
}

.save-the-children-page img {
  height: auto;
}

/* ================= INTRO ================= */
.save-the-children-title-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 15px;
  text-align: center;
}

.save-the-children-logo {
  width: 150px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.save-the-children-title {
  margin-bottom: 1rem;
}

.save-the-children-intro {
  max-width: 1020px;
  margin: 0 auto;
}

.design-your-maxisticker-stc-title {
  padding-top: clamp(4rem, 6vw, 8rem);
  margin-bottom: 0;
}

/* ================= MAXISTICKER DESIGN TOOL ================= */
.about-large-stickers {
  display: flex;
  justify-content: center;
}

#maxistickers-designs {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border: 0;
  box-shadow: none;
}

.maxistickers-designer {
  display: grid;
  grid-template-columns: 55% 45%;
  max-width: 1250px;
  width: 100%;
  align-items: start;
  border: 0;
  box-shadow: none;
}

.maxistickers-designer > .c-title {
  width: 100%;
  grid-column: 1 / 3;
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
}

.maxistickers-designer > div {
  padding: 20px;
  border: 0;
  box-shadow: none;
}

.maxistickers-designer .maxistickers-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-row: 2 / 5;
  margin-top: 10px;
  padding-top: 0;
  border: 0;
  box-shadow: none;
}

.maxistickers-preview img {
  width: 100%;
}

.maxistickers-preview img.c-preview-image {
  aspect-ratio: 545 / 915;
  height: 100%;
}

.maxistickers-preview img:nth-child(1) {
  position: relative;
}

.maxistickers-preview img:nth-child(n + 2) {
  position: absolute;
}

.maxistickers-colours {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.maxistickers-colours img {
  width: 100%;
}

.maxistickers-variants.c-move {
  grid-column: 1 / 3;
}

.maxistickers-variants > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.maxistickers-variants .c-title {
  justify-content: flex-start;
  font-weight: bold;
  font-size: large;
}

.maxistickers-designer .maxistickers-order {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 3;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}

.maxistickers-designer .maxistickers-order > span {
  font-weight: bold;
  font-size: small;
  font-style: italic;
  text-align: center;
}

.maxistickers-designer .maxistickers-order button,
.maxistickers-designer .maxistickers-order .c-btn,
.maxistickers-designer .maxistickers-order .btn {
  background-color: var(--button-color);
  border: 1px solid #ed2144;
  color: #ffffff;
  border-radius: 21px;
  padding: 10px 30px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

.maxistickers-designer .maxistickers-order button:hover,
.maxistickers-designer .maxistickers-order .c-btn:hover,
.maxistickers-designer .maxistickers-order .btn:hover {
  background-color: #c8132f;
  border-color: #c8132f;
  color: #ffffff;
}

.maxistickers-designer img,
#maxistickers-designs img {
  height: 100%;
}

swiper-container {
  width: calc(100% - 40px);
  border: 0;
  box-shadow: none;
}

swiper-slide {
  display: flex;
  justify-content: center;
}

.c-swiper-arrow-left,
.c-swiper-arrow-right {
  width: 20px;
  margin-top: -16px;
  cursor: pointer;
  text-align: center;
}

.swiper-button-disabled {
  cursor: default;
}

.c-swiper-arrow-left {
  margin-left: -20px;
}

.c-swiper-arrow-left img {
  content: url("/dev/static/img/swiper/arrow-left.svg");
}

.c-swiper-arrow-right {
  margin-right: -20px;
}

.c-swiper-arrow-right img {
  content: url("/dev/static/img/swiper/arrow-right.svg");
}

.swiper-button-disabled img {
  content: "";
}

.c-design {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 6px 2px;
  cursor: pointer;
}

.c-design.active > div,
.c-design:hover > div {
  box-shadow: 0 0 1px 2px #fff, 0 0 1px 4px #e5152f;
}

.c-design > div {
  display: flex;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px #fff, 0 0 1px 3px #dbdbdb;
}

.c-design > div > div {
  width: 100%;
  height: 100%;
  background-size: contain;
}

.c-design > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maxistickers-designer .c-input-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 4px;
  padding: 4px 20px;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  color: grey;
}

.maxistickers-designer .c-input-line:nth-child(n + 2) {
  margin-top: 12px;
}

.maxistickers-designer .c-input-line input {
  display: flex;
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  font-family: "Nunito Sans", sans-serif;
}

.maxistickers-designer .c-input-line input:focus,
.maxistickers-designer .c-input-line input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ================= STORY SECTION ================= */
.background-story-container-bg {
  background-color: #fefada;
}

.background-story {
  max-width: 1150px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 4rem;
  padding: 3rem 15px;
}

.story-behind-design {
  margin-bottom: 1.5rem;
}

.story-text p {
  text-align: justify;
}

.story-behind-design-paragraph-2 {
  margin-top: 3rem;
}

.story-image {
  justify-self: end;
}

.img-story {
  width: 100%;
  max-width: 520px;
  object-fit: cover;
}

/* ================= YOUNG ARTIST ================= */
.young-artist {
  max-width: 1150px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 4rem;
  padding: 2.5rem 15px;
}

.young-artist-image img {
  width: 100%;
  max-width: 700px;
  object-fit: cover;
}

.young-artist-image p {
  margin-top: 0.75rem;
}

.young-artist-quote {
  justify-self: end;
  padding-left: 6rem;
}

.anabely-quote {
  color: #00008b;
  font-size: clamp(1.15rem, 0.95rem + 0.75vw, 1.8rem);
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.anabely-quote-2 {
  padding-top: 1rem;
  font-weight: 600;
  text-align: center;
}

/* ================= WHY OUR STICKERS STAND OUT ================= */
.why-our-stickers-stand-out {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 15px;
}

.why-our-stickers-stand-out-h2 {
  margin-bottom: 0;
}

.why-our-stickers-stand-out-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 5rem;
}

.why-our-stickers-stand-out-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem;
  text-align: center;
}

.why-our-stickers-stand-out-img {
  width: 90px;
  max-width: 90px;
  height: 70px;
  margin-top: 2.5rem;
  object-fit: contain;
}

.why-our-stickers-stand-out-item:nth-child(1) .why-our-stickers-stand-out-img {
  width: 120px;
  max-width: 120px;
}

.why-our-stickers-stand-out-item:nth-child(2) .why-our-stickers-stand-out-img {
  width: 68px;
  max-width: 68px;
}

.why-our-stickers-stand-out-item:nth-child(3) .why-our-stickers-stand-out-img {
  width: 82px;
  max-width: 82px;
}

.why-our-stickers-stand-out-header {
  padding-top: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.why-our-stickers-stand-out-p {
  margin-top: 1rem;
}

@media screen and (min-width: 1171px) {
  .why-our-stickers-stand-out-header--artwork {
    max-width: 17rem;
  }

  .why-our-stickers-stand-out-header--durable {
    max-width: 10rem;
  }

  .why-our-stickers-stand-out-header--giveback {
    max-width: 13.8rem;
  }

  .why-our-stickers-stand-out-header--gift {
    max-width: 12rem;
  }
}

/* ================= WHERE TO APPLY ================= */
.where-to-apply-our-maxistickers {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 10px;
}

.where-to-apply-our-maxistickers-header {
  text-align: center;
}

.where-to-apply-our-maxistickers-note {
  margin-top: -2rem;
  margin-bottom: 3rem;
  padding-inline: 2.2rem;
  text-align: center;
  font-style: italic;
}

.where-to-apply-our-maxistickers-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5.5rem;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.where-to-apply-our-maxistickers-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.where-to-apply-our-maxistickers-content img {
  width: 100%;
  max-width: 220px;
  object-fit: cover;
}

.where-to-apply-our-maxistickers-content span {
  display: block;
  margin-top: 0.5rem;
}

/* ================= FAQ ================= */
.stc-faq {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.stc-faq .container {
  max-width: 900px;
}

.stc-faq .faq__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 3rem;
}

.stc-faq .faq__left {
  margin-top: 6rem;
}

.stc-faq .faq__left img {
  max-width: 100%;
}

.stc-faq .accordion details {
  border-bottom: 1px solid #c7c5c5;
  padding-block: 1.8rem;
}

.stc-faq .accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  cursor: pointer;
  list-style: none;
  font-family: "Quicksand", sans-serif;
  font-size: clamp(0.9375rem, 0.8333rem + 0.463vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  transition: margin 150ms ease-out;
}

.stc-faq .accordion summary::-webkit-details-marker {
  display: none;
}

.stc-faq .accordion summary::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAA4klEQVQokZXRMS6EURTF8d8LidCNQjIh0SlEawMSsQGJaKbRKVgBO5iGNYhCoVAoLIAd6EV0hJCRkMzV3JExvu8bXnKLe8/5v/NyX0Eb7xHx7I+nlDKNuYJzvEZE5x/wEVbgAoHNiDCusI4+rmERL3hEewzYwj16WB4MO5l+idIAn6ZvPyIMC2cp7NaA26lfDQKGxVk84A1LI+ACnrLmv+cjpo1cxg0mc1YyLbD1w1/xvOM0Hma/l/3JL28FPINbfOYie7hDayycF6ziIxP7WKv0NXzLQcLdWk8DPIEdTNV5vgCTE1PKNm/KjgAAAABJRU5ErkJggg==);
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  transform: rotate(0);
}

.stc-faq .accordion details[open] summary {
  margin-bottom: 1.5rem;
}

.stc-faq .accordion details[open] summary::after {
  transform: rotate(180deg);
}

.stc-faq .accordion details > p {
  animation: stc-faq-answer-open 0.45s ease;
}

@keyframes stc-faq-answer-open {
  from {
    opacity: 0;
    transform: translateY(-0.6rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= RESPONSIVE ================= */
@media screen and (max-width: 1170px) {
  .save-the-children-title-intro {
    padding-inline: 2.2rem;
  }

  .background-story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40rem;
    gap: 5rem;
    padding-top: 2rem;
  }

  .story-image {
    order: -1;
    position: relative;
    top: 1rem;
  }

  .story-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .story-behind-design {
    text-align: center;
  }

  .story-text p {
    text-align: center;
    text-align-last: center;
  }

  .young-artist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    max-width: 40rem;
    padding-block: 2.5rem;
  }

  .young-artist-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 40rem;
    padding-left: 0;
  }

  .anabely-quote {
    font-size: clamp(1.125rem, 0.95rem + 0.8vw, 1.65rem);
  }

  .young-artist-image img,
  .img-story {
    max-width: 100%;
  }

  .why-our-stickers-stand-out-h2 {
    margin-bottom: 2rem;
  }

  .why-our-stickers-stand-out-main {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .why-our-stickers-stand-out-item {
    padding-block: 1rem;
  }

  .why-our-stickers-stand-out-img {
    margin-top: 0;
  }

  .where-to-apply-our-maxistickers {
    padding-top: 2rem;
  }

  .where-to-apply-our-maxistickers-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.5rem;
    padding-bottom: 3rem;
  }

  .where-to-apply-our-maxistickers-content img {
    max-width: 17rem;
  }
}

@media screen and (max-width: 969px) {
  .stc-faq .faq__inner {
    grid-template-columns: 1fr;
  }

  .stc-faq .faq__left {
    margin-top: 0;
    text-align: center;
  }

  .stc-faq .faq__left img {
    max-height: 8rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 800px) {
  #maxistickers-designs {
    padding-top: 20px;
  }

  .maxistickers-designer {
    display: block;
  }

  .maxistickers-designer .maxistickers-inputs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .maxistickers-designer > .c-title {
    font-size: x-large;
  }

  .maxistickers-designer > div {
    padding: 0 20px 20px;
  }

  .maxistickers-designer .maxistickers-small-preview {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .maxistickers-designer .maxistickers-small-preview > div {
    display: flex;
    position: relative;
    width: 276px;
  }

  .maxistickers-small-preview img {
    width: 100%;
  }

  .maxistickers-small-preview img.c-preview-image {
    aspect-ratio: 276 / 136;
  }

  .maxistickers-small-preview img:nth-child(1) {
    position: relative;
  }

  .maxistickers-small-preview img:nth-child(n + 2) {
    position: absolute;
  }

  .maxistickers-designer .maxistickers-order {
    margin-top: 0;
    padding-bottom: 8px;
  }

  .maxistickers-variants .c-title {
    justify-content: center;
  }

  .background-story-container-bg {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 801px) {
  .background-story-container-bg {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .maxistickers-designer > .c-title {
    font-size: large;
  }
}

@media screen and (max-width: 576px) {
  .save-the-children-logo {
    width: 120px;
  }

  .where-to-apply-our-maxistickers-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
    padding-bottom: 2.5rem;
  }

  .where-to-apply-our-maxistickers-content img {
    max-width: 100%;
  }

  .where-to-apply-our-maxistickers-note {
    margin-top: 0;
  }
}