/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*=================================
=            1. Colors            =
==================================*/
/*=====================================
=            2. Typography            =
=====================================*/
/*======================================
=            3. Breakpoints            =
======================================*/
/*==================================
=            4. Z-index            =
===================================*/
/*======================================
=            5. Transitions            =
======================================*/
/*========================================
=            6. Border radius            =
========================================*/
/*----------  Initializing  ----------*/
/*----------  Typography  ----------*/
/*----------  Styling  ----------*/
/*==============================
=            sizing            =
==============================*/
/*===============================
=            Borders            =
===============================*/
/*===================================
=            Transitions            =
===================================*/
/*==============================
=            Shadow            =
==============================*/
/*========================================
=            Legacy targeting            =
========================================*/
/*========================================
=            Remove list styling         =
========================================*/
/**
	This file contains all variables that are used in other scss files
	and allows overriding of default values from the @growling/sass package
	Todo --- insert link here ---
*/
@font-face {
  font-family: "Crimson Pro";
  src: url(c578e5f4700dc9a3d0dd69ce5ce9bb17.woff) format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Source Sans Pro";
  src: url(73d50f9f083b90094f503555d3dedd1e.woff) format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Source Sans Pro";
  src: url(092e4d056132eb834d7594cc4e9e4545.woff) format("woff");
  font-style: normal;
  font-weight: 700; }

.gform_wrapper .gform_fields {
  list-style-type: none;
  padding-left: 0; }

.gform_wrapper .ginput_container input {
  width: 100%;
  height: 2.8rem;
  border: 1px solid #000; }

.gform_wrapper .ginput_container textarea {
  width: 100%;
  border: 1px solid #000; }

.gform_wrapper .gfield_label {
  display: block;
  margin: 1.25rem 0; }

.gform_wrapper .gform_button {
  max-width: 15.6rem;
  text-align: center;
  background-color: #f48121;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 1rem;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  border: 0;
  cursor: pointer; }

.gform_wrapper .validation_error {
  display: none; }

.gform_wrapper .validation_message {
  color: #d95656; }

input:focus,
textarea:focus {
  outline: none; }

label {
  cursor: pointer; }

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

[data-loading=true] {
  cursor: default; }
  [data-loading=true] svg {
    display: none; }
  [data-loading=true]::after {
    display: inline-block;
    content: " ";
    -webkit-mask: url(7a317091a456da351d0125583f61e92b.svg);
            mask: url(7a317091a456da351d0125583f61e92b.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: currentColor;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
    height: 1em;
    width: 1em;
    align-self: center; }

html {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

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

figure {
  margin: 0; }
  figure iframe {
    max-width: 100%; }

img {
  max-width: 100%; }

body {
  font-size: 1rem;
  font-family: "Source Sans Pro";
  line-height: 1.5;
  color: #000; }
  @media (min-width: 900px) {
    body {
      font-size: 1.125rem; } }

h1, .h1 {
  font-size: 2.5rem; }
  @media (min-width: 900px) {
    h1, .h1 {
      font-size: 3.25rem; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 4rem; } }

h2, .h2 {
  font-size: 2rem; }
  @media (min-width: 900px) {
    h2, .h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3rem; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (min-width: 900px) {
    h3, .h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (min-width: 900px) {
    h4, .h4 {
      font-size: 1.6875rem; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.875rem; } }

h5, .h5 {
  font-size: 1.25rem; }
  @media (min-width: 900px) {
    h5, .h5 {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.5rem; } }

h6, .h6 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    h6, .h6 {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    h6, .h6 {
      font-size: 1.25rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-family: "Crimson Pro";
  font-weight: 700; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400; }

p {
  max-width: unset; }
  p:last-child {
    margin-bottom: 0; }

.gc-account {
  display: flex;
  justify-content: flex-end; }
  .gc-account__wrapper {
    background: #000;
    color: #fff;
    padding: 2rem;
    width: 100%;
    border-radius: 0.5rem;
    position: relative; }
    @media (min-width: 900px) {
      .gc-account__wrapper {
        width: 60%;
        display: flex;
        flex-flow: column;
        align-items: center; } }
  .gc-account__title {
    text-transform: uppercase;
    text-align: center; }
  .gc-account__stamp {
    display: none; }
    @media (min-width: 900px) {
      .gc-account__stamp {
        display: block;
        position: absolute;
        bottom: -22%;
        right: -7%; } }
  .gc-account__input-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center; }
  .gc-account__input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    height: 3rem;
    padding: 1rem;
    color: #fff; }
    .gc-account__input::-moz-placeholder {
      color: #fff; }
    .gc-account__input:-ms-input-placeholder {
      color: #fff; }
    .gc-account__input::placeholder {
      color: #fff; }
  .gc-account input[type='radio'] {
    height: 29px;
    width: 29px;
    margin-right: 1rem; }
    .gc-account input[type='radio']:before {
      content: "";
      display: block;
      position: relative;
      height: 29px;
      width: 29px;
      border-radius: 50%;
      background-color: #fff; }
    .gc-account input[type='radio']:checked:before {
      background-color: #f48121;
      background-image: url(c22ff3ceeb9a7793f0c0f10af2e797ab.svg);
      background-size: 60% 60%;
      background-repeat: no-repeat;
      background-position: center; }
  .gc-account__submit {
    background: #f48121;
    border: none;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.5rem;
    letter-spacing: 2px;
    margin-top: 2rem;
    width: 100%;
    cursor: pointer; }
    @media (min-width: 600px) {
      .gc-account__submit {
        width: auto; } }
    .gc-account__submit:disabled {
      background-color: #f1f1f1;
      color: #000;
      cursor: not-allowed; }
  .gc-account__message {
    display: none;
    color: #d95656;
    font-weight: 700;
    padding: 1rem 0; }

.gc-add-to-cart {
  display: flex; }
  .gc-add-to-cart__quantity {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .gc-add-to-cart__redirect {
    display: flex;
    text-decoration: none; }
    .gc-add-to-cart__redirect * {
      pointer-events: none; }
  .gc-add-to-cart__add {
    background: #f48121;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0 2rem;
    cursor: pointer; }
    .gc-add-to-cart__add:disabled {
      opacity: 0.5;
      cursor: not-allowed; }

.gc-banner {
  background-color: #f48121;
  text-align: center;
  padding: 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 11; }
  .gc-banner p:first-child {
    margin-top: 0; }
  .gc-banner a {
    color: #fff; }

.gc-button {
  cursor: pointer;
  border: 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f48121;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 600px) {
    .gc-button {
      margin-left: 10px;
      margin-right: 10px;
      width: auto;
      margin-top: 0; } }
  .gc-button--subtle {
    background-color: unset;
    border: 1px solid #fff; }
  .gc-button--alternative {
    background-color: #000; }
  .gc-button i {
    margin-left: 10px; }
  .gc-button:disabled {
    opacity: 0.5;
    cursor: wait; }

.gc-cart-item {
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 2.25rem;
  display: flex;
  align-items: center; }
  @media (min-width: 1200px) {
    .gc-cart-item {
      padding: 3rem 4.25rem; } }
  .gc-cart-item__box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column; }
    @media (min-width: 600px) {
      .gc-cart-item__box {
        flex-flow: row; } }
  .gc-cart-item__content {
    width: 100%;
    padding-right: 2.5rem; }
  .gc-cart-item__image {
    max-width: 11.75rem;
    max-height: 11.75rem;
    width: 100%;
    display: flex;
    margin-bottom: 2rem; }
    @media (min-width: 600px) {
      .gc-cart-item__image {
        margin-bottom: 0;
        margin-right: 3rem; } }
  .gc-cart-item__title {
    margin-top: 0; }
  .gc-cart-item__bottom {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .gc-cart-item__bottom {
        justify-content: flex-start; } }
  .gc-cart-item__price {
    font-family: "Crimson Pro";
    font-size: 2.1875rem;
    font-weight: 400; }
    @media (min-width: 600px) {
      .gc-cart-item__price {
        margin-left: 3.75rem; } }
  .gc-cart-item__remove {
    align-self: self-start; }
  .gc-cart-item__remove-button {
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.15s ease-in-out;
    background-color: #fff;
    border: 0.0625rem solid #f48121;
    border-radius: 0.3rem;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0; }
    .gc-cart-item__remove-button:hover {
      background-color: #f48121; }
      .gc-cart-item__remove-button:hover .gc-cart-item__remove-icon {
        fill: #fff; }
    .gc-cart-item__remove-button:disabled {
      opacity: 0.5;
      cursor: wait; }
  .gc-cart-item__remove-icon {
    height: 1.375rem;
    transition: fill 0.15s ease-in-out; }

.growl-component-categories {
  margin-top: 8rem; }
  .growl-component-categories__wrapper {
    display: grid;
    gap: 2.5rem; }
    @media (min-width: 600px) {
      .growl-component-categories__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) {
      .growl-component-categories__wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      .growl-component-categories__wrapper {
        grid-template-columns: repeat(4, 1fr); } }
  .growl-component-categories__category {
    width: 100%;
    text-decoration: none;
    text-align: center;
    pointer-events: none; }
  .growl-component-categories__image {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .growl-component-categories__name {
    text-transform: uppercase;
    position: relative;
    margin-top: 2rem;
    color: #000; }
    .growl-component-categories__name:before {
      content: "";
      position: absolute;
      width: 1.1rem;
      border-top: 2px solid #f48121;
      left: calc(50% - 10px);
      top: -5px; }

.growl-component-content-with-image {
  margin-top: 150px; }
  .growl-component-content-with-image__wrapper {
    min-height: 500px; }
  .growl-component-content-with-image__image {
    position: absolute;
    right: 0;
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 600px) {
      .growl-component-content-with-image__image {
        width: 60%; } }
  .growl-component-content-with-image__content {
    background: #f48121;
    width: 90%;
    padding: 3rem;
    position: absolute;
    margin-top: 3rem;
    z-index: 10; }
    @media (min-width: 900px) {
      .growl-component-content-with-image__content {
        width: 600px; } }
  .growl-component-content-with-image__text {
    color: #fff;
    margin-bottom: 1.5rem; }
  .growl-component-content-with-image__dot {
    color: #000; }
  .growl-component-content-with-image__title {
    margin-top: 0;
    text-transform: uppercase;
    color: #fff; }
  .growl-component-content-with-image .growl-component-button {
    margin-left: 0; }

.growl-component-content-with-images {
  margin-top: 100px;
  margin-bottom: 100px; }
  .growl-component-content-with-images__wrapper {
    display: flex;
    flex-flow: column; }
    @media (min-width: 900px) {
      .growl-component-content-with-images__wrapper {
        flex-flow: row; } }
  .growl-component-content-with-images__column {
    width: 100%; }
    @media (min-width: 900px) {
      .growl-component-content-with-images__column {
        width: 50%; } }
  .growl-component-content-with-images__content {
    padding-right: 1rem; }
  .growl-component-content-with-images__small-images {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between; }
  .growl-component-content-with-images__big-image {
    max-width: 100%; }
  .growl-component-content-with-images__small-image {
    max-width: 45%; }

.gc-dashboard-sidebar {
  font-family: 'Crimson Pro';
  padding-bottom: 2.5rem; }
  @media (min-width: 900px) {
    .gc-dashboard-sidebar {
      width: 30%; } }
  .gc-dashboard-sidebar__header {
    margin: 2.5rem 0; }
    @media (min-width: 900px) {
      .gc-dashboard-sidebar__header {
        margin: 2.8rem 0 2.8rem 1rem; } }
  .gc-dashboard-sidebar__name {
    font-size: 1.875rem;
    font-weight: 700; }
    @media (min-width: 900px) {
      .gc-dashboard-sidebar__name {
        font-size: 2.5rem; } }
  .gc-dashboard-sidebar__logout, .gc-dashboard-sidebar__edit, .gc-dashboard-sidebar__cancel, .gc-dashboard-sidebar__save {
    border: 0;
    background: none;
    cursor: pointer;
    margin-left: 1rem;
    display: flex;
    align-items: center; }
    .gc-dashboard-sidebar__logout svg, .gc-dashboard-sidebar__edit svg, .gc-dashboard-sidebar__cancel svg, .gc-dashboard-sidebar__save svg {
      width: 1rem; }
  .gc-dashboard-sidebar__logout {
    margin: 0.5rem 0 0 0; }
    .gc-dashboard-sidebar__logout svg {
      margin-right: 0.5rem; }
  .gc-dashboard-sidebar__active {
    display: none; }
  .gc-dashboard-sidebar__details {
    margin: 2.5rem 0; }
    @media (min-width: 900px) {
      .gc-dashboard-sidebar__details {
        margin: 4.5rem 0; } }
  .gc-dashboard-sidebar__detail {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    margin: 1rem 0; }
  .gc-dashboard-sidebar__detail-input {
    display: none; }
  .gc-dashboard-sidebar__icon {
    margin-right: 1rem; }
    .gc-dashboard-sidebar__icon svg {
      width: 1.5rem; }
  .gc-dashboard-sidebar__link {
    margin: 2.5rem 0;
    color: #000;
    font-size: 1.75rem;
    text-decoration: none;
    display: block; }
    @media (min-width: 900px) {
      .gc-dashboard-sidebar__link {
        font-size: 2.1875rem;
        margin: 4.5rem 0; } }
    .gc-dashboard-sidebar__link--active, .gc-dashboard-sidebar__link:hover {
      color: #f48121; }
  .gc-dashboard-sidebar__divider {
    width: 30%;
    height: 0.2rem;
    background-color: #f48121; }

.gc-footer {
  background: #000;
  color: #fff;
  padding-top: 3rem;
  z-index: 0;
  position: relative; }
  .gc-footer__grain {
    width: 100%;
    max-width: 12.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }
    @media (min-width: 600px) {
      .gc-footer__grain {
        max-width: 18.75rem; } }
    @media (min-width: 900px) {
      .gc-footer__grain {
        max-width: 25rem; } }
    @media (min-width: 1440px) {
      .gc-footer__grain {
        max-width: 31.875rem; } }
    .gc-footer__grain--right-above {
      left: auto;
      right: 0;
      bottom: 100%; }
    .gc-footer__grain--above {
      bottom: 100%; }
  .gc-footer__breadcrumbs {
    max-width: 15.625rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }
    @media (min-width: 600px) {
      .gc-footer__breadcrumbs {
        max-width: 21.875rem; } }
    @media (min-width: 900px) {
      .gc-footer__breadcrumbs {
        max-width: 31.25rem;
        bottom: 1.875rem; } }
    @media (min-width: 1440px) {
      .gc-footer__breadcrumbs {
        max-width: 58.625rem; } }
  .gc-footer__title {
    color: #fff;
    text-transform: uppercase; }
  .gc-footer__wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: column; }
    @media (min-width: 900px) {
      .gc-footer__wrapper {
        flex-flow: row; } }
  .gc-footer__column {
    max-width: 320px; }
  .gc-footer__line {
    width: 3rem;
    border-color: #f48121;
    margin-left: 0; }
  .gc-footer__text {
    color: #fff; }
  .gc-footer__addresses {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .gc-footer__address {
    color: #fff;
    display: block; }
  .gc-footer__contact {
    color: #fff;
    display: block; }
  .gc-footer__menu {
    list-style-type: none;
    padding-left: 0;
    padding-top: 1.5rem; }
    .gc-footer__menu li {
      margin-bottom: 0.5rem; }
  .gc-footer__element {
    color: #fff;
    text-decoration: none; }
    .gc-footer__element:hover {
      border-bottom: 1px solid #f48121; }
  .gc-footer__icon {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: #fff; }
  .gc-footer__socials {
    color: #fff; }
  .gc-footer__socials-title {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem; }
  .gc-footer__list {
    display: flex; }
  .gc-footer__social {
    color: #fff;
    margin-right: 0.5rem; }
    .gc-footer__social:hover svg {
      fill: #f48121; }
  .gc-footer__social-icon {
    display: block;
    height: 1.125rem;
    fill: #fff; }
  .gc-footer__bottom {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.5rem;
    flex-flow: column;
    align-items: center; }
    @media (min-width: 900px) {
      .gc-footer__bottom {
        flex-flow: row; } }
  .gc-footer__made-by {
    display: flex;
    align-items: center;
    margin: 1.5rem 0; }
    @media (min-width: 900px) {
      .gc-footer__made-by {
        margin: 0; } }
  .gc-footer__growl {
    display: block;
    margin-left: 0.5rem;
    height: 1.8rem; }
  .gc-footer__link {
    color: #fff;
    text-decoration: none;
    margin-left: 1.5rem; }
    .gc-footer__link:hover {
      border-bottom: 1px solid #f48121; }
    .gc-footer__link:first-of-type {
      margin-left: 0; }
  .gc-footer__hours {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-footer__day {
    text-transform: capitalize; }

.growl-component-hero-alternative__image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.growl-component-hero-alternative__box {
  background-color: #000;
  max-width: 100%;
  padding: 1rem 3rem;
  position: relative;
  margin-top: -450px;
  color: #fff;
  display: inline-block; }
  @media (min-width: 900px) {
    .growl-component-hero-alternative__box {
      max-width: 50%;
      padding: 3rem 8rem; } }
  .growl-component-hero-alternative__box:before {
    content: "";
    position: absolute;
    width: 250px;
    border-top: 2px solid #f48121;
    left: -100px;
    top: 3rem; }
    @media (min-width: 600px) {
      .growl-component-hero-alternative__box:before {
        top: 4rem; } }
    @media (min-width: 900px) {
      .growl-component-hero-alternative__box:before {
        top: 5rem; } }

.growl-component-hero-alternative__title {
  text-transform: uppercase;
  color: #fff; }

.growl-component-hero-alternative__dot {
  color: #f48121; }

.growl-component-hero-alternative__subtext {
  text-transform: uppercase; }

.growl-component-hero-alternative__text {
  margin-bottom: 1.5rem; }

.growl-component-hero-alternative__button {
  margin: 0 1.25rem 0 0; }

.growl-component-hero-alternative__list {
  display: inline-block;
  list-style-type: none;
  -moz-columns: 1;
       columns: 1;
  padding: 0; }
  @media (min-width: 900px) {
    .growl-component-hero-alternative__list {
      -moz-columns: 2;
           columns: 2;
      padding-left: 2rem;
      max-width: 49%; } }

.growl-component-hero-alternative__item {
  font-weight: 700;
  margin-bottom: 1.1rem; }

.growl-component-hero-alternative__icon {
  color: #f48121;
  margin-right: 0.5rem; }

.growl-component-hero-alternative .gc-button:first-of-type {
  margin-left: 0; }
  @media (min-width: 600px) and (max-width: 899px) {
    .growl-component-hero-alternative .gc-button:first-of-type {
      margin-right: 0; } }
  @media (max-width: 599px) {
    .growl-component-hero-alternative .gc-button:first-of-type {
      margin-bottom: 0.5rem; } }

@media (max-width: 599px) {
  .growl-component-hero-alternative .gc-button:last-of-type {
    margin-left: 0; } }

.growl-component-hero {
  color: #fff; }
  @media (min-width: 600px) {
    .growl-component-hero {
      padding-top: 1rem;
      margin-bottom: 10rem; } }
  @media (min-width: 900px) {
    .growl-component-hero {
      height: calc(100vh - 9.2rem); } }
  @media (min-width: 1200px) {
    .growl-component-hero {
      padding-top: 5.5rem; } }
  .growl-component-hero__wrapper {
    display: flex;
    flex-flow: column; }
  .growl-component-hero__box {
    background-color: #000;
    position: relative;
    padding: 1rem 2rem;
    margin: 1rem 0;
    z-index: 1; }
    @media (min-width: 900px) {
      .growl-component-hero__box {
        max-width: 100%;
        max-width: 60%;
        padding: 3rem 6rem;
        align-self: flex-end; } }
    @media (min-width: 1200px) {
      .growl-component-hero__box {
        padding: 3rem 9rem; } }
    .growl-component-hero__box:before {
      content: "";
      position: absolute;
      width: 250px;
      border-top: 2px solid #f48121;
      left: -100px;
      top: 3.5rem; }
      @media (min-width: 600px) {
        .growl-component-hero__box:before {
          top: 4rem; } }
      @media (min-width: 900px) {
        .growl-component-hero__box:before {
          top: 6rem; } }
  .growl-component-hero__title {
    text-transform: uppercase;
    color: #fff;
    line-height: 1; }
    @media (min-width: 600px) and (max-width: 899px) {
      .growl-component-hero__title {
        font-size: 2.5rem; } }
    @media (max-width: 599px) {
      .growl-component-hero__title {
        font-size: 2rem; } }
  .growl-component-hero__dot {
    color: #f48121; }
  .growl-component-hero__subtext {
    text-transform: uppercase; }
  .growl-component-hero__text {
    margin-bottom: 1.5rem; }
  .growl-component-hero .growl-component-button:first-of-type {
    margin-left: 0; }
    @media (min-width: 600px) and (max-width: 899px) {
      .growl-component-hero .growl-component-button:first-of-type {
        margin-right: 0; } }
    @media (max-width: 599px) {
      .growl-component-hero .growl-component-button:first-of-type {
        margin-bottom: 0.5rem; } }
  @media (max-width: 599px) {
    .growl-component-hero .growl-component-button:last-of-type {
      margin-left: 0; } }
  .growl-component-hero__slider, .growl-component-hero__slider-inside,
  .growl-component-hero .slick-list,
  .growl-component-hero .slick-track,
  .growl-component-hero .slick-slide,
  .growl-component-hero .slick-slide > div, .growl-component-hero__slide, .growl-component-hero__slider-image {
    height: 100%; }
  @media (min-width: 900px) {
    .growl-component-hero__slider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      max-width: 47%;
      height: auto;
      z-index: 1; } }
  .growl-component-hero__slider-image {
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 900px) {
    .growl-component-hero__arrows {
      position: absolute;
      right: -40px;
      bottom: 0;
      z-index: 10;
      display: block; } }
  .growl-component-hero__next {
    color: #fff;
    text-decoration: none;
    background: #f48121;
    z-index: 10;
    position: relative;
    margin-left: -4px;
    height: 40px;
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .growl-component-hero__next {
        width: 40px; } }
  .growl-component-hero__previous {
    display: inline-flex;
    color: #f48121;
    text-decoration: none;
    background: #fff;
    z-index: 10;
    position: relative;
    width: 50%;
    height: 40px;
    align-items: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .growl-component-hero__previous {
        width: 40px; } }
  .growl-component-hero__stamp {
    display: none; }
    @media (min-width: 900px) {
      .growl-component-hero__stamp {
        display: block;
        position: absolute;
        right: -2rem; } }

.gc-modal {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  @media (min-width: 900px) {
    .gc-modal {
      position: fixed;
      overflow-y: hidden; } }
  .gc-modal__container {
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #000; }
    @media (min-width: 900px) {
      .gc-modal__container {
        position: relative;
        overflow: auto;
        width: 90%;
        min-height: unset;
        max-width: 800px;
        max-height: 85%;
        margin: 4em auto;
        transform: translateY(-40px);
        transition-property: transform;
        transition-duration: 0.3s;
        padding: 2rem 3rem; } }
  .gc-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    border: none; }
    .gc-modal__close:hover {
      cursor: pointer; }
  .gc-modal-trigger {
    cursor: pointer; }
  .gc-modal-lock-body {
    overflow: hidden; }
  .gc-modal--visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    overflow-y: hidden; }
    .gc-modal--visible .gc-modal__container {
      transform: translateY(0); }

.gc-navbar {
  z-index: 10;
  padding: 1rem;
  position: relative; }
  .gc-navbar__wrapper {
    display: flex;
    flex-flow: column; }
    @media (min-width: 900px) {
      .gc-navbar__wrapper {
        flex-flow: row;
        justify-content: space-between; } }
  .gc-navbar__left {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .gc-navbar__toggle {
    font-size: 2rem;
    color: #f48121; }
    @media (min-width: 900px) {
      .gc-navbar__toggle {
        display: none; } }
  .gc-navbar__right {
    display: none;
    flex-flow: column; }
    .gc-navbar__right--opened {
      display: flex; }
    @media (min-width: 900px) {
      .gc-navbar__right {
        display: block; } }
  .gc-navbar__logo {
    flex-basis: 70%; }
    .gc-navbar__logo img {
      width: 100%; }
    .gc-navbar__logo--white {
      filter: brightness(0) invert(1); }
  .gc-navbar__elements {
    list-style-type: none;
    display: flex; }
  .gc-navbar__element {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    margin-left: 3rem;
    font-weight: 700;
    font-family: 'Crimson Pro';
    font-size: 1.5625rem;
    letter-spacing: 1.15px; }
    .gc-navbar__element--active, .gc-navbar__element:hover {
      color: #f48121; }
    .gc-navbar__element--active {
      position: relative; }
      .gc-navbar__element--active::after {
        content: '';
        height: 2px;
        width: 26px;
        background-color: #f48121;
        position: absolute;
        bottom: -2px;
        left: 0;
        border-radius: 12px; }
  .gc-navbar__link {
    text-decoration: none;
    color: #000;
    text-transform: uppercase; }
    .gc-navbar__link:hover {
      color: #f48121; }
  .gc-navbar__top-menu {
    display: flex;
    flex-flow: column; }
    @media (min-width: 900px) {
      .gc-navbar__top-menu {
        flex-flow: row;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 1.5rem; } }
  .gc-navbar__link, .gc-navbar__element, .gc-navbar .growl-component-button {
    margin: 0.5rem 0;
    display: block;
    white-space: nowrap; }
    @media (min-width: 900px) {
      .gc-navbar__link, .gc-navbar__element, .gc-navbar .growl-component-button {
        margin-left: 2.5rem; } }
  .gc-navbar__elements {
    display: flex;
    flex-flow: column;
    padding: 0; }
    @media (min-width: 900px) {
      .gc-navbar__elements {
        flex-flow: row;
        justify-content: flex-end; } }
  .gc-navbar__button {
    margin-top: 0;
    max-width: 100%; }
  .gc-navbar__breadcrumbs {
    width: 100%;
    max-width: 15.625rem;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top; }
    @media (min-width: 600px) {
      .gc-navbar__breadcrumbs {
        max-width: 21.875rem; } }
    @media (min-width: 900px) {
      .gc-navbar__breadcrumbs {
        max-width: 31.25rem; } }
    @media (min-width: 1440px) {
      .gc-navbar__breadcrumbs {
        max-width: 40.4375rem; } }

.gc-order-card {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 900px) {
    .gc-order-card {
      padding: 2rem 4rem; } }
  .gc-order-card__content {
    display: none;
    flex-flow: column; }
  .gc-order-card--active .gc-order-card__content {
    display: flex; }
  .gc-order-card--active .gc-order-card__button {
    transform: rotate(180deg); }
  .gc-order-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .gc-order-card__title {
    margin: 0; }
  .gc-order-card__button {
    background: #fff;
    border: 1px solid #f48121;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px; }
    .gc-order-card__button svg {
      width: 50%; }
  .gc-order-card__details {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    align-self: flex-end;
    color: #979797;
    margin-bottom: 1rem;
    margin-top: 3rem; }
  .gc-order-card__detail {
    display: flex;
    text-align: right;
    justify-content: space-between; }
  .gc-order-card__icon {
    width: 1.5rem;
    margin-right: 1rem;
    fill: #979797; }
  .gc-order-card__cancel {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin-top: 0.5rem;
    cursor: pointer; }
    .gc-order-card__cancel:hover {
      border-color: red; }
  .gc-order-card__products {
    position: relative;
    padding-left: 1.5rem; }
    @media (min-width: 900px) {
      .gc-order-card__products {
        padding-left: 3.5rem; } }
    .gc-order-card__products:after {
      content: "";
      height: 30%;
      background: #f48121;
      width: 3px;
      position: absolute;
      left: 0;
      top: 0; }
  .gc-order-card__product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  .gc-order-card__product-info {
    display: flex;
    align-items: center; }
  .gc-order-card__price {
    white-space: nowrap;
    margin-left: 0.5rem; }
  .gc-order-card__name {
    margin-left: 1rem;
    text-transform: uppercase; }
  .gc-order-card__qty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #000;
    border-radius: 3px;
    font-weight: 700; }
  .gc-order-card__total {
    text-align: right;
    font-size: 1.375rem;
    font-weight: 700; }
  .gc-order-card__info-list {
    margin-top: 3rem; }
  .gc-order-card__info {
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
  .gc-order-card__info-icon {
    margin-right: 0.5rem;
    height: 1.125rem; }
  .gc-order-card__divider {
    height: 3px;
    background: #f48121;
    width: 10%;
    margin: 2rem 0;
    margin-left: auto; }

.gc-pagination {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  font-weight: 600; }
  .gc-pagination__link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #000;
    text-decoration: none;
    margin-right: 0.5rem;
    transition: color 0.1s ease-in-out; }
    .gc-pagination__link:hover {
      color: #f48121; }
  .gc-pagination__current {
    color: #f48121; }
  .gc-pagination__arrow {
    height: 0.625rem;
    width: 0.9375rem; }

.gc-product-item {
  display: flex;
  flex-flow: column; }
  .gc-product-item a {
    color: inherit;
    text-decoration: none; }
  .gc-product-item__image {
    display: block;
    height: 15rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto; }
  .gc-product-item__line {
    background-color: #f48121;
    height: 0.125rem;
    width: 2.875rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.625rem; }
  .gc-product-item__content {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center; }
  .gc-product-item__heading {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
  .gc-product-item__title {
    margin: 0;
    line-height: 1.25; }
  .gc-product-item__price {
    font-size: 1.75rem;
    font-family: "Crimson Pro";
    margin: 0 0.5rem; }
  .gc-product-item__description {
    margin-bottom: 1rem; }
  .gc-product-item__cart {
    margin-top: 1rem;
    display: flex;
    justify-content: center; }
  .gc-product-item__quantity.gc-quantity {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .gc-product-item__redirect {
    display: flex; }
    .gc-product-item__redirect * {
      pointer-events: none; }
  .gc-product-item__button {
    margin-top: 0;
    width: auto;
    padding: 0 1.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    display: flex;
    align-items: center; }
    .gc-product-item__button:disabled {
      cursor: not-allowed; }
  .gc-product-item__icon {
    fill: #fff;
    width: 1.875rem;
    height: 1.8125rem; }

.gc-product-list {
  margin-bottom: 7.5rem; }
  .gc-product-list__title {
    text-align: center; }
  .gc-product-list__grid {
    display: grid; }
    @media (min-width: 600px) {
      .gc-product-list__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) {
      .gc-product-list__grid {
        grid-template-columns: repeat(4, 1fr); } }

.gc-quantity {
  height: 3.75rem;
  border: 0.0625rem solid #000;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  display: flex; }
  .gc-quantity__minus, .gc-quantity__plus {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0 0.25rem; }
    .gc-quantity__minus::after, .gc-quantity__plus::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 0.375rem solid transparent;
      border-bottom: 0.375rem solid transparent; }
    .gc-quantity__minus:focus, .gc-quantity__plus:focus {
      outline: none; }
  .gc-quantity__minus::after {
    border-right: 0.5rem solid #dadada; }
  .gc-quantity__input {
    -moz-appearance: textfield;
    border: 0;
    width: 2.2rem;
    font-size: 1.375rem;
    text-align: center;
    font-weight: 600;
    padding: 0; }
    .gc-quantity__input::-webkit-inner-spin-button, .gc-quantity__input::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none; }
    .gc-quantity__input:focus {
      outline: none; }
    .gc-quantity__input:disabled {
      opacity: 0.5;
      cursor: wait; }
  .gc-quantity__plus::after {
    border-left: 0.5rem solid #dadada; }

.growl-component-section {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  box-sizing: border-box; }
  @media (min-width: 600px) and (max-width: 899px) {
    .growl-component-section {
      max-width: 93%;
      margin-top: 50px; } }
  .growl-component-section--size-small {
    width: 900px; }
  .growl-component-section--padding-small {
    padding: 30px; }
    @media (min-width: 600px) and (max-width: 899px) {
      .growl-component-section--padding-small {
        padding: 15px; } }
    @media (max-width: 599px) {
      .growl-component-section--padding-small {
        padding: 10px; } }
  .growl-component-section--padding-medium {
    padding: 50px; }
    @media (min-width: 600px) and (max-width: 899px) {
      .growl-component-section--padding-medium {
        padding: 30px; } }
    @media (max-width: 599px) {
      .growl-component-section--padding-medium {
        padding: 15px; } }
  .growl-component-section--margin-medium-large {
    margin-top: 100px; }
    @media (min-width: 600px) and (max-width: 899px) {
      .growl-component-section--margin-medium-large {
        margin-top: 75px; } }
    @media (max-width: 599px) {
      .growl-component-section--margin-medium-large {
        margin-top: 50px; } }
  .growl-component-section--margin-none {
    margin-top: 0; }

.gc-single-product-list a {
  color: inherit; }

.gc-single-product-list__wrapper {
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 900px) {
    .gc-single-product-list__wrapper {
      display: flex;
      flex-flow: row;
      justify-content: space-between; } }

.gc-single-product-list__product {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem; }
  @media (min-width: 900px) {
    .gc-single-product-list__product {
      width: 20%; } }

.gc-single-product-list__title, .gc-single-product-list__price {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0; }

.gc-single-product-list__price--promo {
  color: #f48121; }

.gc-single-product-list__price--old {
  color: #f1f1f1;
  text-decoration: line-through; }

.gc-single-product-list__price-wrapper {
  display: flex;
  flex-flow: column; }

.gc-single-product-list__description {
  text-align: center; }

.gc-single-product-list__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1.5rem 0;
  flex-flow: column; }
  .gc-single-product-list__details:before {
    content: "";
    border-top: 2px solid #f48121;
    position: absolute;
    top: 0;
    width: 3.125rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center; }

.gc-slider {
  margin: 3rem 0;
  position: relative; }
  @media (min-width: 900px) {
    .gc-slider {
      margin: 8rem 0; } }
  .gc-slider__wrapper {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 900px) {
      .gc-slider__wrapper {
        position: relative;
        top: -3.8rem; } }
  .gc-slider__content {
    width: 100%;
    padding: 2rem;
    position: relative; }
    .gc-slider__content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: #f1f1f1; }
    @media (min-width: 900px) {
      .gc-slider__content {
        width: 55%;
        padding: 4rem 3rem 6rem 8rem;
        margin-top: -2rem; } }
    @media (min-width: 1440px) {
      .gc-slider__content {
        width: 58%;
        padding: 4rem 3rem 6rem 14rem; } }
  .gc-slider__title {
    text-transform: uppercase; }
    .gc-slider__title:first-of-type {
      margin-top: 0.5rem; }
  .gc-slider__dot {
    color: #f48121; }
  .gc-slider__button {
    border: 2px solid #000;
    color: #000;
    margin-left: 0;
    margin-top: 1.5rem; }
  .gc-slider__slider {
    top: 8rem;
    left: 0;
    max-width: 100%;
    margin-left: auto; }
    @media (min-width: 900px) {
      .gc-slider__slider {
        position: absolute;
        top: 0;
        bottom: 0;
        max-width: 50%; } }
  @media (min-width: 900px) {
    .gc-slider .slick-slider,
    .gc-slider .slick-list,
    .gc-slider .slick-track {
      height: 100%; } }
  .gc-slider .slick-slide > div, .gc-slider__slide,
  .gc-slider .slick-slide img {
    height: 100%; }
  .gc-slider .slick-track {
    display: flex; }
  .gc-slider .slick-slide {
    height: inherit; }
  .gc-slider .slick-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-slider__arrows {
    display: flex; }
    @media (min-width: 900px) {
      .gc-slider__arrows {
        position: absolute;
        right: -3.8rem;
        bottom: 0;
        z-index: 10; } }
  .gc-slider__next {
    color: #fff;
    text-decoration: none;
    background: #f48121;
    z-index: 10;
    position: relative;
    width: 50%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .gc-slider__next {
        width: 3.8rem;
        height: 3.8rem; } }
  .gc-slider__previous {
    display: inline-flex;
    color: #f48121;
    text-decoration: none;
    background: #fff;
    z-index: 10;
    position: relative;
    width: 50%;
    height: 40px;
    align-items: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .gc-slider__previous {
        width: 3.8rem;
        height: 3.8rem; } }

.gc-toasts__toast {
  padding: 1rem;
  position: fixed;
  right: -2.5rem;
  top: 0;
  margin-top: -6.25rem;
  z-index: 999;
  color: #f48121;
  background-color: #000;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  width: 100%; }
  @media (min-width: 600px) {
    .gc-toasts__toast {
      max-width: 50%;
      right: 1.5rem;
      width: auto; } }

.gp-login {
  padding: 2rem; }
  @media (min-width: 900px) {
    .gp-login {
      padding-bottom: 16rem; } }
  @media (min-width: 900px) {
    .gp-login__form {
      width: 50%; } }
  .gp-login__info {
    color: #fff;
    text-decoration: none; }
  .gp-login input[type=checkbox] {
    margin-right: 1rem; }
  .gp-login__lost-password {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0; }
    .gp-login__lost-password:focus {
      outline: none; }
    .gp-login__lost-password--hidden {
      display: none; }
  .gp-login__modal-title {
    margin-top: 0;
    text-align: center; }
  .gp-login__lost-password {
    text-align: center; }
  .gp-login__modal-input {
    margin: 0 auto; }
  .gp-login__modal-submit {
    margin-top: 0; }
  .gp-login__modal-success {
    text-align: center; }
    .gp-login__modal-success--hidden {
      display: none; }

@media (min-width: 900px) {
  .gp-orders__section {
    display: flex;
    justify-content: space-between; } }

.gp-orders__title {
  font-size: 3.25rem; }

@media (min-width: 900px) {
  .gp-orders__content {
    width: 65%; } }

.gp-cart__section {
  width: 1510px;
  display: grid;
  margin-bottom: 6.25rem; }
  @media (min-width: 900px) {
    .gp-cart__section {
      grid-template-columns: 0.3fr 1fr; } }
  @media (min-width: 1440px) {
    .gp-cart__section {
      grid-template-columns: 0.38fr 0.62fr; } }

.gp-cart__aside {
  position: relative; }
  @media (min-width: 900px) {
    .gp-cart__aside {
      padding-right: 3rem; } }
  @media (min-width: 1440px) {
    .gp-cart__aside {
      padding-right: 8rem; } }
  @media (min-width: 900px) {
    .gp-cart__aside::after {
      content: '';
      display: block;
      width: 0.125rem;
      height: 100%;
      background-color: #f48121;
      border-radius: 0.625rem;
      position: absolute;
      right: 0;
      top: 0; } }

.gp-cart__pickup-date {
  margin-bottom: 4.5rem; }

.gp-cart__aside-section::before {
  content: '';
  display: block;
  width: 5.5rem;
  height: 0.125rem;
  background-color: #f48121;
  border-radius: 0.625rem;
  margin-bottom: 4.5rem; }

.gp-cart__aside-section--hidden {
  display: none; }

.gp-cart__aside-title {
  font-size: 2.1875rem;
  margin-bottom: 1rem; }

.gp-cart__date {
  border: 1px solid #979797;
  margin-top: 3.75rem;
  height: 3.25rem;
  padding: 0 0.5rem; }
  .gp-cart__date--error {
    border-color: red; }

.gp-cart__checkbox-square, .gp-cart__checkbox-round {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out; }
  .gp-cart__checkbox-square:checked, .gp-cart__checkbox-round:checked {
    background-color: #f48121; }

.gp-cart__input-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; }

.gp-cart__frequency {
  margin: 1.75rem 0 0 1.75rem; }
  .gp-cart__frequency--hidden {
    display: none; }

.gp-cart__checkbox-square {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.75rem; }
  .gp-cart__checkbox-square:checked {
    background-image: url("data:image/svg+xml, %3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96582 5.23832L5.09445 8.41377L10.0348 1.58618' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }

.gp-cart__checkbox-round {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 0.5rem; }
  .gp-cart__checkbox-round:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.88401L6.04057 12L14 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.gp-cart__days, .gp-cart__weeks {
  display: grid;
  grid-gap: 0.75rem;
  margin: 1rem 0 2rem 0; }
  @media (min-width: 600px) {
    .gp-cart__days, .gp-cart__weeks {
      padding-left: 2.25rem; } }
  .gp-cart__days--hidden, .gp-cart__weeks--hidden {
    display: none; }

.gp-cart__days {
  grid-template-columns: repeat(3, 3.5rem); }

.gp-cart__weeks {
  grid-template-columns: repeat(2, 10rem); }

.gp-cart__checkbox-day, .gp-cart__checkbox-week {
  position: relative;
  height: 3.5rem;
  border-radius: 0.3rem; }

.gp-cart__checkbox-day {
  width: 3.5rem; }

.gp-cart__checkbox-day-input, .gp-cart__checkbox-week-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #F48121;
  border-radius: 0.3rem;
  transition: all 0.15s ease-in-out; }
  .gp-cart__checkbox-day-input:checked, .gp-cart__checkbox-week-input:checked {
    background-color: #f48121; }

.gp-cart__checkbox-day-input:checked ~ .gp-cart__checkbox-day-label,
.gp-cart__checkbox-week-input:checked ~ .gp-cart__checkbox-week-label {
  color: #fff; }

.gp-cart__checkbox-day-label, .gp-cart__checkbox-week-label {
  height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center; }

.gp-cart__textarea {
  resize: none;
  height: 15.5rem;
  width: 100%;
  margin-top: 3rem;
  padding: 0.5rem;
  border-color: #979797; }

@media (min-width: 900px) {
  .gp-cart__main {
    padding-left: 3rem; } }

@media (min-width: 1440px) {
  .gp-cart__main {
    padding-left: 8rem; } }

.gp-cart__grid {
  display: grid;
  grid-gap: 2rem; }

.gp-cart__send {
  margin: 8.75rem 0 1rem 0; }

.gp-cart__alert {
  display: none;
  color: #d95656;
  font-weight: 700; }

.growl-page-contact {
  margin: 5.5rem 0; }
  .growl-page-contact__wrapper {
    background-color: #f1f1f1; }
    @media (min-width: 900px) {
      .growl-page-contact__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
  .growl-page-contact__left {
    padding-bottom: 1.5rem; }
  .growl-page-contact__subtitle {
    margin: 0; }
  .growl-page-contact__right {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 1rem; }
  .growl-page-contact__map {
    width: 100%;
    margin-bottom: 3rem; }
  .growl-page-contact__info {
    display: block; }
    .growl-page-contact__info a {
      color: #000;
      text-decoration: none; }
  .growl-page-contact__section {
    margin-bottom: 1rem;
    max-width: 40%;
    margin-left: 2rem; }
  .growl-page-contact__description {
    width: 50%; }
  .growl-page-contact__form {
    padding: 0 2rem;
    margin-bottom: 3rem;
    width: 100%; }
    @media (min-width: 1200px) {
      .growl-page-contact__form {
        width: 80%; } }
  .growl-page-contact__opening-hours {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.gp-product {
  margin: 5.5rem 0; }
  .gp-product__wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: column; }
    @media (min-width: 900px) {
      .gp-product__wrapper {
        flex-flow: row; } }
  .gp-product__content {
    width: 100%; }
    @media (min-width: 900px) {
      .gp-product__content {
        width: 45%; } }
  .gp-product__photo {
    width: 100%; }
    @media (min-width: 900px) {
      .gp-product__photo {
        width: 45%; } }
  .gp-product__dot {
    color: #f48121; }
  .gp-product__title {
    margin-bottom: 0; }
  .gp-product__subtitle {
    margin-bottom: 0; }
    .gp-product__subtitle--alternate {
      color: #dadada; }
  .gp-product__description {
    margin-top: 5px; }
  .gp-product__ingredients {
    margin-top: 5px;
    color: #dadada; }
  .gp-product__under-title {
    color: #dadada; }
  .gp-product__price {
    margin-right: 0.8rem; }
    .gp-product__price--promo {
      color: #f48121; }
    .gp-product__price--old {
      color: #f1f1f1;
      text-decoration: line-through; }
  .gp-product__price-wrapper {
    display: flex; }
  .gp-product__add-to-cart {
    display: flex; }
  .gp-product__quantity {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .gp-product__add {
    background: #f48121;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0 2rem;
    cursor: pointer; }
  .gp-product__additional-title {
    text-align: center; }

.gp-register {
  padding-bottom: 2rem; }
  @media (min-width: 900px) {
    .gp-register {
      padding: 2rem; } }
  @media (min-width: 900px) {
    .gp-register {
      padding-bottom: 16rem; } }
  @media (min-width: 900px) {
    .gp-register__form {
      width: 50%; } }
  .gp-register__customer {
    display: none; }
  .gp-register__company {
    display: block; }
  .gp-register__info {
    color: #fff;
    text-decoration: none; }

.gp-category {
  margin-bottom: 7rem; }
  @media (min-width: 1200px) {
    .gp-category {
      margin-bottom: 14rem; } }
  .gp-category__categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Crimson Pro";
    font-size: 1.5625rem;
    margin: 2.5rem 0 5rem 0;
    display: flex;
    overflow-y: auto; }
    @media (min-width: 1200px) {
      .gp-category__categories {
        margin: 7.5rem 0;
        flex-wrap: wrap;
        justify-content: center;
        overflow-y: visible; } }
  .gp-category__category {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-right: 2rem;
    transition: color .15s ease-in-out; }
    .gp-category__category--current {
      position: relative;
      color: #f48121; }
      .gp-category__category--current::after {
        content: '';
        height: 0.125rem;
        width: 1.625rem;
        background-color: #f48121;
        border-radius: 0.625rem;
        position: relative;
        display: block; }
    .gp-category__category:hover {
      color: #f48121; }
  .gp-category__products {
    display: grid;
    grid-row-gap: 7rem; }
    @media (min-width: 600px) {
      .gp-category__products {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .gp-category__products {
        grid-template-columns: repeat(4, 1fr); } }
  .gp-category__pagination {
    margin-top: 7rem; }
    @media (min-width: 1200px) {
      .gp-category__pagination {
        margin-top: 14rem; } }


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