/** Shopify CDN: Minification failed

Line 1282:21 Expected "}" to go with "{"

**/
/* Global */
:root {
  --color-foreground: var(--color-black);
}

.no-scroll {
  overflow: hidden;
}

.alert-message {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-tagline);
  line-height: var(--line-height-tagline);
  padding: 0.8rem;
}

.alert-message svg {
  margin-right: 0.8rem;
  width: 2rem;
  height: auto;
  position: relative;
  top: -0.1rem;
}

.alert-message--error {
  background: rgb(var(--color-light-red));
  color: rgb(var(--color-error));
}

.alert-message--success {
  background: rgb(var(--color-light-green));
  color: rgb(var(--color-green));
}

.alert-message--warning {
  background: rgba(var(--color-attention), 0.1);
  color: rgb(var(--color-black));
  border: solid rgb(var(--color-attention)) 0.1rem;
}

.alert-message--warning .link {
  color: rgb(var(--color-black));
}

@keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* Font Overrides */

body,
.color-main,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
}

.paragraph-regular {
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: normal;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  color: rgba(var(--color-foreground), 1);
  margin-top: 0;
  margin-bottom: 2.4rem;
}

h2,
.h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  color: rgba(var(--color-foreground), 1);
  margin-top: 0;
  margin-bottom: 2.4rem;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  color: rgba(var(--color-foreground), 1);
  margin-top: 0;
  margin-bottom: 2.4rem;
}

h4,
.h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: rgba(var(--color-foreground), 1);
  margin-top: 0;
  margin-bottom: 2.4rem;
}

h5,
.h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  color: rgba(var(--color-foreground), 1);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  color: rgba(var(--color-foreground), 1);
}

.tagline-regular {
  font-size: var(--font-size-tagline-regular);
  line-height: var(--line-height-tagline-regular);
  letter-spacing: 0.2rem;
}

.medium {
  font-weight: 500;
}

a,
.rte a {
  color: rgb(var(--color-orange));
  text-underline-offset: 0.5rem;
}

a:not(.button):hover,
.rte a:not(.button):hover {
  color: rgb(var(--color-dark-orange));
}

.rte a:hover {
  text-decoration-thickness: inherit;
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.5rem;
  color: rgb(var(--color-orange));
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  text-decoration-thickness: 0.1rem;
}

strong,
b {
  font-weight: var(--font-body-weight-bold);
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select,
.text-body {
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
}

.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  height: 4.8rem;
  letter-spacing: normal;
}

.select__select {
  color: rgba(var(--color-foreground), 1);
}

.text-body {
  letter-spacing: normal;
}

form.caption-large,
.product .form__label {
  height: unset;
}

.field__button {
  width: 5.4rem;
  height: 4.6rem;
}

.line-divider::after {
  content: '|';
  margin: 0 1.3rem 0 1.5rem;
  color: rgb(var(--color-line-strong));
  position: relative;
  top: -0.1rem;
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  letter-spacing: unset;
  font-size: var(--font-size-paragraph-regular);
}

/* component-form */
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-line-strong), var(--inputs-shadow-opacity));
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  border: 0;
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-line-strong), var(--inputs-border-opacity));
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-line-dark), var(--inputs-border-opacity));
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-line-dark));
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-light-grey));
  outline: 0;
  border-radius: var(--inputs-radius);
}

/* Form global */
.form__message {
  font-size: var(--font-size-paragraph-extra-small);
  line-height: var(--line-height-paragraph-extra-small);
  padding: 1.1rem 1.2rem;
  font-weight: var(--font-body-weight);
  border-radius: 0.4rem;
  border: 0.1rem solid;
  width: 100%;
  color: rgb(var(--color-foreground));
  text-align: left;
}

.form__message--success {
  background: rgba(var(--color-success), 0.1);
  border-color: rgb(var(--color-success));
}

.form__message--error {
  background: rgba(var(--color-error), 0.1);
  border-color: rgb(var(--color-error));
}

.form__message .icon,
.customer .form__message svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
}

/* component-quantity */
.quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 5.4rem);
  width: 100%;
}
.quantity__button {
  width: calc(5.6rem / var(--font-body-scale));
}
.quantity__button svg {
  width: 2.4rem;
}
.quantity__input {
  opacity: 1;
  font-size: var(--font-size-paragraph-small);
}
.quantity:after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-line-strong), var(--inputs-border-opacity));
}
/* component-modal */

.modal__close-button.link {
  height: 4.8rem;
  width: 5.4rem;
}

.modal__close-button .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.cart-count-bubble {
  position: unset;
  background-color: unset;
  color: rgb(var(--color-orange));
  height: auto;
  width: auto;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-paragraph-extra-small);
  line-height: var(--line-height-paragraph-extra-small);
  font-weight: 500;
  margin-right: 0.4rem;
}

/* Cart Notification Modal */

cart-notification .cart-upsell.desktop-bullets,
cart-notification .cart-upsell.mobile-bullets {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

cart-notification .cart-upsell .glide__bullets {
  bottom: -3.6rem;
}

cart-notification.modal .cart-notification.active {
  transition: none;
}

cart-notification.modal .cart-upsell {
  padding: 1.6rem;
  margin-bottom: 0;
  position: relative;
  background-color: rgb(var(--background-light-grey));
}

cart-notification.modal .cart-notification {
  transform: translateY(-100%);
  top: 0;
  position: fixed;
  padding: 0;
}

cart-notification.modal .cart-notification__inner-wrapper {
  padding: 1.6rem;
}

cart-notification.modal .cart-notification__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  margin: 0;
}

cart-notification.modal .cart-upsell:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-line-strong));
}

cart-notification.modal .cart-upsell h3 {
  font-size: var(--font-size-paragraph-large);
  line-height: var(--line-height-paragraph-large);
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 1.6rem;
}

@media (min-width: 750px) {
  cart-notification.modal .cart-upsell h3 {
    margin-bottom: 2.4rem;
  }
}

cart-notification.modal .cart-notification {
  width: 98.4rem;
  max-width: 100%;
  overflow-y: auto;
  max-height: 90vh;
  border-radius: 0.4rem;
}

cart-notification.modal .cart-notification__inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

cart-notification.modal.open .cart-notification {
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

cart-notification.modal.open:before {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(var(--color-black), 0.4);
  content: '';
  z-index: 1;
}

cart-notification.modal .cart-notification-wrapper {
  z-index: 2;
  position: fixed;
  width: calc(100% - 3rem);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  left: 1.5rem;
}

cart-notification.modal.open .cart-notification-wrapper {
  bottom: 0;
}

cart-notification.modal .cart-notification__header {
  width: 100%;
  margin-bottom: 1.6rem;
}

cart-notification.modal .cart-notification-product {
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.6rem;
}

cart-notification.modal .cart-notification__links > * {
  margin-top: 0;
}

cart-notification.modal .cart-notification__links {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  width: 100%;
}

cart-notification.modal .cart-notification-product__image {
  width: 7.2rem;
  height: 7.2rem;
}

cart-notification.modal .product-option + .product-option {
  margin-top: 0.8rem;
}

cart-notification.modal .cart-notification-product__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

cart-notification.modal .cart-upsell__item {
  flex-wrap: nowrap;
  padding: 0.8rem 1.6rem;
  align-items: center;
}

cart-notification.modal .cart-upsell__item-image {
  width: 12rem;
  flex-grow: unset;
}

cart-notification.modal .cart-upsell__item-content {
  width: calc(100% - 13.6rem);
}

cart-notification.modal .cart-upsell__item-buttons {
  display: none;
}

cart-notification.modal .glide-component .glide__pagination {
  position: absolute;
  top: -3.8rem;
  right: 0;
  margin: 0;
}

@media (min-width: 750px) {
  cart-notification.modal .cart-notification-product__image {
    width: 9.6rem;
    height: 9.6rem;
  }

  cart-notification.modal .cart-upsell:before {
    left: 0;
    width: 100%;
  }
  cart-notification.modal .cart-notification-product {
    width: 50%;
    flex: 1;
    padding-bottom: 0;
  }
  cart-notification.modal .cart-notification__links {
    width: 25rem;
  }
  cart-notification.modal.open .cart-notification {
    top: 0;
  }
  cart-notification.modal .cart-notification__inner-wrapper {
    padding: 2.4rem;
  }
  cart-notification.modal .cart-notification__header {
    margin-bottom: 2.4rem;
  }

  cart-notification.modal .cart-upsell {
    padding: 2.4rem 2.4rem 4.8rem;
  }
  cart-notification.modal .glide-component .glide__pagination {
    top: -4.8rem;
  }
}

@media screen and (min-width: 750px) {
  .header.page-width,
  .utility-bar__grid.page-width,
  .header:not(.drawer-menu).page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1399px) {
  .header.page-width,
  .utility-bar__grid.page-width,
  .header:not(.drawer-menu).page-width {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

.section-header.shopify-section-group-header-group {
  z-index: 5;
}
.header__icon--menu[aria-expanded='true']::before {
  position: fixed;
  top: 0;
  height: 100vh;
}

/* Buttons */

.button {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  outline-offset: -0.2rem;
  border-radius: 0.4rem;
  font-weight: var(--font-body-weight-bold);
}

.button:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: 5.6rem;
}

@media (min-width: 990px) {
  .button,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded {
    min-width: calc(17rem + var(--buttons-border-width) * 2);
  }
}

.button.button--primary,
.button--primary {
  --color-button: var(--color-orange);
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-orange));
  font-weight: 500;
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
}

.button.button--primary.button--ghost,
.button--primary.button--ghost {
  --color-button: transparent;
  --color-button-text: var(--color-black);
  outline: solid 0.1rem rgb(var(--color-black));
}

.button--primary:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--primary:not([disabled], [aria-disabled='true'], .disabled):focus {
  --color-button: var(--color-dark-orange);
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-dark-orange));
}

.button--primary.button--ghost:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--primary.button--ghost:not([disabled], [aria-disabled='true'], .disabled):focus {
  --color-button: var(--color-black);
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-black));
}

.button.button--primary:after,
.button--primary:after {
  display: none;
}

.button.button--secondary,
.button--secondary {
  --color-button: transparent;
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-white));
  font-weight: 700;
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
  min-height: 5.6rem;
}

.button.button--secondary.button--ghost,
.button--secondary.button--ghost {
  --color-button: var(--color-black);
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-black));
}

.button--secondary:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--secondary:not([disabled], [aria-disabled='true'], .disabled):focus {
  --color-button: var(--color-white);
  --color-button-text: var(--color-black);
  outline: solid 0.1rem rgb(var(--color-white));
}

.button--secondary:not([disabled], [aria-disabled='true'], .disabled).button--ghost:hover,
.button--secondary:not([disabled], [aria-disabled='true'], .disabled).button--ghost:focus {
  --color-button: var(--color-black);
  --color-button-text: var(--color-white);
  outline: solid 0.1rem rgb(var(--color-black));
}

.button.button--secondary:after,
.button--secondary:after {
  display: none;
}

.button--tertiary {
  box-shadow: none;
  outline: solid 0.1rem rgb(var(--color-light-grey));
  font-weight: 700;
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
  min-height: 5.6rem;
  --color-button: var(--color-light-grey);
  --color-button-text: var(--color-white);
}

.button--tertiary:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--tertiary:not([disabled], [aria-disabled='true'], .disabled):focus {
  outline: solid 0.1rem rgb(var(--color-light-grey));
}

.button.button--tertiary:after {
  display: none;
}

.button--white {
  box-shadow: none;
  outline: solid 0.1rem rgb(var(--color-white));
  font-weight: 500;
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
  min-height: 5.6rem;
  --color-button: var(--color-white);
  --color-button-text: var(--color-black);
}

.button--white:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--white:not([disabled], [aria-disabled='true'], .disabled):focus {
  outline: solid 0.1rem rgb(var(--color-light-white));
}

.button.button--white:after {
  display: none;
}

.button:focus-visible,
.button:focus {
  box-shadow: none;
}

button.shopify-payment-button__button--unbranded {
  color: rgb(var(--color-black));
  background-color: rgb(var(--color-white));
  outline: solid 0.1rem rgb(var(--color-black));
  font-weight: 700;
  font-size: var(--font-size-paragraph-regular);
  line-height: var(--line-height-paragraph-regular);
  min-height: 5.6rem;
  --color-button: var(--color-black);
  --color-button-text: var(--color-white);
}

button.shopify-payment-button__button--unbranded:hover,
button.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
body .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-black));
  outline: solid 0.1rem rgb(var(--color-black));
}

.button.button--small {
  min-height: 3rem;
  font-size: var(--font-size-paragraph-small);
  line-height: var(--line-height-paragraph-small);
  font-weight: normal;
}

.button.button--link:after,
.button-link:after,
.button.button--link::before,
.button-link::before {
  display: none;
}

.button.button--link {
  padding: 0;
  background-color: transparent;
  outline: none;
  font-weight: 500;
  color: rgb(var(--color-orange));
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  display: inline-block;
  width: auto;
  height: auto;
  min-width: unset;
  min-height: unset;
}

.button.button--link.button--ghost,
.button--link.button--ghost {
  outline: none;
  color: rgb(var(--color-black));
}

.button--link:not([disabled], [aria-disabled='true'], .disabled):hover,
.button--link:not([disabled], [aria-disabled='true'], .disabled):focus {
  color: rgb(var(--color-dark-orange));
  outline: none;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: var(--color-button-text);
}

/* Badges */

.badge {
  color: inherit;
  border: 0.1rem solid;
  border-radius: var(--inputs-radius);
  font-size: var(--font-size-paragraph-extra-small);
  line-height: var(--line-height-paragraph-extra-small);
  padding: 0.2rem 0.4rem;
  background-color: rgb(var(--color-white));
}

.badge--sale {
  color: rgb(var(--color-orange));
}

/* component-grid */
@media screen and (min-width: 750px) {
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--3-col-tablet .grid__item {
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}

@media screen and (max-width: 749px) {
  .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .grid--1-col-mobile .grid__item {
    max-width: 100%;
    width: 100%;
  }
}

/* Main Header Layout */

.header__inline-menu {
  margin-left: -1.5rem;
}

@media screen and (min-width: 990px) {
  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1rem;
  }
}

.header__heading-logo-wrapper svg {
  width: 13.14rem;
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: 0;
  }
}

/* Header icons */
.header__icons {
  padding-right: 0;
}
.cart-count-bubble {
  color: rgb(var(--color-orange));
  font-size: var(--font-size-paragraph-extra-small);
  line-height: var(--line-height-paragraph-extra-small);
  font-weight: 500;
  margin-left: 0.4rem;
}

.header .left-icons {
  display: flex;
  column-gap: 2.4rem;
}
.header__icon--cart {
  text-decoration: none;
}

.mobile-search-button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
}

.mobile-search-button .icon {
  height: 1.6rem;
  width: 1.6rem;
}

@media screen and (min-width: 990px) {
  .cart-count-bubble {
    font-size: var(--font-size-paragraph-regular);
    line-height: var(--line-height-paragraph-small);
    margin-left: 0.8rem;
  }
}

.header__icon .icon {
  height: 1.6rem;
  width: 1.6rem;
}

.header__icon,
.header__icon--cart .icon {
  height: 1.6rem;
  width: 1.6rem;
}

.header__icon--cart {
  margin-right: auto;
  height: auto;
  width: auto;
}

.header__icon--search {
  display: none;
}

.header__icon--account {
  margin-right: 2.4rem;
}

@media screen and (min-width: 990px) {
  .header__heading-logo-wrapper svg {
    width: 16.426rem;
  }
  .header__icons {
    column-gap: 3.2rem;
  }
  .header__icon .icon {
    height: 2rem;
    width: 2rem;
  }
  .header__icon--search {
    display: inline-block;
  }
  .header__icon--account {
    margin-right: 0;
  }
}

/* Search */
.search-modal__content {
  padding: 0.4rem 6rem 0.4rem 1.5rem;
  line-height: var(--line-height-paragraph-small);
}
.menu-drawer {
  width: calc(100% - 4rem);
}

.menu-drawer__localization .localization-form:only-child .localization-form__select {
  padding-left: 0;
}

.header__heading-link {
  padding: 0;
}

@media screen and (min-width: 990px) {
  .search-modal__close-button {
    margin-left: 1rem;
  }
}

.js details > .header__submenu {
  top: 5.2rem;
  left: 1.5rem;
}

.predictive-search-option-search-keywords {
  padding: 1.5rem 1.5rem 2.4rem 1.5rem;
}

/* Header menu */
@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: flex;
    justify-content: space-between;
  }
}

.header__inline-menu .list-menu {
  column-gap: 3.3rem;
}

.header__menu-item {
  padding: 0.6rem 1.5rem;
  color: rgb(var(--color-foreground));
  font-weight: var(--font-body-weight-bold);
}

.header__menu-item:hover {
  color: rgb(var(--color-orange));
}

.header__menu-item span {
  transition: none;
}

.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: unset;
}

@media screen and (min-width: 990px) {
  .header__inline-menu .list-menu {
    column-gap: 1rem;
  }
}

@media screen and (min-width: 1023px) {
  .header__inline-menu .list-menu {
    column-gap: 1.5rem;
  }
}

@media screen and (max-width: 1399px) {
  .list-menu--secondary {
    position: relative;
  }
  header-menu .list-menu--secondary details {
    position: static;
  }
}

details[open] > .header__menu-item,
details .header__menu-item--active {
  text-decoration: unset;
  color: rgb(var(--color-orange));
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: unset;
}

.header__active-menu-item {
  color: rgb(var(--color-orange));
  transition: unset;
  text-decoration: unset;
  text-underline-offset: unset;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: unset;
}

.header__submenu .header__menu-item {
  padding: 0.8rem 2.4rem;
}

.header__menu-item .icon-caret {
  right: 0;
}

/* Footer */

.footer .accordion__item {
  border: none;
}

.footer .accordion__item:last-of-type {
  border-bottom: none;
}

.footer .accordion__item button {
  background-color: transparent;
  color: rgb(var(--color-white));
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.footer .accordion__button .accordion__icon path {
  fill: rgb(var(--color-white));
}

.footer .accordion__item .accordion__content {
  border: none;
  outline: none;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  font-size: var(--font-size-paragraph-small);
  line-height: var(--line-height-paragraph-small);
}

.footer .accordion__item .footer-block__details-content.rte > * {
  padding-top: 1rem;
}

.footer .newsletter-form__field-wrapper small {
  color: rgb(var(--color-white));
}

@media (min-width: 990px) {
  .footer .accordion__item .footer-block__details-content.rte > * {
    padding: 0;
  }
  .footer .accordion__item button {
    padding: 0;
  }
  .footer .accordion__item:first-of-type .accordion__button,
  .footer .accordion__item .accordion__button,
  .footer .accordion__item:last-of-type .accordion__button {
    cursor: initial;
    margin-bottom: 1.6rem;
  }

  .footer .accordion__button .accordion__icon {
    display: none;
  }

  .footer .accordion__item .accordion__content {
    padding: 0;
  }
}

/* Quick Add */

@media (min-width: 990px) {
  html body .quick-add-modal__content {
    width: 80%;
  }
}

/* Breadcrumbs */
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.breadcrumbs ol li,
.breadcrumbs ol li a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  text-decoration: none;
  color: rgb(var(--color-black));
  font-size: var(--font-size-paragraph-extra-small);
  line-height: var(--line-height-paragraph-extra-small);
}

.breadcrumbs ol li a:hover {
  text-decoration: underline;
  color: rgb(var(--color-black));
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}

.breadcrumbs ol li svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(-90deg);
}

.breadcrumbs ol li:last-of-type svg {
  display: none;
}

.list-menu__item {
  position: relative;
  z-index: 2;
}

.header__menu-title::after {
  content: '';
  display: block;
  width: calc(100% - 3rem);
  height: 2px;
  left: 1.5rem;
  position: absolute;
  bottom: -1.8rem;
}
summary .header__menu-title::after {
  width: calc(100% - 2rem);
}

summary .icon-caret {
  height: 1.6rem;
  top: calc(50% - 0.8rem);
}

.header__active-menu-item::after,
details[open] > .header__menu-item .header__menu-title::after,
.list-menu__item:hover .header__menu-title::after {
  background-color: rgb(var(--color-orange));
}

.js .list-menu--secondary li:last-of-type details > .header__submenu {
  left: auto;
  right: 0;
}

@media (max-width: 1399px) {
  .js .list-menu--secondary li details > .header__submenu {
    left: auto;
    right: 0;
  }
}

/* Icons */
.icon-arrow {
  width: 2.4rem;
}

.background-white {
  background: rgb(var(--color-white));
}

@media (min-width: 990px) {
  .page-width--location {
    max-width: 98.8rem;
  }
}

/* farhan start css */
#shopify-section-template--23792589766950__1688748298b77a93b8 {
  background: white !important;
}
#shopify-block-appio_google_reviews_carousel3_UPhUCW {
  background: white;
  padding-bottom:10px;
}
#shopify-block-appio_google_reviews_carousel3_PAy4WE {
  background: white;
  padding-bottom:10px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {

/* farhan end css  */