@media only screen and (max-width: 768px) {
  :root {
    --pageTopPadding: 15px;
    --pageNarrow: 330px;
    --pageWidthPadding: 17px;
    --gridGutter: 16px;
    --indexSectionPadding: 40px;
    --sectionHeaderBottom: 25px;
    --collapsibleIconWidth: 10px;
    --textFrameMargin: 7px;
  }
  .flickity-prev-next-button {
    width: 33px;
    height: 33px;
  }
  .tool-tip__content {
    font-size: 0.85em;
  }
  .grid {
    margin-left: -16px;
  }
  html[dir="rtl"] .grid {
    margin-left: 0;
    margin-right: -16px;
  }
  .grid__item {
    padding-left: 16px;
  }
  html[dir="rtl"] .grid__item {
    padding-left: 0;
    padding-right: 16px;
  }
  [data-view="6-2"] .grid-item,
  [data-view="small"] .grid-item,
  [data-view="xsmall"] .grid-item {
    flex: 0 0 50%;
  }
  [data-view="3-1"] .grid-item,
  [data-view="large"] .grid-item,
  [data-view="medium"] .grid-item {
    flex: 0 0 100%;
  }
  [data-view="subcollections"] .grid-item {
    flex: 0 0 28%;
  }
  [data-view="6-3"] .grid-item {
    flex: 0 0 40.33333%;
  }
  .grid--uniform .small--one-fifth:nth-of-type(5n + 1),
  .grid--uniform .small--one-half:nth-of-type(odd),
  .grid--uniform .small--one-quarter:nth-of-type(4n + 1),
  .grid--uniform .small--one-sixth:nth-of-type(6n + 1),
  .grid--uniform .small--one-third:nth-of-type(3n + 1),
  .grid--uniform .small--three-sixths:nth-of-type(odd),
  .grid--uniform .small--two-sixths:nth-of-type(3n + 1) {
    clear: both;
  }
  .small--one-whole {
    width: 100%;
  }
  .small--one-half {
    width: 50%;
  }
  .small--one-third {
    width: 33.33333%;
  }
  .small--two-thirds {
    width: 66.66667%;
  }
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  .small--one-sixth {
    width: 16.66667%;
  }
  .small--two-sixths {
    width: 33.33333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.66667%;
  }
  .small--five-sixths {
    width: 83.33333%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .supports-touch.lock-scroll {
    overflow: hidden;
  }
  .page-width--flush-small {
    padding: 0;
  }
  .header-wrapper:not(.header-wrapper--compressed)
    [data-nav="below"]
    .js-search-header,
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive td,
  .table--responsive tr {
    float: left;
    clear: both;
    width: 100%;
  }
  .table--responsive td,
  .table--responsive th {
    display: block;
    text-align: right;
    padding: 15px;
  }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-size: 12px;
    padding-right: 10px;
  }
  .table--small-hide {
    display: none !important;
  }
  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .table__section + .table__section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid;
    border-bottom-color: var(--colorBorder);
  }
  .rte table td,
  .rte table th {
    padding: 6px 8px;
  }
  .breadcrumb,
  .comment-date {
    margin-bottom: 15px;
  }
  .btn--circle.btn--loading:before {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    border-width: 2px;
  }
  .collapsible-trigger-btn {
    padding: 12px 17px 12px 0;
    font-size: calc(var(--typeBaseSize) + 1px);
  }
  .collection-mobile-filters .collapsible-trigger-btn {
    padding-right: 17px;
    padding-left: 17px;
  }
  .collection-mobile-filters .collapsible-trigger__icon {
    right: 17px;
  }
  .collapsible-content__inner {
    padding: 0 17px 12px;
  }
  .placeholder-content {
    margin-left: auto;
    margin-right: auto;
  }
  .spr-container .spr-summary-starrating {
    justify-content: center;
  }
  .footer-promotions .grid__item {
    margin-bottom: 32px;
  }
  .footer-promotions .grid__item:last-child,
  .footer__menu,
  .payment-icons {
    margin-bottom: 0;
  }
  .footer__mobile-section {
    margin-top: 20px;
    margin-left: -40px;
    margin-left: calc(var(--pageWidthPadding) * -1);
    margin-right: -40px;
    margin-right: calc(var(--pageWidthPadding) * -1);
    padding: 20px 40px 0;
    padding: 20px var(--pageWidthPadding) 0;
    border-top: 1px solid;
    border-top-color: var(--colorFooterBorder);
  }
  .footer__newsletter {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .footer__newsletter > *,
  .price-range__display-wrapper,
  .site-header__drawers,
  .site-header__element--top,
  [data-grid-style*="gridlines"] .collection-grid {
    padding: 0;
  }
  .footer__newsletter .newsletter__input-group {
    max-width: none;
  }
  .footer__newsletter .newsletter__input-group .btn {
    min-width: auto;
  }
  .footer__newsletter form {
    width: 100%;
    margin: 20px auto 0;
  }
  .footer__blocks--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__block,
  .footer__block--mobile {
    max-width: none;
    flex: 1 1 50%;
  }
  .footer__block[data-type="contact"],
  .footer__block[data-type="payment"] {
    flex: 1 0 100%;
  }
  .header-item--left .site-nav {
    margin-left: -10px;
  }
  .header-item--icons .site-nav {
    margin-right: -10px;
  }
  .header-layout[data-logo-align="center"] .site-header__logo {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .site-header__logo-link {
    margin: 0 auto;
  }
  .site-nav__link--icon {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-nav__link--icon + .site-nav__link--icon {
    margin-left: -4px;
  }
  .mobile-nav-open .site-nav__link:not(.mobile-nav-trigger) {
    display: none;
  }
  .modal--mobile-friendly {
    top: auto;
    bottom: 20px;
    overflow: auto;
  }
  .modal--mobile-friendly.modal--square .modal__centered-content {
    padding: 30px;
  }
  .modal--mobile-friendly.modal--is-active {
    overflow: visible;
  }
  .form__submit--large,
  .modal--mobile-friendly .text-close,
  .modal-open .modal--mobile-friendly:before,
  .supports-touch .grid-product__secondary-image {
    display: none;
  }
  .modal--mobile-friendly .modal__inner {
    margin: 0;
  }
  .modal--mobile-friendly .h1 {
    padding-right: 25px;
  }
  .modal--mobile-friendly input {
    font-size: 16px !important;
  }
  [data-disclosure-currency] .disclosure-list {
    left: 50%;
    transform: translateX(-50%);
    max-width: 95vw;
  }
  .collapsible-content--small {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .collapsible-content--small .collapsible-content__inner {
    transform: translateY(40px);
  }
  .price-range__slider-wrapper {
    padding: 0 10px;
  }
  .feature-row {
    flex-direction: column;
    margin: 0;
  }
  .feature-row__item {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 100%;
  }
  .feature-row__text {
    order: 2;
    margin-top: 0;
    padding: 30px 20px 0;
  }
  .horizontal-left .hero__text-shadow,
  .horizontal-right .hero__text-shadow,
  .password-form-group {
    max-width: 85%;
  }
  .hero__link .btn {
    margin: 4px 10px 6px 0;
  }
  .small--text-center .hero__link .btn {
    margin: 4px 10px 6px;
  }
  .hero .slideshow__slide .hero__animation-contents {
    transform: translateY(7px);
  }
  .hero__sidebyside {
    flex-direction: column;
  }
  .hero__sidebyside-image {
    position: relative;
    flex: 1 1 auto;
  }
  .hero__sidebyside-image .hero__image,
  .hero__sidebyside-image .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero__sidebyside-content {
    flex: 0 1 auto;
    display: flex;
    order: 2;
  }
  .collection-filter {
    position: sticky;
    top: 65px;
    z-index: 2;
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: 0;
  }
  .collection-filter__inner {
    position: relative;
    z-index: 2;
    background: var(--colorBody);
    padding: 0 17px;
  }
  .collection-filter__inner:after {
    content: "";
    position: absolute;
    height: 20px;
    top: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0.05), transparent);
  }
  .collection-filter__item--count {
    order: 3;
    flex: 1 1 100%;
  }
  .tag-list--active-tags {
    margin: 20px 20px 10px;
  }
  .collection-mobile-filters .filter-wrapper {
    display: none;
    transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--colorBody);
    transform: translateY(-100%);
    max-height: 80vh;
    max-height: var(--maxFiltersHeight);
    overflow: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .collection-mobile-filters .filter-wrapper.is-active {
    display: block;
    transform: translateY(0);
  }
  .collection-mobile-filters {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: visible;
  }
  .collection-sidebar__group {
    border-top: 1px solid;
    border-top-color: var(--colorBorder);
  }
  [data-grid-style*="grey"] .collection-grid,
  [data-grid-style="simple"] .collection-grid {
    padding-top: 10px;
  }
  .collection-sidebar__group .tag-list:not(.tag-list--swatches) {
    columns: 2;
  }
  .grid-view-btn svg {
    width: 18px;
    height: 18px;
  }
  .site-header__drawer {
    top: 0;
    z-index: 3;
  }
  [data-grid-style*="gridlines"] .product-grid {
    margin-left: -40px;
    margin-left: calc(var(--pageWidthPadding) * -1);
    margin-right: -40px;
    margin-right: calc(var(--pageWidthPadding) * -1);
    padding: var(--gridThickness) calc(40px + var(--gridThickness));
    padding: var(--gridThickness)
      calc(var(--pageWidthPadding) + var(--gridThickness));
  }
  [data-grid-style*="gridlines"] .grid-product__actions {
    top: 0;
    right: 0;
  }
  [data-grid-style*="gridlines"] .quick-add-btn .btn {
    padding: 6px;
    margin: 0 0 12px 12px;
    border-radius: 0 0 0 10px;
  }
  .quick-add-btn .btn--circle {
    line-height: 0;
  }
  .quick-add-btn .icon {
    width: 12px;
    height: 12px;
  }
  .custom-content {
    margin-bottom: -16px;
    margin-left: -16px;
  }
  .custom__item {
    flex: 0 0 auto;
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .custom__item.small--one-half {
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .scrollable-grid--small {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: -10px -17px 0 0;
    padding: 10px 17px 0 0;
  }
  .page-width--flush-small .scrollable-grid--small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 17px;
  }
  .scrollable-grid--small .grid-item {
    flex: 0 0 45%;
  }
  .scrollable-grid--small[data-type="subcollections"] {
    margin-left: -16px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .scrollable-grid--small[data-type="subcollections"] .grid-item {
    flex: 0 0 30%;
  }
  [data-view*="scrollable"]:after {
    content: "";
    display: block;
    height: 1px;
    min-width: 40px;
    min-width: var(--pageWidthPadding);
  }
  .background-media-text__video {
    width: 300%;
    left: -100%;
  }
  .background-media-text__text {
    text-align: center;
    padding: 22.5px;
    width: auto;
  }
  .background-media-text__container {
    position: relative;
    height: 240px;
  }
  .background-media-text__inner {
    position: relative;
    bottom: 0;
  }
  .background-media-text__aligner {
    margin: -10px 10px 10px;
  }
  .background-media-text.loading:after,
  .background-media-text.loading:before {
    top: 117px;
  }
  .testimonials-slide {
    width: 100%;
    padding: 0 0 25px;
  }
  .testimonials-slide .testimonials-slider__text {
    transform: scale(0.86);
  }
  .testimonials-slide.is-selected .testimonials-slider__text {
    transform: scale(1);
  }
  .form__submit--small {
    display: block;
  }
  .map-section__overlay .animation-contents {
    opacity: 1;
  }
  .type-advanced .btn {
    margin-bottom: 7px;
  }
  .type-sale_collection .promo-grid__content {
    padding: 1em;
    font-size: 0.9em;
  }
  .giftcard__actions,
  .giftcard__border,
  .type-simple .promo-grid__content {
    padding: 15px;
  }
  .promo-grid__product {
    flex-wrap: wrap;
  }
  .promo-grid__product-images,
  .promo-grid__product-text {
    margin: 3%;
  }
  .promo-grid__product-text {
    order: 2;
  }
  .grid--product-images-right {
    display: flex;
    flex-wrap: wrap;
  }
  .grid--product-images-right .grid__item:first-child {
    order: 2;
  }
  .modal--newsletter .password-form-group,
  .product-full-width .page-width--narrow {
    max-width: none;
  }
  .product-full-width .product-block--tab {
    margin-left: -40px;
    margin-left: calc(var(--pageWidthPadding) * -1);
    margin-right: -40px;
    margin-right: calc(var(--pageWidthPadding) * -1);
  }
  .product-full-width .product-block--tab .collapsible-trigger-btn {
    padding-left: 40px;
    padding-left: var(--pageWidthPadding);
    padding-right: 40px;
    padding-right: var(--pageWidthPadding);
  }
  .product-full-width .product-block--tab .collapsible-trigger__icon {
    right: 40px;
    right: var(--pageWidthPadding);
  }
  .page-content--product {
    padding-top: 15px;
  }
  .product-single__meta {
    padding-top: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid--product-images-right .product-single__meta {
    padding-right: 0;
  }
  .product__main-photos {
    margin-bottom: 30px;
    margin-left: -17px;
    margin-right: -17px;
    border: 0;
  }
  [data-has-slideshow="false"] .product__main-photos {
    margin-bottom: 0;
  }
  .product__main-photos .flickity-page-dots {
    display: block;
  }
  .cart__drawer-form {
    overflow: auto;
  }
  .cart__scrollable {
    overflow-y: none;
  }
  .product-main-slide {
    border: 1px solid;
    border-color: var(--colorBorder);
  }
  .grid--product-images--partial .flickity-slider .product-main-slide {
    width: 75%;
    margin-right: 10px;
  }
  .product__photo-zoom {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding: 8px;
  }
  .product__photo-zoom .icon {
    width: 21px;
    height: 21px;
  }
  .product__main-photos .product__photo-zoom {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .product-slideshow .product__photo-zoom {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  .product-slideshow .is-selected .product__photo-zoom {
    opacity: 1;
  }
  .article-tag {
    padding: 4px 6px;
    font-size: 10px;
    margin: 0 3px;
  }
  .grid-article[data-style="large"] .article__title {
    font-size: calc(var(--typeBaseSize) + 7px);
  }
  .grid-article[data-style="medium"] {
    flex: 0 0 100%;
    flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 20px;
  }
  .grid-article[data-style="medium"] .grid-article__image {
    flex: 0 0 40%;
    align-self: center;
  }
  .grid-article[data-style="medium"] .grid-article__meta {
    flex: 0 0 60%;
    padding-left: 15px;
  }
  .grid-article[data-style="medium"] .article__title {
    font-size: calc(var(--typeBaseSize) + 1px);
  }
  .grid-article[data-style="medium"] .article-tag {
    font-size: 10px;
  }
  .grid-article[data-style="medium"] .article-tag:not(:first-child),
  .template-giftcard .action-link {
    display: none;
  }
  .password-page__content-wrapper {
    bottom: -70px;
    padding-bottom: 20px;
  }
  .giftcard {
    font-size: 12px;
  }
  .giftcard-header {
    padding: 30px 0;
  }
  .header-logo {
    font-size: 2em;
  }
  .giftcard__actions .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #MobileNav {
    margin-top: 3rem !important;
  }
}
