/** Shopify CDN: Minification failed

Line 2532:0 Unexpected "}"

**/
/* Custom: */

[data-tpl^="product"][data-product-available="0"] .product-form__btns .dynamic-checkout-buttons {
  display: none;
}

.size_chart_btn {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: .125em;
  text-decoration-thickness: 1px;
  cursor: pointer;
  display: inline-block;
}

.size_chart .box {
  font-size: 12px;
}

.size_chart .box__images picture {
  display: block;
  width: 100%;
}

.size_chart .box__images img {
  max-width: 100%;
  height: auto;
}

.size_chart .box__images img:not(:first-child) {
  margin-top: 16px;
}

.size_chart .box > *:not(:first-child) {
  margin-top: 16px;
}

.size_chart .box__table_title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.size_chart .box__table__inner {
  overflow-x: auto;
}

.size_chart .box__table table {
  font-size: 12px;
  text-align: center;
  min-width: 100%;
}

.size_chart .box__table table td, 
.size_chart .box__table table th {
  border-color: #bbb;
  padding: .6em 1em;
}

.size_chart .box__table table th {
  font-weight: 500;
  background: #F3F3F8;
}

.size_chart .box__table table tr:hover td {
  background: #f2f2f2;
}

.sc_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sc_modal--layout--vertical .sc_modal__content .size_chart > .box {
  display: flex;
  flex-direction: column;
}

.sc_modal--layout--vertical .size_chart .box__images {
  width: 100%;
  float: none;
}

.sc_modal--layout--vertical .size_chart .box__images img {
  width: auto;
}

body.sc_modal_is_open {
  overflow: hidden;
}

body.sc_modal_is_open .sc_modal {
  display: flex;
}

.sc_modal__box {
  background: #fff;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.sc_modal__top {
  padding: 8px 50px 8px 16px;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.sc_modal__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.sc_modal__close::before,
.sc_modal__close::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gsc-text-color-100);
  position: absolute;
  top: 50%;
  left: 50%;
}

.sc_modal__close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.sc_modal__close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.sc_modal__title {
  font-weight: 500;
  font-size: 16px;
  color: var(--gsc-text-color-100);
}

.sc_modal__content {
  border-top: 1px solid #F3F0E7;
  overflow: auto;
  max-height: calc(100dvh - 80px - 48px);
  padding: 16px;
}

.icalc_btn {
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-100);
  border: 1px solid var(--gsc-border-color-100);
  font-weight: 500;
  font-size: var(--gsc-button-font-size);
  line-height: var(--gsc-lh-5);
  padding-left: 16px;
  padding-right: 20px;
  cursor: pointer;
  margin-top: 8px;
}

.icalc_btn:hover {
  border-color: var(--gsc-button-background-color-100);
}

.icalc_btn > *{
  display: inline-block;
}

.icalc_btn__icon {
  margin-right: 8px;
}

.icalc_btn__arrow {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--gsc-text-color-100);
  border-right: 1px solid var(--gsc-text-color-100);
  transform: rotate(45deg);
}

.ic_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.ic_modal_is_open{
  overflow: hidden;
}

body.ic_modal_is_open .ic_modal {
  display: flex;
}

.ic_modal__box {
  background: #fff;
  max-width: 1000px;
  width: 100%;
  position: relative;
  height: min(calc(100% - 32px), 900px);
}

.ic_modal__top {
  padding: 8px 50px 8px 16px;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ic_modal__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.ic_modal__close::before,
.ic_modal__close::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gsc-text-color-100);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ic_modal__close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ic_modal__close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.ic_modal__title {
  font-weight: 500;
  font-size: 16px;
  color: var(--gsc-text-color-100);
}

.ic_modal__content {
  border-top: 1px solid #F3F0E7;
  max-height: calc(100dvh - 80px - 29px);
  height: min(100%, 856px);
}

.ic_modal__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.mega-dropdown .mega-menu__columns {
  gap: 28px;
}

.footer__accordion_btn .accordeon-plus__icon {
  width: 16px;
  height: 16px;
}

.video-banner__poster {
  background: #14133b;
}

.yt-custom-video-banner__title {
  text-align: center;
  font-family: var(--font-default);
  margin-bottom: 1.5em;
  color: var(--gsc-text-color-100);
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
}

.yt-custom-video-banner .container, 
.yt-custom-video-banner .container h2 {
  color: #fff;
}

.multicolumn__column-media--icon + .multicolumn__details *,
.multicolumn__column-media--icon + .multicolumn__details .multicolumn__column-title {
  color: #2b287b;
}

.product__info .timer-block {
  width: fit-content;
}

.pdp-product-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.pdp-product-button--wishlist + .pdp-product-button--add-to-cart {
  width: calc(100% - 72px);
}

.pdp-product-button--wishlist {
  height: 100%;
}

.pdp-product-button--wishlist > * > * {
  min-height: 4.8rem;
  aspect-ratio: 1/1;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  border: 1px solid #14133b !important;
}

.pdp-product-button--wishlist .d-flex,
.pdp-product-button--wishlist .th_wl_button,
.pdp-product-button--wishlist .th_wl_button_after {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}

.collection-description__content {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}

.collection-description__content .rte > * + h2,
.collection-description__content .rte > * + h3,
.collection-description__content .rte > * + h4,
.collection-description__content .rte > * + h5,
.collection-description__content .rte > * + h6 {
  margin-top: 1em !important;
}

.collection-description__content h2 { font-size: 1.5em; margin: 1em 0; }
.collection-description__content h3 { font-size: 1.4em; margin: 1em 0; }
.collection-description__content h4 { font-size: 1.3em; margin: 1em 0; }
.collection-description__content h5 { font-size: 1.2em; margin: 1em 0; }
.collection-description__content h6 { font-size: 1.1em; margin: 1em 0; }

.collection-description__content ol, 
.collection-description__content ul,
.collection-description__content p {
  break-inside: avoid;
}

@media (min-width: 1200px) {
  .collection-description__content .rte {
    columns: 2;
    column-gap: 60px;
  }

  .collection-description__content .rte h2:first-of-type {
    margin-top: 0;
  }
}

.mega-menu.mega-dropdown[data-blocks-number="2"] .mega-menu__columns {
  max-width: calc(2 * (350px) - (28px));
}

.mega-menu.mega-dropdown[data-blocks-number="3"] .mega-menu__columns {
  max-width: calc(3 * (350px) - (2 * (28px)));
}

.collection-buttons ul {
  list-style-type: none;
  padding: 0;
  margin: 4px -8px 0;
}

.collection-buttons li {
  display: inline-block;
  margin: 8px;
}

.collection-buttons a {
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  text-decoration: none;
  min-height: 40px;
  background: #fff;
  border: 1px solid #14133B;
  font-size: 14px;
}

.collection-buttons li:not(.is_active) a:hover {
  background: #14133B;
  color: #fff;
}

.collection-buttons li.is_active a {
  background: #14133B;
  color: #fff;
}

.faq .faq__category,
.faq__accordeon-plus-btn {
  font-family: var(--font-default);
  font-weight: 500;
}

.hide_max_qty_item_block,
.product-card--hide-actions .product-card__actions,
product-card[data-set-max-quantity-to-1="1"]:not([data-items-in-cart-number="0"]) .product-card__actions {
  display: none;
}

.color_swatch .multiply-mode {
  margin-bottom: 24px;
}

.color_swatch {
  background: transparent;
}

.color_swatch__item {
  position: relative;
}

.color_swatch__item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.breadcrumbs__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: .02em;
}

[data-tpl^="collection"].breadcrumbs__list {
  justify-content: center;
}

.breadcrumbs__item {
  display: flex;
  position: relative;
  margin-right: 10px;
}

.breadcrumbs__item:hover {
  text-decoration: none;
}

.breadcrumbs__item a:hover {
  text-decoration: underline;
}

.breadcrumbs__item > span {
  text-decoration: none;
  cursor: default;
}

.breadcrumbs__item:not(:last-child)::after {
  display: block;
  content: '/';
  margin-left: 10px;
}

.breadcrumbs__item a {
  text-decoration: none;
}

[data-tpl^="product"] .breadcrumbs {
  margin: 24px 0;
}

.vendors_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
  margin: 32px 0;
}

.vendorbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #e9e9eb;
  padding: 16px;
  text-align: center;
  line-height: 1.6;
  transition: border-color .3s ease-in-out;
  order: 100;
}

.vendorbox:hover {
  border: 2px solid #14133B;
}

.vendorbox__link { 
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  transition: all .3s ease-in-out;
}

.vendorbox__badge {  
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transition: all .3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4px;
  background: #f44723;
  font-size: 14px;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  cursor: default;
}

@media (min-width: 1500px) {
  .vendorbox__badge {  
    padding: 4px 12px;
    font-size: 16px;
  }
}

.vendorbox__logo {
  aspect-ratio: 4 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.vendorbox__logo picture {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vendorbox__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vendorbox__name {
  margin-top: 12px;
}

.vendorbox__name > * {
  font-size: 12px;
  font-family: var(--font-default);
}

.vendorbox__button {
  margin-top: 12px;
  font-size: 12px;
  position: relative;
  padding-right: 10px;
}

.vendorbox__button::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14133B;
  border-right: 1px solid #14133B;
  transform: rotate(45deg);
}

.product-details__container .vendorbox {
  width: 100%;
  max-width: 240px;
  margin-top: 42px !important;
}

.product-details__container .vendorbox__name {
  margin-top: 16px !important;
}

.product-details__container .vendorbox__name > * {
  font-size: 14px !important;
}

.product-details__container .vendorbox__button {
  margin-top: 12px !important;
  font-size: 12px !important;
}

.product-details__rte h1,
.product-details__rte h2,
.product-details__rte h3,
.product-details__rte h4,
.product-details__rte h5,
.product-details__rte h6, 
.product-details__rte h1 b,
.product-details__rte h2 b,
.product-details__rte h3 b,
.product-details__rte h4 b,
.product-details__rte h5 b,
.product-details__rte h6 b,
.product-details__rte b,
.product-details__rte strong {
  font-weight: 500;
}

.product-details__rte h1 {
  font-size: 1.7em;
}

.product-details__rte h2 {
  font-size: 1.5em;
}

.product-details__rte h3 {
  font-size: 1.3em;
}

.product-details__rte h4 {
  font-size: 1.2em;
}

.product-details__rte h5 {
  font-size: 1.1em;
}

.product-details__rte h6 {
  font-size: 1.0em;
}

@media (min-width: 1400px) {
  .product-details__rte h1,
  .product-details__rte h2,
  .product-details__rte h3,
  .product-details__rte h4,
  .product-details__rte h5,
  .product-details__rte h6 {
    line-height: 1.28; 
  }

  .product-details__rte h1 {
    font-size: 32px;
  }

  .product-details__rte h2 {
    font-size: 28px;
  }

  .product-details__rte h3 {
    font-size: 24px;
  }

  .product-details__rte h4 {
    font-size: 20px;
  }

  .product-details__rte h5 {
    font-size: 18px;
  }

  .product-details__rte h6 {
    font-size: 16px;
  }
}

[data-additional-column="1"] {
  align-items: flex-start;
}

[data-additional-column="1"] > .header__menu-item {
  width: auto;
}

.custom_column_item {
  display: flex;
  justify-content: flex-start;
}

.custom_column_item > * {
  width: auto;
}

[data-blocks-number="1"] [data-additional-column="1"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.product__info .shipping_time {
  margin-top: 8px;
  font-size: 14px;
  color: var(--gsc-text-color-70);
}

.product-card__price [id^="am-omnibus-container-"] {
  width: 100%;
}

.product__info .shipping_time__value {
  display: none;
}

.product__info .product-form__btns.product-form__btns--shipping-internal > .product-form__btn-wrapper {
  order: 1;
}

.product__info .product-form__btns.product-form__btns--shipping-internal > .shipping_time-wrapper {
  order: 2;
}

.product__info .product-form__btns.product-form__btns--shipping-internal > .icalc_btn_wrapper {
  order: 3;
}

.product__info .shipping_time--internal[data-time="24h"] {
  display: inline-block;
  padding: 8px;
  text-align: center;
  background-color: rgba(43, 40, 123, 0.1);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #2B287B;
}

.product__info .shipping_time--internal .shipping_time__value--internal,
.product__info .shipping_time--external .shipping_time__value--external,
.product__info .shipping_time--custom .shipping_time__value--custom {
  display: inline-block;
}

.pdp-product-button button[aria-label="Wyprzedane"] + .gw-button-widget,
.pdp-product-button button[aria-label="Sold out"] + .gw-button-widget {
  margin-top: 0;
  opacity: .5 !important;
}

.pdp-product-button button[aria-label="Wyprzedane"] + .gw-button-widget:hover,
.pdp-product-button button[aria-label="Sold out"] + .gw-button-widget:hover {
  opacity: 1 !important;
}

.product-card__price [id^="am-omnibus-container-"] p {
  font-size: 12px !important;
}

@media (min-width: 360px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 540px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1400px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1800px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 2400px) {
  [data-blocks-number="1"] [data-additional-column="1"] {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 420px) {
  .vendorbox__name > * {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .vendors_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .vendors_grid {
    margin: 48px 0;
  }

  .vendorbox__name > * {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .vendors_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .vendors_grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .vendorbox {
    padding: 24px;
  }
  
  .vendorbox__name {
    margin-top: 18px;
  }

  .vendorbox__button {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .vendors_grid {
    margin: 64px 0;
    grid-template-columns: repeat(5, 1fr);
  }
  
  .vendorbox__name {
    margin-top: 24px;
  }

  .vendorbox__name > * {
    font-size: 18px;
  }
}

.buttons_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
  justify-content: center;
}

.buttonbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #e9e9eb;
  padding: 16px;
  text-align: center;
  line-height: 1.6;
  transition: border-color .3s ease-in-out;
  order: 100;
  width: 100%;
}

.buttonbox:hover {
  border: 2px solid #14133B;
}

.buttonbox__link { 
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 3;
  transition: all .3s ease-in-out;
}

.buttonbox__image {
  aspect-ratio: 4 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.buttonbox__image picture {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttonbox__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.buttonbox__name {
  margin-top: 12px;
}

.buttonbox__name > * {
  font-size: 12px;
  font-family: var(--font-default);
}

.buttonbox__button {
  margin-top: 12px;
  font-size: 12px;
  position: relative;
  padding-right: 10px;
}

.buttonbox__button::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14133B;
  border-right: 1px solid #14133B;
  transform: rotate(45deg);
}

.rich-text__content h1,
.rich-text__content h2,
.rich-text__content h3,
.rich-text__content h4,
.rich-text__content h5,
.rich-text__content h6 {
  font-family: var(--font-default);
  font-weight: 500;
}

.sizebox__dropdown .variant-picker-dropdown__body {
  max-width: 100%;
}

.product__info .product_form_wrapper {
  margin-top: 0;
}

.product_form_wrapper .sizebox__dropdown {
  margin-top: var(--gsc-space-between-main-block);
}

.filters__colors .subcolors {
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
}

.filters__colors .subcolors[data-items="1"] .subcolor {
  width: 100%;
}

.filters__colors .subcolors[data-items="2"] .subcolor {
  width: 50%;
}

.filters__colors .subcolors[data-items="3"] .subcolor {
  width: 33.333%;
}

.filters__colors .subcolors[data-items="4"] {
  flex-wrap: wrap;
}

.filters__colors .subcolors[data-items="4"] .subcolor {
  width: 50%;
  height: 50%;
}

.header__icon__inner {
  position: relative;
}

.wishlist_count[data-items-number="0"] {
  display: none;
}

.wishlist_count:not([data-items-number="0"]) {
  position: absolute;
  top: -5px;
  left: calc(100% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 .4rem;
  color: var(--gsc-header-cart-icon-text-color);
  background: var(--gsc-header-cart-icon-background-color);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: var(--gsc-font-weight-bold);
}
 
body[data-tpl^="collection"][data-filters-number="0"] .back-to-top-button.is-visible {
  bottom: 100px;
}

cart-drawer.is-pre-empty .gift_wrap--drawer {
  display: none;
}

@media (min-width: 420px) {
  .buttonbox {
    width: calc(50% - 8px);
    max-width: 180px;
  }

  .buttonbox__name > * {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .buttonbox {
    width: calc(33.333% - 12px);
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .buttons_grid {
    margin: 48px 0;
  }

  .buttonbox__name > * {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .buttonbox {
    width: calc(33.333% - 12px);
    max-width: 240px;
  }
}

@media (min-width: 1200px) {
  .buttons_grid {
    gap: 24px;
  }

  .buttonbox {
    padding: 24px;
    width: calc(25% - 18px);
    max-width: 280px;
  }
  
  .buttonbox__name {
    margin-top: 18px;
  }

  .buttonbox__button {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .buttons_grid {
    margin: 64px 0;
  }

  .buttonbox {
    width: calc(20% - 20px);
    max-width: 300px;
  }
  
  .buttonbox__name {
    margin-top: 24px;
  }

  .buttonbox__name > * {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  [data-tpl="index"] #MainContent .multicolumn__container .slider-grid-track,
  [data-tpl^="product"] #MainContent .multicolumn__container .slider-grid-track {
    flex-direction: column;
    will-change: auto;
  }

  [data-tpl="index"] #MainContent .multicolumn__container .slider-grid__slide,
  [data-tpl^="product"] #MainContent .multicolumn__container .slider-grid__slide {
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    contain-intrinsic-size: auto none !important;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  body .header__grid--4 .header__logo {
    justify-self: flex-start;
  }

  body .header__grid--4 {
    grid-template-columns: 40px 1fr 14.4rem;
  }
}

@media (min-width: 1000px) {
  .collection-buttons ul {
    margin: 0 -8px 0;
  }

  .collection-buttons a {
    padding: 6px 16px;
    min-height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .sc_modal__box .size_chart .box {
    font-size: 14px;
  }

  .sc_modal__box .size_chart .box__table_title {
    font-size: 16px;
  }

  .sc_modal__box {
    max-width: 1200px;
  }

  .sc_modal__top {
    padding: 8px 54px 8px 24px;
    min-height: 50px;
  }

  .sc_modal__close {
    right: 10px;
  }

  .sc_modal__content {
    padding: 24px;
  }
  .sc_modal__title {
    font-size: 18px;
  }

  .sc_modal:not(.sc_modal--layout--vertical) .size_chart .box__images {
    float: left;
    width: 500px;
  }

  .sc_modal .size_chart .box > *:not(.box__images) {
    width: calc(100% - 500px - 32px);
    float: right;
  }

  .sc_modal:not(.sc_modal--layout--vertical) .size_chart .box__images + * {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .collection-hero {
    overflow: initial;
  }

  .collection-hero__content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero__content {
    width: 100%;
    text-align: left;
  }

  .collection-buttons ul {
    white-space: nowrap;
    overflow: auto;
    width: 100vw;
    margin-left: calc(var(--gsc-container-padding) * -1);
    margin-right: 0;
  }

  .collection-buttons li {
    margin: 0 var(--gsc-container-padding) 0 0;
  }

  .collection-buttons li:first-child {
    margin-left: var(--gsc-container-padding);
  }
}

/* Overwrites */

body[is-filters-button-fixed] .back-to-top-button.is-visible {
  bottom: calc(var(--gsc-back-to-top-button-space-from-size) + var(--gsc-product-form-button-wrapper-height) + 70px);
}

body[is-filters-button-fixed] .back-to-top-button:not(.is-visible) {
  bottom: -200px;
}

.shop-mobile-filters-button {
  bottom: calc(24px + 70px);
}

sidebar-filters-mobile .sidebar-filters__header button::before,
sidebar-filters-mobile .sidebar-filters__header button::after,
#ShopSortList .sort-list-sidebar__header  button::before,
#ShopSortList .sort-list-sidebar__header  button::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gsc-text-color-100);
}

sidebar-filters-mobile .sidebar-filters__header button::before,
#ShopSortList .sort-list-sidebar__header  button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

sidebar-filters-mobile .sidebar-filters__header button::after,
#ShopSortList .sort-list-sidebar__header  button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
  display: block !important;
  opacity: 1 !important;
}

.filters__colors {
  padding: 2px;
}

.color-swatch {
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

[data-tpl="product"] .custom_size_name_is_not_set .product-form__btns {
  margin-top: var(--gsc-space-between-main-block);
}

cart-drawer [data-sidebar-button] span::before,
cart-drawer [data-sidebar-button] span::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gsc-text-color-100);
}

cart-drawer [data-sidebar-button] span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

cart-drawer [data-sidebar-button] span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

[data-tpl="product"] .product-modal__body [data-action="close"]::before,
[data-tpl="product"] .product-modal__body [data-action="close"]::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: var(--gsc-text-color-100);
    
}

[data-tpl="product"] .product-modal__body [data-action="close"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

[data-tpl="product"] .product-modal__body [data-action="close"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rich-text__text-wrapper {
  max-width: 100%;
}

body .product-variant-picker__list .pill[no-available].pill--solid[no-available] .pill__label,
body .product-variant-picker__list .pill[no-available].pill--outline[no-available] .pill__label {
  color: #505067;
  opacity: 1;
}

body .product-variant-picker__list .pill--solid.selected[no-available], 
body .product-variant-picker__list .pill--outline.selected[no-available] {
  background: #14133B;
  color: #B1B1C3;
}

body .product-variant-picker__list .pill[no-available].pill--solid.selected[no-available] .pill__label,
body .product-variant-picker__list .pill[no-available].pill--outline.selected[no-available] .pill__label {
  opacity: 1;
  color: #B1B1C3;
}

body .drawer-menu__menu-item--medium,
body .drawer-menu__list-title-body {
  font-weight: 500;
}

body .product-variant-picker__option-label,
body .product-quantity__label {
  font-weight: 500;
}

.product-quantity__wrap {
  margin-bottom: 12px !important;
}

body .close-button-with-scale-hover::before, 
body .close-button-with-scale-hover::after {
  display: none;
}

body .timer__unit-value {
  font-family: var(--font-default);
  font-weight: 400;
}

body .product__info .timer-block--with-background {
  padding: 12px;
}

body .product__info .timer-block .timer__svg {
  height: 60px;
  width: auto;
}

body .product__info .timer__container {
  margin-top: 12px;
  height: 60px;
}

body .product__info .timer-block .timer__unit-value {
  font-size: 26px;
}

body .collection-card__title.h5 {
  font-size: var(--gsc-heading-5-font-size);
  line-height: var(--gsc-heading-5-line-height);
  font-weight: var(--gsc-heading-5-font-weight);
  --gsc-heading-line-height: var(--gsc-heading-5-line-height);
  --gsc-heading-font-size: var(--gsc-heading-5-font-size);
} 

body .product-card__title > * {
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  letter-spacing: var(--gsc-product-card-title-letter-spacing);
  text-transform: var(--gsc-product-card-title-transform);
  font-size: var(--gsc-product-card-title-font-size);
  line-height: var(--gsc-product-card-title-line-height);
  font-weight: var(--gsc-product-card-title-font-weight);
}

body .header__menu-item--mega-title {
  font-weight: 500;
}

@media (min-width: 768px) {
  body .cart__free-shipping-bar {
    margin-bottom: 64px;
  }

  body .product__info .timer-block .timer__unit {
    width: 80px;
  }
  body .collection-card__title {
    font-style: italic;
  }
}

cart-drawer .cart-order-notes__button .cart-order-notes__plus-icon {
  right: 0;
}

div#am-omnibus-block p {
  font-weight: 400;
}

.custom-app-block[data-custom-app] {
  margin-top: 12px !important;
}

.collection-card .collection-card__title {
  font-family: var(--gsc-headings-font-family) !important;
}

@media (max-width: 419px) {
  .announcement-bar__carousel {
    padding: 2px 0;
  }

  [data-tpl="index"] #MainContent > section:first-child .slideshow__carousel,
  [data-tpl="index"] #MainContent > section:first-child .slideshow__carousel .slideshow__carousel-container {
    max-height: 540px;
  }

  [data-tpl="index"] #MainContent > section:first-child .slideshow__carousel .media__image {
    object-position: top center !important;
  }
}

body .slideshow__play-button {
  display: flex;
}

@media (max-width: 767px) {
  body .slideshow__play-button {
    width: 32px;
    height: 32px;
    bottom: 12px;
    left: auto;
    right: 16px;
  }
  
  .dots-carousel__viewport.scroll-trigger.animate--slide-in {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important; 
    transform: translateY(0) !important;
  }
}

shape-swatch.color-swatch--disabled .color-swatch__line {
  z-index: 100;
}

/* App: Klaviyo */

#klaviyo-bis-button-container {
  margin-bottom: 0 !important;
}

#klaviyo-bis-button-container button {
  font-weight: var(--gsc-button-font-weight) !important;
  font-size: var(--gsc-button-font-size) !important;
  font-family: var(--gsc-button-font-family) !important;
  font-style: var(--gsc-button-font-style) !important;
  line-height: var(--gsc-button-line-height) !important;
  text-transform: var(--gsc-button-text-transform) !important;
}

/* App: Love Loyalty */

cart-drawer .ll__container,
.cart-subtotal .ll__container {
  max-width: 100% !important;
  padding: 0 0 2.4rem !important;
  background: transparent !important;
  border-bottom: 1px solid var(--gsc-border-color-100);
  border-radius: 0 !important;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-normal);
}

cart-drawer .ll__container svg,
.ll__modal-content .ll__container svg,
.cart-subtotal .ll__container svg {
  color: transparent !important;
  margin-right: 0;
}

cart-drawer .ll__container svg path ,
.ll__modal-content .ll__container svg path,
.cart-subtotal .ll__container svg path {
  fill: var(--gsc-button-background-color-100) !important;
}

cart-drawer .ll__button,
.cart-subtotal .ll__button {
  padding: 6px 12px !important;
  font-family: var(--gsc-button-font-family) !important;
  font-style: var(--gsc-button-font-style) !important;
  letter-spacing: var(--gsc-button-letter-spacing) !important;
  text-align: center !important;
  text-transform: var(--gsc-button-text-transform) !important;
  font-weight: var(--gsc-button-font-weight) !important;
  font-size: var(--gsc-button-font-size) !important;
  line-height: var(--gsc-button-line-height) !important;
  background: var(--gsc-button-background-color-100) !important;
}

cart-drawer .cart-drawer-subtotal__main-content > div > .ll__container {
  display: none;
}

cart-drawer .ll__container {
  flex-wrap: wrap;
}

cart-drawer .ll__container .ll__point-balance svg {
  display: none;
}

cart-drawer .ll__container .ll__button.ll__rewards-button {
  background-color: transparent !important;
  padding: 0 !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-decoration-line: underline !important;
  color: #010016 !important;
}

cart-drawer .cart-drawer__block {
  margin-top: 1.8rem;
}

cart-drawer .cart-drawer__free-shipping-bar {
  margin-bottom: 0;
} 

cart-drawer .cart-drawer-subtotal__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

cart-drawer .cart-drawer-subtotal__wrapper::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgba(224, 224, 231, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

cart-drawer .cart-drawer-subtotal__wrapper.cart-drawer-subtotal__wrapper--full::after {
  display: none;
}

cart-drawer .cart-drawer-subtotal__wrapper.cart-drawer-subtotal__wrapper--full .ll__container {
  width: 100%;
}

cart-drawer .gift_wrap__description {
  display: none;
}

cart-drawer .cart-drawer-subtotal__main-content {
  padding-top: 0px;
}

cart-drawer .cart-drawer-subtotal__main-content .cart-drawer-subtotal__wrapper {
  margin: 0 auto 2.4rem;
  padding: 1.8rem 1.6rem;
  background-color: rgba(224, 224, 231, 0.3);
  max-height: 74px;
}

cart-drawer .cart-drawer-subtotal__main-content .cart-drawer-subtotal__wrapper span {
  margin-bottom: 8px;
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(1, 0, 22, 0.8);
}

cart-drawer .cart-drawer-subtotal__main-content .cart-drawer-subtotal__wrapper a {
  font-family: "Sen";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #010016;
}

cart-drawer .gift_wrap, cart-drawer .cart-order-notes {
  margin: 0 auto;
  width: calc(100% - 4.8rem);
  background-color: rgba(224, 224, 231, 0.3);
}

cart-drawer .cart-order-notes__header {
  padding: 2.4rem 2.4rem 2.4rem 1.6rem;
  max-height: 64px;
}

cart-drawer .cart-order-notes .cart-order-notes__button {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(1, 0, 22, 0.8);
}

cart-drawer .cart-order-notes .cart-order-notes__button .cart-order-notes__plus-icon {
  width: 1.8rem;
  height: 1.8rem;
}

cart-drawer .gift_wrap .gift_wrap__grid {
  border-top: 0px;
  padding: 1.2rem 1.6rem;
  max-height: 64px;
}

cart-drawer .gift_wrap .gift_wrap__title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #010016;
}

cart-drawer .gift_wrap .gift_wrap__price {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #010016;
}

cart-drawer .gift_wrap .gift_wrap__button .btn {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #14133B;
  padding: 1.2rem 2rem;
}

cart-drawer .cart-drawer-subtotal__main-content .cart-drawer-subtotal__wrapper .ll__container {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0px;
}

cart-drawer .cart-drawer-subtotal__b2b-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0rem;
  margin-bottom: 0px;
  border-bottom: 0px solid var(--gsc-border-color-100);
}

cart-page .cart-subtotal__b2b-info * {
  color: rgba(1, 0, 22, .7);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

body .ll__modal-content {
  border-radius: 0;
  padding: 12px 16px;
}

body .ll__modal .ll__header {
  padding: 0 0 8px;
  background: transparent;
  color: var(--gsc-text-color-100);
  font-weight: var(--gsc-headings-font-weight);
  font-style: var(--gsc-headings-font-style);
  letter-spacing: var(--gsc-headings-letter-spacing);
  font-family: var(--gsc-headings-font-family);
  text-transform: var(--gsc-headings-text-transform);
  word-spacing: var(--gsc-headings-word-spacing);
  border-radius: 0;
}

body .ll__modal .ll__header > * {
  color: var(--gsc-text-color-100);
  font-size: var(--gsc-heading-6-font-size);
}

body .ll__modal .ll__header button:hover {
  background-color: #eee;
}

body .ll__modal .ll__modal-content .ll__container {
  max-width: 100% !important;
  padding: 0 0 10px;
  background: transparent !important;
  border-bottom: 1px solid var(--gsc-border-color-100);
  border-radius: 0 !important;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-normal);
}

body .ll__modal-section-title {
  margin-bottom: 12px;
  font-weight: var(--gsc-headings-font-weight);
  font-style: var(--gsc-headings-font-style);
  letter-spacing: var(--gsc-headings-letter-spacing);
  font-family: var(--gsc-headings-font-family);
  text-transform: var(--gsc-headings-text-transform);
  word-spacing: var(--gsc-headings-word-spacing);
  color: var(--gsc-text-color-100);
}

body .ll__modal .ll__rule-list li {
  border-radius: 0;
}

body .ll__modal .ll__rule-list li {
  border-radius: 0;
}

body .ll__modal .ll__select-button svg circle {
  fill: var(--gsc-button-background-color-100);
}

body .ll__modal .ll__illustrated-block {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #eee;
}

body .ll__modal .ll__illustrated-block > svg {
  width: 40px;
  height: 40px;
}

body .ll__modal .ll__illustrated-block > svg {
  color: transparent
}

body .ll__modal .ll__illustrated-block > svg path {
  fill: var(--gsc-button-background-color-100);
}

body .ll__modal .ll__button {
  font-family: var(--gsc-button-font-family);
  font-style: var(--gsc-button-font-style);
  letter-spacing: var(--gsc-button-letter-spacing);
  text-align: center;
  text-transform: var(--gsc-button-text-transform);
  font-weight: var(--gsc-button-font-weight);
  font-size: var(--gsc-button-font-size);
  line-height: var(--gsc-button-line-height);
  background: var(--gsc-button-background-color-100);
}

product-info .ll__container {
  background-color: transparent;
  font-size: 14px;
  padding-left: 0;
}

/* App: Shopify Inbox */

@media (max-width: 1199px) {
  body #shopify-chat > * {
    transition: bottom .6s ease-in-out;
  }

  body.scroll-y-off #shopify-chat > * { 
    bottom: -100% !important;
  }
}

/* App: Judgeme */

.jdgm-rev-widg__title {
  visibility: unset;
  font-family: var(--font-default);
}

.jdgm-write-rev-link.jdgm-write-rev-link {
  font-weight: 400;
}

/* App: Wishlist Club */

.add_to_wishlist--product_card {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  line-height: 1;
}

.add_to_wishlist--product_card .th_wl_button_after[onclick^="remove"] svg path,
.add_to_wishlist--product .th_wl_button_after[onclick^="remove"] svg path {
  fill: #14133b;
}

.add_to_wishlist--product_card .th_wl_dropdown,
.add_to_wishlist--product .th_wl_dropdown {
  display: none;
}

.add_to_wishlist--product_card .th_wl_button .th_wl_icon, 
.add_to_wishlist--product_card .th_wl_button_after .th_wl_icon,
.add_to_wishlist--product .th_wl_button .th_wl_icon, 
.add_to_wishlist--product .th_wl_button_after .th_wl_icon  {
  margin-right: 0;
}

.add_to_wishlist--product_card .th_wl_button .th_wl_icon,
.add_to_wishlist--product_card .th_wl_button_after .th_wl_icon,
.add_to_wishlist--product .th_wl_button .th_wl_icon,
.add_to_wishlist--product .th_wl_button_after .th_wl_icon {
  width: 22px;
  height: 22px;
}

body .add_to_wishlist--product_card .th_prd_wl_btn, 
body .add_to_wishlist--product_card .th_wl_col_btn, 
body .add_to_wishlist--product_card .th_wl_btn, 
body .add_to_wishlist--product_card .th_wl_btn_modal,
body .add_to_wishlist--product .th_prd_wl_btn, 
body .add_to_wishlist--product .th_wl_col_btn, 
body .add_to_wishlist--product .th_wl_btn, 
body .add_to_wishlist--product .th_wl_btn_modal {
  padding: 0;
  border: none;
}

body .th-wl-product-title,
body .th-wl-product-variant {
  overflow: hidden;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  letter-spacing: var(--gsc-product-card-title-letter-spacing);
  text-transform: var(--gsc-product-card-title-transform);
  font-size: var(--gsc-product-card-title-font-size);
  line-height: var(--gsc-product-card-title-line-height);
  font-weight: var(--gsc-product-card-title-font-weight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

body .th-wl-product-variant a {
  text-decoration: none;
}

#th_wishlist_page_id {
  opacity: 0;
  visibility: hidden;
  margin:42px 0;
}

#th_wishlist_page_id.translated {
  opacity: 1;
  visibility: visible;
}

#th_wishlist_page_id .th-wl-tab {
  display: none;
}

#th_wishlist_page_id .th-wl-header-col:empty {
  display: none;
}

#th_wishlist_page_id .th-wl-header-col .th-wl-share_on {
  justify-content: center;
}

#th_wishlist_page_id .th-wl-share_on path[fill="black"],
#th_wishlist_page_id .th-wl-share_on circle[fill="black"],
.th-wl-product-item .th-wl-product-remove-product path[fill="black"] {
  fill: #aaa;
}

#th_wishlist_page_id .th-wl-share_on svg:hover path[fill="black"],
#th_wishlist_page_id .th-wl-share_on svg:hover circle[fill="black"],
.th-wl-product-item .th-wl-product-remove-product svg:hover path[fill="black"] {
  fill: #999;
}

#th_wishlist_page_id .add-to-cart-all-product button {
  color: var(--gsc-button-text-color-100);
  background: var(--gsc-button-background-color-100) !important;
  min-height: 4.8rem;
  padding: 1.2rem 3.2rem;
  font-size: 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

body .th-wl-quantity-box {
  border-radius: 0;
}

body .th-wl-container-header h3 {
  font-size: var(--gsc-heading-5-font-size);
  line-height: var(--gsc-heading-5-line-height);
  margin: 0;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-body-font-family);
  font-style: var(--gsc-body-font-style);
  word-spacing: var(--gsc-body-word-spacing);
  line-height: var(--gsc-lh-base);
  font-weight: var(--gsc-body-font-weight);
}

body .th-wl-container-header p {
  margin-top: 32px;
}

body .th-wl-share_on h3 {
  font-size: 14px;
  line-height: var(--gsc-heading-6-line-height);
  margin: 0;
  color: var(--gsc-text-color-100);
  font-weight: var(--gsc-headings-font-weight);
  font-style: var(--gsc-headings-font-style);
  letter-spacing: var(--gsc-headings-letter-spacing);
  font-family: var(--font-default);
  text-transform: var(--gsc-headings-text-transform);
  word-spacing: var(--gsc-headings-word-spacing);
  padding-right: 12px;
}

body .th-wl-no-wishlist h3 {
  margin-top: 32px;
  font-family: var(--font-default);
  font-weight: 400;
  color: #555;
}

body .th-wl-product-row {
  margin-left: -16px;
  margin-right: -16px;
}

body .th-wl-product-row > * {
  padding-right: 16px;
  padding-left: 16px;
}

body .th-wl-product-item {
  border: none;
  height: 100%;
}

body .th-wl-product-item figure {
  border: 1px solid #e9e9eb;
}

body .th-wl-product-add-to-cart  {
  margin-top: auto; 
  color: var(--gsc-button-text-color-100);
  background: var(--gsc-button-background-color-100);
  --gsc-spinner-color: var(--gsc-button-text-color-100);
  min-height: 4.8rem;
  padding: 1.2rem 3.2rem;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: 400;
}

body .th_wl_modal_content {
  border-radius: 0;
  border: none;
}

body .th_wl_modal_title {
  font-weight: 400;
}

body .th_wl_form_control {
  border-radius: 0;
}

body .th_wl_btn-primary {
  background: #14133b;
  border-color: #14133b;
}

body .th_wl_btn-secondary {
  background: #666;
  border-color: #666;
}

body .th_prd_wl_btn, 
body .th_wl_col_btn, 
body .th_wl_btn, 
body .th_wl_btn_modal {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-default);    
  border-radius: 0;
  padding: .3em 1em;
}

body .th_wl_modal_close {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: -8px;
}

body .th_wl_modal_close::before,
body .th_wl_modal_close::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: var(--gsc-text-color-100);
  position: absolute;
  top: 50%;
  left: 50%;
}

body .th_wl_modal_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

body .th_wl_modal_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

body .th_wl_button .path_filled {
  opacity: 0;
  transition: all .3s ease-in-out;
}

body .th_wl_button_after .path_filled {
  opacity: 1;
}

body .th_wl_button svg, 
body .th_wl_button_after svg {
  width: 24px;
  height: 24px;
}

/* App: Quiz Kit */

[id^="quiz-kit-question-grid"] > * > * {
  flex-direction: column;
  display: flex;
}

[id^="quiz-kit-question-grid"] > * > * > * {
  display: inline-flex;
  align-self: center !important;
}

[id^="quiz-kit-question-grid"] button,
[id^="quiz-kit-question-grid"] button > *,
[id^="quiz-kit-question-grid"] button > * > *,
[id^="quiz-kit-question-grid"] input[type="number"],
[id^="quiz-kit-question-grid"] input[type="text"],
[id^="quiz-kit-question-grid"] input[type="tel"] {
  border-radius: 0 !important;
  font-family: var(--gsc-body-font-family) !important;
  border-color: #14133b !important;
}

[id^="quiz-kit-question-grid"] button.active-class > * > * {
  border-color: #24a921 !important
}

[id^="quiz-kit-question-grid"] button.active-class:hover > * > * {
  border-color: #24a921 !important
}

#quiz-kit-form {
  font-family: var(--gsc-body-font-family) !important;
}

#quiz-kit-container > h1 {
font-weight: var(--gsc-body-font-weight) !important;
--gsc-font-weight-bold: var(--gsc-body-font-weight) !important;
--gsc-font-weight-semibold: var(--gsc-body-font-weight) !important;
--gsc-font-weight-medium: var(--gsc-body-font-weight) !important;
}

#quiz-kit-question-prev-button,
#quiz-kit-question-next-button {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  font-family: var(--gsc-body-font-family) !important;
}

[id^="quiz-kit-results-product-"] h3, 
[id^="quiz-kit-results-product-"] h4 {
  color: #14133b !important;
  font-family: var(--gsc-body-font-family) !important;
  font-weight: var(--gsc-body-font-weight) !important;
  --gsc-font-weight-bold: var(--gsc-body-font-weight) !important;
  --gsc-font-weight-semibold: var(--gsc-body-font-weight) !important;
  --gsc-font-weight-medium: var(--gsc-body-font-weight) !important;
}

[id^="quiz-kit-results-product-"] button {
  border-radius: 0 !important;
  font-family: var(--gsc-body-font-family) !important;
  border-color: #14133b !important;
  max-width: 180px !important;
}

[id^="quiz-kit-results-product-"] button:hover {
  background: transparent !important;
  border-color: #14133b !important;
  color: #14133b !important;
}

#quiz-kit-content #quiz-kit-container [id^="quiz-kit-question-description-"],
#quiz-kit-content #quiz-kit-container [id^="quiz-kit-question-grid"] p,
#quiz-kit-content #quiz-kit-container h2,
#quiz-kit-content #quiz-kit-container p,
#quiz-kit-content #quiz-kit-container span,
#quiz-kit-content #quiz-kit-sections-container h2,
#quiz-kit-content #quiz-kit-sections-container p,
#quiz-kit-content #quiz-kit-sections-container span,
#quiz-kit-content #quiz-kit-container #quiz-kit-question-skip-button {
  font-family: var(--gsc-body-font-family) !important;
  font-weight: 400 !important;
}
 
/* style fix */
[id^="quiz-kit-question-grid"] > * {
  justify-content: center !important;
}

[id^="quiz-kit-question-grid"] > * > * {
  display: flex;
  flex-direction: column !important;
  width: fit-content !important;
}

[id^="quiz-kit-question-multiple-choice-"] {
  width: 100% !important;
}

#quiz-kit-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

[id^="quiz-kit-question-grid"] [id*="-dropzone"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

#quiz-kit-form input {
  width: 300px !important;
}

#quiz-kit-container h1 {
  word-break: break-word;
}

@media (max-width: 499px) {
  #quiz-kit-container h1 {
    font-size: 22px !important;
  }
}

/* App: Yagi */

product-card .yagi-original-price,
product-card .yagi-discounted-price {
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-product-card-price-font-family);
  font-size: var(--gsc-product-card-price-font-size);
  line-height: var(--gsc-product-card-price-line-height);
  font-weight: var(--gsc-product-card-price-font-weight);
}

product-card .yagi-original-price,
.product__content .yagi-original-price,
vertical-product-card .yagi-original-price {
  opacity: .5;
  margin-right: 8px;
}

.product-card__price--hidden_by_yagi .product-card__price-cost,
.product-price--hidden_by_yagi {
  display: none;
}

.product__content .yagi-original-price,
.product__content .yagi-discounted-price {
  --gsc-product-price-fz: var(--gsc-product-price-font-size-sm);
  --gsc-product-price-lh: var(--gsc-product-price-line-height-sm);
  color: var(--gsc-text-color-100);
  font-size: var(--gsc-product-price-fz);
  line-height: var(--gsc-product-price-lh);
  font-weight: var(--gsc-product-price-fw);
}

/* product-card .yagi-price-container + .product-card__price {
  display: none;
} */

vertical-product-card .price__container {
  font-size: var(--gsc-fz-12);
  font-family: var(--gsc-product-card-price-font-family);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.yagi-price-container + .vertical-product-card__price {
  display: none;
}

/* App: Omnibus Insight */

.product__info #am-omnibus-block,
.product-card__price [id^=am-omnibus-container-] {
  display: none;
}

body:not(.pdp_yagi_price_active) .product__info .am-omnibus-container {
  margin-top: -12px;
}

body.pdp_yagi_price_active .product__info #am-omnibus-block {
  display: block;
}

.product-card__price--hidden_by_yagi .product-card__price-cost + [id^=am-omnibus-container-] {
  display: block;
}

.product-card__info .yagi-price-container + .product-card__price .product-card__price-cost {
  display: none;
}


.product-card__info .yagi-price-container + .product-card__price .product-card__price-cost + [id^=am-omnibus-container-] {
  display: block;
}

/* Article */
body[data-tpl="article"] .article__content blockquote > p {
  font-family: 'Zodiak';
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

body[data-tpl="article"] .rte p {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

body[data-tpl="article"] .rte h1 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #14133B;
}

body[data-tpl="article"] .rte h2 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #14133B;
}

body[data-tpl="article"] .rte h3 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #14133B;
}

body[data-tpl="article"] .rte h4 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #14133B;
}

body[data-tpl="article"] .rte h5 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #14133B;
}

body[data-tpl="article"] .rte h6 {
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #14133B;
}

body[data-tpl="article"] .rte strong {
  font-weight: 500;
}

body[data-tpl="article"] .rte p,
body[data-tpl="article"] .rte ol,
body[data-tpl="article"] .rte ul,
body[data-tpl="article"] .rte h1,
body[data-tpl="article"] .rte h2,
body[data-tpl="article"] .rte h3,
body[data-tpl="article"] .rte h4,
body[data-tpl="article"] .rte h5,
body[data-tpl="article"] .rte h6 {
  text-align: left !important;
}

.cart-drawer-notification {
  position: fixed;
  left: 0px;
  top: -200px;
  width: 100vw;
  padding: 5px 10px;  
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #04AA6D;
  z-index: 9999;
  transition: ease-in-out 0.2s;
}

.cart-drawer-notification.active {
  top: 0px;
}

.product-form__btn[disabled][aria-label="Wyprzedane"],
.product-form__btn[disabled][aria-label="Sold out"] {
  display: none;
}

.pdp-product-buttons .gw-button-widget:not(:hover) {
  opacity: .6 !important;
}

.product__info .image-color-placeholder path {
  opacity: 0;
}

.product__info .image-swatches .subcolors {
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
}

.product__info .image-swatches .subcolors[data-items="1"] .subcolor {
  width: 100%;
}

.product__info .image-swatches .subcolors[data-items="2"] .subcolor {
  width: 50%;
}

.product__info .image-swatches .subcolors[data-items="3"] .subcolor {
  width: 33.333%;
}

.product__info .image-swatches .subcolors[data-items="4"] {
  flex-wrap: wrap;
}

.product__info .image-swatches .subcolors[data-items="4"] .subcolor {
  width: 50%;
  height: 50%;
}

}

body .quick-view .product__info .link {
  margin-left: initial;
  margin-right: initial;
}

.quick-view__body .product_form_wrapper:not(.custom_size_name_is_set) {
  margin-top: 16px;
}

.quick-view__body .pdp-product-buttons .pdp-product-button--wishlist {
  display: none;
}

.quick-view__body .pdp-product-buttons .pdp-product-button--add-to-cart {
  width: 100%;
}

.product__content {
  position: relative;
}

.product-form__btn.custom_size_is_disabled {
  opacity: .5;
  pointer-events: none;
}

.product__content .sale_badge,
product-card .sale_badge,
vertical-product-card .sale_badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #14133b;
  font-weight: 500;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
  border-radius: 12px;
}

product-card.sale_badge_is_set .product-card__on-image-badges {
  top: 40px;
}

@media (min-width: 900px) {
  .product__content .sale_badge,
  product-card .sale_badge {
    padding: 10px 12px;
    font-size: 14px;
  }

  product-card.sale_badge_is_set .product-card__on-image-badges {
    top: 50px;
  }
}

@media (min-width: 1400px) {
  .product__content .sale_badge,
  product-card .sale_badge {
    padding: 10px 12px;
    font-size: 16px;
  }

  product-card.sale_badge_is_set .product-card__on-image-badges {
    top: 55px;
  }
}

body .product__container.product--on-sale .product__info .am-omnibus-container {
  margin-top: 0;
}

body .product__container.product--on-sale .product__info .am-omnibus-container #am-omnibus-block {
  display: block;
}

.product-sale-amount-badge  {
  display: none;
}

product-card.product--on-sale .product-card__price [id^="am-omnibus-container-"] {
  display: block;
}

product-card.product--on-sale .product-card__price-item s {
  opacity: .5;
}

.product__info .product-price__old-price {
  font-size: var(--gsc-product-price-fz);
}

body .product-card__on-image-badges {
  padding: 0 1.2rem 1.2rem 0;
}

product-card .product-badge {
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
}

@media (min-width: 768px) {
  product-card .product-badge {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  product-card .product-badge {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  product-card .product-badge {
    padding: 10px 12px;
    font-size: 16px;
  }
}

product-card.product--on-sale .product-card__on-image-badges,
product-card.sale_badge_is_set .product-card__on-image-badges {
  top: 35px;
}

@media (min-width: 900px) {
  product-card.product--on-sale .product-card__on-image-badges,
  product-card.sale_badge_is_set .product-card__on-image-badges {
    top: 45px;
  }
}

.swatch__button {
  padding: 0 !important;
}

.swatch__button .swatch__value {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit;
}
