/*
CHANGES TO FILE
- Added font-size mixin 
*/
/**
 * Font Sizes
 * Create default font sizes across all screen sizes with one declaration
 * e.g. @include font-sizes( 34px, 42px, 46px );
 *
**/
:root {
  --highlight-colour: #3d65a5;
  --section-padding: 20px; }
  @media (min-width: 600px) {
    :root {
      --section-padding: 40px; } }
:root {
  --bec-color-dark-blue: #232c64;
  --bec-color-light-blue: #3bd3ff;
  --bec-color-orange: #fe4e00;
  --bec-color-light-grey: #efefef;
  --bec-color-mid-grey: #707070;
  --bec-color-maroon: #8b2a00;
  --bec-color-green: #42603b;
  --bec-color-yellow: #fbc300;
  --bec-color-dark-grey: #202020;
  --page-background-color: var(--bec-color-dark-blue);
  --page-background-image: url("https://www.sanwest.com.au/wp-content/plugins/sanwest/images/blue-background.jpg");
  --block-padding: 40px;
  --site-min-padding: 20px;
  --site-max-width: 1240px;
  --wp--style--global--content-size: 1240px;
  --content-max-width: 820px;
  --vh: 1vh;
  --base-letter-spacing: 0.025em;
  --base-letter-spacing: 0.08em;
  --header-colour: #fff;
  --border-radius: 20px;
  --box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 900px) {
    :root {
      --block-padding: 80px;
      --site-min-padding: 40px; } }
  @media (min-width: 1400px) {
    :root {
      --block-padding: 110px; } }
  @media (min-width: 1600px) {
    :root {
      --block-padding: 150px; } }
html body {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--normal: 17px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 20px;
  --wp--preset--font-size--x-large: 36px; }

@media (min-width: 700px) {
  html body {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--normal: 17px;
    --wp--preset--font-size--large: 24px;
    --wp--preset--font-size--x-large: 46px; } }

@media (min-width: 1000px) {
  html body {
    --wp--preset--font-size--small: 15px;
    --wp--preset--font-size--normal: 19px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 60px; } }

@media (min-width: 1400px) {
  html body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--large: 30px;
    --wp--preset--font-size--x-large: 70px; } }

*,
::after,
::before {
  box-sizing: border-box; }

.ct-section.site-footer a {
  color: #fff; }

.ct-section.site-footer .legal-text a {
  color: #fff; }

body strong,
body b {
  font-weight: 700; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.2; }

body h2 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h2 {
      font-size: 28px; } }
  @media (min-width: 900px) {
    body h2 {
      font-size: 32px; } }
body h3 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h3 {
      font-size: 28px; } }
  @media (min-width: 900px) {
    body h3 {
      font-size: 32px; } }
body h4 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h4 {
      font-size: 24px; } }
  @media (min-width: 900px) {
    body h4 {
      font-size: 30px; } }
body h5,
body h6 {
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 600px) {
    body h5,
    body h6 {
      font-size: 15px; } }
iframe {
  display: block;
  max-width: 100%; }

.site-footer .footer-link {
  opacity: 0.9; }
  .site-footer .footer-link:hover {
    color: #fff;
    opacity: 1; }

::-moz-selection {
  background-color: #0d1441;
  color: #fff; }

::selection {
  background-color: #0d1441;
  color: #fff; }

/* Alignfull and Alignwide
  --------------------------------------------- */
.site-main .alignfull,
.site-main .ct--content .alignfull,
.site-main .ct-inner-content .feature-section {
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px; }

.site-main .ct-section-inner-wrap {
  padding-bottom: 0; }
  .site-main .ct-section-inner-wrap .ct-inner-content {
    display: flex;
    flex-direction: column; }

.site-main .top-page-margin {
  margin-top: -56px; }
  @media (max-with: 600px) {
    .site-main .top-page-margin {
      margin-top: -44px; } }
@media (min-width: 800px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -3em;
    margin-right: -3em; }
  .alignfull,
  .ct-inner-content .alignfull,
  .ct-inner-content .feature-section {
    max-width: none;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2); } }

@media (min-width: 1200px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -5em;
    margin-right: -5em; } }

/* General Gutenberg Styles
--------------------------------------------- */
.page-article .feature-section {
  margin-top: 3em;
  margin-bottom: 3em; }

.site-main > .ct-section-inner-wrap .inner-page-hero:first-child,
.site-main > .ct-section-inner-wrap .home-hero:first-child {
  margin-top: -40px; }

/* Gutenberg Block Quotes
--------------------------------------------- */
.wp-block-quote.wp-block-quote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em; }

/* Titles
--------------------------------------------- */
.wp-block-heading.is-style-section-header {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em; }
  .wp-block-heading.is-style-section-header:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 380px;
    max-width: 80%;
    height: 1px;
    background-color: var(--wp-color-slate-gray);
    margin: auto; }

.wp-block-heading.is-style-page-title {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #fff; }
  .wp-block-heading.is-style-page-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-color: var(--bec-color-light-blue); }

/* Groups
--------------------------------------------- */
.wp-block-group .wp-block-group__inner-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

/* Buttons
--------------------------------------------- */
.wp-block-buttons .wp-block-button {
  margin-top: 15px;
  margin-bottom: 15px; }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.6em 1.2em;
    border-radius: 0;
    font-weight: 700; }
  .wp-block-buttons .wp-block-button.is-style-plus-button {
    margin-bottom: 1em; }
    .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link {
      text-transform: none;
      font-size: 20px;
      padding: 0.2em 1em 0.2em 0;
      background-color: transparent;
      position: relative;
      padding-left: 50px; }
      .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px var(--wp-color-slate-gray);
        background-image: url(../images/plus-icon-grey.svg);
        background-size: 18px;
        background-position: center;
        background-repeat: no-repeat;
        width: 38px;
        height: 38px;
        background-color: transparent; }
      .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link.has-white-color::before {
        background-image: url(../images/plus-icon-white.svg);
        border: solid 1px #fff; }

/* Columns
--------------------------------------------- */
/* Media & Text
--------------------------------------------- */
/* Cover
--------------------------------------------- */
.ct-inner-content .wp-block-cover.alignwide {
  width: auto; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  margin-left: 0;
  margin-right: 0; }

/* Images
--------------------------------------------- */
figure.wp-block-image {
  margin-left: 0;
  margin-right: 0; }

.ct-section.top-header .ct-section-inner-wrap {
  margin-top: 0;
  margin-bottom: 0; }

/*---------- NAVIGATION ---------*/
.header-desktop-nav .oxel_megamenu_parent {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }

.header-desktop-nav .oxel_megamenu__wrapper {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  transition-duration: 0.15s !important; }
  .header-desktop-nav .oxel_megamenu__wrapper .mega-menu-image {
    aspect-ratio: 4/3;
    width: 200px; }
  .header-desktop-nav .oxel_megamenu__wrapper .sanwest-products-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    gap: 20px; }
    .header-desktop-nav .oxel_megamenu__wrapper .sanwest-products-list a {
      color: var(--wp-color-slate-gray);
      font-size: 13px;
      display: flex;
      flex-direction: column;
      align-items: center; }
  .header-desktop-nav .oxel_megamenu__wrapper .sanwest-product-image-wrap {
    aspect-ratio: 19 / 9;
    width: 180px;
    margin-bottom: 10px; }
    .header-desktop-nav .oxel_megamenu__wrapper .sanwest-product-image-wrap img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.header-desktop-nav .ct-link.nav-btn-link .oxel_megamenu_parent__title {
  position: relative; }
  .header-desktop-nav .ct-link.nav-btn-link .oxel_megamenu_parent__title::before {
    content: "";
    position: absolute;
    display: block;
    border: solid 1px var(--bec-color-dark-grey);
    top: -6px;
    bottom: -6px;
    left: -12px;
    right: -12px;
    pointer-events: none;
    opacity: 0.6; }

/*---------- FOOTER LINKS ---------*/
.sanwest-product-list {
  display: flex;
  flex-direction: column; }
  .sanwest-product-list .sanwest-product-category {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    margin-bottom: 10px; }
    .sanwest-product-list .sanwest-product-category a:hover,
    .sanwest-product-list .sanwest-product-category a:focus {
      text-decoration: underline; }
    .sanwest-product-list .sanwest-product-category .footer-header {
      font-weight: 600;
      color: var(--bec-color-yellow);
      font-size: 14px;
      margin-bottom: 10px; }
      .sanwest-product-list .sanwest-product-category .footer-header a {
        color: inherit;
        text-decoration: none; }
    .sanwest-product-list .sanwest-product-category .sanwest-product-links {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sanwest-product-list .sanwest-product-category .sanwest-product-links li {
        font-size: 12px; }
        .sanwest-product-list .sanwest-product-category .sanwest-product-links li a {
          color: inherit;
          text-decoration: none;
          font-weight: 400;
          color: var(--wp-color-whisper); }
          .sanwest-product-list .sanwest-product-category .sanwest-product-links li a:hover {
            text-decoration: underline; }

/*---------- FOOTER FORM ---------*/
.site-footer .footer-form .kb-form .kb-field {
  padding: 8px;
  height: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }

.site-footer .footer-form .kb-form .kb-forms-submit {
  font-size: 16px;
  padding: 12px;
  line-height: 1; }

/*---------- NAVIGATION ---------*/
/*---------- SECTIONS ---------*/
.ct-section.page-content .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

/*---------- HERO ---------*/
.ct-section.page-hero .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

.page-hero-title {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%; }
  .page-hero-title::before {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    content: "";
    background-color: #000;
    opacity: 0.3; }

/*---------- BACKGROUND COLOURS ---------*/
/***** MAP ******/
.ct-code-block.map-block {
  margin-bottom: 1px; }

.map-wrapper {
  position: relative;
  overflow: hidden; }

.iframe-wrapper {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .iframe-wrapper iframe {
    display: block;
    width: 100%;
    max-width: 100%; }

.map-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.2; }

/*---------- BLOG ---------*/
.sidebar-posts .oxy-repeater-pages-wrap {
  display: none; }

/*---------- QUOTE CTA ---------*/
/*---------- TABLES ---------*/
/* Logo slider
-------------------------------------------------------------- */
.wp-block-cb-carousel.is-style-logo-slider .slick-slide {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center; }
  .wp-block-cb-carousel.is-style-logo-slider .slick-slide a {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 90px; }
  .wp-block-cb-carousel.is-style-logo-slider .slick-slide img {
    display: block;
    max-width: 200px;
    max-height: 90px;
    width: 100%;
    height: auto; }

@media (max-width: 800px) {
  .wp-block-cb-carousel.is-style-logo-slider .slick-next {
    right: 25px; }
  .wp-block-cb-carousel.is-style-logo-slider .slick-prev {
    left: 25px; } }

/* Rows
-------------------------------------------------------------- */
.kb-row-layout-wrap.is-style-section-row,
.kb-row-layout-wrap.is-style-colour-grey-angle-bg {
  padding-top: var(--site-min-padding);
  padding-bottom: var(--site-min-padding); }
  .kb-row-layout-wrap.is-style-section-row .kt-row-column-wrap,
  .kb-row-layout-wrap.is-style-colour-grey-angle-bg .kt-row-column-wrap {
    width: 100%; }
    @media (min-width: 1210px) {
      .kb-row-layout-wrap.is-style-section-row .kt-row-column-wrap,
      .kb-row-layout-wrap.is-style-colour-grey-angle-bg .kt-row-column-wrap {
        width: var(--wp--style--global--content-size); } }
.kb-row-layout-wrap.is-style-page-hero,
.kb-row-layout-wrap.is-style-home-hero {
  padding-bottom: 40px;
  background-image: url(../images/page-hero-white-angle@2x.png), var(--page-background-image);
  background-repeat: no-repeat;
  background-position: bottom center, center;
  background-size: 100% 70%, cover; }

.kb-row-layout-wrap.is-style-page-hero .kt-inside-inner-col {
  background-color: var(--page-background-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  padding: 30px; }
  @media (min-width: 800px) {
    .kb-row-layout-wrap.is-style-page-hero .kt-inside-inner-col {
      min-height: 280px; } }
.kb-row-layout-wrap.is-style-colour-grey-angle-bg {
  padding-bottom: 40px;
  background-image: url(../images/grey-bg.png), url(../images/white-angle-bg-top@2x.png), var(--page-background-image);
  background-repeat: no-repeat;
  background-position: bottom, top, center;
  background-size: 100% 20%, 100% 20%, cover; }

/* Split Content ( Media & Text )
-------------------------------------------------------------- */
@media (min-width: 1140px) {
  .wp-block-kadence-splitcontent .kt-sc-textcol {
    padding-right: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px; } }

.ct-inner-content .wp-block-media-text .wp-block-media-text__content {
  padding-top: 4%;
  padding-bottom: 4%; }

@media (min-width: 1140px) {
  .ct-inner-content .wp-block-media-text .wp-block-media-text__content {
    padding-right: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px; }
  .ct-inner-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-right: 40px; } }

/* Icon List
-------------------------------------------------------------- */
.wp-block-kadence-iconlist.is-style-icon-list-links {
  color: var(--bec-color-mid-grey); }
  .wp-block-kadence-iconlist.is-style-icon-list-links a {
    color: var(--bec-color-mid-grey); }
    .wp-block-kadence-iconlist.is-style-icon-list-links a:hover .kt-svg-icon-list-text, .wp-block-kadence-iconlist.is-style-icon-list-links a:focus .kt-svg-icon-list-text {
      color: var(--bec-color-dark-blue); }
    .wp-block-kadence-iconlist.is-style-icon-list-links a:hover .kb-svg-icon-wrap, .wp-block-kadence-iconlist.is-style-icon-list-links a:focus .kb-svg-icon-wrap {
      color: var(--bec-color-orange); }

/* Button
-------------------------------------------------------------- */
.wp-block-kadence-advancedbtn
.wp-block-kadence-singlebtn.is-style-download-button {
  justify-content: flex-start;
  padding: 0.8em 1em; }
  .wp-block-kadence-advancedbtn
.wp-block-kadence-singlebtn.is-style-download-button .kb-svg-icon-wrap svg {
    width: 2.6em;
    height: 2.6em; }
  .wp-block-kadence-advancedbtn
.wp-block-kadence-singlebtn.is-style-download-button .kt-btn-inner-text {
    text-align: left;
    font-weight: 700;
    line-height: 1.2; }

/* Infobox
-------------------------------------------------------------- */
.kt-row-column-wrap.kt-inner-column-height-full .wp-block-kadence-infobox,
.kt-row-column-wrap.kt-inner-column-height-full .kt-blocks-info-box-link-wrap {
  height: 100%; }

body.home .kt-inner-column-height-full .wp-block-kadence-infobox {
  height: calc(100% - 50px); }
  body.home .kt-inner-column-height-full .wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
    height: 100%; }

.wp-block-kadence-infobox.is-style-product-link-box {
  height: 100%; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-link-wrap {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container {
    margin: 0 0 20px 0;
    width: 100%; }
    .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container .kadence-info-box-image-inner-intrisic-container,
    .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container .kadence-info-box-image-intrisic,
    .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container .kadence-info-box-image-inner-intrisic {
      width: 100%;
      aspect-ratio: 4 / 3; }
    .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container .kt-blocks-info-box-media {
      padding: 0;
      margin: 0;
      border-radius: var(--border-radius);
      box-shadow: var(--box-shadow);
      background-color: #fff;
      width: 100%;
      aspect-ratio: 4 / 3; }
      .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-media-container .kt-blocks-info-box-media img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-infobox-textcontent {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 25px 20px;
    box-shadow: var(--box-shadow);
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-title {
    color: var(--bec-color-dark-blue);
    font-size: 20px; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-text {
    font-size: 15px; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-learnmore-wrap {
    margin-top: auto; }
  .wp-block-kadence-infobox.is-style-product-link-box .kt-blocks-info-box-learnmore {
    box-shadow: var(--box-shadow);
    margin-bottom: 0;
    padding-bottom: 0; }

/* Divider
-------------------------------------------------------------- */
.wp-block-kadence-spacer .kt-block-spacer.kt-block-spacer-halign-right {
  margin-bottom: 1.2em; }

/* Gallery
-------------------------------------------------------------- */
.wp-block-kadence-advancedgallery.is-style-product-gallery .kb-slide-item {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow); }

.wp-block-kadence-advancedgallery.is-style-product-gallery .splide .splide__arrow {
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%; }
  .wp-block-kadence-advancedgallery.is-style-product-gallery .splide .splide__arrow::before {
    content: none; }
  .wp-block-kadence-advancedgallery.is-style-product-gallery .splide .splide__arrow svg {
    width: 30px;
    height: 30px; }

/* Image
-------------------------------------------------------------- */
.wp-block-kadence-image.is-style-home-image-link img {
  display: block; }

.wp-block-kadence-image.is-style-home-image-link a:hover img,
.wp-block-kadence-image.is-style-home-image-link a:focus img {
  -webkit-filter: contrast(1.5) brightness(0.9);
          filter: contrast(1.5) brightness(0.9); }

/*---------- HOME ---------*/
.site-main.home-main .ct-section-inner-wrap {
  padding-top: 0;
  margin-top: -18px; }
  @media (max-width: 600px) {
    .site-main.home-main .ct-section-inner-wrap {
      margin-top: -8px; } }
.plasterboard-card .plasterboard-plus-wrap {
  position: relative;
  padding-left: 50px; }
  .plasterboard-card .plasterboard-plus-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px var(--wp-color-slate-gray);
    background-image: url(../images/plus-icon-grey.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-color: transparent; }
  .plasterboard-card .plasterboard-plus-wrap a {
    color: inherit; }

.other-products-col .other-products-home-title {
  position: relative;
  z-index: 1; }
  .other-products-col .other-products-home-title::before, .other-products-col .other-products-home-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--wp-color-forest-green); }
  .other-products-col .other-products-home-title::before {
    right: 100%;
    width: 50vw; }
  .other-products-col .other-products-home-title::after {
    left: 100%;
    width: 50vw; }

.home-products-section {
  max-width: 100%; }

.other-products-list .home-other-product-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em; }
  .other-products-list .home-other-product-link::before {
    content: "";
    display: block;
    border: solid 1px #fff;
    background-image: url(../images/plus-icon-white.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-color: transparent; }
  .other-products-list .home-other-product-link:hover::before, .other-products-list .home-other-product-link:focus::before {
    background-color: #fff;
    background-image: url(../images/plus-icon-grey.svg); }

/*---------- INNER PAGE LAYOUT ---------*/
/*---------- PRODUCTS ---------*/
.page-content .product-intro-section .wp-block-image.product-overlap-image {
  position: relative;
  z-index: 21;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .page-content .product-intro-section .wp-block-image.product-overlap-image {
      margin-top: -120px; } }
/*---------- CONTACT ---------*/
.oxygen-body form input[type="text"],
.oxygen-body form input[type="email"],
.oxygen-body form input[type="password"],
.oxygen-body form input[type="date"],
.oxygen-body form input[type="phone"],
.oxygen-body form input[type="tel"],
.oxygen-body form input[type="number"],
.oxygen-body form textarea,
.oxygen-body form select {
  font-family: "Rubik", sans-serif;
  text-align: left !important;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  display: block;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none; }

.oxygen-body form select {
  border: none;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px; }
  .oxygen-body form select option {
    background-color: #fff; }

.oxygen-body form textarea {
  height: 12rem;
  max-width: 100%; }

.oxygen-body form input[type="button"],
.oxygen-body form input[type="submit"],
.oxygen-body form button:not(.button-reset) {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 8px;
  width: auto;
  max-width: none;
  float: none;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none; }
/*# sourceMappingURL=site-styles.css.map */