/*
  Shoptet custom CSS - deploy bundle
  Generated from css/sections/*.css. Do not edit this file directly.
*/

/* Source: css/sections/_shared.css */
/* Shared styles for custom Shoptet HTML sections */

.shp-section {
  box-sizing: border-box;
}

.shp-section *,
.shp-section *::before,
.shp-section *::after {
  box-sizing: inherit;
}

/* Source: css/sections/_homepage.css */
/* Homepage custom sections */

.shp-homepage-guide {
  --shp-pink: #f05a98;
  --shp-cyan: #14c2e7;
  --shp-purple: #332a91;
  --shp-text: #111111;
  --shp-muted: #4a4a4a;
  --shp-max: 1140px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--shp-text);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.45;
  overflow: hidden;
}

.homepage-box.welcome-wrapper:has(.shp-homepage-guide),
.homepage-box.welcome-wrapper:has(.shp-homepage-guide) > .content-wrapper-in,
.homepage-box.welcome-wrapper:has(.shp-homepage-guide) .container,
.welcome-wrapper:has(.shp-homepage-guide),
.welcome:has(.shp-homepage-guide) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.homepage-box.welcome-wrapper:has(.shp-homepage-guide) {
  padding-top: 24px;
}

.shp-homepage-guide a {
  color: inherit;
}

.shp-homepage-guide__inner,
.shp-learn__inner {
  width: min(var(--shp-max), calc(100% - 40px));
  margin: 0 auto;
}

.shp-homepage-guide__actions {
  display: flex;
  gap: 118px;
  align-items: center;
  margin: 0 0 58px;
}

.shp-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border: 2px solid var(--shp-pink);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(240, 90, 152, 0.14);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.shp-button--primary {
  color: #ffffff;
  background: var(--shp-pink);
}

.shp-button--outline {
  color: var(--shp-pink);
  background: #ffffff;
}

.shp-button:hover,
.shp-button:focus-visible {
  color: #ffffff;
  border-color: #df3f82;
  background: #df3f82;
  box-shadow: 0 12px 24px rgba(240, 90, 152, 0.28);
  text-decoration: none !important;
  transform: translateY(-2px);
}

.shp-button:focus-visible {
  outline: 3px solid rgba(20, 194, 231, 0.35);
  outline-offset: 3px;
}

.shp-button:active {
  box-shadow: 0 6px 14px rgba(240, 90, 152, 0.2);
  transform: translateY(0);
}

.shp-homepage-guide__header {
  margin-bottom: 62px;
}

.shp-homepage-guide h2,
.shp-found h2,
.shp-why h2 {
  margin: 0;
  color: #000000;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
}

.shp-homepage-guide__header p {
  margin: 8px 0 0;
  font-size: 22px;
}

.shp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 76px;
  margin-bottom: 34px;
}

.shp-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.shp-step h3 {
  min-height: 76px;
  margin: 0 0 26px;
  color: var(--shp-pink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.shp-step p {
  width: min(100%, 250px);
  margin: 20px 0 0;
  font-size: 16px;
}

.shp-icon {
  width: 130px;
  height: 130px;
  flex: 0 0 auto;
  color: var(--shp-cyan);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.shp-icon--image {
  display: block;
  object-fit: contain;
}

.shp-icon text {
  fill: currentColor;
  stroke: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.shp-icon__dash {
  stroke-dasharray: 2 7;
}

.shp-learn {
  width: 100%;
  margin: 0 0 56px;
  padding: 46px 0 58px;
  color: #ffffff;
  background: var(--shp-purple);
}

.shp-learn__inner {
  position: relative;
}

.shp-learn__content {
  max-width: 980px;
}

.shp-learn__logo {
  display: block;
  width: 170px;
  height: auto;
  margin: 0 0 14px;
  object-fit: contain;
  object-position: left center;
}

.shp-learn h2 {
  margin: 0;
  color: var(--shp-pink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
}

.shp-learn__content > p:last-child {
  margin: 22px 0 46px;
  font-size: 22px;
}

.shp-learn__button {
  position: absolute;
  top: 70px;
  right: 0;
  min-width: 280px;
  min-height: 64px;
  font-size: 23px;
}

.shp-learn__topics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 34px;
}

.shp-learn__topics a {
  display: grid;
  gap: 18px;
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.shp-learn__topics img {
  display: block;
  width: min(100%, 150px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.shp-found {
  margin-bottom: 66px;
}

.shp-found h2,
.shp-why h2 {
  margin-bottom: 38px;
}

.shp-found__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.shp-found__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  align-items: start;
}

.shp-found__item h3 {
  margin: 0;
  color: var(--shp-pink);
  font-size: 18px;
  font-weight: 900;
}

.shp-found__item h3 a,
.shp-found__item h3 a:hover,
.shp-found__item h3 a:focus-visible {
  text-decoration: none !important;
}

.shp-found__image-link {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.shp-found__image-link:hover,
.shp-found__image-link:focus-visible {
  text-decoration: none !important;
}

.shp-found__item img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 4px solid var(--shp-cyan);
  object-fit: cover;
}

.shp-found__item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.shp-why {
  padding-bottom: 30px;
}

.shp-homepage-guide .shp-why__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 64px;
  row-gap: 36px;
}

.shp-homepage-guide .shp-why__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
}

.shp-why__item h3 {
  margin: 0 0 8px;
  color: var(--shp-pink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.shp-why__item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.shp-why__item .shp-icon {
  width: 96px;
  height: 96px;
}

@media (max-width: 991px) {
  .shp-homepage-guide__actions {
    gap: 24px;
    justify-content: center;
    margin-bottom: 48px;
  }

  .shp-homepage-guide h2,
  .shp-found h2,
  .shp-why h2,
  .shp-learn h2 {
    font-size: 34px;
  }

  .shp-steps {
    gap: 36px;
  }

  .shp-learn__button {
    position: static;
    margin-bottom: 38px;
  }

  .shp-learn__topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shp-found__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shp-homepage-guide .shp-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 34px;
    row-gap: 34px;
  }

  .shp-homepage-guide .shp-why__item {
    grid-template-columns: 82px 1fr;
    gap: 18px;
  }

  .shp-why__item .shp-icon {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  .shp-homepage-guide__inner,
  .shp-learn__inner {
    width: min(var(--shp-max), calc(100% - 40px));
  }

  .shp-homepage-guide__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .shp-button {
    width: 100%;
    min-width: 0;
  }

  .shp-homepage-guide__header {
    margin-bottom: 42px;
  }

  .shp-homepage-guide__header p,
  .shp-learn__content > p:last-child {
    font-size: 18px;
  }

  .shp-steps,
  .shp-learn__topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .shp-steps .shp-step:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 340px);
  }

  .shp-step p {
    width: 100%;
    text-align: center;
  }

  .shp-learn {
    padding: 48px 0;
  }

  .shp-learn__button {
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
  }

  .shp-found__item {
    grid-template-columns: 1fr;
  }

  .shp-found__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .shp-found__item {
    width: min(100%, 430px);
  }

  .shp-homepage-guide .shp-why__grid {
    grid-template-columns: 1fr !important;
    width: min(100%, 560px);
    margin: 0 auto;
    gap: 30px;
  }

  .shp-why h2 {
    width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
  }

  .shp-homepage-guide .shp-why__item {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: start;
    justify-content: flex-start;
  }

  .shp-why__item .shp-icon {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
  }

  .shp-why__item > div {
    flex: 1 1 auto;
    min-width: 0;
  }

  .shp-found__item p,
  .shp-why__item p {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .shp-learn__button {
    width: 100%;
  }

  .shp-learn__topics {
    grid-template-columns: 1fr;
  }

  .shp-steps {
    grid-template-columns: 1fr;
  }

  .shp-steps .shp-step:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }
}

.homepage-blog-wrapper  {
  display: none;
}

/* Source: css/sections/_product-detail.css */
/* Product detail custom sections */

.shp-product-guide-box {
  --shp-product-pink: #f05a98;
  --shp-product-cyan: #14c2e7;
  --shp-product-text: #1f1f1f;
  margin: 18px 0 20px;
  padding: 18px;
  border: 2px solid rgba(240, 90, 152, 0.42);
  border-left-width: 6px;
  border-radius: 8px;
  background: #fff7fb;
  color: var(--shp-product-text);
  font-family: Roboto, Arial, sans-serif;
}

.shp-product-guide-box__eyebrow {
  margin: 0 0 6px;
  color: var(--shp-product-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shp-product-guide-box h2 {
  margin: 0 0 6px;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.shp-product-guide-box__lead {
  margin: 0 0 14px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.shp-product-guide-box__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.shp-product-guide-box__columns div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(20, 194, 231, 0.34);
  border-radius: 8px;
  background: #ffffff;
}

.shp-product-guide-box__columns strong,
.shp-product-guide-box__columns span {
  display: block;
}

.shp-product-guide-box__columns strong {
  margin-bottom: 4px;
  color: var(--shp-product-pink);
  font-size: 15px;
}

.shp-product-guide-box__columns span {
  font-size: 14px;
  line-height: 1.4;
}

.shp-product-guide-box__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.shp-product-guide-box__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 2px solid var(--shp-product-pink);
  border-radius: 8px;
  background: var(--shp-product-pink);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.shp-product-guide-box__button:hover,
.shp-product-guide-box__button:focus-visible {
  border-color: #df3f82;
  background: #df3f82;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(240, 90, 152, 0.24);
  text-decoration: none;
  transform: translateY(-2px);
}

.shp-product-guide-box__actions span {
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .shp-product-guide-box {
    padding: 16px;
  }

  .shp-product-guide-box h2 {
    font-size: 20px;
  }

  .shp-product-guide-box__columns {
    grid-template-columns: 1fr;
  }

  .shp-product-guide-box__button {
    width: 100%;
  }
}
