@charset "utf-8";

:root { --sq-container-max-width: 2000px; --sq-container-padding-desktop: 100px; --sq-container-padding-mobile: 32px; --sq-font-heading-1: 62px; --sq-font-heading-2: 48px; --sq-font-heading-3: 32px; --sq-font-heading-4: 24px; --sq-font-heading-5: 20px; --sq-font-paragraph-1: 16px; --sq-font-paragraph-2: 14px; --sq-font-paragraph-3: 12px; --sq-color-primary: #2897ff; --sq-color-accent: #ff8f00; --sq-color-dark: #0f0f0f; --sq-color-light: #ffffff; --sq-color-gray: #8d8d8d; --sq-color-light-gray: #f6f6f6; --sq-color-border: #e2e2e5; --sq-color-black: #000000; --sq-color-navigation: #636364; --sq-color-inactive: #cccccc; --sq-spacing-xs: 8px; --sq-spacing-sm: 16px; --sq-spacing-md: 24px; --sq-spacing-lg: 40px; --sq-spacing-xl: 80px; --sq-navigation-size-desktop: 56px; --sq-navigation-size-mobile: 36px; }

.container-fluid { max-width: 100%; margin: 0px auto; }

.container { width: 100%; padding-top: 0px; padding-bottom: 0px; margin: 0px auto; overflow: visible; max-width: var(--sq-container-max-width) !important; padding-left: var(--sq-container-padding-desktop) !important; padding-right: var(--sq-container-padding-desktop) !important; }

.container:not(.m-custom-content__container) { overflow: hidden !important; }

@media screen and (max-width: 2200px) {
  .container { max-width: 100% !important; overflow: visible !important; }
}

@media screen and (max-width: 767.98px) {
  .container { padding-left: var(--sq-container-padding-mobile) !important; padding-right: var(--sq-container-padding-mobile) !important; }
}

.shopify-section:not(.shopify-section-group-header-group):not(.shopify-section-group-footer-group) .m-section:not(.sq-margin__0) { margin-bottom: 200px !important; }

.shopify-section:not(.shopify-section-group-header-group):not(.shopify-section-group-footer-group) .m-section.sq-margin__20 { margin-bottom: 20px !important; }

@media screen and (max-width: 991.98px) {
  .shopify-section:not(.shopify-section-group-header-group):not(.shopify-section-group-footer-group) .m-section:not(.sq-margin__0) { margin-bottom: 80px !important; }
}

.sq-section-title { font-size: 48px; font-weight: 500; line-height: 1.2; color: var(--color-text); margin-bottom: 32px; transition: 0.3s; }

.sq-button__text-style { transition: 0.3s; font-size: 20px !important; font-weight: 500 !important; line-height: 1.2 !important; }

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .sq-section-title { font-size: 40px !important; margin-bottom: 24px; }
  .sq-button__text-style { font-size: 16px !important; }
}

@media screen and (max-width: 767.98px) {
  .sq-section-title { font-size: 32px !important; margin-bottom: 20px; }
  .sq-button__text-style { font-size: 12px !important; }
}

@media screen and (max-width: 575.98px) {
  .sq-section-title { font-size: 24px !important; margin-bottom: 24px !important; }
  .container#sq-shop-category { margin-bottom: 120px !important; }
  .sq-carousel__title.sq-section-title { margin-bottom: 32px !important; }
}

.wishlist-form input[type="submit"] { all: unset; }

.sq-button__text-style { color: rgb(255, 255, 255) !important; }