/** Shopify CDN: Minification failed

Line 2000:0 Expected identifier but found bad string token
Line 2000:1 Unterminated string token

**/
.link {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  --font-heading-line-height: 130%;
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: var(--color-base);
}
.section-heading-text {
  color: var(--color-heading);
}
@media (min-width: 993px) {
  h1,
  h2 {
    --h-mt: 10px;
    --h-mb: 10px;
  }
}
@media (max-width: 992px) {
  h1,
  h2 {
    --h-mt: 10px;
    --h-mb: 10px;
  }
}
h1,
.h1 {
  font-size: calc(42px * var(--font-heading-scale));
}
h2,
.h2 {
  font-size: calc(36px * var(--font-heading-scale));
}
h1,
h2 {
  margin-top: var(--h-mt, 0);
  margin-bottom: var(--h-mb, 0);
}
h3,
.h3 {
  font-size: calc(30px * var(--font-heading-scale));
}
h4,
.h4 {
  font-size: calc(24px * var(--font-heading-scale));
}
h5,
.h5 {
  font-size: calc(20px * var(--font-heading-scale));
}
h6,
.h6 {
  font-size: calc(16px * var(--font-heading-scale));
}
h3,
h4,
h5,
h6 {
  --h-mt: 10px;
  --h-mb: 10px;
  margin-top: var(--h-mt);
  margin-bottom: var(--h-mb);
}
.body2 {
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-weight);
}
strong,
b,
.strong {
  font-weight: var(--font-body-bold-weight);
}
h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong,
.h1.strong,
.h2.strong,
.h3.strong,
.h4.strong,
.h5.strong,
.h6.strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-weight: var(--font-heading-weight);
}

form {
  margin: 0;
}
button,
button:active,
button:focus {
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
meta + img,
p + img,
p span img {
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
input:focus,
input:active {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: var(--color-input-text);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-input-text);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-input-text);
}
a {
  color: var(--color-text-link);
  text-decoration: underline;
  outline: 0;
  transition: color var(--duration-medium) var(--animation-bezier);
}
a:hover {
  text-decoration: none;
}
a.clear-underline {
  text-decoration: none;
}
ul,
ol {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 28px;
}
.unstyle-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 10px 0 0;
}
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}

address {
  font-style: var(--font-body-style);
}

.color-base {
  color: var(--color-base);
}
.mb0 {
  margin-bottom: 0px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}

.el_mt_grid {
  margin-top: var(--page-padding);
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.nomargin {
  margin: 0;
}
.mt--first-child-0 > *:first-child {
  margin-top: 0;
}
.mb--last-child-0 > *:last-child {
  margin-bottom: 0;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.position-relative {
  position: relative;
}
.hidden,
.hide {
  display: none !important;
}
.body-bold-weight {
  font-weight: var(--font-body-bold-weight);
}
.visibility-hidden {
  visibility: hidden;
  display: none !important;
}
.visibility-hidden:first-child + *:not(.visibility-hidden) {
  margin-top: 0;
}
@media (min-width: 577px) {
  .justify-content-center--no-phone {
    justify-content: center !important;
  }
}
@media (max-width: 576px) {
  .hide-sp {
    display: none !important;
  }
}

.top-spacing-none {
  --sections-top-spacing-current: 0;
}
.top-spacing-small {
  --sections-top-spacing-current: var(--sections-top-spacing--small);
  --sections-top-spacing-current-mobile: var(
    --sections-top-spacing--small-mobile
  );
}
.top-spacing-normal {
  --sections-top-spacing-current: var(--sections-top-spacing);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing-mobile);
}
[class*="top-spacing-"] {
  margin-top: var(--sections-top-spacing-current);
}
@media (max-width: 992px) {
  [class*="top-spacing-"] {
    margin-top: var(--sections-top-spacing-current-mobile);
  }
  .top-spacing-small {
    margin-top: var(--sections-top-spacing--small-tablet);
  }
}
@media (max-width: 576px) {
  .top-spacing-small {
    margin-top: var(--sections-top-spacing--small-mobile);
  }
}

.scroll__vertical {
  overflow: hidden auto;
}
.scroll__disabled {
  overflow: hidden;
}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[style*="--aspect-ratio"] {
  position: relative;
  overflow: hidden;
  width: 100%;
}
[style*="--aspect-ratio"] img,
[style*="--aspect-ratio"].placeholder__svg--bg svg {
  backface-visibility: hidden;
  transform: translateZ(0);
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[style*="--aspect-ratio"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100% / (0 + var(--aspect-ratio, 1 / 1)));
}
@media (max-width: 992px) {
  [style*="--aspect-ratio-mobile"]:before {
    --aspect-ratio: var(--aspect-ratio-mobile);
  }
}
.image-hover-scaling__container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
a.image-hover-scaling__image {
  display: block;
}
.content-item .image-hover-scaling__container.image-hover-scaling__border {
  background: var(--color-secondary-background);
  border-bottom: max(var(--border-width), 1px) var(--border-style)
    var(--color-border);
  transition: border-color var(--duration-for-border) var(--animation-bezier);
}
@media (min-width: 993px) {
  .image-hover-scaling-up .image-hover-scaling__image {
    transition: transform var(--duration-medium) var(--zoom-animation-bezier);
    transform: scale(1);
  }
  .image-hover-scaling-up:hover
    .image-hover-scaling__image:not(.image-hover-scaling-up--disabled),
  .hover-area:hover
    .image-hover-scaling-up
    .image-hover-scaling__image:not(.image-hover-scaling-up--disabled) {
    transform: scale(var(--scale-image, 1)) rotate(var(--rotate-image, 0));
  }
  .content__border-h:hover
    .image-hover-scaling__container.image-hover-scaling__border {
    border-color: var(--color-border-hover);
  }
}

*:not(.text-center) > .heading-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.heading-with-button .link {
  margin-left: auto;
  flex: 0 0 auto;
}
.heading-with-button__for-center {
  width: max-content;
  flex: 0 0 auto;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 577px) {
  .text-center > .heading-with-button {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .text-center > .heading-with-button .section-heading-text + .link {
    margin-top: 10px;
  }
  .heading-with-button__for-center {
    display: none;
  }
}

.badge__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  pointer-events: none;
}
.badge__container:empty {
  display: none;
}
.badge {
  display: inline-flex;
  pointer-events: none;
  background: var(--color-badge-1);
  color: var(--color-badge-1-text);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  pointer-events: none;
  text-transform: initial;
  font-weight: normal;
}
.badge-simple .badge {
  padding: 0 10px;
}
.badge--fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.badge__container.badge__inline {
  gap: 5px;
  margin: 20px 20px 0 20px;
}
.badge__container.badge__inline .badge {
  padding: 4px 8px 3px;
  border-radius: var(--radius-badge);
  word-break: break-word;
}
.badge--small {
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  padding: 1px 4px;
}
.badge__small__rounded .badge {
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  border-radius: var(--radius-badge);
  padding: 3px 6px;
}
.badge--featured {
  background: var(--color-badge-2);
  color: var(--color-badge-2-text);
}
.badge--sold_out {
  background: var(--color-badge-3);
  color: var(--color-badge-3-text);
}
.no-js ticker-section {
  display: none;
}
.badge-ticker {
  display: flex;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}
.badge-ticker__item {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.badge-ticker__container {
  display: flex;
  align-items: center;
}
.badge-ticker__container.ticker--animation {
  animation: badge-ticker var(--ticker-delay, 15s) infinite linear;
}
.badge-ticker__container p {
  margin-top: 0;
  padding: 5px 10px;
  white-space: nowrap;
}
.badge__container-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@-moz-keyframes badge-ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes badge-ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes badge-ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes badge-ticker {
  100% {
    transform: translateX(-100%);
  }
}

.badge__menu {
  padding: 0 5px;
  font-size: 12px;
  width: max-content;
}
.badge__menu__fixed {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0 !important;
  gap: 4px;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.cart-count-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-icons);
  border-radius: 50%;
  transition: color var(--duration-medium) var(--animation-bezier);
}
.header__cart .content-item:hover .cart-count-bubble {
  color: var(--color-icons-hover);
}
.cart-icon-bubble {
  display: flex;
  position: relative;
}
.cart-count-bubble {
  position: absolute;
  width: 100%;
  bottom: calc(100% - 6px);
  left: calc(100% - 3px);
}

.link {
  --color-hover: var(--color-link-text-button-hover);
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  position: relative;
  align-items: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: var(--color-link-text-button);
  width: max-content;
  height: max-content;
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  word-break: break-word;
  transition: color var(--duration-medium) var(--animation-bezier);
}
.link-on-all-background {
  padding: 20px;
}
product-modal .link-on-all-background,
body:not(.classic-theme-design) .link-on-all-background,
.footer__content .link-on-all-background {
  width: 100%;
  height: 100%;
}
.link svg {
  flex: 0 0 auto;
  position: relative;
  top: -1px;
}
.link svg.theme-icon path {
  fill: var(--color-link-text-button);
}
.link:not(.link-with-icon):before,
.link.link-with-icon span:before,
.link .predictive-search__item_link:before {
  content: "";
  position: absolute;
  width: 0;
  height: var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.link.predictive-search__item:before {
  content: none;
}
.link.link-with-icon span,
.link .predictive-search__item_link {
  position: relative;
}
.link.link-heading-button {
  --color-hover: var(--color-heading-text-button-hover);
  --color-link-text-button: var(--color-heading-button);
}
@media (min-width: 993px) {
  .hover-area:hover .link,
  .link:hover {
    color: var(--color-hover);
  }
  .hover-area:hover .link svg path,
  .link:hover svg path {
    fill: var(--color-hover);
  }
  .hover-area:hover .link:not(.link-with-icon):hover:before,
  .hover-area:hover .link.link-with-icon:hover span:before,
  .link:not(.link-with-icon):hover:before,
  .link.link-with-icon:hover span:before,
  .link:hover .predictive-search__item_link:before {
    text-decoration: none;
    width: 100%;
  }
  [type="submit"]:hover svg path,
  [type="button"]:not(.link):not(.deferred-media__poster):not(
      .btn-main-icon-hover
    ):hover
    svg
    path {
    fill: var(--color-icons-hover);
  }
  a:hover svg.placeholder-svg path {
    fill: rgba(var(--color-base-rgb), 0.3);
  }
}

svg.theme-icon path,
svg.theme-icon rect {
  fill: var(--color-icons);
}
svg.placeholder-svg path {
  fill: rgba(var(--color-base-rgb), 0.3);
}
svg > * {
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.btn {
  --background: var(--color-button);
  --color: var(--color-button-text);
  --background-hover: var(--color-button-hover);
  --color-hover: var(--color-button-text-hover);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-button-weight);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  height: 60px;
  background: var(--background);
  color: var(--color);
  border-radius: var(--radius-button);
  border: unset;
  padding: 0 20px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  word-break: break-word;
  transition: color var(--duration-medium) var(--animation-bezier),
    background var(--duration-medium) var(--animation-bezier);
}
.btn svg path {
  fill: var(--color);
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.btn:hover {
  text-decoration: none;
}
@media (min-width: 993px) {
  .btn:hover {
    background: var(--background-hover);
    color: var(--color-hover);
  }
  .btn:hover svg path {
    fill: var(--color-hover);
  }
}
.btn svg {
  flex: 0 0 auto;
}
.btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
.link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.animation-underline {
  --color-hover: var(--color-base);
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.animation-underline:before {
  content: "";
  position: absolute;
  width: 0;
  height: var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.animation-underline--active:before {
  width: 100%;
}
@media (min-width: 993px) {
  .hover-area:hover .animation-underline:not(.hover-area--native):before,
  .animation-underline:hover:before {
    text-decoration: none;
    width: 100%;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):hover:before {
    text-decoration: none;
    width: 0;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--animation-underline-thin);
    left: 0;
    top: 100%;
    background: transparent;
  }
}

.placeholder__svg--bg {
  background: rgba(var(--color-base-rgb), 0.07);
}
.placeholder__svg--bg-none {
  background: rgba(0, 0, 0, 0);
}
.placeholder__svg--bg svg {
  display: flex;
  width: 100%;
  height: auto;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
@media (min-width: 993px) {
  .w-full-half-lg {
    width: 50%;
  }
}

/* ***************  */
blockquote {
  background: var(--color-blockquote);
  padding: 20px 20px 20px 48px;
  margin-left: -20px;
  width: calc(100% + 40px);
  position: relative;
}
blockquote > * {
  margin-top: 0;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

blockquote:first-child:not(:only-child) {
  margin-bottom: 20px;
}
blockquote:last-child:not(:only-child) {
  margin-top: 20px;
}
.classic-theme-design blockquote {
  border-radius: var(--radius);
}
@media (max-width: 992px) {
  .classic-theme-design .page-fullwidth blockquote {
    border-radius: 0;
  }
}

.shopify-challenge__message {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  font-size: 20px;
  line-height: 26px;
}
.shopify-challenge__container .shopify-challenge__button {
  margin-top: 30px;
}
@media (min-width: 993px) {
  .shopify-challenge__container {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .shopify-challenge__container {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (max-width: 576px) {
  .shopify-challenge__container .shopify-challenge__button {
    width: calc(100% - 40px);
  }
}
table {
  overflow: hidden;
  border: 0;
  padding: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-input);
  width: 100%;
  text-align: left;
  border: var(--border);
  --border: 1px solid var(--color-border);
  word-break: break-word;
}
table:not(:only-child) {
  margin-top: 20px;
}
table:not(:last-child) {
  margin-bottom: 20px;
}
dd,
dl {
  margin: 0;
}
td,
th {
  font-weight: var(--font-body-weight);
  border: none;
}
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
}
table > thead > tr:not(:last-child) > th,
table > thead > tr:not(:last-child) > td,
table > tbody > tr:not(:last-child) > th,
table > tbody > tr:not(:last-child) > td,
table > tfoot > tr:not(:last-child) > th,
table > tfoot > tr:not(:last-child) > td,
table > thead:not(:last-child) > tr > th,
table > thead:not(:last-child) > tr > td,
table > tbody:not(:last-child) > tr > th,
table > tbody:not(:last-child) > tr > td,
table > tfoot:not(:last-child) > tr > th,
table > tfoot:not(:last-child) > tr > td,
table > tr:not(:last-child) > td,
table > tr:not(:last-child) > th,
table > thead:not(:last-child),
table > tbody:not(:last-child),
table > tfoot:not(:last-child) {
  border-bottom: var(--border);
}
table th:not(:last-child),
table td:not(:last-child) {
  border-right: var(--border);
}
td,
th {
  padding: 12px 15px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  margin-top: 0;
  margin-bottom: 0;
}
table thead {
  text-align: left;
}
@media (max-width: 576px) {
  .scroll-table-mobile {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .scroll-table-mobile table {
    width: max-content;
    min-width: 100%;
    max-width: 767px;
  }
}

.svg-icon--small svg {
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--normal svg {
  max-width: 64px;
  max-height: 64px;
}
.color-accent-to-base {
  --color-accent: var(--color-base);
}
.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.breadcrumb {
  --color-secondary-background: var(--color-breadcrumb-background);
  --color-base: var(--color-breadcrumb-font);
  color: var(--color-breadcrumb-font);
}
.breadcrumb li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li svg {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb li svg path {
  fill: var(--color-base);
}
.breadcrumb a:hover {
  --color-base: var(--color-breadcrumb-font-hover);
}
/* @media (max-width: 992px){
  .breadcrumb{
    margin-top: 20px;
  }
} */

.share-button__fallback {
  position: relative;
}
.share-button__fallback input {
  text-overflow: ellipsis;
  padding-right: 50px;
}
.share-button__close,
.share-button__copy {
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translate(0, -50%);
  padding: 0 20px;
  height: 100%;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.share-button__close,
.share-button__copy {
  opacity: 1;
}
.share-button__close:not(.hidden) + .share-button__copy,
.share-button__close:not(.hidden) ~ .field input,
.share-button__close:not(.hidden) ~ .field label {
  display: none;
}
.share-button__close:not(.hidden) ~ .field .share-button__message {
  display: flex;
  align-items: center;
}
.share-button {
  display: block;
  height: 100%;
}
html.no-js .share-button details {
  display: flex;
}
.share-button details summary {
  display: inline-flex;
  width: 100%;
}
.share-button__fallback {
  margin-top: -20px;
}

a:empty,
ul:empty,
dl:empty,
p:empty {
  display: none;
}

.loading-overlay__spinner {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--color-base);
  animation: dash 1.4s ease-in-out infinite;
}
.btn .path,
.btn-quickview .path,
.btn.product-form__submit .path {
  stroke: var(--color);
}
.btn.loading .path,
.btn-quickview.loading .path,
.btn.product-form__submit.loading .path {
  stroke: var(--color-hover);
}
@media screen and (forced-colors: active) {
  .btn:hover .path,
  .btn-quickview:hover .path,
  .btn.product-form__submit:hover .path {
    stroke: var(--color-hover);
  }
  .path {
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}
*:focus-visible:not(textarea):not(input):not(select) {
  outline: 4px solid #0909ff;
  outline-offset: 3px;
}
.ticker__item:focus-visible,
.select__field__button:focus-visible,
.image-hover-scaling__container:focus-visible,
.product__media-toggle:focus-visible,
.product-card__variant-item:focus-visible,
.product-card__variant-count:focus-visible,
.content-item:focus-visible,
.content-item-container:focus-visible,
.search__button:focus-visible,
.chm-toggle--accordion summary:focus-visible,
facet-filters-form .chm-toggle__button:focus-visible,
.image-hover-scaling__container:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.product-form__item input[type="radio"]:focus-visible + label {
  outline: 4px solid #0909ff;
  outline-offset: 3px;
  z-index: 4;
}
.product__media-toggle:focus-visible:after {
  outline: 4px solid #0909ff;
  outline-offset: 3px;
}
.ticker__item:focus-visible,
.announcement-bar:focus-visible,
.chm-toggle--accordion summary:focus-visible,
.product-card__image:focus-visible,
.product-card__variant-item:focus-visible,
.thumbnail-slider__item__container .thumbnail:focus-visible,
facet-filters-form .chm-toggle__button:focus-visible,
.image-hover-scaling__container:focus-visible {
  position: relative;
}
.ticker__item:focus-visible:after,
.slideshow.active:focus-visible:after,
.announcement-bar:focus-visible:after,
back-to-top .link:focus-visible:after,
*:focus-visible > .content-item-container:after,
.search__button:focus-visible:after,
.content-item-container:focus-visible:after,
.chm-toggle--accordion summary:focus-visible:after,
.product-card__image:focus-visible:after,
.product-card__variant-item:focus-visible:after,
.thumbnail-slider__item__container .thumbnail:focus-visible:after,
.product-card__variant-count:focus-visible:after,
facet-filters-form .chm-toggle__button:focus-visible:after,
.image-hover-scaling__container:focus-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 4px solid #0909ff;
  outline-offset: -4px;
  z-index: 3;
}
.search__button:focus-visible:after {
  width: calc(100% + 20px);
}
facet-filters-form:not(.facets__horizontal)
  .toggle-opening
  .chm-toggle__button:focus-visible:after {
  height: calc(100% + 20px);
}
.disclosure-form .field__input .content-item-container:after {
  top: -16px;
  left: calc((20px + var(--border-width)) * -1);
  width: calc(100% + 20px + var(--border-width));
  height: calc(100% + 16px);
}
.quantity__button[name]:focus-visible {
  border-radius: 0;
}

@media (max-width: 992px) {
  *:not(input):not(textarea):focus:not(select):focus:not(
      .predictive-search
    ):focus {
    outline: 0 !important;
  }
}
input:focus-visible ~ .checkbox__box {
  outline: 4px solid #0909ff;
  outline-offset: 3px;
}

.btn:focus,
.btn:focus-visible,
.btn.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 4px solid #0909ff;
  outline-offset: 3px;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  clip: auto;
}
.btn:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  outline: 0;
  box-shadow: inherit;
}
terms_and_condition-checkbox {
  display: flex;
}
terms_and_condition-checkbox:not(.checked) + *,
terms_and_condition-checkbox:not(.checked) ~ .cart__dynamic-checkout-buttons {
  pointer-events: none;
  opacity: 0.4;
}
.no-js .cart__footer__content,
.no-js .cart__dynamic-checkout-buttons {
  pointer-events: inherit !important;
  opacity: 1 !important;
}
terms_and_condition-checkbox .checkbox-input:hover span {
  cursor: default;
}
.section__richtext__editor h1,
.section__richtext__editor h2,
.section__richtext__editor h3,
.section__richtext__editor h4,
.section__richtext__editor h5,
.section__richtext__editor h6 {
  margin: 0;
}
.section__richtext__editor ul,
.section__richtext__editor ol {
  margin: 0;
  padding: 0 0 0 20px;
  max-width: max-content;
}
.section__richtext__editor ol {
  padding: 0 0 0 32px;
}
.text-center .section__richtext__editor ul,
.text-center .section__richtext__editor ol,
.text-center.section__richtext__editor ul,
.text-center.section__richtext__editor ol {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section__richtext__editor > *:not(:first-child) {
  margin-top: 20px;
}
.section__richtext__editor > p + p {
  margin-top: 10px;
}

.page-content-image-markup iframe {
  display: flex;
  height: auto;
  aspect-ratio: 16/9;
}
.page-content-image-markup iframe,
.page-content-image-markup img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: calc(var(--content-internal-padding, 0) * -1);
  max-width: calc(100% + var(--content-internal-padding, 0) * 2);
  width: calc(100% + var(--content-internal-padding, 0) * 2);
  border-top: var(--border-width) var(--border-style) var(--color-border);
  border-bottom: var(--border-width) var(--border-style) var(--color-border);
  transition: border-color var(--duration-medium) var(--animation-bezier);
}
.page-content-image-markup > iframe,
.page-content-image-markup > img {
  margin-top: 20px;
}
.page-content-image-markup > *:first-child:not(:last-child) iframe:first-child,
.page-content-image-markup > iframe:first-child:not(:last-child),
.page-content-image-markup > *:first-child:not(:last-child) img:first-child,
.page-content-image-markup > img:first-child:not(:last-child) {
  border-bottom: var(--border-width) var(--border-style) var(--color-border);
  margin-top: calc(var(--content-internal-padding, 0) * -1);
}
.page-content-image-markup > *:first-child iframe,
.page-content-image-markup > iframe:first-child,
.page-content-image-markup > *:first-child img,
.page-content-image-markup > img:first-child {
  border-top: none;
}
.page-content-image-markup > *:last-child:not(:first-child) iframe,
.page-content-image-markup > iframe:last-child:not(:first-child),
.page-content-image-markup > *:last-child:not(:first-child) img,
.page-content-image-markup > img:last-child:not(:first-child) {
  border-top: var(--border-width) var(--border-style) var(--color-border);
  margin-bottom: calc(var(--content-internal-padding, 0) / 2 * -1);
}
.page-content-image-markup > *:last-child iframe:last-child,
.page-content-image-markup > iframe:last-child,
.page-content-image-markup > *:last-child img:last-child,
.page-content-image-markup > img:last-child {
  margin-bottom: calc(var(--content-internal-padding, 0) * -1);
}
.page-content-image-markup > *:last-child iframe,
.page-content-image-markup > iframe:last-child,
.page-content-image-markup > *:last-child img,
.page-content-image-markup > img:last-child {
  border-bottom: none;
}
body:not(.classic-theme-design) .page-content-image-markup > iframe + img,
body:not(.classic-theme-design) .page-content-image-markup > img + iframe,
body:not(.classic-theme-design) .page-content-image-markup > img + img,
body:not(.classic-theme-design)
  .page-content-image-markup
  > *:not(:first-child):not(:last-child)
  img
  + img {
  margin-top: calc(-10px - var(--border-width));
}
body:not(.classic-theme-design) .page-content-image-markup > * img + img {
  margin-top: -10px;
}
body.classic-theme-design .page-content-image-markup > iframe + img,
body.classic-theme-design .page-content-image-markup > img + iframe,
body.classic-theme-design .page-content-image-markup img + img {
  margin-top: 10px;
}
body.classic-theme-design .page-content-image-markup > * img + img {
  margin-top: 30px !important;
}
.classic-theme-design .page-content-image-markup iframe,
.classic-theme-design .page-content-image-markup img {
  border-radius: var(--radius-image-icon);
}
@media (min-width: 993px) {
  .content__border-h:hover .page-content-image-markup iframe,
  .content__border-h:hover .page-content-image-markup img {
    border-color: var(--color-border-hover);
  }
  .heading-color-hover {
    --color-hover: var(--color-heading-hover);
    transition: color var(--duration-medium) var(--animation-bezier);
  }
  .hover-area:hover .heading-color-hover:not(.hover-area--native),
  .heading-color-hover:hover {
    color: var(--color-heading-hover);
  }
}
@media (max-width: 992px) {
  .classic-theme-design .page-fullwidth .page-content-image-markup iframe,
  .classic-theme-design .page-fullwidth .page-content-image-markup img {
    border-radius: 0;
  }
}

/*   */

.product-card__variants {
  --grid: var(--grid-desktop);
  display: flex;
  align-items: stretch;
  width: calc(100% + var(--border-width) * 2);
}
.product-card__variants > * {
  width: calc((100% + var(--border-width) * 5) / var(--grid));
  height: auto;
  margin-left: calc(var(--border-width) * -1);
  margin-top: calc(var(--border-width) * -1);
}
@media (min-width: 577px) {
  .page-grid-same-height {
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 576px) {
  .slider[class*="page-grid-sp-"] {
    display: flex;
    width: 100%;
  }
  .slider[class*="page-grid-sp-"] > .content-item {
    flex: 0 0 auto;
    width: 100%;
  }
}
.social_icons_area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
}
@media (max-width: 992px) {
  .social_icons_area {
    width: 40px;
    height: 40px;
  }
}

/* Default: hide both first */
#shopify-section-template--16273216471115__text_YDDY9P,
#shopify-section-template--16273216471115__text_dBbDbL {
  display: none;
}

/* Show the first div on desktop (min-width: 768px) */
@media (min-width: 768px) {
  #shopify-section-template--16273216471115__text_YDDY9P {
    display: block;
  }
}

/* Show the second div on mobile (max-width: 767px) */
@media (max-width: 767px) {
  #shopify-section-template--16273216471115__text_dBbDbL {
    display: block;
  }
}
footer-accordion {
  height: 22.5rem;
}

.whatmore-root .swiper-button-next:after,
.whatmore-root .swiper-button-prev:after {
  color: #000 !important;
  top: 40% !important;
}

.reviews-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageblocks {
  position: relative;
  overflow: hidden;
}

.imageblocks::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  pointer-events: none;
  z-index: 1; /* overlay behind text */
}

.imageblocks img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

/* Ensure text block is positioned above the overlay */
.title_textblock {
  position: absolute;
  bottom: 10px; /* adjust based on desired position */
  left: 0;
  width: 100%;
  text-align: center;
  color: white; /* for contrast on black */
  z-index: 2; /* above overlay */
  padding: 10px;
}

/* kush sharma */

.header__desktop .header__icons__only-space .field__label,
.field__input {
  font-family: "Open Sans", sans-serif;
}

.predictive-search [data-predictive-search] {
  background: white;
}

#predictive-search-option-1 {
  font-family: "Open Sans", sans-serif;
}
#predictive-search-option-1 .predictive-search__item-vendor {
  display: none;
}

.header__icons__only-space {
  font-family: "Open Sans", sans-serif;
}

.pre-order {
  font-size: 12px;
}

.product-page__content-sidebar .content__shadow .content-item-container {
  padding-bottom: 1px !important;
  /* padding-top: 0 ; */
}

.product-page__content-sidebar
  .content__shadow
  .content-item-container
  .price__item {
  font-size: 20px !important;
}

.menu-drawer__menu-item {
  font-size: 1rem !important;
}

@media (max-width: 640px) {
  footer-accordion {
    height: 16.5rem !important;
  }
}

.footer__accordion__heading p {
  font-size: 16px !important;
}

#badge__container-template--16273216405579__product-grid {
  /* background: #dbdbdb !important ;
  color: #000; */
}

#ProductGridContainer .btn--add-to-cart {
  font-size: 13px;
}

#ProductGridContainer .w-full {
  width: auto;
}

#ProductGridContainer .no-js-hidden {
  width: auto !important;
}

#ProductGridContainer
  #template--16273216405579__product-grid7382205890635-submit-quickview
  span {
  font-size: 13px !important;
}

#featured-collection-template--16273216438347__product-recommendations
  .content-item
  .badge--fixed {
  top: 9% !important;
}

#CartDrawer .drawer__footer-footer .tax-note a {
  color: black !important;
}

.badge__custom {
  background: none !important;
}

@media (max-width: 786px) {
  #product-container .content-item .quantity {
    width: 170px;
  }

  #ProductInfo-template--16273216438347__main
    .content-item
    .content-item-container
    .product__title {
    text-align: left;
  }

  #ProductInfo-template--16273216438347__main .no-js-hidden .price__container {
    justify-content: start;
  }
  #ProductPopup-message {
    justify-content: start !important ;
  }

  #ProductInfo-template--16273216438347__main
    .product-links__container
    .content-item
    a {
    justify-content: start !important;
  }
  #Share-template--16273216438347__main .link-with-icon {
    justify-content: start !important;
  }
  #ProductInfo-template--16273216438347__main
    .product-page__content-sidebar
    .content__background-padding {
    /* display: none; */
    padding: 0px !important;
  }

  #ProductInfo-template--16273216438347__main .product-form__buttons {
    /* margin: 10px 15px !important;  */
  }

  #ProductInfo-template--16273216438347__main
    .product-page__content-sidebar
    .content-item,
  .no-js-hidden {
    margin: 10px 15px !important ;
  }

  #product-container .content__shadow--h .content__background-padding {
    margin: 10px;
  }

  /* #ProductInfo-template--16273216438347__main .product-links__container{
  position: relative;
}

#ProductInfo-template--16273216438347__main #Share-template--16273216438347__main .share-button__button{
  position: absolute;
  top: -55px;
} */
  #shopify-section-sections--16273216602187__header p.h5 {
    font-size: 9px !important;
  }

  #ProductInfo-template--16273216438347__main
    .product-page__content-sidebar
    .product-links__container {
    flex-direction: row;
    flex-wrap: unset;
  }

  #ProductInfo-template--16273216438347__main
    .product-page__content-sidebar
    .product-links__container
    > * {
    flex-basis: 0 !important;
  }

  #ProductInfo-template--16273216438347__main
    .product-page__content-sidebar
    .content__shadow--h {
    margin: 0px !important;
  }

  #ProductInfo-template--16273216438347__main
    .chm-toggle--accordion
    .chm-toggle
    .chm-toggle__button {
    padding-top: 0 !important;
  }

  #product-container .content__shadow--h .product-form__buttons button {
    font-size: 15px !important ;
  }

  #collection-list-template--16273216405579__heading
    .content-item-container
    h1 {
    font-size: 22px !important;
  }

#ProductInfo-template--16273216438347__main .chm-toggle--accordion .content__shadow .chm-toggle__button{
  padding-bottom:15px !important;
  padding-top:10px !important;
}

#MainProduct-template--16273216438347__main .content-item .content__shadow {
  margin-bottom:5px;
}
#shopify-section-template--16273216372811__main .page-width-half.page-fullwidth{
  width:100% !important;
}

.top-spacing-small .content-item-container .article-content p span{
  font-size:13px !important;
}

.top-spacing-small .content-item-container .article-content h2{
  font-size:22px !important;
} 

.top-spacing-small .content-heading .content-item-container h1{
  /* text-transform: capitalize; */
  font-size:22px;
}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar .content-item .content-item-container #TabbyPromo {
  width: 100% !important;
}
}

#collection-list-template--16273216405579__heading .content-item-container h1 {
  font-size: 30px;
}

#product-container .content-item-container .field .quantity__button {
  margin: 0 !important;
}

.quantity__button[name="plus"],
.quantity__button[name="minus"] {
  margin: 0 !important;
}

.js,
.dom-loaded {
  /* overflow-x: hidden; */
}

#text-columns-text-template--16273216208971__image_with_text_yEybkf
  .content__border-h
  .section__richtext__editor
  p {
  font-size: 15px !important;
  line-height: normal;
}

#CartDrawer .drawer__footer-footer .tax-note {
  display: none;
}

#MainProduct-template--16872972714059__main .product-page__content-sidebar .chm-toggle__product-page .content__shadow{
  padding-top:0 !important;
}

#MainProduct-template--16872972714059__main .product-page__content-sidebar .chm-toggle__button {
  padding-bottom:7px !important;
}

#ProductInfo-template--16273216438347__main .chm-toggle--accordion .content__shadow{
  padding-top:0px !important;
}

#ProductInfo-template--16273216438347__main .chm-toggle--accordion .content__shadow .chm-toggle__button{
  padding-bottom:7px;
}

#shopify-section-template--16273216372811__main .page-width-half.page-fullwidth{
  width:70%;
}

.top-spacing-small .content-item-container .article-content p span{
  font-size:16px;
  font-weight:100;
}
.top-spacing-small .content-item-container .article-content p{
  /* text-align: center; */
}

.top-spacing-small .content-heading .content-item-container h1{
  text-transform: capitalize;
}

.top-spacing-small .content-item-container .article-content h2 span{
  text-transform: capitalize;
  font-size:30px !important;
  text-align: center;
} 
.top-spacing-small .content-item-container .article-content h2 {
margin:14px 14px;
margin-left: 0!important;
text-transform:capitalize;
} 

#shopify-section-template--16273216438347__custom_reviews_ashish_8qLp6k .swiper-button-prev{
width:43px;
  border-radius:50%;
}

#shopify-section-template--16273216438347__custom_reviews_ashish_8qLp6k .swiper-button-next{
  width:43px;
  border-radius:50%;
}

#shopify-section-template--16273216438347__custom_reviews_ashish_8qLp6k .swiper-button-prev:after  {
  
  font-size:12px;
}

#shopify-section-template--16273216438347__custom_reviews_ashish_8qLp6k .swiper-button-next:after{
  font-size:12px;
}

#shopify-section-template--16273216471115__slideshow_custom_nxXHJD .swiper-wrapper .swiper-slide .slide-content .slide-btn-custom{
  color:#000 !important;
  font-weight:bold;
}

#shopify-section-template--16273216471115__slideshow_custom_nxXHJD .swiper-wrapper .swiper-slide .slide-content{
  text-align:center !important;
}

.content-item-container div>h2, p, span, ul, li{
    font-family: "Open Sans", sans-serif !important;
}

.content-item-container shopify-buy-it-now-button {
  /* display: none !important; */
}

.header-v1 .r--rateList.r--rate-1200{
  width:1100px !important;
}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar .chm-toggle__product-page .content-item details{
  border: 1px solid #000;
}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar .content-item .content-item-container #TabbyPromo {
  width:66%;
}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar .content__background-padding {
  padding-bottom:0px;
  padding-top:20px;

}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar #product-container .content-item .content-item-container {
 padding-top:0px;
}

#ProductInfo-template--17011234111563__main .product-page__content-sidebar .content-item .content-item-container{
  padding-top:10px;
}
#product-container .content-item .content-item-container{
  margin-bottom:0px;
}

#CartDrawer .drawer__inner .drawer__footer{
  overflow: auto;
}

#CartDrawer .drawer__inner .drawer__footer{
  overflow-x: hidden;
}
#CartDrawer .drawer__inner .drawer__footer cart-drawer-items{
  overflow: unset;
}
@media (max-width: 640px){
#shopify-section-template--17011233718347__slideshow_custom_nxXHJD .swiper-wrapper .swiper-slide .slide-content {
  bottom:-110px !important;
  display:none;
}

/* #shopify-section-template--17011233718347__slideshow_custom_bDVEtf .swiper-container .slide-content {
  display:none;
} */

}
#shopify-section-template--17011233718347__collection_slider_ashish_UGemA7 .celebrity-closet-slider h2{
  font-size: 20px;
}


/* announcement bar icon*/

.h5.nomargin {
  display: inline-flex;          
  align-items: center;          
  gap: 10px;                     
  flex-wrap: wrap;              
  position: relative;
}

.h5.nomargin::after {
  content: "";
  display: inline-block;
  width:90px;
  height: 50px;
  background-image: url('/cdn/shop/files/download-removebg-preview.png?v=1762253283');
  background-repeat: no-repeat;
  background-size: 80%;     
  background-position: center;
  flex-shrink: 0;               
}

#product-form-template--17011234111563__main .content-item .product-form__submit {
  /* display: none; */
}


#footer-sections--17011228377163__footer .section-main-background .footer-bar-container .content-item-container .footer__payment img{
  margin-bottom:20px;
}

@media(max-width:787px){

#CartDrawer .bought-together .swiper-initialized .swiper-slide {
  width:150px !important;
}

.footer .content-item-container p{
  text-align: start !important;
}

.section-heading-text, h2 {
  font-size: 20px;
}

#shopify-section-template--17527319298123__17466963027c9c23fa .content-data .content-item .content-item-container{
  padding:0;
}

#featured-collection-template--17527319298123__featured_collection_jXareW .content-item .heading-with-button {
  padding-bottom: 35px !important;
}

.section__richtext__editor p {

font-size: 12.8px !important;

}

#featured-collection-template--17527319691339__product-recommendations .slider-component__container .content-item{
  /* width:130px; */
}

#footer-sections--17011228377163__footer .footer-data .footer__accordion__content .footer__menu {
  padding-left: 18px;
"
}

.r--mobile .Ryviu-Header .r--filter-ryviu {
  margin-top:0 !important;
}

#apps-template--17527319691339__17563046334a931e6f .content-item-container {
  padding-bottom:0px;
}

#featured-collection-template--17527319691339__product-recommendations .content-heading .content-item-container{
  padding-top:0 !important;
}

#shopify-block-ANWQ5Szh0N1FZVUdZV__ryviu_reviews_qa_ryviu_widget_nPLEBW #r--ryviu-theme .r--stars{
  gap:0px !important;
}
#shopify-block-ANWQ5Szh0N1FZVUdZV__ryviu_reviews_qa_ryviu_widget_nPLEBW #r--ryviu-theme .r--stars .r--total-view{
  padding-left: 10px !important;
} 

#shopify-block-ANWQ5Szh0N1FZVUdZV__ryviu_reviews_qa_ryviu_widget_nPLEBW #r--ryviu-theme .r--stars span{
  padding-left:0 !important;
}

}

#shopify-section-template--19516444934333__featured_collection_JLxHVj .page-width .section-header {
 margin-top:40px !important;

}


span{
  padding-left:0px !important;
}

#ProductInfo-template--17527319691339__main .product-page__content-sidebar .content__background-padding{

  /* padding:0px !important; */
}

.product-page__content-sidebar .chm-toggle__product-page .content__shadow--h{
  padding-top:0px !important ;
}

.product-page__content-sidebar .chm-toggle__product-page .toggle-opening .section__richtext__editor p {
  padding-left:0px !important ;
}

.product-page__content-sidebar .chm-toggle__product-page .toggle-opening .section__richtext__editor p span {
  padding-left:0px !important ;
}


