/** Shopify CDN: Minification failed

Line 479:1 Unexpected "{"

**/
/* //////////////////////////////////////////////// 
* Custom theme edits for Akers of Lawn Shopify site.
* by VERSION Design
/////////////////////////////////////////////////*/

/* //// Theme setup /////////////////////////////////////////////////*/
:root {
  --primary: #0a0a41;
  --secondary: #ee6c1a;
  --tertiary: #017644;
  --light-green: #61b848;
  --light: #fff;
  --dark: #000;
  --trans: 0.3s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: 0;
}

.button,
.shopify-challenge__button,
.customer button {
  background-color: var(--secondary);
  color: var(--light);
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s all ease-in-out;
  border: 0px;
  border-radius: 50px;
  letter-spacing: 0;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after {
  display: none;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: var(--primary);
}

/* //// Header /////////////////////////////////////////////////*/
/* Top Bar */
.utility-bar__inner {
  max-width: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-block: 10px;
  padding-left: 0;
  color: #fff;
}

.utility-bar__left {
  display: flex;
  align-items: center;
}

.utility-bar__left .svg-wrapper {
  margin-right: 8px;
}

.utility-bar__left svg {
  color: var(--light);
  fill: var(--light);
}

.utility-bar__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: clamp(2rem, 0.5rem + 3.125vw, 3rem);
  gap: 10px;
}
/* Top Bar End*/

/* Menu */
.header__menu-item {
  padding: .75rem;  
}

.list-menu__item {
  color: var(--primary);
  font-weight: normal;
  text-transform: uppercase;
  transition: var(--trans);
  text-decoration: none;
  font-size: 15px;
}

.list-menu__item:hover,
.list-menu__item:focus,
.list-menu__item[aria-current="page"] .header__active-menu-item {
  color: var(--secondary);
  text-decoration: none;
}

/* Menu End */

/* Menus Buttons */
a.menu-btn .svg-wrapper {
  padding-right: 8px;
}

a.menu-btn .svg-wrapper svg {
  fill: var(--light);
  color: var(--light);
  max-width: 14px;
  height: auto;
}

.header__icons {
  padding-right: 0 !important;
}

/* Menu Btns End */

/* Layout*/
.header__content-wrap {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: flex-end;
}

.header:not(.drawer-menu).page-width,
body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
  padding-right: clamp(2rem, -19.4286rem + 14.2857vw, 9rem);
}

.header__heading-link {
  padding-left: clamp(2rem, -19.4286rem + 14.2857vw, 9rem);
}

.header__heading-logo {
  z-index: 2;
  position: relative;
}

/* Icons */
.header__search,
.header__icon,
.header__icon--cart .icon,
.utility-bar .list-social__link,
.utility-bar .list-social__item .icon {
  border-radius: 100px;
  background-color: var(--secondary);
  height: 3.2rem !important;
  width: 3.2rem;
  padding: 0 !important;
  scale: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.utility-bar .list-social__item .icon.icon-linkedin {
    scale: .75;
}

.header__icon--cart {
  margin-right: unset !important;
}

.header__icon,
.header__icon--cart .icon {
  height: 3.2rem;
  width: 3.2rem;
}

.header__icon .svg-wrapper {
  width: 32px;
  height: 32px;
}

.header__icon .icon {
  fill: #fff;
  color: #fff;
}

.header__heading-link {
  padding-block: 2.4rem 3.2rem;
  padding-right: 1.6rem;
  position: relative;
  top: 0;
  left: 0;
  background-color: #eee;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__heading-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 98%;
  right: 0;
  width: 50px;
  height: 100%;
  background: #eee;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-13deg);
  z-index: 0;
}

.header__icon--menu[aria-expanded=true]:before {
  display: none !important
}

.header__icon--menu {
  background-color: transparent;
}

body .header__icon--menu .icon {
  color: var(--dark);
  fill: currentcolor;
}

@media screen and (max-width: 989px) {
    .header {
      display: grid;
      grid-template-columns: 180px 1fr;
      padding: 0 20px 0 0 !important;
    }

  header-drawer {
        grid-column-start: 3;
  }

  header .header__heading,
  header .header__heading-link {
    max-width: 180px;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  
}

@media screen and (max-width: 1340px) {
  .header-drawer {
      display: block;
  }

  a.menu-btn,
  .utility-bar,
  .header__icons {
    display: none !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1600px) {
  .list-menu__item,
  a.menu-btn,
  .utility-bar__left {
    font-size: 14px;
  }

  .list-menu__item {
    padding-inline: 7px;
  }

  .header__heading-logo-wrapper {
    max-width: 180px;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    max-width: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-block: 0px;
  }

  a.menu-btn {
    background-color: var(--secondary);
    color: var(--light) !important;
    font-weight: bold !important;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 5px 18px !important;
    margin-inline: 5px !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
  }

  a.search-btn {
    height: 36px;
    min-width: 36px;
    justify-content: center;
    background-color: var(--secondary);
    color: var(--light) !important;
    font-weight: bold !important;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 5px 5px !important;
    margin-inline: 5px !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
  }

  a.menu-btn:hover,
  a.menu-btn:focus-within,
  a.search-btn:hover,
  a.search-btn:focus-within {
    background-color: var(--primary);
  }

  /* .header__heading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  } */

  .header__heading-link {
    padding-block: 2.4rem 3.2rem;
    padding-right: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__content-wrap {
    padding-block: 32px;
  }

  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    height: 38px !important;
    width: 38px;
  }
}

@media screen and (min-width: 1601px) {
    .header-drawer {
        display: block;
    }
}

/* //// Page Headers /////////////////////////////////////////////////*/
.page-header {
  position: relative;
  background-image: url(/assets/lawn-header-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-block: 60px;
  padding-inline: 20px;
  color: #fff;
}

.page-header-inner {
  position: relative;
  max-width: 1300px;
  margin-inline: auto;
  z-index: 2;
}

.page-header:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, var(--dark) 0%, #00000000 100%);
  opacity: 0.7;
}

.page-header-title,
.page-header-subtitle {
  margin: 0;
  color: var(--light);
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0;
}

.page-header-title {
  font-weight: bold;
  font-size: 5.6rem;
}

.page-header .rich-text__blocks {
  z-index: 2;
}

@media (max-width: 989px) {
  .page-header-title,
  .product .product__title h1 {
    font-size: 32px !important;
  }

  .page-header-subtitle {
    font-size: 20px;
  }
}

/* //// Products - Collections /////////////////////////////////////////////////*/
.card--card .card__inner .card__media {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.card__heading a {
  font-size: 1.6rem;
  color: var(--tertiary);
  font-weight: bold;
  border-bottom: 1px solid #fdbf9e;
  margin-bottom: 10px;
  display: block;
  text-decoration: none !important;
  padding-bottom: 8px;
}

body .card__information,
body .card__content {
  padding-inline: 0 !important;
}

body .card-information > .price {
  font-weight: bold;
  color: var(--light-green);
  font-size: 2rem;
  letter-spacing: 0;
}

body .card--card .quick-add {
  margin-inline: 0 !important;
}

@media screen and (min-width: 750px) {
  .grid {
    --grid-desktop-horizontal-spacing: 24px;
    --grid-desktop-vertical-spacing: 24px;
  }
}

/* //// Products - Single /////////////////////////////////////////////////*/
.product .product__title h1 {
  font-size: 44px;
  color: var(--tertiary);
}

 {
  margin-block: 10px 30px;
}

.product .price__container {
  color: var(--light-green);
  font-size: 2.8rem !important;
  font-weight: bold;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  letter-spacing: 0;
}

.button--full-width {
  width: 100%;
  background-color: var(--secondary);
  color: var(--light);
  padding: 10px 18px !important;
  line-height: 1.2em;
  border-radius: 50px;
  text-align: left;
  display: flex !important;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  border: 0px !important;
  transition: 0.3s all ease-in-out;
}

.button--full-width svg {
  fill: currentcolor;
}

.button--full-width:after {
  display: none;
}

.button--full-width:hover,
.button--full-width:focus-within {
  background-color: var(--primary);
}

body .product-form__buttons {
  max-width: 100%;
}

body .related-products {
  margin-top: 120px;
}

body .related-products__heading {
  border-top: 1px solid #ccc;
  padding-block: 70px 10px;
  color: var(--light-green);
  font-size: 24px;
  letter-spacing: 2px;
}

/* //// Footer /////////////////////////////////////////////////*/
.footer-custom {
  background: var(--primary);
  color: var(--light);
  padding: 40px 0 12px;
  font-size: 14px;
  font-family: var(--font-heading-family);
  letter-spacing: 0;
}

.footer-custom__wrapper .d-flex {
  display: flex;
  gap: 20px;
}

.footer-col-wrapper > .footer-column:first-of-type {
  width: 35%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.footer-inner-flex {
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer-inner-flex > div {
  width: calc(25% - 20px);
}

.footer-inner-flex .w-50 {
  width: calc(50% - 20px);
}

.footer-inner-flex .w-50 a {
  color: var(--secondary);
}

.footer-inner-flex ul li a {
  color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--secondary);
  padding-bottom: 4px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s opacity ease-in-out;
}

.footer-inner-flex ul li a:hover,
.footer-inner-flex ul li a:focus-within {
  opacity: 0.75;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 7px;
  color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--secondary);
  padding-bottom: 7px;
  font-family: "Roboto", Sans-serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 4px;
}

.footer-column input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.footer-column button {
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.footer-copyright {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid var(--secondary);
  padding-top: 12px;
  margin-top: 40px;
}

.footer-copyright a {
  color: var(--secondary);
}

.footer-logo {
  max-width: 244px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-socials {
  display: flex;
  height: unset;
  margin-top: auto;
  gap: 8px;
}

.footer-socials .svg-wrapper {
  fill: currentColor;
  color: #fff;
}

@media screen and (max-width: 989px) {
  .footer-custom__wrapper .d-flex {
    flex-wrap: wrap;
  }

  .footer-col-wrapper > .footer-column:first-of-type,
  .footer-inner-flex,
  .footer-inner-flex > div,
  .footer-inner-flex .w-50 {
    width: 100%;
  }

  .footer-inner-flex {
    gap: 0;
  }
}
/* //// Media Queries /////////////////////////////////////////////////*/
