/** Shopify CDN: Minification failed

Line 3317:0 Expected "}" to go with "{"

**/
/* Derived from base colors (theme settings) */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-rgb: var(--color-base-text-rgb);
  --color-background: var(--color-base-background-1);
  --color-background-rbg: var(--color-base-background-1-rgb);
  --payment-terms-background-color: var(--color-base-background-1);
}
.color-background-2 {
  --color-background: var(--color-base-background-2);
  --color-background-rbg: var(--color-base-background-2-rgb);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-foreground-rgb: var(--color-base-background-1-rgb);
  --color-background: var(--color-base-text);
  --color-background-rbg: var(--color-base-text-rgb);
}
.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rbg: var(--color-base-accent-1-rgb);
}
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-2);
  --color-background-rbg: var(--color-base-accent-2-rgb);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
  --color-foreground-rbg: var(--color-base-outline-button-labels-rgb);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
  --color-foreground-rbg: var(--color-base-accent-1-rgb);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
  --color-foreground-rbg: var(--color-base-accent-2-rgb);
}
:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
  --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
  --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
  --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
  --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
  --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
  --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
  --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
  --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
  --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
  --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}
/* Links */
:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --color-link-hover: rgba(var(--color-base-outline-button-labels-rgb), 0.85);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --color-link-hover: var(--color-foreground-70);
}
/* Primary button */
:root,
.color-background-1 {
  --color-button-background: var(--color-base-accent-1);
  --color-button-border: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --color-button-text-rgb: var(--color-base-solid-button-labels-rgb);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button-background: var(--color-foreground);
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-text-rgb: var(--color-background-rbg);
}
/* Secondary button */
.button--secondary {
  --color-button-background: transparent;
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-foreground);
  --color-button-text-rgb: var(--color-foreground-rgb);
}
/* Tertiary button */
.button--tertiary {
  --color-button-background: transparent;
  --color-button-border: rgba(var(--color-base-outline-button-labels-rgb), 0.2);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button-border: var(--color-foreground-20);
  --color-button-text: var(--color-foreground);
}
/* Badges */
:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground-10);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
}
/* Cards and announcement bar */
:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: rgba(var(--color-base-text-rgb), 0.06);
}
.color-inverse {
  --color-card-hover: rgba(var(--color-base-background-1-rgb), 0.06);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: rgba(var(--color-base-solid-button-labels-rgb), 0.06);
}
/* base */
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.sca-fancybox-item.sca-fancybox-close {
  display: block;
}
html.no-js .no-js-hidden {
  display: none !important;
}
.page-width {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-width-desktop {
  padding: 0 15px;
  margin: 0 auto;
}
.icon-user {
  display: none;
}
.checkout.button.button {
  background-color: var(--color-base-button-background-hover);
  color: var(--color-base-button-text-hover);
  border-color: var(--color-base-button-background-hover);
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 15px;
  }
}
#sca-brankmark a {
  display: none !important;
}
.element-margin {
  margin-top: 3rem;
}
.header__submenu a:hover {
  color: var(--color-base-accent-1);
}
.btn-group a.active {
  background-color: var(--color-base-accent-1);
  border-color: var(--color-base-accent-1);
}
.btn-group a.active .icon {
  fill: var(--color-base-button-text-hover);
}
.product-hover {
  cursor: pointer;
}
.spr-badge-caption {
  margin-left: 5px;
  color: var(--color-base-accent-2);
  display: none;
}
a {
  text-decoration: none !important;
}
.template-index .spaced-section.tm-service {
  margin-top: 0;
}
.template-index .spaced-section {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.template-index .spaced-section.multicolumn {
  margin-top: 30px;
}
#shopify-section-newsletter {
  margin-block-start: 50px;
  margin-block-end: 0;
}
.template-product .breadcrumb_title {
  display: none;
}
.item .item.list-group-item {
  width: 100%;
  max-width: 100%;
}
.spaced-section {
  float: left;
  width: 100%;
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-block-start: 40px;
}
.spaced-section--full-width:first-child {
  margin-top: 0;
}
.spaced-section--full-width:last-child {
  margin-bottom: 0;
  margin-block-start: 60px;
}
#TopColumnContent {
  float: left;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background-position: top;
}

#TopColumnContent .title-breadcrumbs {
  text-align: left;
  margin-block: 0;
  float: left;
  width: 100%;
}
#TopColumnContent time {
  color: var(--color-base-background-1);
}
.tab-container .spr-icon-star::before {
  content: "\2605";
  line-height: 0.7;
  display: inline-block;
  font-family: Times;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}
.tab-container .spr-icon-star-empty::before,
.tab-container .spr-icon-star-empty.spr-icon-star-hover::before {
  content: "\2605";
  line-height: 0.7;
  display: inline-block;
  font-family: Times;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}
.spr-form-input-text,
.spr-form-input-email,
.spr-form-input-textarea {
  height: 40px;
  border: 1px solid var(--color-base-border);
  padding: 11px;
  color: var(--color-base-text);
  font-size: 13px;
}
.title-breadcrumbs .page-title span {
  font-weight: 500;
  text-transform: uppercase;
}
.shopify-section-header-hidden #header-SiteCat {
  visibility: hidden;
}
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: var(--color-foreground-75);
  background-color: var(--color-background);
}
.background-secondary {
  padding: 4rem 0 5rem;
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.my-account .cm-compare-button,
.my-account .cm-wishlist-button,
.my-account .cm-account-button {
  display: block;
  cursor: pointer;
  margin: 0;
  margin-top: 10px;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.main-container.medium-up--three-quarters.without-sidebar-main-container {
  float: left;
  width: 100%;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: var(--color-base-text);
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04rem;
  font-weight: 500;
  color: var(--color-base-text);
  min-width: 100px;
}
.caption-large {
  min-width: 0;
}

.main-container {
  float: left;
  width: 100%;
  min-height: 500px;
}
.main-container.medium-up--three-quarters {
  width: 78.334%;
  float: right;
  padding-left: 30px;
}
.breadcrumb a::after {
  content: "|";
  padding: 0 5px;
  color: var(--color-base-text);
}
.template-search--empty .h2 {
  color: var(--color-base-accent-1);
}
.breadcrumb_title {
  color: var(--color-base-text);
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  line-height: 29px;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.template-article .breadcrumb_title {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  display: none;
}
.breadcrumb {
  width: 100%;
  text-align: center;
}
.template-article .breadcrumb {
  float: left;
  width: 100%;
  text-align: right;
}
.template-product .breadcrumb {
  float: left;
  width: 100%;
}
#MainContent {
  margin-block-start: 30px;
}

.collection-hero__description.rte {
  float: left;
  color: var(--color-base-text);
  padding: 15px 50px;
  text-align: center;
}
.breadcrumb a:last-child::after {
  content: none;
}
.side-bar.medium-up--one-quarter {
  width: 22.466%;
  float: left;
  position: relative;
}
.top_button {
  background: var(--color-base-button-background);
  top: auto !important;
  bottom: 30px !important;
  display: none;
  height: 36px;
  width: 36px;
  position: fixed;
  right: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--color-base-button-background);
}
.popup-confirm-transfer-data__close .icon.icon-close {
  width: 17px;
  height: auto;
}
.popup__content .popup-confirm-transfer-data {
  padding: 25px !important;
}
.popup-confirm-transfer-data__content h4 {
  font-weight: 500;
  margin: 0 !important;
}
.top_button .icon-chevron-up {
  height: 14px;
  width: 14px;
  position: relative;
  top: 6px;
  fill: var(--color-base-button-text-hover);
  text-align: center;
}
.top_button:hover .icon-chevron-up {
  fill: #fff;
}

.template-index .main-container.medium-up--three-quarters {
  margin: 0;
}
.compare td {
  border: 1px solid var(--color-base-border);
  border-top: 0;
}
.compare__item {
  border-right: 1px solid var(--color-base-border);
  padding-top: 20px;
}
.compare__items {
  margin-top: -20px;
}
.compare__item:last-child {
  border-right: 0;
}
.compare table tr:last-child .compare__items {
  margin-bottom: -9px;
}
.compare table tr:last-child .compare__items .compare__item {
  padding-bottom: 13px;
}
.popup-compare-full__head,
.popup-wishlist-full__head {
  float: right;
}
.popup-compare-full,
.popup-wishlist-full {
  border: 10px solid #474747;
  padding: 30px !important;
  position: relative;
}
.popup-wishlist-full .icon-close,
.popup-compare-full .icon-close {
  width: 20px;
  height: auto;
  fill: var(--color-base-accent-1);
}
.compare table tr:first-child .compare__items:first-child {
  margin-top: 0;
}
.compare .title,
.wishlist .title {
  justify-content: left;
  font-size: 20px;
}
.compare .btn.button,
.wishlist .btn.button {
  position: absolute;
  top: 23px;
  left: auto;
  right: 60px;
  margin-top: 0 !important;
  width: auto;
}
input.sca-qv-cartbtn {
  color: var(--color-base-button-text);
  border: 1px solid var(--color-base-button-background);
  line-height: initial !important;
}
.name-title strong {
  font-size: 20px;
}
#sca-qv-des {
  color: var(--color-base-accent-2);
}
#sca-qv-detail {
  font-weight: 500;
}
.sca-qv-product-options {
  color: #000;
}
.quick-view-container #sca-qv-des p {
  padding: 0 !important;
}
#sca-qv-sale {
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 1px 5px;
  text-align: center;
  background-color: transparent !important;
  border-color: var(--color-base-button-background);
  color: var(--color-base-accent-1);
  word-break: break-word;
  right: auto;
  left: 80px;
  top: 27px;
}
#sca-qv-quantity {
  border: 1px solid var(--color-base-border);
  background-color: var(--color-base-background-1);
}
ul {
  padding-left: 0;
}
.cm-grid__item {
  width: 25%;
  display: inline-block;
  margin: 15px;
  padding: 15px;
}
.compare table tr td h4 {
  padding: 0 15px;
  font-weight: 600;
  color: var(--color-base-text);
}
.price {
  color: var(--color-base-accent-1);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.product-compare__remove {
  color: var(--color-base-accent-1);
}
.compare table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 25px;
  float: left;
  border-top: 1px solid var(--color-base-border);
}
.align-items-center {
  align-items: center !important;
  color: var(--color-base-accent-1);
}

.cm-title a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-base-text);
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.compare__item .cm-price {
  text-align: center;
}
.cm-grid {
  margin: 0;
  padding: 0;
}
.cm-grid__item .price {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-base-text);
  text-align: center;
  letter-spacing: 0.4px;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.header-menu {
  float: left;
  padding: 0;
  cursor: pointer;
  margin: 0px;
}
.ttloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.rotating {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background-size: 6%;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: 400;
  letter-spacing: 0.06rem;
  color: var(--color-base-text);
  line-height: 1.3;
}
.h0 {
  font-size: 4rem;
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 5.2rem;
  }
}
h1,
.h1 {
  font-size: 19px;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: 2.2rem;
  }
}
h3,
.h3 {
  font-size: 1.7rem;
}
.template-page h3,
.template-page h2 {
  font-weight: 600;
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
h5,
.h5 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: 1.3rem;
  }
}
h6,
.h6 {
  color: var(--color-foreground-75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  color: var(--color-foreground-75);
  border-left: 0.2rem solid var(--color-foreground-20);
  padding-left: 1rem;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.color-foreground {
  color: var(--color-foreground);
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: none;
  border: 1px solid var(--color-base-border);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid var(--color-base-border);
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 989px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
.customer a,
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  color: var(--color-base-text);
  background-color: transparent;
  font-size: 14px;
  font-family: var(--font-body-family);
}
.link--text {
  fill: var(--color-base-text);
}
/* .link--text:hover {
    color: var(--color-foreground-75);
}
*/
/*    .spr-review, .spr-review-header-starratings .spr-icon.spr-icon-star, .spr-review-header-title {
   color: var(--color-base-accent-2);
   border-color: var(--color-base-border);
} */
.spr-review {
  border-color: var(--color-base-border);
}
.spr-icon.spr-icon-star,
.spr-icon.spr-icon-star-empty {
  font-size: 100% !important;
}
.spr-icon.spr-icon-star {
  color: #ffc30e;
  line-height: 0;
  display: inline-block;
  font-size: 80% !important;
  width: 1.3em;
}

.spr-form-input.spr-starrating {
  margin-left: 0 !important;
}
.spr-icon.spr-icon-star-empty {
  color: #d6d6d6;
  opacity: 1 !important;
  font-size: 80% !important;
  width: 1.3em;
}
label.spr-icon {
  min-width: auto !important;
  min-height: auto !important;
  outline: none !important;
  box-shadow: none !important;
}
.spr-form-label {
  font-weight: 600;
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.circle-divider:last-of-type::after {
  display: none;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground-20);
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
}
.placeholder {
  background-color: var(--color-foreground-4);
  color: var(--color-foreground-55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.underlined-link {
  color: var(--color-link-hover);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover {
  color: var(--color-link);
  text-decoration-thickness: 0.2rem;
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  color: var(--color-base-text);
}
summary .icon-caret {
  position: relative;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.product__accordion.accordion summary .icon-caret {
  margin-block-start: 8px;
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
/* base-focus */
/* Focus ring - default (with offset) */
/* *:focus-visible {
    outline: 0.2rem solid var(--color-foreground-50);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
*/
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
/* *:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
*/
/* Dangerous for a11y - Use with care */

.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  margin-top: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: left;
  letter-spacing: 0.19px;
}

.title-wrapper {
  margin-bottom: 3rem;
}
.special .title-wrapper-with-link .title {
  float: left;
  width: auto;
  align-items: center;
}
#offerclock .time span.day-title {
  font-size: 13px;
  line-height: 20px;
}

localization-form {
  float: left;
  line-height: 0;
}

.title--primary {
  margin: 4rem 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  color: var(--color-base-text);
  cursor: pointer;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.breadcrumb a:hover,
.breadcrumb span:hover {
  color: var(--color-base-accent-1);
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .tm_header-dropdown.site-header__icon {
    display: none;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: var(--color-base-outline-button-labels);
  margin-top: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}
.blog_subtitle,
.subtitle {
  font-size: 10px;
  line-height: 15px;
  color: var(--color-base-accent-2);
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  margin: 0 -7.5px;
}
.grid__item {
  padding: 0;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
#TopColumn {
  float: left;
  width: 100%;
}
#ProductGridContainer .grid__item {
  margin-block-end: 15px;
}
.template-index .slideshow {
  margin-top: 0;
  margin-block-end: 0;
}
.slide_banner {
  width: auto;
  position: relative;
  float: right;
  margin-block-start: 30px;
}
.banner_one,
.banner_two {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 238px;
  height: 224px;
  border: 1px solid var(--color-base-border);
}
.banner_two {
  margin-block-end: 30px;
}
.banner-inner_1,
.banner-inner_2 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.banner-inner_1 img,
.banner-inner_2 img {
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -khtml-transition: all 0.6s ease-in-out;
}
.banner-inner_1:hover img,
.banner-inner_2:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -khtml-transform: scale(1.03);
}
.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

.header__search {
  display: inline-flex;
  line-height: 0;
  padding: 1px 13px;
}

@media screen and (max-width: 749px) {
  .announcement-bar .account-label {
    display: none;
  }
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 651px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 100%;
  }
}

.collection-list__item.grid__item:nth-child(2n) {
  background-color: transparent;
  border: none;
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: 33.33%;
}
@media screen and (min-width: 650px) {
  .grid--3-col .grid__item {
    width: 33.33%;
  }
  #ProductGridContainer .grid--2-col-desktop .grid__item {
    max-width: 50%;
    width: 50%;
  }
  #ProductGridContainer .item .item.list-group-item {
    width: 100%;
    max-width: 100%;
  }
}
.grid--2-col .grid__item {
  width: 50%;
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: 25% !important;
  }
  .grid--3-col-desktop .grid__item {
    width: 33.33%;
  }
  .grid--2-col-desktop .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  #ProductGridContainer .grid--3-col-desktop .grid__item {
    max-width: 33.33%;
  }
  #ProductGridContainer .grid--2-col-desktop .grid__item {
    max-width: 50%;
  }
  #ProductGridContainer .item .item.list-group-item {
    width: 100%;
    max-width: 100%;
  }
}
.main-container.medium-up--three-quarters .page-width {
  padding: 0;
}
@media screen and (min-width: 1270px) {
  .main-container.medium-up--three-quarters {
    width: 77.52%;
    float: right;
  }
  .header__search {
    display: none;
  }
}
.grid__item--vertical-align {
  align-self: center;
}
.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }
  .collection-hero__description.rte {
    padding: 15px 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: 33.33%;
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }
}
@media screen and (max-width: 989px) {
  /*      .slider--tablet.grid--peek {
        width: 100%;
   } */
  .title-wrapper--self-padded-mobile,
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-compare-button,
  .cm-wishlist-button,
  .cm-account-button {
    display: none;
  }

  .title-wrapper-with-link .title {
    margin: 0;
  }
}
/* component-media */

.media {
  display: block;
  position: relative;
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom, .deferred-media__poster-button) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
}
.products .media > img {
  border-radius: 5px;
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.blog .media--landscape {
  padding-bottom: 77%;
  border-radius: 5px;
}
.media--landscape {
  padding-bottom: 75%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
  transform: scaleX(0);
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
/* component-button */
/* Button - default */
.customer button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid var(--color-base-button-background);
  background-color: var(--color-base-button-background);
  color: var(--color-base-button-text);
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 19px;
  font-family: var(--font-body-family);
}
.button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid var(--color-base-button-background);
  background-color: var(--color-base-button-background);
  color: var(--color-base-button-text);
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 20px;
  margin-block-start: 10px;
  font-family: var(--font-body-family);
  border-radius: 50px;
}

.button:hover,
.customer button:hover {
  background: var(--color-base-button-background-hover);
  color: var(--color-base-button-text-hover);
  border-color: var(--color-base-button-background-hover);
}
.article-card__footer .article-card__link {
  background-color: transparent;
  color: var(--color-base-accent-1);
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  font-size: 14px;
}
.article-card__footer .article-card__link:hover {
  text-decoration: none;
}
.button,
.button-label,
.customer button,
.shopify-challenge__button {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-body-family);
  border-radius: 5px;
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}
.button--small {
  padding: 1.2rem 2.6rem;
}
/* Button - other */
.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
}
.button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 1px solid #000;
  border-left: 0.5rem solid var(--color-button-text);
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* component-form */
.customer .field input,
.customer select,
.field__input,
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  color: var(--color-base-text);
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  height: 40px;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}
.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 14px;
}
/* .field__input:hover, .select__select:hover, .customer .field input:hover, .customer select:hover, .localization-form__select:hover {
    box-shadow: 0 0 0 0.2rem var(--color-foreground-55);
}
*/
/* .field__input:focus-visible, .select__select:focus-visible, .field input:focus-visible {
    box-shadow: 0 0 0 0.1rem var(--color-foreground-55), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
*/
/* .field__input:focus, .select__select:focus, .field input:focus {
    box-shadow: 0 0 0 0.1rem var(--color-foreground-55), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
*/
.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid var(--color-base-border);
}
/* Select */
.select .icon-caret,
.customer select + svg {
  height: 0.7rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}
.select__select,
.customer select {
  cursor: pointer;
  padding: 0 4rem 0 1.5rem;
}
/* Field */
.field {
  position: relative;
  width: 100%;
  display: flex;
}
.customer .field {
  display: block;
}
.field--with-error {
  flex-wrap: wrap;
}
.newsletter-form__field-wrapper .field__input {
  text-align: left;
  padding: 8px 25px !important;
  border: none;
  height: 48px;
  border-radius: 5px 0 0 5px;
  width: 440px;
}
.customer .field input,
.field__input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  border: 1px solid var(--color-base-border);
  height: 40px;
}
.header__search .field__input {
  border: 1px solid var(--color-base-border);
  border-radius: 5px;
  text-transform: uppercase;
}
.customer .field label,
.field__label {
  font-size: 13px;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-base-text);
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}
.text-area--resize-vertical {
  resize: vertical;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  color: var(--color-base-accent-1);
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
img {
  max-width: 100%;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
  font-size: 1.6rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
/* component-quantity */
.quantity {
  border: 1px solid var(--color-base-border);
  position: relative;
  width: 13rem;
  display: inline-flex;
}
.quantity__input {
  color: var(--color-base-text);
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: #ffffff;
  border: 0;
  padding: 0 0.5rem;
  height: 4rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  width: 4.5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-base-text);
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
/* component-modal */
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.no-js details[open] .modal__toggle-open {
  display: none;
}
.no-js .modal__close-button.link {
  display: none;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
}
.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
  stroke: var(--color-base-text);
  color: var(--color-base-text);
}
.cart-notification__header .modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
  stroke: var(--color-base-text);
  color: var(--color-base-text);
}

.icon {
  width: 12px;
  height: 12px;
}
.icon-user {
  width: 19px;
  height: 20px;
  font-size: 24px;
  fill: var(--color-base-accent-1);
}
.modal__content {
  position: absolute;
  inset: 0px 0 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-base-accent-2);
}
.banner-inner {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 5px;
}
.banner-inner a {
  display: inline-block;
  vertical-align: top;
}
.banner-inner img {
  display: block;
  background: center center fixed no-repeat;
  float: left;
  width: 100%;
}

#cart-icon-bubble {
  position: relative;
  line-height: 0px;
  fill: var(--color-base-text);
}
.headertop {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
.headertop .close-button {
  padding: 0 6px;
  position: absolute;
  right: 4px;
  top: 9px;
  cursor: pointer;
  display: block;
}
.announcement-bar {
  color: var(--color-foreground);
  width: 100%;
  text-align: center;
  padding: 9px 0;
  position: relative;
  float: left;
}
.top-banner {
  position: relative;
  line-height: 0;
}
.top-banner .close-button {
  padding: 0 6px;
  position: absolute;
  right: 4px;
  top: 25px;
  z-index: 99;
  cursor: pointer;
  display: block;
}
.close-button::before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 14px;
  color: #444;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 6px;
}
.announcement-bar .header_button {
  float: right;
  width: auto;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.announcement-bar__link {
  float: left;
}

.announcement-bar .user-background:hover .icon.icon-caret {
  fill: var(--color-base-accent-1);
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  height: 1.2rem;
  pointer-events: none;
  padding-left: 1rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar .disclosure__link {
  padding: 5px 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: var(--color-base-text);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.announcement-bar .menu-bar {
  position: relative;
  display: inline-block;
  float: right;
  overflow: hidden;
  margin: 0;
}
.announcement-bar .menubar_linklist-item {
  position: relative;
  float: left;
}
.announcement-bar .menu-bar .menubar_linklist-item a {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  padding-inline: 15px;
  border-inline-end: 1px solid #e1e1e1;
}
.announcement-bar .menu-bar .menubar_linklist-item a:hover {
  color: var(--color-base-accent-1);
}
.cm-account-button:hover .menu-drawer__account,
.cm-compare-button:hover .cm-compare-icon.js-popup-button,
.cm-wishlist-button:hover .cm-wishlist-icon.js-popup-button,
.logout:hover a {
  color: var(--color-base-accent-1);
}
.cm-account-button:hover .icon-lock,
.cm-compare-button:hover .icon-compare,
.cm-wishlist-button:hover .icon-heart {
  fill: var(--color-base-accent-1);
}
@media screen and (min-width: 750px) {
  .announcement-bar__link .icon-arrow {
    height: 1.3rem;
  }
}
.announcement-bar .tm_header-dropdown.site-header__icon,
.announcement-bar .tm_header-dropdown.site-header__icon.active {
  float: left;
  padding: 0;
  position: relative;
  line-height: 0;
}
.tm_header-dropdown.site-header__icon .my-account {
  margin: 0;
  width: 150px;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  z-index: 9999;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-base-border);
  display: none;
  top: 48px;
  right: 0;
  left: auto;
}
.announcement-bar .account-label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 400;
  float: left;
}
.announcement-bar .user-background {
  margin-inline-start: 15px;
  cursor: pointer;
}
.announcement-bar
  .tm_header-dropdown.site-header__icon
  .user-background
  .icon.icon-lag {
  width: 16px;
  height: 20px;
  fill: var(--color-base-accent-1);
  cursor: pointer;
  margin-inline: 5px;
}
.announcement-bar .user-background:hover .account-label {
  color: var(--color-base-accent-1);
}
.announcement-bar
  .tm_header-dropdown.site-header__icon
  .user-background:hover
  .icon.icon-lag {
  fill: var(--color-base-accent-1);
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

@media screen and (max-width: 989px) {
}
.announcement-bar__message {
  margin: 0;
  letter-spacing: 0.3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-body-family);
  line-height: 20px;
  text-transform: capitalize;
}
/* section-header */
#shopify-section-header {
  background-color: #fff;
  z-index: 8;
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.shopify-section-header-sticky.animate .header-top-menu {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
}
.header-service {
  float: right;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
#services-header {
  float: right;
  position: relative;
}
.service-header {
  float: left;
  width: auto;
}
.service-header-1 {
  padding: 10px 0 9px 10px;
}
.service-header-2 {
  padding-inline-start: 17px;
}
.header-service-icon {
  display: block !important;
  height: 20px;
  position: relative;
  width: 20px;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
}
.header-service-description {
  position: relative;
  float: left;
  text-align: left;
  padding-left: 0;
  color: var(--color-base-text);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}
.header-service-description:hover {
  color: var(--color-base-accent-1);
}
.header-service-subtitle {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 0px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 2fr auto;
  align-items: center;
  padding-block: 30px;
}
.search__button .icon {
  height: 1.8rem;
  color: #222;
}
.site-header__search {
  /*       grid-area: search; */
  justify-self: start;
}
@media screen and (min-width: 990px) {
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto 1fr auto;
  }

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }
}
.header *[tabindex="-1"]:focus {
  outline: none;
}
.header__heading {
  margin: 0;
  line-height: 0;
  text-align: center;
  float: left;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
  float: left;
}
.header__heading-link:hover .h2 {
  color: var(--color-foreground);
}
.header__heading-link .h2 {
  line-height: 1;
  color: var(--color-foreground-75);
}
.header__heading-logo {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .header__search {
    display: none;
  }
  .header__heading-link {
    margin-left: 0;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
}
/* Header icons */
.header-right {
  float: right;
  width: auto;
}
.tm_header-dropdown {
  position: relative;
}
.header__icons {
  float: right;
  width: auto;
  justify-self: end;
  display: flex;
  justify-content: end;
}
.header__icons .cm-account-button {
  margin-right: 15px;
  margin-top: 0;
}
.header__icons .icon-cart {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header__icons .icon.icon-account {
  height: 25px;
  width: 25px;
}
.header__icons .icon.icon-cmheart,
.header__icons .icon.icon-compare {
  width: 26px;
  height: 26px;
}
.header-right-top {
  width: 100%;
}
.header-right-top .account.header__icon::after {
  position: absolute;
  content: "";
  height: 30px;
  background: var(--color-base-border);
  width: 1px;
  left: auto;
  right: 6px;
  top: 13px;
}
.header__icon:not(.header__icon--summary) {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.account.header__icon {
  float: none;
  position: relative;
  line-height: 0;
  padding-inline-start: 8px;
  margin: 0;
}
.account_toggle {
  display: inline-flex;
  cursor: pointer;
}
.account-block {
  display: inline-flex;
}
.account-block .account-heading {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-base-text);
  vertical-align: middle;
}
.account-block .account-heading:hover {
  color: var(--color-base-accent-2);
}
.header-right-top .account.header__icon,
.header-right-top .hearder-cart {
  padding: 7px 20px;
  margin: 10px 0 0;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: var(--color-base-button-text-hover);
  border-radius: 25px;
}
.my-account {
  overflow-y: auto;
  padding: 10px 20px 12px;
  position: absolute;
  top: 29px;
  z-index: 999;
  background-color: var(--color-base-button-text-hover);
  margin-left: 1rem;
  opacity: 1;
  margin: 0;
  width: 190px;
  left: auto;
  right: 10px;
  border: 1px solid var(--color-base-border);
}
.header-right-top .account-block {
  display: inline-block;
  text-transform: uppercase;
  padding-inline: 5px;
}
.header-right-top .account-heading {
  color: var(--color-base-accent-1);
  font-size: 13px;
  display: block;
  line-height: 16px;
  font-weight: 500;
}
.header-right-top .account_toggle:hover .account-block .account-heading,
.header-right-top .account_toggle:hover .icon.icon-account,
.header-right-top .account_toggle:hover .account-subheading {
  color: #614b4c;
  fill: #614b4c;
}
.header-right-top .hearder-cart:hover .icon-cart,
.header-right-top .hearder-cart:hover #cart-icon-bubble .visually-hidden,
.header-right-top .hearder-cart:hover .cart-count-bubble {
  fill: var(--color-base-accent-2);
  color: var(--color-base-accent-2);
}
#cart-icon-bubble .visually-hidden {
  color: var(--color-base-accent-1);
  font-size: 13px;
  display: block;
  line-height: 16px;
  font-weight: 500;
  position: relative !important;
  width: auto;
  height: auto;
  margin: 0;
  padding-inline: 5px;
  display: none;
}
#cart-icon-bubble .cart-count-bubble .visually-hidden {
  position: relative !important;
  width: auto;
  height: auto;
  color: var(--color-base-accent-2);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  display: none;
}
.header-right-top .account-subheading {
  color: var(--color-base-accent-2);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

/* .header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: scale(1.07);
}
*/
.header__icon--cart .icon {
  height: 22px;
  width: 25px;
  float: left;
  fill: #000;
}
.header__icon--cart {
  position: relative;
}
.cm-compare-counter,
.cm-wishlist-counter,
.cart-count-bubble {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: var(--color-base-button-text);
  border-radius: 50%;
  float: left;
  margin-top: 0;
  background: var(--color-base-accent-1) none repeat scroll 0 0;
  right: auto;
  display: block;
  position: absolute;
  left: 20px;
  height: 20px;
  width: 20px;
  top: -7px;
}
.cm-compare-icon .cm-compare-counter {
  left: 17px;
}
.icon-cart {
  height: 24px;
  width: 22px;
}
.my-account .cm-compare-counter,
.my-account .cm-wishlist-counter {
  position: absolute;
}
.hearder-cart #cart-icon-bubble svg {
  float: left;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
/* Search */
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header:not(.header--has-menu) * > .header__search {
  display: none;
}

@media screen and (min-width: 750px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }
}
details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  /*      border-bottom: 0.1rem solid var(--color-foreground-20); */
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: 1.8;
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .product_tab-block .title {
    position: absolute;
    border: none;
  }
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}
/* Header menu drawer */
.header__icon--menu .icon {
  width: 20px;
  height: 20px;
}
.icon.icon-hamburger:hover {
  fill: var(--color-base-accent-1);
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
}
.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
}
/* Header menu */
.header__inline-menu {
  margin-left: 0;
  display: none;
  padding-inline-start: 15px;
  position: relative;
  margin-inline-end: 20px;
}
.header__inline-menu #header-nav li {
  margin: 0px;
}
.header__inline-menu #header-nav li,
.header__inline-menu #header-nav .list-menu.list-menu--disclosure li {
  margin: 0;
  position: relative;
}
.header__inline-menu #header-nav .header__submenu.list-menu li {
  margin-inline: 0 30px;
  border: none;
  text-align: left;
}
.header__inline-menu #header-nav .header__submenu.list-menu li:last-child {
  margin: 0;
}
/*    .header__inline-menu #header-nav .header__submenu.list-menu .header__submenu.list-menu.motion-reduce li:first-child {
   margin: 10px 0 0;
} */
.header__inline-menu
  #header-nav
  .header__submenu.list-menu
  .header__submenu.list-menu.motion-reduce
  li {
  margin: 0;
}
.header__inline-menu #header-nav li:first-child {
  margin-left: 0;
  border: none;
}
.header__inline-menu #header-nav li:last-child {
  margin-right: 0;
}
#header-nav li .header__submenu .header__menu-item::after {
  border: none;
}
.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}
@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
    width: auto;
    float: left;
    text-align: center;
  }
  .header--top-center .header__inline-menu {
    justify-self: right;
  }
  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  color: var(--color-base-text);
}

#header-nav .header__menu-item:hover {
  color: var(--color-base-accent-1);
}

#header-nav li .header__menu-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  border-top: 2px solid;
  width: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  transition: all 500ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  -khtml-transition: all 600ms ease 0s;
  bottom: 0;
  border-color: var(--color-base-accent-1);
  border: none;
}
#header-nav .header__submenu li .header__menu-item::after {
  display: none;
}
#header-nav li:hover .header__menu-item::after {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  width: 100%;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: var(--color-base-accent-1);
  text-decoration: none;
  text-underline-offset: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__submenu.list-menu {
  padding: 25px;
}
.header__submenu .header__submenu {
  padding: 0;
  margin-block: 0px;
  background: #fff none repeat scroll 0 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-size: 14px;
  display: block;
}
.header__submenu .header__menu-item a {
  text-transform: capitalize;
}
.header__submenu .header__menu-item a:hover {
  color: var(--color-base-accent-1);
}
.header__submenu .header__submenu li .header__menu-item,
.header__submenu.list-menu--disclosure.header-menu__list--condensed
  .header__menu-item {
  font-weight: 400;
  padding: 9px 0 0;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
}
.header__submenu .header__submenu li:last-child .header__menu-item {
  border: none;
  padding-block-end: 0;
}
.header__submenu .icon-caret {
  right: 2rem;
}
details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.template-captcha .side-bar.medium-up--one-quarter {
  display: none;
}

@media (max-width: 1269px) {
  #main-collection-filters #col_5,
  #col_5 {
    display: none;
  }
  .main-container.medium-up--three-quarters.without-sidebar-main-container {
    float: left;
    width: 100%;
  }
  .page-width {
    max-width: 930px;
  }
  .cm-grid__item {
    width: 28%;
  }
  .side-bar.medium-up--one-quarter {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .main-container.medium-up--three-quarters {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  #main-collection-filters #col_5 {
    display: none;
  }
}
@media (max-width: 989px) {
  .top-banner .close-button {
    top: 19px;
  }
  .template-search #col_4 {
    display: none;
  }
  .announcement-bar__message {
    float: none;
    text-align: left;
  }
  .site-header__search {
    display: none;
  }
  .page-width {
    max-width: 750px;
  }
  .cm-grid__item {
    width: 44%;
  }
  #shopify-section-newsletter {
    margin-block-start: 30px;
  }
  .template-index .slideshow {
    margin-top: 0;
  }
  #main-collection-filters #col_5,
  #main-collection-filters #col_4 {
    display: none;
  }
  .header {
    grid-template-columns: auto auto 2fr;
    padding-block: 20px;
  }
  #TopColumnContent {
    min-height: 140px;
  }
  .header__icons .icon.icon-cmheart,
  .header__icons .icon.icon-compare,
  .cm-compare-counter,
  .cm-wishlist-counter {
    display: none;
  }
  .tm_header-dropdown {
    margin-right: 12px;
    cursor: pointer;
  }
}
@media (max-width: 749px) {
  #offerclock {
    right: 80px;
  }
  #offerclock .time {
    margin: 0 5px;
    width: 33px;
  }
  .announcement-bar__link {
    float: none;
  }
  .headertop {
    display: none;
  }
  .card-information__text.h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product_tab-block .title {
    margin-bottom: 20px;
  }
  .header-right {
    float: none;
    width: auto;
  }
  .slide_banner {
    margin-block-start: 5px;
  }
  .announcement-bar__message {
    width: 100%;
    text-align: center;
  }
  .header-right-top .account-block {
    display: none;
  }
  .icon-cart {
    height: 22px;
    width: 20px;
  }
  .announcement-bar .user-background {
    margin-inline: 0 15px;
  }
  .announcement-bar .tm_header-dropdown.site-header__icon,
  .announcement-bar .tm_header-dropdown.site-header__icon.active {
    float: right;
  }
  .tm_header-dropdown.site-header__icon .my-account {
    top: 40px;
  }
  .announcement-bar
    .tm_header-dropdown.site-header__icon
    .user-background
    .icon.icon-lag {
    display: none;
  }
  .icon-user {
    display: inline-block;
  }
  .page-width {
    max-width: 100%;
  }
  .cm-grid__item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .header__icons {
    display: flex;
    width: auto;
    float: right;
    border: none;
  }
}
@media (max-width: 479px) {
  #offerclock {
    position: static;
  }
  .special .title-wrapper-with-link .title {
    width: 100%;
  }
  .template-search .breadcrumb_title {
    margin-block-end: 10px;
  }
  .template-search .breadcrumb {
    text-align: center;
    float: none;
  }
  #col_3 {
    display: none;
  }
  .header-right-top .hearder-cart {
    padding: 7px 20px 7px 2px;
    margin: 10px 0 0;
  }
  .newsletter-form__field-wrapper .field__input {
    border-radius: 5px;
  }
  .product-grid .page-width {
    padding: 0 5px;
  }
  .grid {
    margin: 0 -5px;
  }
  .header {
    grid-template-columns: auto auto 1fr;
  }
  .header-service {
    display: none;
  }
  .header-right-top .hearder-cart {
    padding: 7px;
    margin: 9px 0 0;
  }
  .announcement-bar .menu-bar {
    width: auto;
    float: left;
    justify-content: center;
  }
  .customer button,
  .shopify-challenge__button {
    padding: 5px 20px;
  }
  .button {
    font-size: 13px;
    padding: 5px 15px;
  }
  .collection-list-wrapper .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
  }
  .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
  }
  .header-menu {
    width: auto;
  }
  .template-index .spaced-section {
    margin-top: 30px;
  }
  .spaced-section:last-child {
    float: left;
    width: 100%;
  }
  .template-index .service-section {
    margin-top: 0;
  }
  .template-index .slideshow {
    margin-top: 0;
  }
  .template-index .spaced-section.tm-service {
    margin-top: 0;
  }
  .collection .grid__item {
    width: 50%;
  }
  .card-information__wrapper .spr-badge-caption {
    display: none;
  }
  .announcement-bar .tm_header-dropdown.site-header__icon,
  .announcement-bar .tm_header-dropdown.site-header__icon.active {
    padding-inline-end: 0px;
  }
  .header__heading-logo {
    max-height: 34px;
  }
}

/******** wishlist & compare  *********/

.cm-compare-button,
.cm-wishlist-button {
  align-items: center;
  justify-content: center;
  float: left;
  display: flex !important;
  margin: 0 25px 0 0;
  position: relative;
}
.cm-compare-icon,
.cm-wishlist-icon {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
.product-hover button.active .icon.not-added {
  display: none;
}
.product-hover button.active .icon.added {
  display: inline-block;
  vertical-align: middle;
}
.product-hover button .icon.added {
  display: none;
}
.compare__grid.grid {
  column-gap: 0;
  margin: 0;
}
.compare__grid .product-card-compare {
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-base-border);
  margin-inline-end: -1px;
}
.compare__grid .product-card-compare li {
  display: flex;
  border-bottom: 1px solid var(--color-base-border);
  padding: 15px;
  position: relative;
}
.compare__grid .product-card-compare li:last-child {
  border-bottom: none;
  min-height: 110px;
}
.compare__grid .product-card-compare li span {
  width: 50%;
  text-align: right;
}
.compare__grid .product-card-compare li:first-child span {
  width: auto;
  text-align: left;
}
.compare__grid .product-card-compare li .form__label {
  text-align: left;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.wishlist__grid,
.compare__grid {
  column-gap: 0;
  row-gap: 30px;
  margin: 0 -15px;
}
.wishlist__grid .product-card {
  width: 25%;
  padding: 0 15px;
}
.wishlist__grid .product-hover,
.compare__grid .product-hover {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  opacity: 1;
}
.wishlist__grid .product-hover {
  right: 25px;
}
.compare__grid .product-card-compare li span.color > option {
  border: 1px solid #aaa !important;
}
.wishlist__grid .products {
  float: left;
  border-left: 0;
  width: 100%;
  padding: 0;
  border: 1px solid var(--color-base-border);
  border-radius: 5px;
}
.wishlist__grid .caption-with-letter-spacing.light {
  color: var(--color-base-text);
  opacity: 1;
}
.wishlist__grid .card-information,
.compare__grid .card-information {
  min-height: auto;
}
.compare__grid .card-information {
  padding: 0;
  text-align: left;
}
.compare__grid .price__sale {
  justify-content: left !important;
}
.compare__grid .icon.icon-close,
.wishlist__grid .icon.icon-close {
  height: 14px;
  width: 14px;
}
.compare__grid .product-hover .cm-link.btn--status,
.wishlist__grid .product-hover .cm-link.btn--status,
.compare__grid .product-hover .cm-link.btn--status:hover,
.wishlist__grid .product-hover .cm-link.btn--status:hover {
  background-color: transparent;
}
.wish-info,
.comp-info {
  text-align: center;
  padding: 15rem 0 20rem;
  margin: 0;
}
.no_products_data {
  font-size: 20px;
  font-weight: 400;
}
.wish-info a.link,
.comp-info a.link {
  text-decoration: underline !important;
  font-size: 16px;
}
.wish-info a.link:hover,
.comp-info a.link:hover {
  text-decoration: none !important;
}
@media (max-width: 989px) {
  .compare__grid .product-card-compare,
  .wishlist__grid .product-card {
    width: 33.33%;
  }
  .cm-compare-button,
  .cm-wishlist-button {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .compare__grid .product-card-compare,
  .wishlist__grid .product-card {
    width: 50%;
  }
  .special-collection .grid--2-col .grid__item {
    width: 100%;
  }
}
@media (max-width: 749px) and (min-width: 650px) {
  .special-collection .button {
    padding: 6px 10px;
  }
}
@media (max-width: 479px) {
  .compare__grid .product-card-compare,
  .wishlist__grid .product-card {
    width: 100%;
    max-width: 250px;
  }
}

/********* end wishlist & compare **********/
/* ============================= */
/* PRODUCT BUTTON ALIGNMENT FIX */
/* ============================= */

/* Wrapper */
.product-form__buttons {
  display: flex;
  gap: 12px;
  width: 100%;
}

/* Add to Cart */
.product-form__submit {
  flex: 1;
  height: 48px;
  font-size: 16px;
}

/* Buy Now container */
.shopify-payment-button {
  flex: 1;
}

/* Buy Now button */
.shopify-payment-button__button {
  width: 100% !important;
  height: 48px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}

/* Hover */
.shopify-payment-button__button:hover {
  background: #222 !important;
}

/* Mobile fix – stack buttons */
@media (max-width: 768px) {
  .product-form__buttons {
    flex-direction: column;
  }
}
/* Target only mobile screens */
@media screen and (max-width: 767px) {
  
  /* 1. Fix the messy top navigation links */
  .header__menu-item.list-menu__item,
  .list-menu--inline {
    display: none !important; /* Hides the text links that are overlapping the logo */
  }

  /* 2. Fix the "Mail Us" bar spacing */
  .announcement-bar {
    padding-bottom: 5px !important;
  }

  /* ==================================================
   VEGICART MOBILE HEADER – SAFE CENTER LOGO FIX
   Uses flex + auto margins (NO overlap possible)
   ================================================== */
@media (max-width: 767px) {

  /* Header row containing logo + icons */
  .header,
  .header-middle,
  .header__middle {
    display: flex !important;
    align-items: center !important;
  }

  /* Account icon stays left */
  .header .account,
  .header .header-account,
  .header .customer-links {
    margin-right: auto !important;
  }

  /* Logo forced to center */
  .header .logo,
  .header__heading {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Cart stays right */
  .header .cart,
  .header-cart,
  .header__icons {
    margin-left: auto !important;
  }

}

/* ===== FORCE SIDEBAR IMAGES TO DISPLAY + ROUNDED CORNERS ===== */
.tm-sidebar-multi-banners {
  width: 100%;
  display: block;
  overflow: visible;
}

.tm-sidebar-banner-item {
  width: 100%;
  margin-bottom: 15px;
  clear: both;
}

.tm-sidebar-img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  /* 👇 CORNER RADIUS */
  border-radius: 12px;

  /* optional premium look */
  overflow: hidden;
}
/* ==================================================
   VEGICART / DAWN PRODUCT CARD – FORCE SHADOW
   This targets the ACTUAL visible card
   ================================================== */

.card-wrapper .card,
.card-wrapper .card__inner,
.card-wrapper .card--standard {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Desktop hover only */
@media (min-width: 768px) {
  .card-wrapper:hover .card,
  .card-wrapper:hover .card__inner {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-4px);
  }
}

/* Image corner smoothing */
.card-wrapper img {
  border-radius: 12px;
}
