/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
/* Weights */
.site-header {
  width: 100%;
  background: #33398A;
  position: fixed;
  top: 0;
  z-index: 100; }
  @media (min-width: 800px) {
    .site-header {
      position: relative; } }
  .site-header .toolbar {
    width: 100%;
    background: #FFF;
    padding: 0.5rem 0;
    display: none; }
    @media (min-width: 800px) {
      .site-header .toolbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: center; } }
    .site-header .toolbar p {
      margin: 0 auto;
      padding: 0 1rem;
      width: 100%;
      max-width: 1600px;
      font-size: 0.8rem;
      text-align: right; }
      .site-header .toolbar p a {
        color: #33398A;
        margin-left: 1rem;
        text-decoration-color: transparent; }
  .site-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem; }
    .site-header .container .custom-logo-link img {
      width: 100%;
      max-width: 140px;
      height: auto; }
    .site-header .container #mobile-button {
      appearance: none;
      background: none;
      border: 0;
      cursor: pointer;
      position: relative;
      width: 30px;
      height: 30px; }
      @media (min-width: 800px) {
        .site-header .container #mobile-button {
          display: none; } }
      .site-header .container #mobile-button span {
        width: 100%;
        height: 2px;
        background: #FFF;
        display: block;
        position: relative;
        transition: .3s; }
        .site-header .container #mobile-button span:before {
          content: ' ';
          position: absolute;
          width: 100%;
          height: 2px;
          top: -7px;
          left: 0;
          background: #FFF;
          transition: .3s; }
        .site-header .container #mobile-button span:after {
          content: ' ';
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: -7px;
          left: 0;
          background: #FFF;
          transition: .3s; }
      .site-header .container #mobile-button.active span {
        background: none; }
        .site-header .container #mobile-button.active span:before {
          transform: rotate(45deg);
          top: 0; }
        .site-header .container #mobile-button.active span:after {
          transform: rotate(-45deg);
          bottom: 0; }

#main-menu {
  position: fixed;
  top: 114px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33398A;
  z-index: 100;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 800px) {
    #main-menu {
      position: relative;
      top: 0;
      width: auto;
      height: auto;
      background: none;
      opacity: 1;
      visibility: visible; } }
  #main-menu.active {
    opacity: 1;
    visibility: visible; }
  #main-menu .menu {
    list-style-type: none;
    padding: 2rem;
    margin: 0; }
    @media (min-width: 800px) {
      #main-menu .menu {
        display: flex;
        align-items: center;
        padding: 0; } }
    #main-menu .menu li {
      margin-bottom: 1rem; }
      @media (min-width: 800px) {
        #main-menu .menu li {
          margin-bottom: 0;
          margin-left: 0.8rem; }
          #main-menu .menu li:last-child {
            margin-left: 1.5rem; }
            #main-menu .menu li:last-child a {
              background: #FFF;
              padding: 1rem 1.5rem;
              border-radius: 200px;
              color: #33398A; }
              #main-menu .menu li:last-child a:hover, #main-menu .menu li:last-child a:focus {
                background: #FDEC05;
                color: #33398A; } }
      #main-menu .menu li a {
        display: block;
        color: #FFF;
        text-decoration-color: transparent; }
        @media (min-width: 800px) {
          #main-menu .menu li a {
            font-size: 0.9rem; } }
        #main-menu .menu li a:hover, #main-menu .menu li a:focus {
          color: #FDEC05; }

@media (min-width: 800px) {
  #menu-item-456 {
    display: none; } }

.cta {
  width: 100%;
  background: #83D2FF;
  padding: 2rem 0; }
  .cta .container {
    padding: 0 2rem;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 800px) {
      .cta .container {
        padding: 0 4rem;
        justify-content: space-between; } }
    .cta .container h2 {
      padding: 0;
      margin: 0;
      font-size: 2rem; }
    .cta .container p {
      margin: 0; }
    @media (min-width: 800px) {
      .cta .container .text {
        width: auto;
        text-align: left; } }
    .cta .container .form {
      margin-top: 2rem;
      width: 100%; }
      @media (min-width: 800px) {
        .cta .container .form {
          width: auto;
          display: flex;
          justify-content: flex-end;
          margin-top: 0;
          background: #FFF;
          border-radius: 200px;
          padding: 0.5rem; } }
      .cta .container .form input[type='text'] {
        width: 100%;
        height: 40px;
        border-radius: 200px;
        border: 0;
        padding: 0.5rem;
        font-size: 1rem;
        text-align: center; }
        @media (min-width: 800px) {
          .cta .container .form input[type='text'] {
            width: auto; } }
      .cta .container .form button {
        appearance: none;
        cursor: pointer;
        background: #FDEC05;
        border: 0;
        border-radius: 200px;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        margin-top: 0.5rem; }
        @media (min-width: 800px) {
          .cta .container .form button {
            margin-top: 0;
            width: auto; } }
        .cta .container .form button:hover, .cta .container .form button:focus {
          background: #33398A;
          color: #FDEC05; }

.site-footer {
  width: 100%;
  padding: 2rem 0;
  background: #33398A;
  margin-top: 1rem; }
  @media (min-width: 992px) {
    .site-footer {
      padding: 4rem 0; } }
  .site-footer .container {
    padding: 0 2rem; }
    @media (min-width: 992px) {
      .site-footer .container {
        padding: 0 4rem; } }
    .site-footer .container .box {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center; }
      .site-footer .container .box:nth-child(5) {
        margin-top: 2rem; }
        @media (min-width: 992px) {
          .site-footer .container .box:nth-child(5) {
            margin-top: 0;
            align-items: flex-end; } }
      @media (min-width: 800px) {
        .site-footer .container .box:nth-child(2), .site-footer .container .box:nth-child(3), .site-footer .container .box:nth-child(4) {
          width: 33.3333333%; } }
      @media (min-width: 992px) {
        .site-footer .container .box {
          width: 20% !important;
          text-align: left;
          align-items: flex-start; }
          .site-footer .container .box p {
            margin-top: 0; }
          .site-footer .container .box:nth-child(1) {
            padding-right: 4rem; }
            .site-footer .container .box:nth-child(1) img {
              margin-bottom: 2rem; }
          .site-footer .container .box:nth-child(5) {
            text-align: right; } }
      .site-footer .container .box img {
        width: 100%;
        max-width: 250px; }
      .site-footer .container .box p, .site-footer .container .box address, .site-footer .container .box a {
        color: #FFF;
        font-style: normal;
        font-weight: 1rem;
        font-weight: 400; }
      .site-footer .container .box .small {
        font-size: 0.8rem; }
      .site-footer .container .box a {
        text-decoration-color: transparent; }
        .site-footer .container .box a:hover, .site-footer .container .box a:focus {
          color: #FDEC05; }
      .site-footer .container .box ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .site-footer .container .box ul li {
          margin-bottom: 0.5rem; }
          .site-footer .container .box ul li:last-child {
            margin-bottom: 0; }

.carousel {
  width: 100%;
  height: calc(100svh - 114px);
  min-height: 550px;
  position: relative; }
  @media (min-width: 800px) {
    .carousel {
      height: 550px; } }
  .carousel .slides {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .carousel .slides li {
      height: calc(100svh - 114px);
      min-height: 550px;
      position: relative; }
      @media (min-width: 800px) {
        .carousel .slides li {
          height: 550px; } }
      .carousel .slides li img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .carousel .slides li .overlay {
        background: rgba(51, 57, 138, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 2rem 0 6rem 0; }
        @media (min-width: 800px) {
          .carousel .slides li .overlay {
            justify-content: center; } }
        .carousel .slides li .overlay .container {
          padding: 0 2rem;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center; }
          .carousel .slides li .overlay .container .title {
            font-size: 2.5rem;
            line-height: 2.7rem;
            font-weight: 800;
            color: #FFF;
            padding: 0;
            margin: 0;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .3s;
            animation-fill-mode: forwards; }
            @media (min-width: 800px) {
              .carousel .slides li .overlay .container .title {
                font-size: 3.5rem;
                line-height: 3.7rem;
                max-width: 700px; } }
          .carousel .slides li .overlay .container .description {
            padding: 0;
            margin: 0.5rem 0 2rem 0;
            color: #FFF;
            font-size: 1.2rem;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .5s;
            animation-fill-mode: forwards; }
          .carousel .slides li .overlay .container .buttons {
            margin-top: 2rem;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .7s;
            animation-fill-mode: forwards; }

.slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 30px;
  display: flex;
  list-style-type: none;
  padding: 0 2rem;
  opacity: 0;
  animation: fadein 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
  @media (min-width: 800px) {
    .slick-dots {
      bottom: 5rem; } }
  .slick-dots li {
    margin-right: 0.5rem; }
  .slick-dots button {
    font-size: 0;
    appearance: none;
    cursor: pointer;
    background: #FFF;
    border: 0;
    border-radius: 200px;
    width: 14px;
    height: 14px; }
    .slick-dots button:hover, .slick-dots button:focus {
      background: #FDEC05; }
  .slick-dots .slick-active button {
    background: #FDEC05; }

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center; }
  .blog-header h2 {
    color: #FFF; }

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .blog-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-main {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 576px) {
    .blog-post {
      width: 48%;
      margin: 0 1%; }
      @supports (display: grid) {
        .blog-post {
          width: 100%;
          margin: 0; } } }
  .blog-post .image {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important; }
  .blog-post .meta {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #000;
    font-size: 1.2rem; }
  .blog-post p {
    color: #000; }

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto; }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }
  .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(33.3333333% - 1px);
    margin-right: 0.063rem; }
    .share-buttons li:last-child {
      width: 33.3333333%;
      margin-right: 0; }
      .share-buttons li:last-child a {
        border-radius: 0 0.188rem 0.188rem 0; }
    .share-buttons li:first-child a {
      border-radius: 0.188rem 0 0 0.188rem; }
  .share-buttons svg {
    fill: #fff;
    margin-right: 0.313rem;
    width: 1rem;
    height: 1rem; }
  .share-buttons a {
    display: block;
    padding: 0.75rem 0.75rem 0.563rem;
    text-align: center;
    color: White; }

.share-twitter {
  background: #1da1f2; }

.share-facebook {
  background: #3b5998; }

.share-pinterest {
  background: #b5071a; }

.error {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .error .content {
    max-width: 61.25rem;
    width: 100%;
    padding: 2rem;
    text-align: center; }
    .error .content h1 {
      font-size: 14rem;
      font-weight: 900;
      margin: 0;
      padding: 0;
      color: #000; }
    .error .content h3 {
      font-size: 5rem;
      font-weight: 900;
      color: #000;
      margin: 0;
      padding: 0; }
    .error .content h4 {
      font-size: 2rem;
      color: #000;
      margin-top: 0.625rem; }
    .error .content a {
      background: #FFF;
      border: 3px solid #000;
      color: #000;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #000;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box;
  font-family: "aktiv-grotesk", sans-serif; }

* {
  box-sizing: inherit; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

main {
  margin-top: 114px; }
  @media (min-width: 800px) {
    main {
      margin-top: 0; } }

h1, h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  font-weight: 800;
  padding: 0;
  margin: 0 0 2rem 0;
  color: #33398A; }
  @media (min-width: 800px) {
    h1, h2 {
      font-size: 3.5rem;
      line-height: 3.7rem; } }

p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300; }

.btn, #gform_submit_button_1 {
  padding: 1rem 1.5rem;
  background: #FDEC05;
  border-radius: 200px;
  color: #33398A;
  text-decoration-color: transparent; }
  .btn:hover, .btn:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    background: #33398A;
    color: #FDEC05; }

#gform_submit_button_1 {
  border: 0;
  cursor: pointer; }

.btn-alt {
  background: #FFF;
  margin-left: 0.5rem; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.home-text {
  width: 100%;
  position: relative;
  padding: 4rem 0; }
  @media (min-width: 800px) {
    .home-text {
      padding: 6rem 0; } }
  .home-text:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 43.5px;
    background: url("/v2/wp-content/uploads/2026/03/rip-final.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom center;
    top: -43px;
    left: 0; }
  .home-text .container {
    padding: 0;
    overflow: hidden;
    align-items: center; }
    .home-text .container article {
      padding: 0 2rem;
      width: 100%; }
      @media (min-width: 800px) {
        .home-text .container article {
          width: 60%;
          padding: 0 3rem 0 4rem; }
          .home-text .container article h2 {
            font-size: 2.7rem;
            line-height: 3rem; } }
      .home-text .container article .btn {
        display: inline-block;
        margin-top: 2rem; }
    .home-text .container aside {
      width: 100%;
      display: none; }
      @media (min-width: 800px) {
        .home-text .container aside {
          width: 40%;
          display: flex;
          margin-top: 2rem; } }
      .home-text .container aside .image {
        margin-left: 10%;
        width: 90%;
        height: 400px;
        position: relative; }
        .home-text .container aside .image:before {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0rem;
          width: 100%;
          height: 100%;
          background: #FDEC05;
          transform: rotate(-10deg);
          z-index: -1;
          border-radius: 10px; }
        .home-text .container aside .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px; }
          @media (min-width: 1601px) {
            .home-text .container aside .image img {
              border-radius: 10px; } }

.about-text .container aside {
  display: flex;
  margin-top: 6rem; }
  @media (min-width: 800px) {
    .about-text .container aside {
      margin-top: 0; } }

.postcode-checker {
  background: #33398A;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  max-width: 500px; }
  .postcode-checker h3 {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 800; }
  .postcode-checker .form {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 0.5rem;
    border-radius: 200px; }
    .postcode-checker .form input[type='text'] {
      height: 30px;
      border: 0;
      font-size: 1rem;
      color: #33398A;
      padding-left: 1rem; }
      .postcode-checker .form input[type='text']::placeholder {
        color: #33398A; }
    .postcode-checker .form button {
      appearance: none;
      cursor: pointer;
      background: #FDEC05;
      border: 0;
      border-radius: 200px;
      padding: 1rem 1.5rem;
      font-size: 1rem; }
      .postcode-checker .form button:hover, .postcode-checker .form button:focus {
        background: #33398A;
        color: #FDEC05; }

#modalDeliver button {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 2rem; }
#modalDeliver h2 {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  line-height: 2.5rem; }
#modalDeliver .btn {
  display: inline-block;
  margin-top: 1rem; }

#modalComingSoon button {
  appearance: none;
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 2rem; }
#modalComingSoon h2 {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  line-height: 2.5rem; }
#modalComingSoon .btn {
  display: inline-block;
  margin-top: 1rem; }

.how-it-works {
  width: 100%;
  background: #33398A;
  padding: 4rem 0 6rem 0;
  position: relative;
  margin-top: 2rem; }
  @media (min-width: 800px) {
    .how-it-works {
      margin-top: 4rem; } }
  .how-it-works:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 43.5px;
    background: url("/v2/wp-content/uploads/2026/03/rip-top-blue-2-2.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom center;
    top: -43px;
    left: 0; }
  .how-it-works .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 0 2rem; }
    @media (min-width: 800px) {
      .how-it-works .container {
        padding: 0 4rem; } }
    .how-it-works .container h2 {
      color: #FFF;
      margin: 0; }
    .how-it-works .container p {
      margin: 0;
      color: #FFF; }
    .how-it-works .container .btn {
      display: inline-block;
      margin-top: 4rem; }
    .how-it-works .container .steps {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin-top: 4rem; }
      @media (min-width: 800px) {
        .how-it-works .container .steps {
          grid-template-columns: repeat(3, 1fr); } }
      .how-it-works .container .steps .step {
        background: #FFF;
        border-radius: 10px;
        position: relative;
        padding: 2rem; }
        .how-it-works .container .steps .step .step-number {
          position: absolute;
          width: 60px;
          height: 60px;
          background: #FDEC05;
          border-radius: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          color: #33398A;
          font-size: 1.4rem;
          top: -30px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .how-it-works .container .steps .step h3 {
          font-size: 1.5rem;
          color: #33398A;
          margin: 1rem 0 2rem 0; }
        .how-it-works .container .steps .step p {
          color: #000; }

.products {
  width: 100%;
  position: relative;
  padding: 4rem 0; }
  .products:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 43.5px;
    background: url("/v2/wp-content/uploads/2026/03/rip-final.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom center;
    top: -43px;
    left: 0; }
  .products .product-feed {
    width: 100%; }
    .products .product-feed .image {
      width: 100%;
      height: 250px;
      border-radius: 10px;
      overflow: hidden;
      margin: 0 1rem;
      background: #83D2FF; }
      .products .product-feed .image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.usps {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem; }
  @media (min-width: 800px) {
    .usps {
      padding: 0 4rem;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2rem; } }
  .usps .usp {
    background: #33398A;
    border-radius: 200px;
    color: #FFF;
    padding: 1rem 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .usps .usp iconify-icon {
      margin-right: 1rem; }

.no-pattern:before {
  display: none; }

.page-header {
  width: 100%;
  height: 250px;
  position: relative; }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 57, 138, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .page-header .overlay h1 {
      color: #FFF;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards;
      margin: 0; }

.std-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
  .std-page h2 {
    font-size: 2rem;
    line-height: 2.5rem; }
  .std-page input[type='text'], .std-page input[type='tel'], .std-page input[type='email'] {
    border: 1px solid #ccc;
    border-radius: 200px;
    height: 40px; }
  .std-page textarea {
    border-radius: 8px;
    border-color: #ccc; }
  .std-page .gfield_label {
    font-weight: 400 !important; }
  .std-page .gfield_consent_label a {
    font-size: 0.8rem;
    color: #33398A; }

.delivery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media (min-width: 576px) {
    .delivery {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .delivery {
      grid-template-columns: repeat(3, 1fr); } }
  .delivery .box {
    border: 1px solid #33398A;
    border-radius: 8px;
    padding: 2rem; }
    .delivery .box h2 {
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin: 0; }
    .delivery .box h3 {
      color: #33398A;
      margin: 0.5rem 0 0 0; }
    .delivery .box p {
      font-size: 0.8rem;
      line-height: 1.2rem; }

.wholesale {
  width: 100%;
  margin-top: 4rem;
  background: #33398A;
  padding: 2rem;
  border-radius: 8px; }
  .wholesale h2 {
    font-size: 2rem;
    line-height: 2.3rem;
    color: #FFF; }
  .wholesale p {
    color: #FFF; }

/* animation css
opacity: 0;
      -webkit-animation: fadein 2s;
      -moz-animation: fadein 2s;
      -ms-animation: fadein 2s;
      -o-animation: fadein 2s;
      animation: fadein 2s;
      animation-delay: 1s;
      -webkit-animation-fill-mode: forwards;   */

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