#shopify_hero {
  height: 90vh;
  max-height: 1080px;
  width: 100vw;
  overflow-x: hidden;
  display: grid;
  align-items: center;
}
#shopify_hero .hero_grid {
  grid-template-columns: 1fr 2fr;
  grid-gap: 0;
  align-items: start;
  width: 100%;
  padding-top: 0;
}
#shopify_hero .hero_grid .hero_content h1,
#shopify_hero .hero_grid .hero_content .shopify-page-header {
  color: #ffffff;
  font-size: 6em;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 0;
}
#shopify_hero .hero_grid .hero_content p {
  color: #ffffff;
}
#shopify_hero .hero_grid .hero_image {
  transform: scale(1.2) translate(-5%, 5%);
}

.benefits .services_grid .service h4,
#security_benefits .services_grid .service h4 {
  height: unset;
}
.benefits .services_grid .service img#services_shopify_experts,
#security_benefits .services_grid .service img#services_shopify_experts {
  -webkit-filter: drop-shadow(5px 0 10px #f5eeff);
  filter: drop-shadow(5px 0 10px #f5eeff);
}

.benefits {
  margin-top: -70px;
}

#security_benefits {
  margin-bottom: 70px;
}

.security_faqs_container {
  margin-bottom: 100px !important;
}

.security_faqs_container h3 {
  font-size: 24px;
  text-align: left;
}

#shopify_inner_nav .portfolio_filters {
  border-top: unset;
  border-bottom: unset;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
#shopify_inner_nav .portfolio_filters ul {
  gap: 15px;
}
#shopify_inner_nav .portfolio_filters ul li {
  padding: 15px 25px;
  font-size: 18px;
}
#shopify_inner_nav .portfolio_filters ul li:nth-child(even) {
  border-color: #e679a9;
  color: #e679a9;
}
#shopify_inner_nav .portfolio_filters ul li:nth-child(odd) {
  border-color: #698dff;
  color: #698dff;
}

.site_builds_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.site_builds_grid .site_builds_panel {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  margin: 60px 0;
}
.site_builds_grid .site_builds_panel:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.site_builds_grid .site_builds_panel:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.site_builds_grid .site_builds_panel.big_panel {
  margin: 0;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.site_builds_grid .site_builds_panel.big_panel #most-popular-ribbon {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 200px;
  -webkit-filter: drop-shadow(0 0 10px #bcb5ba);
  filter: drop-shadow(0 0 10px #bcb5ba);
}
.site_builds_grid .site_builds_panel .site_builds_image_container {
  height: 200px;
}
.site_builds_grid .site_builds_panel .site_builds_image_container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.site_builds_grid .site_builds_panel .site_builds_title {
  margin: 40px 0 0 0;
  line-height: normal;
  font-size: 2em;
}
.site_builds_grid .site_builds_panel .site_builds_subtitle {
  margin-top: 0;
  opacity: 0.8;
  font-size: 1.05em;
}
.site_builds_grid .site_builds_panel .site_builds_price {
  margin-top: 0;
  font-size: 3em;
  line-height: normal;
  background: -webkit-linear-gradient(left, #406dff, #ff8fd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 35px;
}
.site_builds_grid .site_builds_panel .site_builds_whats_included {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: solid 1px #698dff;
  display: none;
}
.site_builds_grid .site_builds_panel .site_builds_whats_included p {
  margin: 0;
  line-height: normal;
  text-align: left;
  font-weight: 400;
}
.site_builds_grid .site_builds_panel .site_builds_whats_included svg {
  transform: rotate(90deg);
  width: 30px;
  transition: ease 0.1s;
}
.site_builds_grid .site_builds_panel .site_builds_whats_included svg path:last-of-type {
  fill: #698dff;
}
.site_builds_grid .site_builds_panel .site_builds_whats_included.rotate svg {
  transform: rotate(-90deg);
}
.site_builds_grid .site_builds_panel .site_builds_tick_list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding-right: 10px;
}
.site_builds_grid .site_builds_panel .site_builds_tick_list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}
.site_builds_grid .site_builds_panel .site_builds_tick_list li img {
  position: relative;
  top: 5px;
  width: 30px;
}
.site_builds_grid .site_builds_panel .site_builds_tick_list li p {
  margin-top: 0;
  line-height: 1.6em;
  text-align: left;
}

#full_site_builds_cta,
#bespoke_functionality_cta,
#small_jobs_cta {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#full_site_builds_cta h3,
#bespoke_functionality_cta h3,
#small_jobs_cta h3 {
  line-height: 1.7em;
  margin-bottom: 0;
}
#full_site_builds_cta h4,
#bespoke_functionality_cta h4,
#small_jobs_cta h4 {
  margin-top: 10px;
  margin-bottom: 50px;
}

#bespoke_functionality_cta h3,
#small_jobs_cta h3 {
  margin-top: 0;
}

#theme_design #img-comparison-slider-container {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
#theme_design #img-comparison-slider-container #img-comparison-slider-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#theme_design #img-comparison-slider-container #img-comparison-slider-grid h4 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.5em;
}
#theme_design #img-comparison-slider-container img:not([slot=handle]) {
  width: 100%;
  max-height: 75vh;
}
#theme_design #img-comparison-slider-container .sliderHandleUnclicked {
  animation-name: growArrows;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: ease 0.1s;
}
#theme_design #theme_design_content {
  text-align: center;
  max-width: 1000px;
  margin: 100px auto 0;
}
#theme_design #theme_design_content h4 {
  margin-top: 60px;
}
#theme_design #theme_design_content #theme_design_cta {
  margin: 60px auto 0;
  max-width: 500px;
}

@keyframes growArrows {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1700px) {
  #hero_shape.shopify_hero_shape {
    width: 120%;
  }
}
@media screen and (max-width: 1400px) {
  #hero_shape.shopify_hero_shape {
    width: 130%;
  }
}
@media screen and (max-width: 1300px) {
  #shopify_hero {
    max-height: 850px;
  }
  #shopify_hero .hero_grid .hero_image {
    transform: unset;
  }
  #theme_design #img-comparison-slider-container {
    width: 100%;
  }
  #theme_design #img-comparison-slider-container img:not([slot=handle]) {
    max-height: unset;
    height: auto;
  }
}
@media screen and (max-width: 1150px) {
  .shopify_header {
    background: linear-gradient(90deg, #612b9b, #d972a7);
    margin-top: 0;
  }
  #hero_shape.shopify_hero_shape {
    width: 100%;
    top: 30px;
  }
  .hero .hero_grid {
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-height: 900px) {
  #shopify_hero {
    height: 100vh;
    min-height: 900px;
    align-items: start;
    z-index: 0;
  }
  #shopify_hero .hero_grid {
    box-sizing: border-box;
    margin-top: 60px;
    grid-template-columns: 3fr 4fr;
  }
  #shopify_hero .hero_grid .hero_content {
    margin-top: 40px;
  }
  #shopify_hero .hero_grid .hero_image {
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: unset;
  }
  #shopify_benefits {
    margin-top: -350px;
    z-index: 1;
    position: relative;
  }
  #shopify_benefits .services_grid .service img#services_shopify_experts {
    filter: unset;
    -webkit-filter: unset;
  }
}
@media screen and (max-width: 1050px) {
  .shopify_header {
    background: linear-gradient(90deg, #672f9c, #d36ea6);
  }
  #shopify_hero {
    height: 100%;
  }
  #shopify_hero .hero_grid {
    width: calc(100vw - 60px);
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
    margin-top: 60px;
    grid-template-columns: 3fr 4fr;
  }
  #shopify_hero .hero_grid .hero_content {
    margin-top: 40px;
  }
  #shopify_hero .hero_grid .hero_image.hero_desktop_image {
    display: none;
  }
  #shopify_hero .hero_grid .hero_image.hero_mobile_image {
    display: block;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  .site_builds_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .site_builds_grid .site_builds_panel {
    border-radius: 20px;
    margin: 0;
  }
  .site_builds_grid .site_builds_panel:last-of-type {
    grid-column: span 2;
  }
}
@media screen and (max-width: 1050px) and (min-height: 900px) {
  .benefits {
    margin-top: 0;
  }
}
@media screen and (max-width: 1050px) and (max-height: 900px) {
  #shopify_benefits {
    margin-top: -120px;
  }
  #shopify_benefits img#services_shopify_experts {
    -webkit-filter: drop-shadow(5px 0 10px #f5eeff) !important;
    filter: drop-shadow(5px 0 10px #f5eeff) !important;
  }
}
@media screen and (max-width: 950px) and (max-height: 900px) {
  #shopify_benefits {
    margin-top: -200px;
  }
}
@media screen and (max-width: 850px) and (max-height: 900px) {
  #shopify_benefits {
    margin-top: -250px;
  }
}
@media screen and (max-width: 800px) and (max-height: 900px) {
  #shopify_benefits {
    margin-top: -350px;
  }
}
@media screen and (max-width: 700px) and (max-height: 900px) {
  #shopify_benefits {
    margin-top: -150px;
  }
}
@media screen and (max-width: 800px) {
  #shopify_hero .hero_grid {
    margin-top: 20px;
  }
  #shopify_hero .hero_grid .hero_content {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #shopify_hero .hero_grid .hero_content h1,
  #shopify_hero .hero_grid .hero_content .shopify-page-header {
    font-size: 4.5em;
  }
  #shopify_hero .hero_grid .hero_content p {
    font-size: 1.3em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  #shopify_hero {
    max-height: unset;
  }
  #shopify_hero .hero_grid {
    grid-template-columns: 1fr;
    box-sizing: border-box;
  }
  #shopify_hero .hero_grid .hero_content {
    grid-row: 2;
  }
  #shopify_hero .hero_grid .hero_content h1,
  #shopify_hero .hero_grid .hero_content .shopify-page-header {
    color: #698dff;
  }
  #shopify_hero .hero_grid .hero_content p {
    color: #858599;
  }
  #shopify_hero .hero_grid .hero_image.hero_mobile_image {
    height: 100%;
    max-height: 55vh;
    padding: 0 0 25px 0;
    width: auto;
  }
  #shopify_inner_nav .portfolio_filters ul {
    gap: 10px;
  }
  #shopify_inner_nav .portfolio_filters ul li {
    padding: 10px 25px;
  }
  .site_builds_grid {
    grid-template-columns: 1fr;
  }
  .site_builds_grid .site_builds_panel .site_builds_whats_included {
    display: grid;
  }
  .site_builds_grid .site_builds_panel .site_builds_tick_list {
    display: none;
    margin-top: 30px;
  }
  .site_builds_grid .site_builds_panel:last-of-type {
    grid-column: span 1;
  }
}
@media screen and (max-width: 550px) {
  #shopify_hero .hero_grid {
    width: calc(100vw - 20px);
    max-width: unset;
    margin-top: 10px;
  }
  #shopify_hero .hero_grid .hero_content {
    grid-row: 2;
  }
  #shopify_hero .hero_grid .hero_content h1,
  #shopify_hero .hero_grid .hero_content .shopify-page-header {
    font-size: 3.5em;
  }
  #shopify_hero .hero_grid .hero_content p {
    font-size: 1.25em;
  }
  #shopify_hero .hero_grid .hero_image.hero_mobile_image {
    padding-bottom: 20px;
  }
  #full_site_builds_cta h4,
  #bespoke_functionality_cta h4,
  #small_jobs_cta h4 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 500px) {
  #shopify_inner_nav .portfolio_filters {
    padding: 15px;
  }
  #shopify_inner_nav .portfolio_filters ul {
    display: grid;
    grid-gap: 10px;
    justify-content: unset;
  }
}
/* Security page */
.site_builds_grid .site_builds_panel .site_builds_image_container.security_icons {
  align-content: center;
}

.site_builds_grid .site_builds_panel .site_builds_image_container.security_icons svg {
  max-height: 200px;
}

details {
  text-align: left;
  margin-bottom: 40px;
}
details summary {
  cursor: pointer;
}
details summary h3 {
  display: list-item;
  margin-bottom: 20px;
  padding: 0;
}
details > div p {
  text-align: left;
}
details > div p:first-child {
  margin-top: 0;
}
details > div p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=shopify.css.map */
