@media only screen and (min-width: 769px) {
  .grid--table-large {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .grid--table-large > .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .grid-item__meta {
    margin: 20px;
  }
  .grid--uniform .medium-up--one-fifth:nth-of-type(5n + 1),
  .grid--uniform .medium-up--one-half:nth-of-type(odd),
  .grid--uniform .medium-up--one-quarter:nth-of-type(4n + 1),
  .grid--uniform .medium-up--one-sixth:nth-of-type(6n + 1),
  .grid--uniform .medium-up--one-third:nth-of-type(3n + 1),
  .grid--uniform .medium-up--three-sixths:nth-of-type(odd),
  .grid--uniform .medium-up--two-sixths:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-up--one-whole {
    width: 100%;
  }
  .medium-up--one-half {
    width: 50%;
  }
  .medium-up--one-third {
    width: 33.33333%;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  .medium-up--one-sixth {
    width: 16.66667%;
  }
  .medium-up--two-sixths {
    width: 33.33333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.66667%;
  }
  .medium-up--five-sixths {
    width: 83.33333%;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
  .flex-grid__item--33 {
    flex-basis: 33.33%;
  }
  .flex-grid__item--50 {
    flex-basis: 50%;
  }
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .medium-up--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .main-content {
    min-height: 700px;
  }
  .hr--large {
    margin: 45px auto;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px;
  }
  .h1,
  h1 {
    font-size: var(--typeHeaderSize);
  }
  .h2,
  h2 {
    font-size: calc(var(--typeHeaderSize) * 0.85);
  }
  .h3,
  h3 {
    font-size: calc(var(--typeHeaderSize) * 0.7);
  }
  .h3--mobile {
    font-size: calc(var(--typeHeaderSize) * 0.57);
  }
  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .text-spacing,
  .text-spacing.rte:last-child {
    margin-bottom: 25px;
  }
  .enlarge-text {
    font-size: calc(var(--typeBaseSize) + 4px);
  }
  .table--small-text {
    font-size: calc(var(--typeBaseSize) * 0.85);
  }
  .product-full-width .spr-container .spr-review:first-child,
  .product-full-width .spr-container.index-section {
    margin-top: 0;
  }
  .product-full-width .spr-container .spr-form-title {
    display: none;
  }
  .product-full-width .spr-container .spr-form {
    max-width: 650px;
    margin: 0 auto;
    border-top: none;
  }
  .product-full-width .spr-container .spr-reviews {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-full-width .spr-container .spr-review {
    flex: 1 1 40%;
    padding: 20px;
    margin-left: 22px;
    margin-bottom: 22px;
  }
  .product-full-width .spr-container .spr-review:nth-child(3n + 1) {
    margin-left: 0;
  }
  .product-full-width .spr-container .spr-review:last-child {
    padding-bottom: 20px;
  }
  .grid-product .spr-badge-caption {
    font-size: 12px;
  }
  .footer-promotion {
    padding: 30px;
  }
  .footer__grid-image {
    margin-bottom: 20px;
  }
  .footer__section--menus {
    padding-top: 50px;
  }
  .collection-item,
  .hero__subtitle,
  .hero__title,
  .hero__top-subtitle,
  .rte {
    margin-bottom: 15px;
  }
  .rte--block {
    margin-bottom: 12px;
  }
  [data-layout="left-center"] .header-item--icons,
  [data-layout="left-center"] .header-item--logo {
    min-width: 33%;
  }
  .header-layout[data-logo-align="center"] .header-item--logo {
    margin: 0 30px;
  }
  .header-layout[data-logo-align="left"] .site-header__logo {
    margin-right: 30px;
  }
  .text-center .site-header__logo {
    padding-right: 0;
    margin: 10px auto;
  }
  .site-header__search-btn--submit {
    padding: 0 15px;
  }
  .site-header__search-btn--submit .icon {
    width: 28px;
    height: 28px;
  }
  .site-header__search-results {
    max-height: calc(100vh - 100% - 33px);
  }
  .collection-hero__content,
  .site-header__search-results-wrapper {
    padding: 30px 0;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal__inner {
    margin: 40px;
    max-width: calc(100% - 80px);
  }
  .modal--square .modal__centered-content {
    padding: 45px;
    max-height: 90vh;
    max-width: 1200px;
  }
  .collapsible-content--all.is-open {
    overflow: initial;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .collapsible-content__inner {
    padding: 0 0 35px;
  }
  .feature-row__item--overlap-images {
    padding: 50px 0;
    margin: 0 auto;
  }
  .feature-row__item--overlap-images > :first-child {
    transform: translate(50px, 50px);
  }
  .feature-row__image {
    order: 2;
  }
  .feature-row__text--left {
    padding-left: 60px;
    padding-right: 100px;
  }
  .feature-row__text--right {
    padding-right: 60px;
    padding-left: 100px;
  }
  .hero__text-content {
    padding: 45px 0;
  }
  .hero__subtitle {
    font-size: 1.3em;
  }
  .hero__text-content .hero__link,
  .product__thumbs--below {
    margin-top: 15px;
  }
  .overlaid-header
    .index-section--hero:first-child
    .hero__text-content.vertical-center {
    padding-top: 90px;
  }
  .hero__sidebyside-content {
    flex: 1 1 auto;
    display: flex;
    max-width: 40%;
  }
  .hero__sidebyside-content-inner {
    padding: 5vw;
  }
  .hero__sidebyside-text--right .hero__sidebyside-content {
    order: 2;
  }
  .hero__sidebyside-text--left .hero__sidebyside-content-inner--indented {
    padding-right: 0;
  }
  .hero__sidebyside-text--right .hero__sidebyside-content-inner--indented {
    padding-left: 0;
  }
  .hero__sidebyside-image {
    flex: 0 1 60%;
  }
  .hero__sidebyside-image--indented .hero__image {
    padding: 80px;
    -o-object-position: center right;
    object-position: center right;
  }
  .hero__sidebyside-text--right .hero__sidebyside-image--indented .hero__image {
    -o-object-position: center left;
    object-position: center left;
  }
  .collection-content {
    padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid;
    border-top-color: var(--colorBorder);
  }
  .collection-filter__sort {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
    border-right-color: var(--colorBorder);
  }
  .collection-hero {
    height: 400px;
  }
  .overlaid-header .collection-hero__content {
    padding-top: 100px;
  }
  .collection-sidebar {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .grid__item--sidebar {
    position: sticky;
    top: 90px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .collection-sidebar__group .collapsible-trigger-btn {
    padding-top: 5px;
  }
  .site-header__logo {
    text-align: left;
  }
  [data-view="list"] .grid-item__meta {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
  }
  [data-view="list"] .grid-item__meta-secondary {
    margin: 0 20px 0 0;
    text-align: right;
  }
  [data-view="list"] .grid-product__title {
    font-size: calc(var(--typeBaseSize) + 3px);
  }
  .grid-product__tag {
    padding: 6px 8px;
    font-size: 11px;
  }
  .grid-product__price--current,
  .promo-grid > .flex-grid > .flex-grid__item--50 .enlarge-text {
    font-size: calc(var(--typeBaseSize) + 2px);
  }
  .grid-product__price--from span:not(.money) {
    font-size: calc(var(--typeBaseSize) - 3px);
  }
  .grid-product__actions {
    opacity: 0;
    transform: translateY(5px);
    transition:
      opacity 0.25s,
      transform 0.25s ease-out;
  }
  .grid-product:hover .grid-product__actions {
    opacity: 1;
    transform: translateY(0);
  }
  .grid-product__actions > button {
    transition: transform 0.1s ease-out;
  }
  .grid-product__actions > button:hover {
    transform: scale(1.15);
  }
  .background-media-text__video iframe,
  .background-media-text__video video {
    max-width: none;
    left: -100%;
    height: 150%;
    width: 300%;
  }
  .background-media-text--right .animation-contents {
    float: right;
  }
  .background-media-text--450,
  .background-media-text--450 .background-media-text__video {
    min-height: 450px;
  }
  .background-media-text--550,
  .background-media-text--550 .background-media-text__video {
    min-height: 550px;
  }
  .background-media-text--650,
  .background-media-text--650 .background-media-text__video {
    min-height: 650px;
  }
  .background-media-text--750,
  .background-media-text--750 .background-media-text__video {
    min-height: 750px;
  }
  .background-media-text__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .background-media-text__image,
  .background-media-text__image svg,
  .background-media-text__video {
    opacity: 0;
  }
  .loaded .background-media-text__inner .animation-contents {
    transform: translateY(0);
    opacity: 1;
    transition: 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.5s;
  }
  .testimonial-stars {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .testimonials-slider__text {
    margin: 0;
    padding: 30px;
  }
  .testimonials-slider__text cite {
    font-size: calc(var(--typeBaseSize) + 1px);
  }
  .announcement-bar {
    padding: 6px 0;
    font-size: 14px;
    text-align: left;
  }
  [dir="rtl"] .announcement-bar {
    text-align: right;
  }
  .shopify-challenge__container {
    padding: 120px 0;
  }
  .newsletter-popup .rte {
    margin-bottom: 30px;
  }
  .form__submit--large,
  .grid-article[data-style="large"],
  .grid-article[data-style="medium"] {
    display: block;
  }
  .form__submit--small {
    display: none;
  }
  .map-section {
    height: 500px;
  }
  .map-section__overlay {
    position: absolute;
    left: 40px;
    left: var(--pageWidthPadding);
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
    width: 80%;
    max-width: 400px;
  }
  .map-section__container {
    width: 130%;
    height: 100%;
    margin: 0 -30% 0 0;
  }
  .type-advanced .rte--strong,
  .type-product .rte--strong {
    font-size: 2.25em;
  }
  .type-product.flex-grid__item--33 .rte--strong,
  .type-product.flex-grid__item--50 .rte--strong {
    font-size: 1.6em;
  }
  .promo-grid > .flex-grid > .flex-grid__item--50 .btn {
    padding: 9px 16px;
    font-size: calc(var(--typeBaseSize) + 1px);
  }
  .type-sale_collection
    .promo-grid__content:not(.promo-grid__content--small-text) {
    font-size: 1.5em;
  }
  .type-banner p {
    margin: 10px;
  }
  .type-banner__text {
    padding: 20px;
  }
  .type-product__labels .flex-grid__item--33,
  .type-product__labels .flex-grid__item--50 {
    font-size: 0.9em;
  }
  .site-header__cart {
    max-width: 450px;
  }
  .cart__page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .cart__page-col:first-child {
    flex: 1 1 65%;
    padding-right: 100px;
  }
  .cart__page-col:last-child {
    flex: 0 1 35%;
    align-self: flex-start;
    position: sticky;
    top: 130px;
    padding: 30px;
  }
  .cart__page-col:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--colorTextBody);
    opacity: 0.03;
  }
  .cart__page-col:last-child input,
  .cart__page-col:last-child textarea {
    background-color: var(--colorBody);
  }
  .product-single__sticky {
    position: sticky;
    top: 20px;
  }
  .modal--quick-shop .product-single__sticky {
    top: 0;
  }
  .product-full-width {
    margin-top: 40px;
  }
  .product__thumbs--beside {
    flex: 0 0 80px;
    max-width: 80px;
    margin-left: 15px;
  }
  .product__thumbs--beside.product__thumbs-placement--left {
    order: -1;
    margin-left: 0;
    margin-right: 15px;
  }
  .product__thumbs--beside .product__thumb-item {
    margin-bottom: 15px;
  }
  .product__thumbs--below .product__thumb-item {
    margin-right: 15px;
  }
  .product__price {
    font-size: calc(var(--typeBaseSize) + 6px);
  }
  .product__photo-zoom {
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
  }
  .product__photo-zoom span,
  .product__photo-zoom svg {
    display: none;
  }
  .product__thumb-icon .icon {
    width: 13px;
    height: 13px;
  }
  .quick-add-modal .modal__centered-content {
    min-width: 500px;
  }
  .blog-layout {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-layout__main {
    flex: 1 1 calc(60% - 90px);
  }
  .blog-layout__sidebar {
    order: 0;
    flex: 0 0 calc(40% - 90px);
    align-self: flex-start;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid;
    border-right-color: var(--colorBorder);
  }
  .blog-layout__main + .blog-layout__sidebar,
  [dir="rtl"] .blog-layout__sidebar {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 45px;
    margin-left: 45px;
    border-left: 1px solid;
    border-left-color: var(--colorBorder);
  }
  [dir="rtl"] .blog-layout__main + .blog-layout__sidebar {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid;
    border-right-color: var(--colorBorder);
  }
  .grid-article[data-style="medium"] .article__sub-meta > span {
    margin: 0 5px 2px;
  }
  .password-page__form {
    flex: 0 0 35%;
  }
  .password-page__footer {
    flex: 0 0 auto;
    margin-top: 0;
  }
  .template-article .new-grid.new-grid.highlights-grid {
    justify-content: center;
  }
  .template-article .page-width.highlights-templete {
    width: 100%;
    float: left;
  }
  .template-article .collection-item .collection-image--circle {
    width: 170px !important;
    height: 170px !important;
  }
}
