/** Shopify CDN: Minification failed

Line 6:1 Unexpected "------------------------------------------------------------------"

**/
*------------------------------------------------------------------
Custom Font
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Import font face*/
/* @font-face {
  font-family: 'Adieu';.center
  src: url("{{'Adieu-Bold.eot' | asset_url }}");
  src: url("{{'Adieu-Bold.eot?iefix' | asset_url }}") format('eot'),
       url("{{'Adieu-Bold.woff' | asset_url }}") format('woff'),
       url("{{'Adieu-Bold.ttf' | asset_url }}") format('truetype'),
       url('{{ "Adieu-Bold.svg" | asset_url }}') format('svg');
  font-weight: normal;
  font-style: normal;
} */

/*------------------------------------------------------------------
Jumpstart Reset Styles Framework 0.0.2 | updated 29 May 2019

***Changed 0.0.1 to 0.0.2
 - Added, position helper and font face
 - Added header, acount page, FAQ, contact us page and footer at TOC
 - Added padding-left: 0, padding-top: 0, padding-right: 0, padding-bottom: 0
 - Added float helper
 - Added text-transform, text-decoration, text-indent, letter-spacing, line-height, word-spacing
 - Added top, right, bottom, and left helper
 - Added position, display, color and background image helper
 - Media query for fontsize
 - Rearrange media query position
 - Added generic padding and margin helpers in media query
 - Added text alignment helpers in media query

[Table of contents]

1. Typography
2. Colors
3. Helpers
4. Homepage
5. Grid Item
6. Collection Page
7. Product Pages
8. Cart Pages
9. Search Pages
10. Header
11. Account Pages
12. FAQ Pages
13. Contact Us Pages
14. Footer
17. Sidebar
16. Newsletter
17. Media Query
  17.1 Typography
  17.2 Colors
  17.3 Helpers
  17.4 Homepage
  17.5 Grid Item
  17.6 Collection Page
  17.7 Product Pages
  17.8 Cart Pages
  17.9 Search Pages
  17.10 Header
  17.11 Account Pages
  17.12 FAQ Pages
  17.13 Contact Us Pages
  17.14 Footer
  17.15 Contact Us Pages
  17.16 Footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Typography]
*/
/* Font size
------------------------------------
*/
.fontSize-xl {
  font-size: 40px;
}
.fontSize-l {
  font-size: 32px;
}
.fontSize-m {
  font-size: 16px;
  line-height: 24px;
}
.fontSize-s {
  font-size: 14px;
}
.fontSize-xs {
  font-size: 12px;
  line-height: 18px;
}
.fontWeight-1 {
 font-weight: 100;
}
.fontWeight-2 {
 font-weight: 200;
}
.fontWeight-3 {
 font-weight: 300;
}
.fontWeight-4 {
 font-weight: 400;
}
.fontWeight-5 {
 font-weight: 500;
}
.fontWeight-6 {
 font-weight: 600;
}
.fontWeight-7 {
 font-weight: 700;
}
.fontWeight-8 {
 font-weight: 800;
}
.fontWeight-9 {
 font-weight: 900;
}
/* Text Transform
------------------------------------
*/
.no-text-transform{
  text-transform: none;
}
.capitalize{
  text-transform: capitalize;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}

/* Text align
------------------------------------
*/

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}


/* Text Decoration
------------------------------------
*/
.no-text-deco{
  text-decoration: none;
}
.underline-text-deco{
  text-decoration: underline;
}
.overline-text-deco{
  text-decoration: overline;
}
.line-through-text-deco{
  text-decoration: line-through;
}
/* Text indent
------------------------------------
*/
.text-indent-0{
  text-indent: 5px;
}
.text-indent-5{
  text-indent: 5px;
}
.text-indent-10{
  text-indent: 10px;
}
.text-indent-15{
  text-indent: 15px;
}
.text-indent-20{
  text-indent: 20px;
}
.text-indent-25{
  text-indent: 25px;
}
.text-indent-30{
  text-indent: 30px;
}
.text-indent-35{
  text-indent: 35px;
}
.text-indent-40{
  text-indent: 40px;
}
.text-indent-45{
  text-indent: 45px;
}
.text-indent-50{
  text-indent: 50px;
}
.text-indent-55{
  text-indent: 55px;
}
.text-indent-60{
  text-indent: 60px;
}
/* Letter Spacing
------------------------------------
*/
.letter-spacing-0{
  letter-spacing: 0;
}
.letter-spacing-1{
  letter-spacing: 1px;
}
.letter-spacing-2{
  letter-spacing: 2px;
}
.letter-spacing-3{
  letter-spacing: 3px;
}
.letter-spacing-4{
  letter-spacing: 4px;
}
.letter-spacing-5{
  letter-spacing: 5px;
}
.letter-spacing-6{
  letter-spacing: 6px;
}
.letter-spacing-7{
  letter-spacing: 7px;
}
.letter-spacing-8{
  letter-spacing: 8px;
}
.letter-spacing-9{
  letter-spacing: 9px;
}
.letter-spacing-10{
  letter-spacing: 10px;
}
.letter-spacing-11{
  letter-spacing: 11px;
}
.letter-spacing-12{
  letter-spacing: 12px;
}
.letter-spacing-13{
  letter-spacing: 13px;
}
.letter-spacing-14{
  letter-spacing: 14px;
}
.letter-spacing-15{
  letter-spacing: 15px;
}
/* Line Height
------------------------------------
*/
.line-height-0-5{
  line-height: 0.5;
}
.line-height-1{
  line-height: 1;
}
.line-height-1-5{
  line-height: 1.5;
}
.line-height-2{
  line-height: 2;
}
.line-height-2-5{
  line-height: 2.5;
}
.line-height-3{
  line-height: 3;
}
/* Word Spacing
------------------------------------
*/
.word-spacing-0{
  word-spacing: 0;
}
.word-spacing-1{
  word-spacing: 1px;
}
.word-spacing-2{
  word-spacing: 2px;
}
.word-spacing-3{
  word-spacing: 3px;
}
.word-spacing-4{
  word-spacing: 4px;
}
.word-spacing-5{
  word-spacing: 5px;
}
.word-spacing-6{
  word-spacing: 6px;
}
.word-spacing-7{
  word-spacing: 7px;
}
.word-spacing-8{
  word-spacing: 8px;
}
.word-spacing-9{
  word-spacing: 9px;
}
.word-spacing-10{
  word-spacing: 10px;
}
.word-spacing-11{
  word-spacing: 11px;
}
.word-spacing-12{
  word-spacing: 12px;
}
.word-spacing-13{
  word-spacing: 13px;
}
.word-spacing-14{
  word-spacing: 14px;
}
.word-spacing-15{
  word-spacing: 15px;
}
/*------------------------------------------------------------------
[2. Colors]
*/
.color-blue-xd {
  color: ExtraDarkBlue;
}
.color-blue-d {
  color: DarkBlue;
}
.color-blue {
  color: blue;
}
.color-blue-l {
  color: LightBlue;
}
.color-blue-xl {
  color: ExtraLightBlue;
}

.color-black {
  color: black;
}

.color-white {
  color: white;
}
.background-white {
  background: white;
}
.background-black {
  background: black;
}
/*------------------------------------------------------------------
[3. Helpers]
*/
/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.padding-55 {
  padding: 55px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.padding-60 {
  padding: 60px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.padding-65 {
  padding: 65px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.padding-70 {
  padding: 70px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.padding-75 {
  padding: 75px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.padding-80 {
  padding: 80px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.padding-85 {
  padding: 85px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding: 90px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.padding-95 {
  padding: 95px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.padding-100 {
  padding: 100px !important;
}
/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
/* Top
------------------------------------
*/
.top-0{
  top: 0;
}
.top-5{
  top: 5px;
}
.top-10{
  top: 10px;
}
.top-15{
  top: 15px;
}
.top-20{
  top: 20px;
}
.top-25{
  top: 25px;
}
.top-30{
  top: 30px;
}
.top-35{
  top: 35px;
}
.top-40{
  top: 40px;
}
.top-45{
  top: 45px;
}
.top-50{
  top: 50px;
}
.top-55{
  top: 55px;
}
.top-60{
  top: 60px;
}
.top-65{
  top: 65px;
}
.top-70{
  top: 70px;
}
.top-75{
  top: 75px;
}
.top-80{
  top: 80px;
}
.top-85{
  top: 85px;
}
.top-90{
  top: 90px;
}
.top-95{
  top: 95px;
}
.top-100{
  top: 100px;
}
/* Right
------------------------------------
*/
.right-0 {
  right: 0;
}
.right-5{
  right: 5px;
}
.right-10{
  right: 10px;
}
.right-15{
  right: 15px;
}
.right-20{
  right: 20px;
}
.right-25{
  right: 25px;
}
.right-30{
  right: 30px;
}
.right-35{
  right: 35px;
}
.right-40{
  right: 40px;
}
.right-45{
  right: 45px;
}
.right-50{
  right: 50px;
}
.right-55{
  right: 55px;
}
.right-60{
  right: 60px;
}
.right-65{
  right: 65px;
}
.right-70{
  right: 70px;
}
.right-75{
  right: 75px;
}
.right-80{
  right: 80px;
}
.right-85{
  right: 85px;
}
.right-90{
  right: 90px;
}
.right-95{
  right: 95px;
}
.right-100{
  right: 100px;
}
/* Left
------------------------------------
*/
.left-0 {
  left: 0;
}
.left-5{
  left: 5px;
}
.left-10{
  left: 10px;
}
.left-15{
  left: 15px;
}
.left-20{
  left: 20px;
}
.left-25{
  left: 25px;
}
.left-30{
  left: 30px;
}
.left-35{
  left: 35px;
}
.left-40{
  left: 40px;
}
.left-45{
  left: 45px;
}
.left-50{
  left: 50px;
}
.left-55{
  left: 55px;
}
.left-60{
  left: 60px;
}
.left-65{
  left: 65px;
}
.left-70{
  left: 70px;
}
.left-75{
  left: 75px;
}
.left-80{
  left: 80px;
}
.left-85{
  left: 85px;
}
.left-90{
  left: 90px;
}
.left-95{
  left: 95px;
}
.left-100{
  left: 100px;
}
/* Bottom
------------------------------------
*/
.bottom-0 {
  bottom: 0;
}
.bottom-5{
  bottom: 5px;
}
.bottom-10{
  bottom: 10px;
}
.bottom-15{
  bottom: 15px;
}
.bottom-20{
  bottom: 20px;
}
.bottom-25{
  bottom: 25px;
}
.bottom-30{
  bottom: 30px;
}
.bottom-35{
  bottom: 35px;
}
.bottom-40{
  bottom: 40px;
}
.bottom-45{
  bottom: 45px;
}
.bottom-50{
  bottom: 50px;
}
.bottom-55{
  bottom: 55px;
}
.bottom-60{
  bottom: 60px;
}
.bottom-65{
  bottom: 65px;
}
.bottom-70{
  bottom: 70px;
}
.bottom-75{
  bottom: 75px;
}
.bottom-80{
  bottom: 80px;
}
.bottom-85{
  bottom: 85px;
}
.bottom-90{
  bottom: 90px;
}
.bottom-95{
  bottom: 95px;
}
.bottom-100{
  bottom: 100px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.max-w-300px{
  max-width: 300px !important;
}
.full-vh {
  height: 100vh;
}
.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.b-blank {
  border-color: #000;
}
/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0;
}
.b-r {
  border-right-width: 1px;
}
.b-l {
  border-left-width: 1px;
}
.b-t {
  border-top-width: 1px;
}
.b-b {
  border-bottom-width: 1px;
}
.b-a {
  border-width: 1px;
}
.b-dashed {
  border-style: dashed;
}
.b-thick {
  border-width: 2px;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}
.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-grey {
  border-color: #e6e6e6;
}
.b-grey-light {
  border-color: rgba(0, 0, 0, 0.07);
}
.b-white {
  border-color: #fff;
}
.b-primary {
  border-color: #6d5cae;
}
.b-complete {
  border-color: #6d5cae;
}
.b-success {
  border-color: #10cfbd;
}
.b-info {
  border-color: #3b4752;
}
.b-danger {
  border-color: #f55753;
}
.b-warning {
  border-color: #f8d053;
}
/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-rad-lg {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.no-border {
  border: none !important;
}

/* Center helper
------------------------------------
*/

.transform-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.horizontal-center {
  left: 50%;
  transform: translateX(-50%);
}

.vertical-center {
  left: 50%;
  transform: translateX(-50%);
}

.margin-0-auto {
  margin: 0 auto;
}

/* Display helper
------------------------------------
*/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-inline-table {
  display: inline-table;
}

.d-inline-grid {
  display: inline-grid;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-table-row {
  display: table-row;
}

.d-table-column {
  display: table-column;
}

.d-list-item {
  display: list-item;
}

.d-run-in {
  display: run-in;
}

.d-table-caption {
  display: table-caption;
}

.d-table-row-group {
  display: table-row-group;
}
.d-table-column-group {
  display: table-column-group;
}

.d-table-footer-group {
  display: table-footer-group;
}

.d-table-header-group {
  display: table-header-group;
}

/* Position helper
------------------------------------
*/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.static {
  position: static
}

.sticky {
  position: sticky;
}

/* Background Image helper
------------------------------------
*/

.background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Scroll
------------------------------------
*/
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Float
------------------------------------
*/
.float-no{
  float: none !important;
}
.float-l{
  float: left !important;
}
.float-r{
  float: right !important;
}

/* Overides
------------------------------------
*/
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-overflow {
  overflow: hidden !important;
}
.auto-overflow {
  overflow: auto;
}
.center-margin {
  margin-left: auto;
  margin-right: auto;
}
.inherit-size {
  width: inherit;
  height: inherit;
}
.inherit-height {
  height: inherit;
}
.image-responsive-height {
  width: 100%;
}
.image-responsive-width {
  height: 100%;
}
.overlayer {
  position: absolute;
  display: block;
  z-index: 21;
}
.overlayer.fullwidth {
  width: 100%;
}
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}
.overlay-fixed {
  position: fixed !important;
  top: auto !important;
}
.pull-bottom-fixed {
  position: fixed;
  bottom: 0;
}
.top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.top-right {
  position: absolute !important;
  top: 1px;
  right: 0;
}
.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0;
}
.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.pull-bottom {
  position: absolute !important;
  bottom: 0;
}
.pull-up {
  position: absolute !important;
  top: 0;
}
.pull-center {
  position: absolute;
  left: 0;
  right: 0;
}
.pull-center-inner {
  display: table;
  margin: 0 auto;
}
.cursor {
  cursor: pointer;
}
.scroll-x-hidden {
  overflow-x: hidden !important;
}
/*------------------------------------------------------------------
[4. Homepage]
*/
.jsc-newsletter-popup-btn button{
  width: 100%;
}
.jsc-dropdown-icon{
  display: flex;
  align-items: center; 
  justify-content: center;
}
.jsc-dropdown-icon img{
  width: 16px;
  height: auto;
}
.jsc-col-bundle__content{
  height: 40px;
}
.shopify-section--newsletter .section-spacing{
  flex-direction: column;
  align-items: center;
}
.shopify-section--newsletter .container{
  text-align: center;
}
.template-index .shopify-section--rich-text .button-group{
  gap: 0;
}
.template-index .shopify-section--text-with-icons .section-spacing:not(.section-spacing--padded){
  margin-block-start: 85px;
  margin-block-end: 85px;
}
.shopify-section--slideshow .page-dots{
  margin-top: 15px;
}
.page-dots>*:after{
  color: #000;
}
.page-dots--autoplay>[aria-current=true]:after{
  opacity: 1 !important;
}
.shopify-section--multi-column .multi-column{
  column-gap: 24px;
}
.shopify-section--multi-column .multi-column__item{
  gap: 25px;
}
.shopify-section--multi-column .multi-column__item .prose :last-child{
  margin-block-start: 14px;
}
.shopify-section--multi-column .multi-column__item .h3{
  margin-bottom: 0;
}
.template-index .shopify-section--blog-posts .blog-post-card__info{
  justify-items: center;
  text-align: center;
}
.template-index .shopify-section--blog-posts .blog-post-card__info .blog-post-card__excerpt{
  text-align: center;
}
.template-index .shopify-section--blog-posts .blog-post-list{
  --blog-post-list-column-gap: 14px;
}
.template-index .shopify-section--blog-posts .blog-post-card{
  gap: 24px;
}
.template-index .shopify-section--blog-posts .blog-post-card__info{
  row-gap: 12px;
}
.template-index .shopify-section--collection-list .section-spacing{
  margin-block-start: 85px;
  margin-block-end: 85px;
}
.template-index .shopify-section--collection-list .section-header .h3{
  margin-bottom: 42px;
}
.template-index .shopify-section--featured-collections .section-spacing{
  margin-block-start: 85px;
  margin-block-end: 85px;
}
.button{
  font-size: 14px !important;
  line-height: 22px;
}
.jsc-button--outline{
  color: #333;
  text-transform: none;
  font-size: 14px !important;
  line-height: 22px;
  padding: 0;
  width: 356px;
  height: 48px;
  border: 1px solid #595757 !important;
  background-image: url( Arrow_48.svg );
  background-size: .4em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat;
}
.jsc-button--outline:hover{
  color: #fff !important;
  background-color: #5c5c5c;
  background-image: url(Arrow_White.svg);
  background-size: .4em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat;
}
.jsc-button--solid{
  color: #fff;
  padding: 0;
  width: 261px;
  height: 40px;
  background: #5c5c5c;
  background-image: url( Arrow_White.svg );
  background-size: .4em;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat;
}
.jsc-button--solid:hover{
  color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  background-color: transparent;
  background-image: url(Arrow_48.svg);
  background-size: .4em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat;
}
.jsc-button--default:hover{
  color: #000 !important;
}
.jsc-tab-button:hover{
  color: #fff !important;
  background-color: #5c5c5c;
}
.h3{
  font-size: 16px;
  line-height: 24px;
}
.shopify-section--featured-collections .jsc-tab-button,
.header__primary-nav-item .h4,
.h4{
  font-size: 14px !important;
  line-height: 22px !important;
}
.text-with-icons__item .h5{
  font-size: 12px;
}
.jsc-details .h5, .jsc-sublink .h5{
  font-size: 12px;
  line-height: 18px;
}
.mega-menu__promo{
  align-content: flex-start;
  height: 502px;
}
.jsc-collection-bundle .featured-collections-navigation{
  gap: 1.875rem 3rem;
  display: flex;
  flex-wrap: wrap;
}
.jsc-collection-bundle .collection-card{
  border: 1px solid rgb(var(--border-color));;
  padding: 10px 5px;
  --collection-list-item-size: unset;
    --collection-list-items-per-row: 4;
    --collection-list-gap: 1.875rem;
  flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row) - 1) / var(--collection-list-items-per-row)));
  gap: 0.5rem;
}
.jsc-collection-bundle .collection-list{
  justify-content: center;
}
.shopify-section--blog-posts .container{
  padding-top: 85px;
  padding-bottom: 85px;
}
.shopify-section--collection-list .collection-card__content .h5{
  text-transform: uppercase;
}
.justify-self-left{
  justify-self: left !important;
}
.justify-self-right{
  justify-self: right !important;
}
.justify-self-left p{
  text-align: left !important;
}
.justify-self-right p{
  text-align: right !important;
}
.jsc-badge__hide .badge--sold-out{
  font-size: 12px !important;
}
.featured-collections-navigation > [aria-current="true"] {
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color, var(--button-text-primary)));
  border-radius: var(--button-border-radius);
  background-color: #0000;
  background-image: var(--initial-gradient),var(--hover-gradient);
  background-size: 100% 100%,0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
  display: inline-flex;
}
.featured-collections-navigation>button:not(:only-child)[aria-current="true"]:after{
  transform: scaleX(0) !important;
}
.jsc-tab-button{
  width: 166px;
  height: 40px;
  text-transform: lowercase;
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  background-size: 100% 100%,0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
  display: inline-flex;
}
.collection-card .collection-card__content .h6{
  font-size: var(--text-h5);
  line-height: 1.7;
}
.shopify-section--featured-collections .jsc-badge{
  display: block !important;
}
.product-card__info{
  text-align: left;
  align-content: start;
  justify-items: flex-start;
}
.product-card__info .justify-items-center {
  justify-items: flex-start;
}
.product-card__info .shopify-product-form{
  width: -webkit-fill-available;
}
.product-card__info .buy-buttons{
  width: -webkit-fill-available;
}
.product-card__info .jsc-label{
  color: #333;
  font-size: 12px;
  line-height: 18px;
  height: 2em;
}
.container{
  margin: auto;
}
/*------------------------------------------------------------------
[5. Grid Item]
*/
.jsc-collection-bundle .jsc-col-bundle-container{
  --product-list-default-column-gap: 1rem;
}
.product-card .button{
  height: 48px;
  padding: 0;
}
.product-card__image--secondary{
  
}
.template-index .shopify-section--blog-posts .blog-post-list{
  --blog-post-list-items-per-row: 4;

}
.product-card .h4{
  color: #333;
  margin-bottom: 0;
}
.product-card__info .gap-2{
  gap: 24px !important;
}
.product-card .jsc-product-title{
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; 
  height: 3em;
  margin-bottom: 0;
}
.jsc-grid-empty-swatch{
  min-height: 30px;
}

a:hover{
  color: inherit;
  text-decoration: inherit;
}
.container--xxs{
  max-width: var(--container-xxs-max-width);
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.soldout-buttons .button{
  cursor: default;
}
.soldout-buttons{
  width: -webkit-fill-available;
  row-gap: 1rem;
  display: grid;
}
.product-card__info{
  gap: 24px;
}
.product-card__info .gap-1{
  gap: 16px;
}
.product-card{
  gap: 24px !important;
}

.jsc-badge .jsc-transparent{
  font-size: 12px;
  padding: unset !important;
  background: unset;
  width: max-content;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
  align-items: center;
  padding: 0.0625rem 0.3125rem;
  display: flex;
  line-height: 18px;
}
.product-card__info .button{
  margin-top: 20px;
}
/*------------------------------------------------------------------
[6. Collection Page]
*/
:where(.modal,.drawer,.popover,.header-search)::part(overlay){
  background: #1d1d1d !important;
  opacity: 80% !important;
}
.block-swatch.is-disabled{
  cursor: default;
}
.drawer::part(content){
  max-width: 462px;
}
.accordion__toggle{
  margin-bottom: 0;
}
.accordion__content .link-faded,
.accordion__content .checkbox-control label{
  font-size: 12px;
}
.collection-toolbar__button-container{
  border-inline-start-width: 0;
}
.jsc-border-added{
  border-top: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
}
.jsc-collection-list .collection-list{
  justify-content: center;
  flex-wrap: nowrap;
  height: 88px;
}
.jsc-collection-list .section-stack{
  border-top: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
}
.jsc-collection-list .collection-card{
  display: flex;
  gap: 0;
  justify-content: center;
}
.jsc-collection-list .collection-card:not(:first-child){
  border-left: 1px solid rgb(var(--border-color));
  padding-left: var(--collection-list-gap, 0px);
}
.jsc-collection-list .collection-card__content{
  margin: auto 0;
  flex: 2;
  text-align: center;
}
.jsc-collection-list .jsc-content-over-media{
  flex: 1;
  --content-over-media-gap: 2rem;
}
.jsc-collection-list .sticky--collection-list{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  margin: 0;
  left: 0;
  z-index: 9;
  transition: bottom 0.2s ease-in-out;
}
.show-up{
  bottom: 0px;
}
.collection__main .jsc-badge__hide{
  display: none;
}
.jsc-badge{
  display: none;
}
.collection__main .jsc-badge{
  display: block !important;
}
.collection__main .product-card__info{
  text-align: left;
  align-content: start;
  justify-items: flex-start;
}
.collection__main .justify-items-center {
  justify-items: flex-start;
}
.jsc-badge .badge{
  padding: unset !important;
  font-size: 12px;
  background: unset;
  color: #909090;
  line-height: 18px;
}
.collection__main .product-card__info .shopify-product-form{
  width: -webkit-fill-available;
}

/*------------------------------------------------------------------
[7. Product Pages]
*/
.jdgm-sort-dropdown option[value="pictures-first"], .jdgm-sort-dropdown option[value="videos-first"] {
  display: none;
}
@media (min-width: 1025px) {
  [id^="shopify-block-judge_me_reviews_review_widget"]{
    max-width: 956px;
    margin: 0 auto;
  }
}
[id^="shopify-block-judge_me_reviews_review_widget"] {
  width: 100%;
  margin: 0 auto;
}
/*
  Standard Promo CSS - Start
*/
.jsc-promoSection{
  margin-top: 25px;
}
.jsc-promoSection .SectionHeader__Heading{
  text-align: center;
  background-color: var(--color-body);
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
}
.jsc-promoSection .jsc-container{
  margin-top: 0;
}
.jsc-promoSection .half-width{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jsc-promoSection .Heading.m-b-0.u-h6{
  text-align: left;
}
.jsc-promoSection .jsc-price{
  text-align: left;
  font-weight: bold;
}
.jsc-plus-connect{
  width: 35px;
}
.jsc-text-price-wrap{
  display: flex;
  justify-content: space-between;
  width: 60%;
  font-size: 15px;
  align-items: center;
}
.jsc-promo-atc-wrap{
  display: flex;
  margin-top: 15px;
  align-items: center;
  background-color: #00423633;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 20px 15px;
  border-top: 1px solid #004236;
}
.jsc-atc-promoSection{
  width: 40%;
  text-align: right;
}
.jsc-atc-promoSection button{
  margin: 0;
}
.jsc-priceAll{
  margin-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.jsc-text-priceAll{
  margin-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/*
  Standard Promo CSS - End
*/
.jsc-gwp-col-1, .jsc-gwp-col-2{
  flex: 1;
  margin: auto;
}
.horizontal-product-card__info form{
  margin-bottom: 0 !important;
}
.horizontal-product-card__info .product-title{
  text-align: center;
}
.horizontal-product-card{
  column-gap: 1rem;
}
.horizontal-product-card__info{
  justify-items: center;
}
.jsc-product-sticky-bar-content price-list .text-subdued{
  font-size: 16px;
}
.template-product .shopify-section--related-products h2,
.template-product .shopify-section--recently-viewed-products h2{
  font-size: 20px;
}
.template-product .shopify-section--related-products .product-card .jsc-product-title{
  font-size: 16px;
}
carousel-progress-container{
  width: 100%;
  background: #e5e5e5;
  height: 3px;
}
.jsc-progress-bar {
  height: 3px;
  width: 0;
  background: #999999;
  display: block;
}
.complementary-products{
  max-width: unset;
  row-gap: 0.5rem;
}
.shopify-section--main-product .section-spacing{
  margin-block-end: 85px;
}
.template-product .complementary-products__product-list{
  margin-bottom: 1rem;
}
.template-product .horizontal-product-card{
  border: 1px solid rgb(var(--border-color));
  padding: 5px 0 5px 10px;
}
.template-product .quantity-selector__input{
  margin: auto;
}
.jsc-atc-sticky-mobile{
  display: contents;
}
.template-product .product-sticky-bar{
  display: flex;
  justify-content: center;
  height: 87px;
}

.template-product .product-sticky-bar .jsc-product-sticky-bar-content {
  display: flex;
  justify-content: space-evenly;
  width: 1280px;
}

.template-product .product-sticky-bar .jsc-product-sticky-bar-content .h3{
  line-height: 48px;
  margin-bottom: 0;
}

.template-product .product-sticky-bar .jsc-product-sticky-bar-content .price-list .h4 {
  line-height: 48px !important;
  margin-bottom: 0 !important;
}
.product-sticky-bar{
  top: calc(100% - 87px);
  grid-template-columns: max-content auto;
  gap: 21em;
}
.template-product .variant-picker__option-info{
  margin-bottom: 13px;
}
.template-product .shopify-section--image-with-text .image-with-text{
  background-color: #f3f3f3;
}
.template-product .shopify-section--image-with-text .section-spacing{
  margin-block-start: 80px;
  margin-block-end: 80px;
}
.multiple-media-with-text{
  --multiple-media-with-text-gap: 2rem 4.5rem;
  gap: var(--multiple-media-with-text-gap);
}
.template-product .shopify-section--slideshow{
  margin-bottom: 15px;
}
.template-product .shopify-section--main-product .product-info__block-item, .template-product .shopify-section--main-product .product-info__block-item .social-media{
  margin-bottom: 0;
  margin-top: 0;
}
.template-product .shopify-section--main-product .product-info__block-item .badge--custom{
  margin-bottom: 25px;
}
.template-product .shopify-section--main-product .product-info__block-item .product-title{
  margin-bottom: 15px;
}
.template-product .shopify-section--main-product .product-info__block-item price-list sale-price{
  margin-bottom: 45px;
}
.template-product .shopify-section--main-product .product-info__block-item quantity-selector{
  margin-bottom: 40px;
  width: 166px;
  height: 48px;
}
.template-product .shopify-section--main-product .product-info__block-item form{
  margin-bottom: 85px;
}
.jsc-buy-buttons .button{
  padding: 0;
  height: 56px;
  width: 261px;
}
.product-sticky-bar .button{
  padding: 0;
  width: 261px;
  height: 48px;
}
.template-product .container{
  max-width: 926px;
}
.template-product .product{
  column-gap: 7.5rem;
}
.template-product .badge--custom{
  line-height: 22px;
  padding: 0px;
  color: #909090;
}
.template-product .product-title{
  font-size: 18px;
  line-height: 28px;
}
.template-product .h3{
  color: #333;
}
.template-product .complementary-products__header .h5{
  font-size: 12px;
  line-height: 18px;
}
.template-product .complementary-products__product-list .product-title{
  font-size: 14px;
  line-height: 22px;
}
.template-product .complementary-products__product-list .v-stack{
  justify-content: center;
  justify-items: center;
}
.complementary-product__link{
  text-decoration: underline;
}
.jsc-text__atc{
  grid-auto-flow: row;
  justify-items: center;
}
.template-product .horizontal-product-card__info button{
  text-transform: uppercase;
}
.template-product .horizontal-product-card__info sale-price{
  font-size: 10px;
  line-height: 16px;
}
.product-sticky-bar__info .v-stack
{
  grid-auto-flow: column;
}
.product-sticky-bar__info .v-stack .h3,
.product-sticky-bar__info .v-stack price-list .h4{
  margin-bottom: 0;
}
.product-sticky-bar__info price-list{
  margin-inline-start: 20px;
}
.h1{
  font-size: 20px;
  line-height: 30px;
}
.jsc-instagram-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.jsc-instagram-icon{
  width: 22px;
  height: auto;
  margin-bottom: 0.5rem;
}
.jsc-instagram-container p{
  margin-block-start: 0 !important;
  margin-inline-start: 10px;
}
.template-product .fs-slider-next-button,
.template-product .fs-slider-prev-button{
  height: 50px;
  top: 45%;
  z-index: 1;
}
.template-product .shopify-section--rich-text .section-spacing:not(.section-spacing--padded){
  margin-block-end: 50px;
}
.jsc-ingredient-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jsc-ingredient-container .jsc-ingredient-item{
  width: calc(20% - 15px);
}
.jsc-ingredient-container p {
  font-family: var(--font-family);
  font-weight: inherit;
}

.jsc-ingredient-content{
  font-size: 13px;
  color: #898989;
}
.swym-btn-container.swym-inject:not(.jsc-swym-btn-container), .jsc-swym-btn-container .swym-tooltip{
  display: none !important;
}
.jsc-swym-button-bar{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 25px;
}
.jsc-buy-buttons{
  display: flex;
}
.jsc-swym-btn-container .swym-button, .jsc-swym-btn-container .swym-button.swym-added:after{
  opacity: 1 !important;
}
.jsc-swym-btn-container .swym-button.swym-add-to-wishlist:after{
  font-size: 22px;
}

.product-gallery__thumbnail-scroller {
  grid-auto-columns: 75px;
}

.product-gallery__thumbnail {
  width: 74.34px;
}

.product-gallery {
  --product-gallery-thumbnail-list-gap: 2rem 1rem;
}

.template-product .shopify-section--main-product .product-info__block-item .payment-terms form{
  margin-bottom: 0px;
}

.template-product .accordion .accordion__toggle {
  padding-top: 17px;
  padding-bottom: 17px;
}

/*------------------------------------------------------------------
[8. Cart Pages]
*/
.template-cart .shopify-section--recently-viewed-products .h3{
  font-size: 20px;
}
.jsc-sample-collection-container{
  border: 1px solid rgb(var(--border-color));
}
.jsc-sample-collection-container .flickity-prev{
  left: 9px !important;
  transform: translateY(-50%) !important;
}
.jsc-sample-collection-container .flickity-next{
  right: 9px !important;
  transform: translateY(-50%) !important;
}
.jsc-sample-header{
  border-bottom: 1px solid rgb(var(--border-color));
  text-align: center;
  color: white;
  padding: 10px 0;
}
.h2{
  font-size: 20px;
  color: #333;
}
.jsc-product-card-title{
  min-height: 45px;
}
.jsc-sample-grid{
  width: 25%;
  padding: 0 15px;

}
.jsc-sample-product-slider .flickity-button:focus{
  box-shadow: none
}

.jsc-sample-product-slider{
  display: flex;
  visibility: hidden;
}

.jsc-sample-product-slider.flickity-enabled{
  display: block;
  visibility: visible;
}
#jsc-b-id-overlay{
  width: 100%;
  background: #7c7c7c;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

/*------------------------------------------------------------------
[8. Cart Pages]
*/

/*------------------------------------------------------------------
[9. Search Pages]
*/

/*------------------------------------------------------------------
[10. Header]
*/

.jsc-close-button{
  color: #fff;
  grid-area: secondary-nav;
  text-align: -webkit-right;
}
.shopify-section--header height-observer{
  --header-show-transparent-logo: 0;
  --background: var(--header-background);
  --text-color: var(--header-text);
  --border-color: var(--header-border-color);
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
}
.hidethis{
  display: none;
}
.header__logo-image{
  height: 20px;
  width: auto;
}
.shopify-section--header height-observer{
  --background: var(--header-background);
  background-color: rgb(var(--background));
}
.header__secondary-nav, .header__primary-nav{
  height: 56px;
}
.announcement-bar{
  height: 40px;
  grid-area: announcement-bar;
  align-items: center;
}
.shopify-section--announcement-bar height-observer{
  --background: 89 87 87;
    background-color: rgb(var(--background));
}
.mega-menu__promo img{
  max-width: unset;
  width: 261px;
  height: 82px;
}
.jsc-announcement-bar__container{
    --header-grid: ". announcement-bar  secondary-nav" "primary-nav primary-nav primary-nav" / minmax(0, 1fr) auto minmax(0, 1fr);
    grid: var(--header-grid);
    justify-content: center;
    align-items: center;
    column-gap: 1.25rem;
    row-gap: var(--header-padding-block);
    color: rgb(var(--text-color));
    box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
    transition: background .2s,color .2s,border .2s,box-shadow .2s;
    display: grid;
    position: relative;
    width: 1116px;
    margin: auto;
}
.header__primary-nav-item:before{
  font-size: var(--text-h4);
  line-height: 1.6;
  letter-spacing: var(--heading-letter-spacing);
}
.collection-toolbar__products-count{
  position: relative !important;
  width: max-content;
  padding-inline: 2.875rem;
}
.big--hide{
  display: none;
}
.mega-menu{
  justify-content: space-between;
  overflow-y: visible;
  display: grid;
  align-items: center;
  direction: ltr;
  align-content: center;
  margin: 0;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  padding: 0 !important;
  height: 502px;
  margin: auto;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  border-block-end-width: 0;
}
.mega-menu__promo{
  float: right;
  grid-column: 4 / 4;
  row-gap: var(--mega-menu-promo-gap);
  flex-wrap: wrap;
  padding: 2.5rem 3rem 2.5rem 0;
}
.mega-menu__linklist{
  flex-direction: column;
  padding-bottom: inherit;
  grid-column: 1 / 1;
  background-color: #f5f5f5;
  height: 400px;
  padding: 2.5rem 0 2.5rem 3rem;
  gap: 0.625rem;
  height: 502px;
}
.jsc-sublinktitle{
  display: flex;
  justify-content: flex-start;
}
.jsc-sublink{
  position: absolute;
  left: 25%;
  top: 0;
  padding-top: 2.5rem;
  overflow:visible;
  padding-left: 3rem;
}
.mega-menu__linklist>*{
  width: 200px;
}
.jsc-arrow{
  visibility: hidden;
}
.jsc-details[open]:hover .jsc-arrow{
  visibility: visible !important;
}
.jsc-details summary:hover .jsc-arrow{
  visibility: visible !important;
}
.header__menu-disclosure[open] .mega-menu__promo{
  display: flex;
}
.text-subdued, .badge{
  font-family: var(--font-family);
}
.swym-wishlist{
  height: auto;
  width: 20px;
}


/*------------------------------------------------------------------
[11. Account pages]
*/
.jsc-update-double-fields{
  display: flex;
  justify-content: space-between;
}
.form-control{
  height: auto;
  padding: 0;
  line-height: inherit;
  color: inherit;
  background-clip: inherit;
  border: 0;
  border-radius: 0;
}
.jsc-account-fields .jsc-input-row{
  display: inline-block;
  width: calc(50% - 8px);
}
#jsc-telephone[type=number], #jsc-register_mobile[type=number]{
  -moz-appearance: textfield;
}
#jsc-telephone::-webkit-outer-spin-button,
#jsc-telephone::-webkit-inner-spin-button, #jsc-register_mobile::-webkit-outer-spin-button,
#jsc-register_mobile::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.jsc-loader-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6969694f;
  z-index: 1002;
}
.jsc-loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #5a5858;
  width: 45px;
  height: 45px;
  -webkit-animation: jsc-spin 2s linear infinite;
  animation: jsc-spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* Safari */
@-webkit-keyframes jsc-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes jsc-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.datepicker.datepicker-dropdown{
  width: calc(100% - 48px);
  max-width: 360px;
}
table.table-condensed{
  width: 100%;
}
table.table-condensed .active{
  background: #000 !important;
  color: #fff !important;
}
table.table-condensed td.day, table.table-condensed th.dow{
  padding: 6px;
  border-radius: 0;
}
table.table-condensed .datepicker-switch{
  padding: 10px 0;
}
table.table-condensed .focused{
  background: transparent !important;
}

/*------------------------------------------------------------------
[12. FAQ pages]
*/

/*------------------------------------------------------------------
[13. Contact Us pages]
*/

/*------------------------------------------------------------------
[14. Footer]
*/
.shopify-section--newsletter .section-spacing{
  background-color: #f6f6f6;
  height: 229px;
  display: flex;
  align-items: center;
  margin-block-end: 0;
}
.social-media--list{
  margin: 20px 0;
}
.localization-selectors{
  justify-content: flex-start;
}
.footer__aside{
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
}
.jsc-cookies-container{
  min-height: 50px;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  font-size: 12px;
  gap: 25px;
  opacity: 0.85;
  position: fixed;
  bottom: 0px;
  background-color: black;
  z-index: 99;
  flex-direction: row;
}
.jsc-accept-btn{
  padding: 12px 30px;
  background: #fff;
  color: #000;
  width: auto;
  border-radius: 30px;
}

.jsc-accept-btn:hover{
  opacity: 0.6;
}
.jsc-cookies-info a{
  text-decoration: underline;
  color: #2a6dc9;
}

.jsc-cookies-info a:hover{
  color: #171717;
}

.popover{
  left: auto;
  z-index: 999;
  display: none;
  max-width: none;
  line-height: inherit;
  background-clip: inherit;
  border-radius: 0px;
  border: 0px;
}
.ly-switcher-wrapper{
  display: none;
}
.footer__block-list p, .footer__block-list a, .footer__block-list strong{
  font-size: 12px !important;
}
.jsc-footer__accordion{
  display: none;
}
.btn--scroll-top {
  --icon-size: 28px;
  --btn-size: 40px;
  position: absolute;
  left: 90%;
  bottom: 110px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: var(--btn-size);
  height: var(--btn-size);
  padding: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.btn--scroll-top:after {
  left: -30%;
}
.btn--scroll-top .icon {
  stroke: currentColor;
}

/*------------------------------------------------------------------
[15. Sidebar]
*/

/*------------------------------------------------------------------
[16. Newsletter]
*/

/*------------------------------------------------------------------
[Quiz]
*/
.template-page #quiz-kit-container h1{
  text-align: center;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP a{
  background: transparent !important;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP h3{
  font-family: var(--font-family);
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  height: 48px !important;
  text-align: left !important;
}

.template-page #quiz-kit-results-grid-P69dxNH_UsP{
  display: grid !important;
  grid-template-columns: 30% 30% 30% !important;
  justify-content: center !important;
  gap: 50px !important;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP h4{
  margin-top: 20px !important;
  font-family: var(--font-family);
  font-size: 14px !important;
  color: #333333 !important;
  text-align: left !important;
  line-height: 22px !important;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP img{
  width: 100% !important;
  object-fit: contain;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP div{
  margin-bottom: 20px !important;
}

.template-page #quiz-kit-results-product-P69dxNH_UsP div:last-child{
  width: 100% !important;
}

.template-page #quiz-kit-variant-select {
  display: none;
}

.template-page #quiz-kit-container button{
  margin: 20px !important;
  width: 250px !important;
}

.template-page #quiz-kit-question-navigation span{
  margin: 0 !important;
}
/*------------------------------------------------------------------
[16. Media Query]
*/

/* Max Width
------------------------------------------------------------------
*/
@media (max-width: 1400px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  
  /* Text align
  ------------------------------------
  */
  .wide-down--text-center {
    text-align: center;
  }
  .wide-down--text-right {
    text-align: right;
  }
  .wide-down--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /* Generic Padding Helpers
  ------------------------------------
  */
  .wide-down--p-t-0 {
    padding-top: 0 !important;
  }
  .wide-down--p-r-0 {
    padding-right: 0 !important;
  }
  .wide-down--p-l-0 {
    padding-left: 0 !important;
  }
  .wide-down--p-b-0 {
    padding-bottom: 0 !important;
  }
  .wide-down--p-t-5 {
    padding-top: 5px !important;
  }
  .wide-down--p-r-5 {
    padding-right: 5px !important;
  }
  .wide-down--p-l-5 {
    padding-left: 5px !important;
  }
  .wide-down--p-b-5 {
    padding-bottom: 5px !important;
  }
  .wide-down--padding-5 {
    padding: 5px !important;
  }
  .wide-down--p-t-10 {
    padding-top: 10px !important;
  }
  .wide-down--p-r-10 {
    padding-right: 10px !important;
  }
  .wide-down--p-l-10 {
    padding-left: 10px !important;
  }
  .wide-down--p-b-10 {
    padding-bottom: 10px !important;
  }
  .wide-down--padding-10 {
    padding: 10px !important;
  }
  .wide-down--p-t-15 {
    padding-top: 15px !important;
  }
  .wide-down--p-r-15 {
    padding-right: 15px !important;
  }
  .wide-down--p-l-15 {
    padding-left: 15px !important;
  }
  .wide-down--p-b-15 {
    padding-bottom: 15px !important;
  }
  .wide-down--padding-15 {
    padding: 15px !important;
  }
  .wide-down--p-t-20 {
    padding-top: 20px !important;
  }
  .wide-down--p-r-20 {
    padding-right: 20px !important;
  }
  .wide-down--p-l-20 {
    padding-left: 20px !important;
  }
  .wide-down--p-b-20 {
    padding-bottom: 20px !important;
  }
  .wide-down--padding-20 {
    padding: 20px !important;
  }
  .wide-down--p-t-25 {
    padding-top: 25px !important;
  }
  .wide-down--p-r-25 {
    padding-right: 25px !important;
  }
  .wide-down--p-l-25 {
    padding-left: 25px !important;
  }
  .wide-down--p-b-25 {
    padding-bottom: 25px !important;
  }
  .wide-down--padding-25 {
    padding: 25px !important;
  }
  .wide-down--p-t-30 {
    padding-top: 30px !important;
  }
  .wide-down--p-r-30 {
    padding-right: 30px !important;
  }
  .wide-down--p-l-30 {
    padding-left: 30px !important;
  }
  .wide-down--p-b-30 {
    padding-bottom: 30px !important;
  }
  .wide-down--padding-30 {
    padding: 30px !important;
  }
  .wide-down--p-t-35 {
    padding-top: 35px !important;
  }
  .wide-down--p-r-35 {
    padding-right: 35px !important;
  }
  .wide-down--p-l-35 {
    padding-left: 35px !important;
  }
  .wide-down--p-b-35 {
    padding-bottom: 35px !important;
  }
  .wide-down--padding-35 {
    padding: 35px !important;
  }
  .wide-down--p-t-40 {
    padding-top: 40px !important;
  }
  .wide-down--p-r-40 {
    padding-right: 40px !important;
  }
  .wide-down--p-l-40 {
    padding-left: 40px !important;
  }
  .wide-down--p-b-40 {
    padding-bottom: 40px !important;
  }
  .wide-down--padding-40 {
    padding: 40px !important;
  }
  .wide-down--p-t-45 {
    padding-top: 45px !important;
  }
  .wide-down--p-r-45 {
    padding-right: 45px !important;
  }
  .wide-down--p-l-45 {
    padding-left: 45px !important;
  }
  .wide-down--p-b-45 {
    padding-bottom: 45px !important;
  }
  .wide-down--padding-45 {
    padding: 45px !important;
  }
  .wide-down--p-t-50 {
    padding-top: 50px !important;
  }
  .wide-down--p-r-50 {
    padding-right: 50px !important;
  }
  .wide-down--p-l-50 {
    padding-left: 50px !important;
  }
  .wide-down--p-b-50 {
    padding-bottom: 50px !important;
  }
  .wide-down--padding-50 {
    padding: 50px !important;
  }
  .wide-down--p-t-55 {
    padding-top: 55px !important;
  }
  .wide-down--p-r-55 {
    padding-right: 55px !important;
  }
  .wide-down--p-l-55 {
    padding-left: 55px !important;
  }
  .wide-down--p-b-55 {
    padding-bottom: 55px !important;
  }
  .wide-down--padding-55 {
    padding: 55px !important;
  }
  .wide-down--p-t-60 {
    padding-top: 60px !important;
  }
  .wide-down--p-r-60 {
    padding-right: 60px !important;
  }
  .wide-down--p-l-60 {
    padding-left: 60px !important;
  }
  .wide-down--p-b-60 {
    padding-bottom: 60px !important;
  }
  .wide-down--padding-60 {
    padding: 60px !important;
  }
  .wide-down--p-t-65 {
    padding-top: 65px !important;
  }
  .wide-down--p-r-65 {
    padding-right: 65px !important;
  }
  .wide-down--p-l-65 {
    padding-left: 65px !important;
  }
  .wide-down--p-b-65 {
    padding-bottom: 65px !important;
  }
  .wide-down--padding-65 {
    padding: 65px !important;
  }
  .wide-down--p-t-70 {
    padding-top: 70px !important;
  }
  .wide-down--p-r-70 {
    padding-right: 70px !important;
  }
  .wide-down--p-l-70 {
    padding-left: 70px !important;
  }
  .wide-down--p-b-70 {
    padding-bottom: 70px !important;
  }
  .wide-down--padding-70 {
    padding: 70px !important;
  }
  .wide-down--p-t-75 {
    padding-top: 75px !important;
  }
  .wide-down--p-r-75 {
    padding-right: 75px !important;
  }
  .wide-down--p-l-75 {
    padding-left: 75px !important;
  }
  .wide-down--p-b-75 {
    padding-bottom: 75px !important;
  }
  .wide-down--padding-75 {
    padding: 75px !important;
  }
  .wide-down--p-t-80 {
    padding-top: 80px !important;
  }
  .wide-down--p-r-80 {
    padding-right: 80px !important;
  }
  .wide-down--p-l-80 {
    padding-left: 80px !important;
  }
  .wide-down--p-b-80 {
    padding-bottom: 80px !important;
  }
  .wide-down--padding-80 {
    padding: 80px !important;
  }
  .wide-down--p-t-85 {
    padding-top: 85px !important;
  }
  .wide-down--p-r-85 {
    padding-right: 85px !important;
  }
  .wide-down--p-l-85 {
    padding-left: 85px !important;
  }
  .wide-down--p-b-85 {
    padding-bottom: 85px !important;
  }
  .wide-down--padding-85 {
    padding: 85px !important;
  }
  .wide-down--p-t-90 {
    padding-top: 90px !important;
  }
  .wide-down--p-r-90 {
    padding-right: 90px !important;
  }
  .wide-down--p-l-90 {
    padding-left: 90px !important;
  }
  .wide-down--p-b-90 {
    padding-bottom: 90px !important;
  }
  .wide-down--padding-90 {
    padding: 90px !important;
  }
  .wide-down--p-t-95 {
    padding-top: 95px !important;
  }
  .wide-down--p-r-95 {
    padding-right: 95px !important;
  }
  .wide-down--p-l-95 {
    padding-left: 95px !important;
  }
  .wide-down--p-b-95 {
    padding-bottom: 95px !important;
  }
  .wide-down--padding-95 {
    padding: 95px !important;
  }
  .wide-down--p-t-100 {
    padding-top: 100px !important;
  }
  .wide-down--p-r-100 {
    padding-right: 100px !important;
  }
  .wide-down--p-l-100 {
    padding-left: 100px !important;
  }
  .wide-down--p-b-100 {
    padding-bottom: 100px !important;
  }
  .wide-down--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .wide-down--m-t-0 {
    margin-top: 0px;
  }
  .wide-down--m-r-0 {
    margin-right: 0px;
  }
  .wide-down--m-l-0 {
    margin-left: 0px;
  }
  .wide-down--m-b-0 {
    margin-bottom: 0px;
  }
  .wide-down--m-t-5 {
    margin-top: 5px;
  }
  .wide-down--m-r-5 {
    margin-right: 5px;
  }
  .wide-down--m-l-5 {
    margin-left: 5px;
  }
  .wide-down--m-b-5 {
    margin-bottom: 5px;
  }
  .wide-down--m-t-10 {
    margin-top: 10px;
  }
  .wide-down--m-r-10 {
    margin-right: 10px;
  }
  .wide-down--m-l-10 {
    margin-left: 10px;
  }
  .wide-down--m-b-10 {
    margin-bottom: 10px;
  }
  .wide-down--m-t-15 {
    margin-top: 15px;
  }
  .wide-down--m-r-15 {
    margin-right: 15px;
  }
  .wide-down--m-l-15 {
    margin-left: 15px;
  }
  .wide-down--m-b-15 {
    margin-bottom: 15px;
  }
  .wide-down--m-t-20 {
    margin-top: 20px;
  }
  .wide-down--m-r-20 {
    margin-right: 20px;
  }
  .wide-down--m-l-20 {
    margin-left: 20px;
  }
  .wide-down--m-b-20 {
    margin-bottom: 20px;
  }
  .wide-down--m-t-25 {
    margin-top: 25px;
  }
  .wide-down--m-r-25 {
    margin-right: 25px;
  }
  .wide-down--m-l-25 {
    margin-left: 25px;
  }
  .wide-down--m-b-25 {
    margin-bottom: 25px;
  }
  .wide-down--m-t-30 {
    margin-top: 30px;
  }
  .wide-down--m-r-30 {
    margin-right: 30px;
  }
  .wide-down--m-l-30 {
    margin-left: 30px;
  }
  .wide-down--m-b-30 {
    margin-bottom: 30px;
  }
  .wide-down--m-t-35 {
    margin-top: 35px;
  }
  .wide-down--m-r-35 {
    margin-right: 35px;
  }
  .wide-down--m-l-35 {
    margin-left: 35px;
  }
  .wide-down--m-b-35 {
    margin-bottom: 35px;
  }
  .wide-down--m-t-40 {
    margin-top: 40px;
  }
  .wide-down--m-r-40 {
    margin-right: 40px;
  }
  .wide-down--m-l-40 {
    margin-left: 40px;
  }
  .wide-down--m-b-40 {
    margin-bottom: 40px;
  }
  .wide-down--m-t-45 {
    margin-top: 45px;
  }
  .wide-down--m-r-45 {
    margin-right: 45px;
  }
  .wide-down--m-l-45 {
    margin-left: 45px;
  }
  .wide-down--m-b-45 {
    margin-bottom: 45px;
  }
  .wide-down--m-t-50 {
    margin-top: 50px;
  }
  .wide-down--m-r-50 {
    margin-right: 50px;
  }
  .wide-down--m-l-50 {
    margin-left: 50px;
  }
  .wide-down--m-b-50 {
    margin-bottom: 50px;
  }
  .wide-down--m-t-55 {
    margin-top: 55px;
  }
  .wide-down--m-r-55 {
    margin-right: 55px;
  }
  .wide-down--m-l-55 {
    margin-left: 55px;
  }
  .wide-down--m-b-55 {
    margin-bottom: 55px;
  }
  .wide-down--m-t-60 {
    margin-top: 60px;
  }
  .wide-down--m-r-60 {
    margin-right: 60px;
  }
  .wide-down--m-l-60 {
    margin-left: 60px;
  }
  .wide-down--m-b-60 {
    margin-bottom: 60px;
  }
  .wide-down--m-t-65 {
    margin-top: 65px;
  }
  .wide-down--m-r-65 {
    margin-right: 65px;
  }
  .wide-down--m-l-65 {
    margin-left: 65px;
  }
  .wide-down--m-b-65 {
    margin-bottom: 65px;
  }
  .wide-down--m-t-70 {
    margin-top: 70px;
  }
  .wide-down--m-r-70 {
    margin-right: 70px;
  }
  .wide-down--m-l-70 {
    margin-left: 70px;
  }
  .wide-down--m-b-70 {
    margin-bottom: 70px;
  }
  .wide-down--m-t-75 {
    margin-top: 75px;
  }
  .wide-down--m-r-75 {
    margin-right: 75px;
  }
  .wide-down--m-l-75 {
    margin-left: 75px;
  }
  .wide-down--m-b-75 {
    margin-bottom: 75px;
  }
  .wide-down--m-t-80 {
    margin-top: 80px;
  }
  .wide-down--m-r-80 {
    margin-right: 80px;
  }
  .wide-down--m-l-80 {
    margin-left: 80px;
  }
  .wide-down--m-b-80 {
    margin-bottom: 80px;
  }
  .wide-down--m-t-85 {
    margin-top: 85px;
  }
  .wide-down--m-r-85 {
    margin-right: 85px;
  }
  .wide-down--m-l-85 {
    margin-left: 85px;
  }
  .wide-down--m-b-85 {
    margin-bottom: 85px;
  }
  .wide-down--m-t-90 {
    margin-top: 90px;
  }
  .wide-down--m-r-90 {
    margin-right: 90px;
  }
  .wide-down--m-l-90 {
    margin-left: 90px;
  }
  .wide-down--m-b-90 {
    margin-bottom: 90px;
  }
  .wide-down--m-t-95 {
    margin-top: 95px;
  }
  .wide-down--m-r-95 {
    margin-right: 95px;
  }
  .wide-down--m-l-95 {
    margin-left: 95px;
  }
  .wide-down--m-b-95 {
    margin-bottom: 95px;
  }
  .wide-down--m-t-100 {
    margin-top: 100px;
  }
  .wide-down--m-r-100 {
    margin-right: 100px;
  }
  .wide-down--m-l-100 {
    margin-left: 100px;
  }
  .wide-down--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

@media (max-width: 1024px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  
  /* Text align
  ------------------------------------
  */
  .large-down--text-center {
    text-align: center;
  }
  .large-down--text-right {
    text-align: right;
  }
  .large-down--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */

  /* Generic Padding Helpers
  ------------------------------------
  */
  .large-down--p-t-0 {
    padding-top: 0 !important;
  }
  .large-down--p-r-0 {
    padding-right: 0 !important;
  }
  .large-down--p-l-0 {
    padding-left: 0 !important;
  }
  .large-down--p-b-0 {
    padding-bottom: 0 !important;
  }
  .large-down--p-t-5 {
    padding-top: 5px !important;
  }
  .large-down--p-r-5 {
    padding-right: 5px !important;
  }
  .large-down--p-l-5 {
    padding-left: 5px !important;
  }
  .large-down--p-b-5 {
    padding-bottom: 5px !important;
  }
  .large-down--padding-5 {
    padding: 5px !important;
  }
  .large-down--p-t-10 {
    padding-top: 10px !important;
  }
  .large-down--p-r-10 {
    padding-right: 10px !important;
  }
  .large-down--p-l-10 {
    padding-left: 10px !important;
  }
  .large-down--p-b-10 {
    padding-bottom: 10px !important;
  }
  .large-down--padding-10 {
    padding: 10px !important;
  }
  .large-down--p-t-15 {
    padding-top: 15px !important;
  }
  .large-down--p-r-15 {
    padding-right: 15px !important;
  }
  .large-down--p-l-15 {
    padding-left: 15px !important;
  }
  .large-down--p-b-15 {
    padding-bottom: 15px !important;
  }
  .large-down--padding-15 {
    padding: 15px !important;
  }
  .large-down--p-t-20 {
    padding-top: 20px !important;
  }
  .large-down--p-r-20 {
    padding-right: 20px !important;
  }
  .large-down--p-l-20 {
    padding-left: 20px !important;
  }
  .large-down--p-b-20 {
    padding-bottom: 20px !important;
  }
  .large-down--padding-20 {
    padding: 20px !important;
  }
  .large-down--p-t-25 {
    padding-top: 25px !important;
  }
  .large-down--p-r-25 {
    padding-right: 25px !important;
  }
  .large-down--p-l-25 {
    padding-left: 25px !important;
  }
  .large-down--p-b-25 {
    padding-bottom: 25px !important;
  }
  .large-down--padding-25 {
    padding: 25px !important;
  }
  .large-down--p-t-30 {
    padding-top: 30px !important;
  }
  .large-down--p-r-30 {
    padding-right: 30px !important;
  }
  .large-down--p-l-30 {
    padding-left: 30px !important;
  }
  .large-down--p-b-30 {
    padding-bottom: 30px !important;
  }
  .large-down--padding-30 {
    padding: 30px !important;
  }
  .large-down--p-t-35 {
    padding-top: 35px !important;
  }
  .large-down--p-r-35 {
    padding-right: 35px !important;
  }
  .large-down--p-l-35 {
    padding-left: 35px !important;
  }
  .large-down--p-b-35 {
    padding-bottom: 35px !important;
  }
  .large-down--padding-35 {
    padding: 35px !important;
  }
  .large-down--p-t-40 {
    padding-top: 40px !important;
  }
  .large-down--p-r-40 {
    padding-right: 40px !important;
  }
  .large-down--p-l-40 {
    padding-left: 40px !important;
  }
  .large-down--p-b-40 {
    padding-bottom: 40px !important;
  }
  .large-down--padding-40 {
    padding: 40px !important;
  }
  .large-down--p-t-45 {
    padding-top: 45px !important;
  }
  .large-down--p-r-45 {
    padding-right: 45px !important;
  }
  .large-down--p-l-45 {
    padding-left: 45px !important;
  }
  .large-down--p-b-45 {
    padding-bottom: 45px !important;
  }
  .large-down--padding-45 {
    padding: 45px !important;
  }
  .large-down--p-t-50 {
    padding-top: 50px !important;
  }
  .large-down--p-r-50 {
    padding-right: 50px !important;
  }
  .large-down--p-l-50 {
    padding-left: 50px !important;
  }
  .large-down--p-b-50 {
    padding-bottom: 50px !important;
  }
  .large-down--padding-50 {
    padding: 50px !important;
  }
  .large-down--p-t-55 {
    padding-top: 55px !important;
  }
  .large-down--p-r-55 {
    padding-right: 55px !important;
  }
  .large-down--p-l-55 {
    padding-left: 55px !important;
  }
  .large-down--p-b-55 {
    padding-bottom: 55px !important;
  }
  .large-down--padding-55 {
    padding: 55px !important;
  }
  .large-down--p-t-60 {
    padding-top: 60px !important;
  }
  .large-down--p-r-60 {
    padding-right: 60px !important;
  }
  .large-down--p-l-60 {
    padding-left: 60px !important;
  }
  .large-down--p-b-60 {
    padding-bottom: 60px !important;
  }
  .large-down--padding-60 {
    padding: 60px !important;
  }
  .large-down--p-t-65 {
    padding-top: 65px !important;
  }
  .large-down--p-r-65 {
    padding-right: 65px !important;
  }
  .large-down--p-l-65 {
    padding-left: 65px !important;
  }
  .large-down--p-b-65 {
    padding-bottom: 65px !important;
  }
  .large-down--padding-65 {
    padding: 65px !important;
  }
  .large-down--p-t-70 {
    padding-top: 70px !important;
  }
  .large-down--p-r-70 {
    padding-right: 70px !important;
  }
  .large-down--p-l-70 {
    padding-left: 70px !important;
  }
  .large-down--p-b-70 {
    padding-bottom: 70px !important;
  }
  .large-down--padding-70 {
    padding: 70px !important;
  }
  .large-down--p-t-75 {
    padding-top: 75px !important;
  }
  .large-down--p-r-75 {
    padding-right: 75px !important;
  }
  .large-down--p-l-75 {
    padding-left: 75px !important;
  }
  .large-down--p-b-75 {
    padding-bottom: 75px !important;
  }
  .large-down--padding-75 {
    padding: 75px !important;
  }
  .large-down--p-t-80 {
    padding-top: 80px !important;
  }
  .large-down--p-r-80 {
    padding-right: 80px !important;
  }
  .large-down--p-l-80 {
    padding-left: 80px !important;
  }
  .large-down--p-b-80 {
    padding-bottom: 80px !important;
  }
  .large-down--padding-80 {
    padding: 80px !important;
  }
  .large-down--p-t-85 {
    padding-top: 85px !important;
  }
  .large-down--p-r-85 {
    padding-right: 85px !important;
  }
  .large-down--p-l-85 {
    padding-left: 85px !important;
  }
  .large-down--p-b-85 {
    padding-bottom: 85px !important;
  }
  .large-down--padding-85 {
    padding: 85px !important;
  }
  .large-down--p-t-90 {
    padding-top: 90px !important;
  }
  .large-down--p-r-90 {
    padding-right: 90px !important;
  }
  .large-down--p-l-90 {
    padding-left: 90px !important;
  }
  .large-down--p-b-90 {
    padding-bottom: 90px !important;
  }
  .large-down--padding-90 {
    padding: 90px !important;
  }
  .large-down--p-t-95 {
    padding-top: 95px !important;
  }
  .large-down--p-r-95 {
    padding-right: 95px !important;
  }
  .large-down--p-l-95 {
    padding-left: 95px !important;
  }
  .large-down--p-b-95 {
    padding-bottom: 95px !important;
  }
  .large-down--padding-95 {
    padding: 95px !important;
  }
  .large-down--p-t-100 {
    padding-top: 100px !important;
  }
  .large-down--p-r-100 {
    padding-right: 100px !important;
  }
  .large-down--p-l-100 {
    padding-left: 100px !important;
  }
  .large-down--p-b-100 {
    padding-bottom: 100px !important;
  }
  .large-down--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .large-down--m-t-0 {
    margin-top: 0px;
  }
  .large-down--m-r-0 {
    margin-right: 0px;
  }
  .large-down--m-l-0 {
    margin-left: 0px;
  }
  .large-down--m-b-0 {
    margin-bottom: 0px;
  }
  .large-down--m-t-5 {
    margin-top: 5px;
  }
  .large-down--m-r-5 {
    margin-right: 5px;
  }
  .large-down--m-l-5 {
    margin-left: 5px;
  }
  .large-down--m-b-5 {
    margin-bottom: 5px;
  }
  .large-down--m-t-10 {
    margin-top: 10px;
  }
  .large-down--m-r-10 {
    margin-right: 10px;
  }
  .large-down--m-l-10 {
    margin-left: 10px;
  }
  .large-down--m-b-10 {
    margin-bottom: 10px;
  }
  .large-down--m-t-15 {
    margin-top: 15px;
  }
  .large-down--m-r-15 {
    margin-right: 15px;
  }
  .large-down--m-l-15 {
    margin-left: 15px;
  }
  .large-down--m-b-15 {
    margin-bottom: 15px;
  }
  .large-down--m-t-20 {
    margin-top: 20px;
  }
  .large-down--m-r-20 {
    margin-right: 20px;
  }
  .large-down--m-l-20 {
    margin-left: 20px;
  }
  .large-down--m-b-20 {
    margin-bottom: 20px;
  }
  .large-down--m-t-25 {
    margin-top: 25px;
  }
  .large-down--m-r-25 {
    margin-right: 25px;
  }
  .large-down--m-l-25 {
    margin-left: 25px;
  }
  .large-down--m-b-25 {
    margin-bottom: 25px;
  }
  .large-down--m-t-30 {
    margin-top: 30px;
  }
  .large-down--m-r-30 {
    margin-right: 30px;
  }
  .large-down--m-l-30 {
    margin-left: 30px;
  }
  .large-down--m-b-30 {
    margin-bottom: 30px;
  }
  .large-down--m-t-35 {
    margin-top: 35px;
  }
  .large-down--m-r-35 {
    margin-right: 35px;
  }
  .large-down--m-l-35 {
    margin-left: 35px;
  }
  .large-down--m-b-35 {
    margin-bottom: 35px;
  }
  .large-down--m-t-40 {
    margin-top: 40px;
  }
  .large-down--m-r-40 {
    margin-right: 40px;
  }
  .large-down--m-l-40 {
    margin-left: 40px;
  }
  .large-down--m-b-40 {
    margin-bottom: 40px;
  }
  .large-down--m-t-45 {
    margin-top: 45px;
  }
  .large-down--m-r-45 {
    margin-right: 45px;
  }
  .large-down--m-l-45 {
    margin-left: 45px;
  }
  .large-down--m-b-45 {
    margin-bottom: 45px;
  }
  .large-down--m-t-50 {
    margin-top: 50px;
  }
  .large-down--m-r-50 {
    margin-right: 50px;
  }
  .large-down--m-l-50 {
    margin-left: 50px;
  }
  .large-down--m-b-50 {
    margin-bottom: 50px;
  }
  .large-down--m-t-55 {
    margin-top: 55px;
  }
  .large-down--m-r-55 {
    margin-right: 55px;
  }
  .large-down--m-l-55 {
    margin-left: 55px;
  }
  .large-down--m-b-55 {
    margin-bottom: 55px;
  }
  .large-down--m-t-60 {
    margin-top: 60px;
  }
  .large-down--m-r-60 {
    margin-right: 60px;
  }
  .large-down--m-l-60 {
    margin-left: 60px;
  }
  .large-down--m-b-60 {
    margin-bottom: 60px;
  }
  .large-down--m-t-65 {
    margin-top: 65px;
  }
  .large-down--m-r-65 {
    margin-right: 65px;
  }
  .large-down--m-l-65 {
    margin-left: 65px;
  }
  .large-down--m-b-65 {
    margin-bottom: 65px;
  }
  .large-down--m-t-70 {
    margin-top: 70px;
  }
  .large-down--m-r-70 {
    margin-right: 70px;
  }
  .large-down--m-l-70 {
    margin-left: 70px;
  }
  .large-down--m-b-70 {
    margin-bottom: 70px;
  }
  .large-down--m-t-75 {
    margin-top: 75px;
  }
  .large-down--m-r-75 {
    margin-right: 75px;
  }
  .large-down--m-l-75 {
    margin-left: 75px;
  }
  .large-down--m-b-75 {
    margin-bottom: 75px;
  }
  .large-down--m-t-80 {
    margin-top: 80px;
  }
  .large-down--m-r-80 {
    margin-right: 80px;
  }
  .large-down--m-l-80 {
    margin-left: 80px;
  }
  .large-down--m-b-80 {
    margin-bottom: 80px;
  }
  .large-down--m-t-85 {
    margin-top: 85px;
  }
  .large-down--m-r-85 {
    margin-right: 85px;
  }
  .large-down--m-l-85 {
    margin-left: 85px;
  }
  .large-down--m-b-85 {
    margin-bottom: 85px;
  }
  .large-down--m-t-90 {
    margin-top: 90px;
  }
  .large-down--m-r-90 {
    margin-right: 90px;
  }
  .large-down--m-l-90 {
    margin-left: 90px;
  }
  .large-down--m-b-90 {
    margin-bottom: 90px;
  }
  .large-down--m-t-95 {
    margin-top: 95px;
  }
  .large-down--m-r-95 {
    margin-right: 95px;
  }
  .large-down--m-l-95 {
    margin-left: 95px;
  }
  .large-down--m-b-95 {
    margin-bottom: 95px;
  }
  .large-down--m-t-100 {
    margin-top: 100px;
  }
  .large-down--m-r-100 {
    margin-right: 100px;
  }
  .large-down--m-l-100 {
    margin-left: 100px;
  }
  .large-down--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .product-sticky-bar{
    top: calc(100% - 83px);
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */
  header .container {
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 0;
}
  .jsc-sublink{
    left: 33%;
  }
  .mega-menu{
    margin-inline-start: unset;
  }
  .jsc-announcement-bar__container{
    width: unset;
  }
  .header__logo-image{
    width: var(--header-logo-width);
    height: var(--header-logo-height);
  }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}
@media (max-width: 820px) {
  .container,
  .jsc-announcement-bar__container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .jsc-collection-list .jsc-content-over-media img{
    min-height: unset !important;
  }
  .jsc-collection-list .collection-list{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .jsc-collection-list .collection-card .collection-card__content .h4{
    margin-bottom: 0;
  }
  .jsc-collection-list .collection-card .collection-card__content .h5{
    line-height: 1.3;
  }
  .jsc-collection-list .collection-card:not(:first-child){
    padding-left: 0;
  }
}

@media (max-width: 820px) and (min-width: 760px){
  .template-product scroll-carousel{
    margin: 0;
  }
  header .container{
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 0;
  }
  .template-index .collection-list{
    justify-content: center;
  }
  .template-index .collection-list .collection-card {
    flex-basis: 30%;
  }
}

@media (max-width: 798px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .medium-down--text-center {
    text-align: center;
  }
  .medium-down--text-right {
    text-align: right;
  }
  .medium-down--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /* Generic Padding Helpers
  ------------------------------------
  */
  .medium-down--p-t-0 {
    padding-top: 0 !important;
  }
  .medium-down--p-r-0 {
    padding-right: 0 !important;
  }
  .medium-down--p-l-0 {
    padding-left: 0 !important;
  }
  .medium-down--p-b-0 {
    padding-bottom: 0 !important;
  }
  .medium-down--p-t-5 {
    padding-top: 5px !important;
  }
  .medium-down--p-r-5 {
    padding-right: 5px !important;
  }
  .medium-down--p-l-5 {
    padding-left: 5px !important;
  }
  .medium-down--p-b-5 {
    padding-bottom: 5px !important;
  }
  .medium-down--padding-5 {
    padding: 5px !important;
  }
  .medium-down--p-t-10 {
    padding-top: 10px !important;
  }
  .medium-down--p-r-10 {
    padding-right: 10px !important;
  }
  .medium-down--p-l-10 {
    padding-left: 10px !important;
  }
  .medium-down--p-b-10 {
    padding-bottom: 10px !important;
  }
  .medium-down--padding-10 {
    padding: 10px !important;
  }
  .medium-down--p-t-15 {
    padding-top: 15px !important;
  }
  .medium-down--p-r-15 {
    padding-right: 15px !important;
  }
  .medium-down--p-l-15 {
    padding-left: 15px !important;
  }
  .medium-down--p-b-15 {
    padding-bottom: 15px !important;
  }
  .medium-down--padding-15 {
    padding: 15px !important;
  }
  .medium-down--p-t-20 {
    padding-top: 20px !important;
  }
  .medium-down--p-r-20 {
    padding-right: 20px !important;
  }
  .medium-down--p-l-20 {
    padding-left: 20px !important;
  }
  .medium-down--p-b-20 {
    padding-bottom: 20px !important;
  }
  .medium-down--padding-20 {
    padding: 20px !important;
  }
  .medium-down--p-t-25 {
    padding-top: 25px !important;
  }
  .medium-down--p-r-25 {
    padding-right: 25px !important;
  }
  .medium-down--p-l-25 {
    padding-left: 25px !important;
  }
  .medium-down--p-b-25 {
    padding-bottom: 25px !important;
  }
  .medium-down--padding-25 {
    padding: 25px !important;
  }
  .medium-down--p-t-30 {
    padding-top: 30px !important;
  }
  .medium-down--p-r-30 {
    padding-right: 30px !important;
  }
  .medium-down--p-l-30 {
    padding-left: 30px !important;
  }
  .medium-down--p-b-30 {
    padding-bottom: 30px !important;
  }
  .medium-down--padding-30 {
    padding: 30px !important;
  }
  .medium-down--p-t-35 {
    padding-top: 35px !important;
  }
  .medium-down--p-r-35 {
    padding-right: 35px !important;
  }
  .medium-down--p-l-35 {
    padding-left: 35px !important;
  }
  .medium-down--p-b-35 {
    padding-bottom: 35px !important;
  }
  .medium-down--padding-35 {
    padding: 35px !important;
  }
  .medium-down--p-t-40 {
    padding-top: 40px !important;
  }
  .medium-down--p-r-40 {
    padding-right: 40px !important;
  }
  .medium-down--p-l-40 {
    padding-left: 40px !important;
  }
  .medium-down--p-b-40 {
    padding-bottom: 40px !important;
  }
  .medium-down--padding-40 {
    padding: 40px !important;
  }
  .medium-down--p-t-45 {
    padding-top: 45px !important;
  }
  .medium-down--p-r-45 {
    padding-right: 45px !important;
  }
  .medium-down--p-l-45 {
    padding-left: 45px !important;
  }
  .medium-down--p-b-45 {
    padding-bottom: 45px !important;
  }
  .medium-down--padding-45 {
    padding: 45px !important;
  }
  .medium-down--p-t-50 {
    padding-top: 50px !important;
  }
  .medium-down--p-r-50 {
    padding-right: 50px !important;
  }
  .medium-down--p-l-50 {
    padding-left: 50px !important;
  }
  .medium-down--p-b-50 {
    padding-bottom: 50px !important;
  }
  .medium-down--padding-50 {
    padding: 50px !important;
  }
  .medium-down--p-t-55 {
    padding-top: 55px !important;
  }
  .medium-down--p-r-55 {
    padding-right: 55px !important;
  }
  .medium-down--p-l-55 {
    padding-left: 55px !important;
  }
  .medium-down--p-b-55 {
    padding-bottom: 55px !important;
  }
  .medium-down--padding-55 {
    padding: 55px !important;
  }
  .medium-down--p-t-60 {
    padding-top: 60px !important;
  }
  .medium-down--p-r-60 {
    padding-right: 60px !important;
  }
  .medium-down--p-l-60 {
    padding-left: 60px !important;
  }
  .medium-down--p-b-60 {
    padding-bottom: 60px !important;
  }
  .medium-down--padding-60 {
    padding: 60px !important;
  }
  .medium-down--p-t-65 {
    padding-top: 65px !important;
  }
  .medium-down--p-r-65 {
    padding-right: 65px !important;
  }
  .medium-down--p-l-65 {
    padding-left: 65px !important;
  }
  .medium-down--p-b-65 {
    padding-bottom: 65px !important;
  }
  .medium-down--padding-65 {
    padding: 65px !important;
  }
  .medium-down--p-t-70 {
    padding-top: 70px !important;
  }
  .medium-down--p-r-70 {
    padding-right: 70px !important;
  }
  .medium-down--p-l-70 {
    padding-left: 70px !important;
  }
  .medium-down--p-b-70 {
    padding-bottom: 70px !important;
  }
  .medium-down--padding-70 {
    padding: 70px !important;
  }
  .medium-down--p-t-75 {
    padding-top: 75px !important;
  }
  .medium-down--p-r-75 {
    padding-right: 75px !important;
  }
  .medium-down--p-l-75 {
    padding-left: 75px !important;
  }
  .medium-down--p-b-75 {
    padding-bottom: 75px !important;
  }
  .medium-down--padding-75 {
    padding: 75px !important;
  }
  .medium-down--p-t-80 {
    padding-top: 80px !important;
  }
  .medium-down--p-r-80 {
    padding-right: 80px !important;
  }
  .medium-down--p-l-80 {
    padding-left: 80px !important;
  }
  .medium-down--p-b-80 {
    padding-bottom: 80px !important;
  }
  .medium-down--padding-80 {
    padding: 80px !important;
  }
  .medium-down--p-t-85 {
    padding-top: 85px !important;
  }
  .medium-down--p-r-85 {
    padding-right: 85px !important;
  }
  .medium-down--p-l-85 {
    padding-left: 85px !important;
  }
  .medium-down--p-b-85 {
    padding-bottom: 85px !important;
  }
  .medium-down--padding-85 {
    padding: 85px !important;
  }
  .medium-down--p-t-90 {
    padding-top: 90px !important;
  }
  .medium-down--p-r-90 {
    padding-right: 90px !important;
  }
  .medium-down--p-l-90 {
    padding-left: 90px !important;
  }
  .medium-down--p-b-90 {
    padding-bottom: 90px !important;
  }
  .medium-down--padding-90 {
    padding: 90px !important;
  }
  .medium-down--p-t-95 {
    padding-top: 95px !important;
  }
  .medium-down--p-r-95 {
    padding-right: 95px !important;
  }
  .medium-down--p-l-95 {
    padding-left: 95px !important;
  }
  .medium-down--p-b-95 {
    padding-bottom: 95px !important;
  }
  .medium-down--padding-95 {
    padding: 95px !important;
  }
  .medium-down--p-t-100 {
    padding-top: 100px !important;
  }
  .medium-down--p-r-100 {
    padding-right: 100px !important;
  }
  .medium-down--p-l-100 {
    padding-left: 100px !important;
  }
  .medium-down--p-b-100 {
    padding-bottom: 100px !important;
  }
  .medium-down--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .medium-down--m-t-0 {
    margin-top: 0px;
  }
  .medium-down--m-r-0 {
    margin-right: 0px;
  }
  .medium-down--m-l-0 {
    margin-left: 0px;
  }
  .medium-down--m-b-0 {
    margin-bottom: 0px;
  }
  .medium-down--m-t-5 {
    margin-top: 5px;
  }
  .medium-down--m-r-5 {
    margin-right: 5px;
  }
  .medium-down--m-l-5 {
    margin-left: 5px;
  }
  .medium-down--m-b-5 {
    margin-bottom: 5px;
  }
  .medium-down--m-t-10 {
    margin-top: 10px;
  }
  .medium-down--m-r-10 {
    margin-right: 10px;
  }
  .medium-down--m-l-10 {
    margin-left: 10px;
  }
  .medium-down--m-b-10 {
    margin-bottom: 10px;
  }
  .medium-down--m-t-15 {
    margin-top: 15px;
  }
  .medium-down--m-r-15 {
    margin-right: 15px;
  }
  .medium-down--m-l-15 {
    margin-left: 15px;
  }
  .medium-down--m-b-15 {
    margin-bottom: 15px;
  }
  .medium-down--m-t-20 {
    margin-top: 20px;
  }
  .medium-down--m-r-20 {
    margin-right: 20px;
  }
  .medium-down--m-l-20 {
    margin-left: 20px;
  }
  .medium-down--m-b-20 {
    margin-bottom: 20px;
  }
  .medium-down--m-t-25 {
    margin-top: 25px;
  }
  .medium-down--m-r-25 {
    margin-right: 25px;
  }
  .medium-down--m-l-25 {
    margin-left: 25px;
  }
  .medium-down--m-b-25 {
    margin-bottom: 25px;
  }
  .medium-down--m-t-30 {
    margin-top: 30px;
  }
  .medium-down--m-r-30 {
    margin-right: 30px;
  }
  .medium-down--m-l-30 {
    margin-left: 30px;
  }
  .medium-down--m-b-30 {
    margin-bottom: 30px;
  }
  .medium-down--m-t-35 {
    margin-top: 35px;
  }
  .medium-down--m-r-35 {
    margin-right: 35px;
  }
  .medium-down--m-l-35 {
    margin-left: 35px;
  }
  .medium-down--m-b-35 {
    margin-bottom: 35px;
  }
  .medium-down--m-t-40 {
    margin-top: 40px;
  }
  .medium-down--m-r-40 {
    margin-right: 40px;
  }
  .medium-down--m-l-40 {
    margin-left: 40px;
  }
  .medium-down--m-b-40 {
    margin-bottom: 40px;
  }
  .medium-down--m-t-45 {
    margin-top: 45px;
  }
  .medium-down--m-r-45 {
    margin-right: 45px;
  }
  .medium-down--m-l-45 {
    margin-left: 45px;
  }
  .medium-down--m-b-45 {
    margin-bottom: 45px;
  }
  .medium-down--m-t-50 {
    margin-top: 50px;
  }
  .medium-down--m-r-50 {
    margin-right: 50px;
  }
  .medium-down--m-l-50 {
    margin-left: 50px;
  }
  .medium-down--m-b-50 {
    margin-bottom: 50px;
  }
  .medium-down--m-t-55 {
    margin-top: 55px;
  }
  .medium-down--m-r-55 {
    margin-right: 55px;
  }
  .medium-down--m-l-55 {
    margin-left: 55px;
  }
  .medium-down--m-b-55 {
    margin-bottom: 55px;
  }
  .medium-down--m-t-60 {
    margin-top: 60px;
  }
  .medium-down--m-r-60 {
    margin-right: 60px;
  }
  .medium-down--m-l-60 {
    margin-left: 60px;
  }
  .medium-down--m-b-60 {
    margin-bottom: 60px;
  }
  .medium-down--m-t-65 {
    margin-top: 65px;
  }
  .medium-down--m-r-65 {
    margin-right: 65px;
  }
  .medium-down--m-l-65 {
    margin-left: 65px;
  }
  .medium-down--m-b-65 {
    margin-bottom: 65px;
  }
  .medium-down--m-t-70 {
    margin-top: 70px;
  }
  .medium-down--m-r-70 {
    margin-right: 70px;
  }
  .medium-down--m-l-70 {
    margin-left: 70px;
  }
  .medium-down--m-b-70 {
    margin-bottom: 70px;
  }
  .medium-down--m-t-75 {
    margin-top: 75px;
  }
  .medium-down--m-r-75 {
    margin-right: 75px;
  }
  .medium-down--m-l-75 {
    margin-left: 75px;
  }
  .medium-down--m-b-75 {
    margin-bottom: 75px;
  }
  .medium-down--m-t-80 {
    margin-top: 80px;
  }
  .medium-down--m-r-80 {
    margin-right: 80px;
  }
  .medium-down--m-l-80 {
    margin-left: 80px;
  }
  .medium-down--m-b-80 {
    margin-bottom: 80px;
  }
  .medium-down--m-t-85 {
    margin-top: 85px;
  }
  .medium-down--m-r-85 {
    margin-right: 85px;
  }
  .medium-down--m-l-85 {
    margin-left: 85px;
  }
  .medium-down--m-b-85 {
    margin-bottom: 85px;
  }
  .medium-down--m-t-90 {
    margin-top: 90px;
  }
  .medium-down--m-r-90 {
    margin-right: 90px;
  }
  .medium-down--m-l-90 {
    margin-left: 90px;
  }
  .medium-down--m-b-90 {
    margin-bottom: 90px;
  }
  .medium-down--m-t-95 {
    margin-top: 95px;
  }
  .medium-down--m-r-95 {
    margin-right: 95px;
  }
  .medium-down--m-l-95 {
    margin-left: 95px;
  }
  .medium-down--m-b-95 {
    margin-bottom: 95px;
  }
  .medium-down--m-t-100 {
    margin-top: 100px;
  }
  .medium-down--m-r-100 {
    margin-right: 100px;
  }
  .medium-down--m-l-100 {
    margin-left: 100px;
  }
  .medium-down--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .shopify-section--blog-posts .container{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

@media (max-width: 480px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .small-down--text-center {
    text-align: center;
  }
  .small-down--text-right {
    text-align: right;
  }
  .small-down--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */

  .fontSize-xl {
    font-size: 16px;
  }

  /* Generic Padding Helpers
  ------------------------------------
  */
  .small-down--p-t-0 {
    padding-top: 0 !important;
  }
  .small-down--p-r-0 {
    padding-right: 0 !important;
  }
  .small-down--p-l-0 {
    padding-left: 0 !important;
  }
  .small-down--p-b-0 {
    padding-bottom: 0 !important;
  }
  .small-down--p-t-5 {
    padding-top: 5px !important;
  }
  .small-down--p-r-5 {
    padding-right: 5px !important;
  }
  .small-down--p-l-5 {
    padding-left: 5px !important;
  }
  .small-down--p-b-5 {
    padding-bottom: 5px !important;
  }
  .small-down--padding-5 {
    padding: 5px !important;
  }
  .small-down--p-t-10 {
    padding-top: 10px !important;
  }
  .small-down--p-r-10 {
    padding-right: 10px !important;
  }
  .small-down--p-l-10 {
    padding-left: 10px !important;
  }
  .small-down--p-b-10 {
    padding-bottom: 10px !important;
  }
  .small-down--padding-10 {
    padding: 10px !important;
  }
  .small-down--p-t-15 {
    padding-top: 15px !important;
  }
  .small-down--p-r-15 {
    padding-right: 15px !important;
  }
  .small-down--p-l-15 {
    padding-left: 15px !important;
  }
  .small-down--p-b-15 {
    padding-bottom: 15px !important;
  }
  .small-down--padding-15 {
    padding: 15px !important;
  }
  .small-down--p-t-20 {
    padding-top: 20px !important;
  }
  .small-down--p-r-20 {
    padding-right: 20px !important;
  }
  .small-down--p-l-20 {
    padding-left: 20px !important;
  }
  .small-down--p-b-20 {
    padding-bottom: 20px !important;
  }
  .small-down--padding-20 {
    padding: 20px !important;
  }
  .small-down--p-t-25 {
    padding-top: 25px !important;
  }
  .small-down--p-r-25 {
    padding-right: 25px !important;
  }
  .small-down--p-l-25 {
    padding-left: 25px !important;
  }
  .small-down--p-b-25 {
    padding-bottom: 25px !important;
  }
  .small-down--padding-25 {
    padding: 25px !important;
  }
  .small-down--p-t-30 {
    padding-top: 30px !important;
  }
  .small-down--p-r-30 {
    padding-right: 30px !important;
  }
  .small-down--p-l-30 {
    padding-left: 30px !important;
  }
  .small-down--p-b-30 {
    padding-bottom: 30px !important;
  }
  .small-down--padding-30 {
    padding: 30px !important;
  }
  .small-down--p-t-35 {
    padding-top: 35px !important;
  }
  .small-down--p-r-35 {
    padding-right: 35px !important;
  }
  .small-down--p-l-35 {
    padding-left: 35px !important;
  }
  .small-down--p-b-35 {
    padding-bottom: 35px !important;
  }
  .small-down--padding-35 {
    padding: 35px !important;
  }
  .small-down--p-t-40 {
    padding-top: 40px !important;
  }
  .small-down--p-r-40 {
    padding-right: 40px !important;
  }
  .small-down--p-l-40 {
    padding-left: 40px !important;
  }
  .small-down--p-b-40 {
    padding-bottom: 40px !important;
  }
  .small-down--padding-40 {
    padding: 40px !important;
  }
  .small-down--p-t-45 {
    padding-top: 45px !important;
  }
  .small-down--p-r-45 {
    padding-right: 45px !important;
  }
  .small-down--p-l-45 {
    padding-left: 45px !important;
  }
  .small-down--p-b-45 {
    padding-bottom: 45px !important;
  }
  .small-down--padding-45 {
    padding: 45px !important;
  }
  .small-down--p-t-50 {
    padding-top: 50px !important;
  }
  .small-down--p-r-50 {
    padding-right: 50px !important;
  }
  .small-down--p-l-50 {
    padding-left: 50px !important;
  }
  .small-down--p-b-50 {
    padding-bottom: 50px !important;
  }
  .small-down--padding-50 {
    padding: 50px !important;
  }
  .small-down--p-t-55 {
    padding-top: 55px !important;
  }
  .small-down--p-r-55 {
    padding-right: 55px !important;
  }
  .small-down--p-l-55 {
    padding-left: 55px !important;
  }
  .small-down--p-b-55 {
    padding-bottom: 55px !important;
  }
  .small-down--padding-55 {
    padding: 55px !important;
  }
  .small-down--p-t-60 {
    padding-top: 60px !important;
  }
  .small-down--p-r-60 {
    padding-right: 60px !important;
  }
  .small-down--p-l-60 {
    padding-left: 60px !important;
  }
  .small-down--p-b-60 {
    padding-bottom: 60px !important;
  }
  .small-down--padding-60 {
    padding: 60px !important;
  }
  .small-down--p-t-65 {
    padding-top: 65px !important;
  }
  .small-down--p-r-65 {
    padding-right: 65px !important;
  }
  .small-down--p-l-65 {
    padding-left: 65px !important;
  }
  .small-down--p-b-65 {
    padding-bottom: 65px !important;
  }
  .small-down--padding-65 {
    padding: 65px !important;
  }
  .small-down--p-t-70 {
    padding-top: 70px !important;
  }
  .small-down--p-r-70 {
    padding-right: 70px !important;
  }
  .small-down--p-l-70 {
    padding-left: 70px !important;
  }
  .small-down--p-b-70 {
    padding-bottom: 70px !important;
  }
  .small-down--padding-70 {
    padding: 70px !important;
  }
  .small-down--p-t-75 {
    padding-top: 75px !important;
  }
  .small-down--p-r-75 {
    padding-right: 75px !important;
  }
  .small-down--p-l-75 {
    padding-left: 75px !important;
  }
  .small-down--p-b-75 {
    padding-bottom: 75px !important;
  }
  .small-down--padding-75 {
    padding: 75px !important;
  }
  .small-down--p-t-80 {
    padding-top: 80px !important;
  }
  .small-down--p-r-80 {
    padding-right: 80px !important;
  }
  .small-down--p-l-80 {
    padding-left: 80px !important;
  }
  .small-down--p-b-80 {
    padding-bottom: 80px !important;
  }
  .small-down--padding-80 {
    padding: 80px !important;
  }
  .small-down--p-t-85 {
    padding-top: 85px !important;
  }
  .small-down--p-r-85 {
    padding-right: 85px !important;
  }
  .small-down--p-l-85 {
    padding-left: 85px !important;
  }
  .small-down--p-b-85 {
    padding-bottom: 85px !important;
  }
  .small-down--padding-85 {
    padding: 85px !important;
  }
  .small-down--p-t-90 {
    padding-top: 90px !important;
  }
  .small-down--p-r-90 {
    padding-right: 90px !important;
  }
  .small-down--p-l-90 {
    padding-left: 90px !important;
  }
  .small-down--p-b-90 {
    padding-bottom: 90px !important;
  }
  .small-down--padding-90 {
    padding: 90px !important;
  }
  .small-down--p-t-95 {
    padding-top: 95px !important;
  }
  .small-down--p-r-95 {
    padding-right: 95px !important;
  }
  .small-down--p-l-95 {
    padding-left: 95px !important;
  }
  .small-down--p-b-95 {
    padding-bottom: 95px !important;
  }
  .small-down--padding-95 {
    padding: 95px !important;
  }
  .small-down--p-t-100 {
    padding-top: 100px !important;
  }
  .small-down--p-r-100 {
    padding-right: 100px !important;
  }
  .small-down--p-l-100 {
    padding-left: 100px !important;
  }
  .small-down--p-b-100 {
    padding-bottom: 100px !important;
  }
  .small-down--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .small-down--m-t-0 {
    margin-top: 0px;
  }
  .small-down--m-r-0 {
    margin-right: 0px;
  }
  .small-down--m-l-0 {
    margin-left: 0px;
  }
  .small-down--m-b-0 {
    margin-bottom: 0px;
  }
  .small-down--m-t-5 {
    margin-top: 5px;
  }
  .small-down--m-r-5 {
    margin-right: 5px;
  }
  .small-down--m-l-5 {
    margin-left: 5px;
  }
  .small-down--m-b-5 {
    margin-bottom: 5px;
  }
  .small-down--m-t-10 {
    margin-top: 10px;
  }
  .small-down--m-r-10 {
    margin-right: 10px;
  }
  .small-down--m-l-10 {
    margin-left: 10px;
  }
  .small-down--m-b-10 {
    margin-bottom: 10px;
  }
  .small-down--m-t-15 {
    margin-top: 15px;
  }
  .small-down--m-r-15 {
    margin-right: 15px;
  }
  .small-down--m-l-15 {
    margin-left: 15px;
  }
  .small-down--m-b-15 {
    margin-bottom: 15px;
  }
  .small-down--m-t-20 {
    margin-top: 20px;
  }
  .small-down--m-r-20 {
    margin-right: 20px;
  }
  .small-down--m-l-20 {
    margin-left: 20px;
  }
  .small-down--m-b-20 {
    margin-bottom: 20px;
  }
  .small-down--m-t-25 {
    margin-top: 25px;
  }
  .small-down--m-r-25 {
    margin-right: 25px;
  }
  .small-down--m-l-25 {
    margin-left: 25px;
  }
  .small-down--m-b-25 {
    margin-bottom: 25px;
  }
  .small-down--m-t-30 {
    margin-top: 30px;
  }
  .small-down--m-r-30 {
    margin-right: 30px;
  }
  .small-down--m-l-30 {
    margin-left: 30px;
  }
  .small-down--m-b-30 {
    margin-bottom: 30px;
  }
  .small-down--m-t-35 {
    margin-top: 35px;
  }
  .small-down--m-r-35 {
    margin-right: 35px;
  }
  .small-down--m-l-35 {
    margin-left: 35px;
  }
  .small-down--m-b-35 {
    margin-bottom: 35px;
  }
  .small-down--m-t-40 {
    margin-top: 40px;
  }
  .small-down--m-r-40 {
    margin-right: 40px;
  }
  .small-down--m-l-40 {
    margin-left: 40px;
  }
  .small-down--m-b-40 {
    margin-bottom: 40px;
  }
  .small-down--m-t-45 {
    margin-top: 45px;
  }
  .small-down--m-r-45 {
    margin-right: 45px;
  }
  .small-down--m-l-45 {
    margin-left: 45px;
  }
  .small-down--m-b-45 {
    margin-bottom: 45px;
  }
  .small-down--m-t-50 {
    margin-top: 50px;
  }
  .small-down--m-r-50 {
    margin-right: 50px;
  }
  .small-down--m-l-50 {
    margin-left: 50px;
  }
  .small-down--m-b-50 {
    margin-bottom: 50px;
  }
  .small-down--m-t-55 {
    margin-top: 55px;
  }
  .small-down--m-r-55 {
    margin-right: 55px;
  }
  .small-down--m-l-55 {
    margin-left: 55px;
  }
  .small-down--m-b-55 {
    margin-bottom: 55px;
  }
  .small-down--m-t-60 {
    margin-top: 60px;
  }
  .small-down--m-r-60 {
    margin-right: 60px;
  }
  .small-down--m-l-60 {
    margin-left: 60px;
  }
  .small-down--m-b-60 {
    margin-bottom: 60px;
  }
  .small-down--m-t-65 {
    margin-top: 65px;
  }
  .small-down--m-r-65 {
    margin-right: 65px;
  }
  .small-down--m-l-65 {
    margin-left: 65px;
  }
  .small-down--m-b-65 {
    margin-bottom: 65px;
  }
  .small-down--m-t-70 {
    margin-top: 70px;
  }
  .small-down--m-r-70 {
    margin-right: 70px;
  }
  .small-down--m-l-70 {
    margin-left: 70px;
  }
  .small-down--m-b-70 {
    margin-bottom: 70px;
  }
  .small-down--m-t-75 {
    margin-top: 75px;
  }
  .small-down--m-r-75 {
    margin-right: 75px;
  }
  .small-down--m-l-75 {
    margin-left: 75px;
  }
  .small-down--m-b-75 {
    margin-bottom: 75px;
  }
  .small-down--m-t-80 {
    margin-top: 80px;
  }
  .small-down--m-r-80 {
    margin-right: 80px;
  }
  .small-down--m-l-80 {
    margin-left: 80px;
  }
  .small-down--m-b-80 {
    margin-bottom: 80px;
  }
  .small-down--m-t-85 {
    margin-top: 85px;
  }
  .small-down--m-r-85 {
    margin-right: 85px;
  }
  .small-down--m-l-85 {
    margin-left: 85px;
  }
  .small-down--m-b-85 {
    margin-bottom: 85px;
  }
  .small-down--m-t-90 {
    margin-top: 90px;
  }
  .small-down--m-r-90 {
    margin-right: 90px;
  }
  .small-down--m-l-90 {
    margin-left: 90px;
  }
  .small-down--m-b-90 {
    margin-bottom: 90px;
  }
  .small-down--m-t-95 {
    margin-top: 95px;
  }
  .small-down--m-r-95 {
    margin-right: 95px;
  }
  .small-down--m-l-95 {
    margin-left: 95px;
  }
  .small-down--m-b-95 {
    margin-bottom: 95px;
  }
  .small-down--m-t-100 {
    margin-top: 100px;
  }
  .small-down--m-r-100 {
    margin-right: 100px;
  }
  .small-down--m-l-100 {
    margin-left: 100px;
  }
  .small-down--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .jsc-collection-bundle__accordion .accordion__content{
    padding-block-end: 40px;
    padding-inline-end: 0;
    margin-top: 40px;
}
  .jsc-collection-bundle .collection-list{
    flex-direction: column;
  }
  .jsc-collection-bundle .collection-card{
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 0.5rem;
  }
  .jsc-collection-bundle .jsc-content-over-media{
    grid-column: 1 / 3;
  }
  .jsc-collection-bundle .jsc-collection-bundle__title{
    grid-column: 3 / 6;
  }
  .jsc-collection-bundle__accordion[open] .accordion__title button{
    background-color: #f6f6f6;
  }
  .shopify-section--collection-list .collection-list{
    column-gap: 0;
  }
  .shopify-section--collection-list .collection-list .collection-card{
    flex-basis: 50%;
  }
  .jsc-dropdown-icon{
    margin-right: 4px;
    justify-content: flex-end;
  }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  .product-card .jsc-label{
    height: 3em;
  }

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .jsc-collection-list .collection-card{
    flex-basis: 100%;
  }
  .jsc-collection-list .collection-card .collection-card__content .h5{
    display: none;
  }
  .jsc-collection-list .collection-card .collection-card__content .h4{
    letter-spacing: 0;
    font-size: 10px !important;
  }
  .jsc-collection-list .collection-card{
    flex-direction: column;
  }
  .jsc-collection-list .container{
    padding: 0 10px;
    gap: 0.5em;
  }
  .jsc-collection-list .collection-card:not(:first-child){
    padding-left: 0.5em;
  }
  .jsc-collection-list .jsc-content-over-media{
    flex: unset;
  }
  .jsc-collection-list .collection-card__content{
    flex: unset;
  }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .template-product .complementary-products__product-list{
    grid-template-columns: repeat(2, 1fr);
  }
  .template-product .horizontal-product-card{
    flex-direction: column;
    padding: 10px;
  }
  .horizontal-product-card__info small{
    text-align: center;
  }
  .horizontal-product-card__info button{
    display: none;
  }
  .complementary-products__header {
    justify-content: space-between;
  }
  .jsc-atc-sticky-mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .jsc-atc-sticky-mobile .h3{
    line-height: 18px !important;
    font-size: 12px;
  } 
  .product-sticky-bar .button{
    width: 175px;
  }
  .product-sticky-bar {
    top: calc(100% - 87px);
    height: unset;
    background: rgb(var(--background-primary));
  }
  .template-product .product-sticky-bar .jsc-product-sticky-bar-content .price-list .h4{
    line-height: 1em !important;
  }
  .template-product .product-sticky-bar .jsc-product-sticky-bar-content{
    justify-content: space-between;
  }
  .jsc-ingredient-container .jsc-ingredient-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .jsc-ingredient-img{
    width: 50%;
    margin-right: 15px;
    text-align: center;
  }
  .jsc-ingredient-img p{
    margin-top: 0;
  }
  .jsc-ingredient-text{
    width: 50%;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  .jsc-sample-grid{
    width: 50%;
  }
  .jsc-sample-grid .jsc-product-title, .jsc-sample-grid .button span{
    font-size: 12px !important;
  }
  .jsc-sample-grid .button{
    padding: 10px;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .header__primary-nav{
    display: none;
  }
  .header__primary-nav-mobile{
    flex-wrap: wrap;
    grid-area: primary-nav;
    align-items: center;
    gap: 0.625rem 1.25rem;
    display: flex;
  }
  .template-index .shopify-section--rich-text .button-group{
    width: max-content;
    flex-direction: row;
  } 
  .template-index .shopify-section--rich-text .container{
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .jsc-close-button{
    display: none;
  }
  .jsc-announcement-bar__container{
    padding: 0;
  }
  .header-sidebar__linklist li .header-sidebar__linklist-button{
    margin-bottom: 0;
  }
  .header-sidebar__promo{
    flex-direction: column;
  }
  .swym-wishlist{
    width: 23px;
  }
  .small--hide{
    display: none;
  }
  .big--hide{
    display: block;
  }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  .jsc-update-double-fields{
    flex-direction: column;
  }
  .jsc-update-field-half{
    width: 100%;
  }

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
  .footer__block:not(.jsc-footer-laptop):not(:last-child){
    border-bottom: 1px solid rgb(var(--border-color));;
    padding-bottom: 12px;
  }
  .jsc-footer__accordion{
    display: block;
  }
  .jsc-footer-laptop{
    display: none;
  }
  .jsc-footer__accordion .accordion__title{
    display: flex;
    justify-content: space-between;
  }
  .btn--scroll-top {
    right: 16px;
    bottom: 16px;
  }
  .jsc-footer__block-list{
    gap: 1.2rem;
  }
  .jsc-footer__block--links .accordion__title svg{
    height: 20px;
  }
  .jsc-footer__block--text{
    padding-top: 38px;
  }

  /*------------------------------------------------------------------
  [Quiz]
  */
  .template-page #quiz-kit-results-grid-P69dxNH_UsP{
    display: flex !important;
  }
}

/* Min Width
------------------------------------------------------------------
*/

@media (min-width: 481px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .small-uo--text-center {
    text-align: center;
  }
  .small-uo--text-right {
    text-align: right;
  }
  .small-uo--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */

  /* Generic Padding Helpers
  ------------------------------------
  */
  .small-up--p-t-0 {
    padding-top: 0 !important;
  }
  .small-up--p-r-0 {
    padding-right: 0 !important;
  }
  .small-up--p-l-0 {
    padding-left: 0 !important;
  }
  .small-up--p-b-0 {
    padding-bottom: 0 !important;
  }
  .small-up--p-t-5 {
    padding-top: 5px !important;
  }
  .small-up--p-r-5 {
    padding-right: 5px !important;
  }
  .small-up--p-l-5 {
    padding-left: 5px !important;
  }
  .small-up--p-b-5 {
    padding-bottom: 5px !important;
  }
  .small-up--padding-5 {
    padding: 5px !important;
  }
  .small-up--p-t-10 {
    padding-top: 10px !important;
  }
  .small-up--p-r-10 {
    padding-right: 10px !important;
  }
  .small-up--p-l-10 {
    padding-left: 10px !important;
  }
  .small-up--p-b-10 {
    padding-bottom: 10px !important;
  }
  .small-up--padding-10 {
    padding: 10px !important;
  }
  .small-up--p-t-15 {
    padding-top: 15px !important;
  }
  .small-up--p-r-15 {
    padding-right: 15px !important;
  }
  .small-up--p-l-15 {
    padding-left: 15px !important;
  }
  .small-up--p-b-15 {
    padding-bottom: 15px !important;
  }
  .small-up--padding-15 {
    padding: 15px !important;
  }
  .small-up--p-t-20 {
    padding-top: 20px !important;
  }
  .small-up--p-r-20 {
    padding-right: 20px !important;
  }
  .small-up--p-l-20 {
    padding-left: 20px !important;
  }
  .small-up--p-b-20 {
    padding-bottom: 20px !important;
  }
  .small-up--padding-20 {
    padding: 20px !important;
  }
  .small-up--p-t-25 {
    padding-top: 25px !important;
  }
  .small-up--p-r-25 {
    padding-right: 25px !important;
  }
  .small-up--p-l-25 {
    padding-left: 25px !important;
  }
  .small-up--p-b-25 {
    padding-bottom: 25px !important;
  }
  .small-up--padding-25 {
    padding: 25px !important;
  }
  .small-up--p-t-30 {
    padding-top: 30px !important;
  }
  .small-up--p-r-30 {
    padding-right: 30px !important;
  }
  .small-up--p-l-30 {
    padding-left: 30px !important;
  }
  .small-up--p-b-30 {
    padding-bottom: 30px !important;
  }
  .small-up--padding-30 {
    padding: 30px !important;
  }
  .small-up--p-t-35 {
    padding-top: 35px !important;
  }
  .small-up--p-r-35 {
    padding-right: 35px !important;
  }
  .small-up--p-l-35 {
    padding-left: 35px !important;
  }
  .small-up--p-b-35 {
    padding-bottom: 35px !important;
  }
  .small-up--padding-35 {
    padding: 35px !important;
  }
  .small-up--p-t-40 {
    padding-top: 40px !important;
  }
  .small-up--p-r-40 {
    padding-right: 40px !important;
  }
  .small-up--p-l-40 {
    padding-left: 40px !important;
  }
  .small-up--p-b-40 {
    padding-bottom: 40px !important;
  }
  .small-up--padding-40 {
    padding: 40px !important;
  }
  .small-up--p-t-45 {
    padding-top: 45px !important;
  }
  .small-up--p-r-45 {
    padding-right: 45px !important;
  }
  .small-up--p-l-45 {
    padding-left: 45px !important;
  }
  .small-up--p-b-45 {
    padding-bottom: 45px !important;
  }
  .small-up--padding-45 {
    padding: 45px !important;
  }
  .small-up--p-t-50 {
    padding-top: 50px !important;
  }
  .small-up--p-r-50 {
    padding-right: 50px !important;
  }
  .small-up--p-l-50 {
    padding-left: 50px !important;
  }
  .small-up--p-b-50 {
    padding-bottom: 50px !important;
  }
  .small-up--padding-50 {
    padding: 50px !important;
  }
  .small-up--p-t-55 {
    padding-top: 55px !important;
  }
  .small-up--p-r-55 {
    padding-right: 55px !important;
  }
  .small-up--p-l-55 {
    padding-left: 55px !important;
  }
  .small-up--p-b-55 {
    padding-bottom: 55px !important;
  }
  .small-up--padding-55 {
    padding: 55px !important;
  }
  .small-up--p-t-60 {
    padding-top: 60px !important;
  }
  .small-up--p-r-60 {
    padding-right: 60px !important;
  }
  .small-up--p-l-60 {
    padding-left: 60px !important;
  }
  .small-up--p-b-60 {
    padding-bottom: 60px !important;
  }
  .small-up--padding-60 {
    padding: 60px !important;
  }
  .small-up--p-t-65 {
    padding-top: 65px !important;
  }
  .small-up--p-r-65 {
    padding-right: 65px !important;
  }
  .small-up--p-l-65 {
    padding-left: 65px !important;
  }
  .small-up--p-b-65 {
    padding-bottom: 65px !important;
  }
  .small-up--padding-65 {
    padding: 65px !important;
  }
  .small-up--p-t-70 {
    padding-top: 70px !important;
  }
  .small-up--p-r-70 {
    padding-right: 70px !important;
  }
  .small-up--p-l-70 {
    padding-left: 70px !important;
  }
  .small-up--p-b-70 {
    padding-bottom: 70px !important;
  }
  .small-up--padding-70 {
    padding: 70px !important;
  }
  .small-up--p-t-75 {
    padding-top: 75px !important;
  }
  .small-up--p-r-75 {
    padding-right: 75px !important;
  }
  .small-up--p-l-75 {
    padding-left: 75px !important;
  }
  .small-up--p-b-75 {
    padding-bottom: 75px !important;
  }
  .small-up--padding-75 {
    padding: 75px !important;
  }
  .small-up--p-t-80 {
    padding-top: 80px !important;
  }
  .small-up--p-r-80 {
    padding-right: 80px !important;
  }
  .small-up--p-l-80 {
    padding-left: 80px !important;
  }
  .small-up--p-b-80 {
    padding-bottom: 80px !important;
  }
  .small-up--padding-80 {
    padding: 80px !important;
  }
  .small-up--p-t-85 {
    padding-top: 85px !important;
  }
  .small-up--p-r-85 {
    padding-right: 85px !important;
  }
  .small-up--p-l-85 {
    padding-left: 85px !important;
  }
  .small-up--p-b-85 {
    padding-bottom: 85px !important;
  }
  .small-up--padding-85 {
    padding: 85px !important;
  }
  .small-up--p-t-90 {
    padding-top: 90px !important;
  }
  .small-up--p-r-90 {
    padding-right: 90px !important;
  }
  .small-up--p-l-90 {
    padding-left: 90px !important;
  }
  .small-up--p-b-90 {
    padding-bottom: 90px !important;
  }
  .small-up--padding-90 {
    padding: 90px !important;
  }
  .small-up--p-t-95 {
    padding-top: 95px !important;
  }
  .small-up--p-r-95 {
    padding-right: 95px !important;
  }
  .small-up--p-l-95 {
    padding-left: 95px !important;
  }
  .small-up--p-b-95 {
    padding-bottom: 95px !important;
  }
  .small-up--padding-95 {
    padding: 95px !important;
  }
  .small-up--p-t-100 {
    padding-top: 100px !important;
  }
  .small-up--p-r-100 {
    padding-right: 100px !important;
  }
  .small-up--p-l-100 {
    padding-left: 100px !important;
  }
  .small-up--p-b-100 {
    padding-bottom: 100px !important;
  }
  .small-up--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .small-up--m-t-0 {
    margin-top: 0px;
  }
  .small-up--m-r-0 {
    margin-right: 0px;
  }
  .small-up--m-l-0 {
    margin-left: 0px;
  }
  .small-up--m-b-0 {
    margin-bottom: 0px;
  }
  .small-up--m-t-5 {
    margin-top: 5px;
  }
  .small-up--m-r-5 {
    margin-right: 5px;
  }
  .small-up--m-l-5 {
    margin-left: 5px;
  }
  .small-up--m-b-5 {
    margin-bottom: 5px;
  }
  .small-up--m-t-10 {
    margin-top: 10px;
  }
  .small-up--m-r-10 {
    margin-right: 10px;
  }
  .small-up--m-l-10 {
    margin-left: 10px;
  }
  .small-up--m-b-10 {
    margin-bottom: 10px;
  }
  .small-up--m-t-15 {
    margin-top: 15px;
  }
  .small-up--m-r-15 {
    margin-right: 15px;
  }
  .small-up--m-l-15 {
    margin-left: 15px;
  }
  .small-up--m-b-15 {
    margin-bottom: 15px;
  }
  .small-up--m-t-20 {
    margin-top: 20px;
  }
  .small-up--m-r-20 {
    margin-right: 20px;
  }
  .small-up--m-l-20 {
    margin-left: 20px;
  }
  .small-up--m-b-20 {
    margin-bottom: 20px;
  }
  .small-up--m-t-25 {
    margin-top: 25px;
  }
  .small-up--m-r-25 {
    margin-right: 25px;
  }
  .small-up--m-l-25 {
    margin-left: 25px;
  }
  .small-up--m-b-25 {
    margin-bottom: 25px;
  }
  .small-up--m-t-30 {
    margin-top: 30px;
  }
  .small-up--m-r-30 {
    margin-right: 30px;
  }
  .small-up--m-l-30 {
    margin-left: 30px;
  }
  .small-up--m-b-30 {
    margin-bottom: 30px;
  }
  .small-up--m-t-35 {
    margin-top: 35px;
  }
  .small-up--m-r-35 {
    margin-right: 35px;
  }
  .small-up--m-l-35 {
    margin-left: 35px;
  }
  .small-up--m-b-35 {
    margin-bottom: 35px;
  }
  .small-up--m-t-40 {
    margin-top: 40px;
  }
  .small-up--m-r-40 {
    margin-right: 40px;
  }
  .small-up--m-l-40 {
    margin-left: 40px;
  }
  .small-up--m-b-40 {
    margin-bottom: 40px;
  }
  .small-up--m-t-45 {
    margin-top: 45px;
  }
  .small-up--m-r-45 {
    margin-right: 45px;
  }
  .small-up--m-l-45 {
    margin-left: 45px;
  }
  .small-up--m-b-45 {
    margin-bottom: 45px;
  }
  .small-up--m-t-50 {
    margin-top: 50px;
  }
  .small-up--m-r-50 {
    margin-right: 50px;
  }
  .small-up--m-l-50 {
    margin-left: 50px;
  }
  .small-up--m-b-50 {
    margin-bottom: 50px;
  }
  .small-up--m-t-55 {
    margin-top: 55px;
  }
  .small-up--m-r-55 {
    margin-right: 55px;
  }
  .small-up--m-l-55 {
    margin-left: 55px;
  }
  .small-up--m-b-55 {
    margin-bottom: 55px;
  }
  .small-up--m-t-60 {
    margin-top: 60px;
  }
  .small-up--m-r-60 {
    margin-right: 60px;
  }
  .small-up--m-l-60 {
    margin-left: 60px;
  }
  .small-up--m-b-60 {
    margin-bottom: 60px;
  }
  .small-up--m-t-65 {
    margin-top: 65px;
  }
  .small-up--m-r-65 {
    margin-right: 65px;
  }
  .small-up--m-l-65 {
    margin-left: 65px;
  }
  .small-up--m-b-65 {
    margin-bottom: 65px;
  }
  .small-up--m-t-70 {
    margin-top: 70px;
  }
  .small-up--m-r-70 {
    margin-right: 70px;
  }
  .small-up--m-l-70 {
    margin-left: 70px;
  }
  .small-up--m-b-70 {
    margin-bottom: 70px;
  }
  .small-up--m-t-75 {
    margin-top: 75px;
  }
  .small-up--m-r-75 {
    margin-right: 75px;
  }
  .small-up--m-l-75 {
    margin-left: 75px;
  }
  .small-up--m-b-75 {
    margin-bottom: 75px;
  }
  .small-up--m-t-80 {
    margin-top: 80px;
  }
  .small-up--m-r-80 {
    margin-right: 80px;
  }
  .small-up--m-l-80 {
    margin-left: 80px;
  }
  .small-up--m-b-80 {
    margin-bottom: 80px;
  }
  .small-up--m-t-85 {
    margin-top: 85px;
  }
  .small-up--m-r-85 {
    margin-right: 85px;
  }
  .small-up--m-l-85 {
    margin-left: 85px;
  }
  .small-up--m-b-85 {
    margin-bottom: 85px;
  }
  .small-up--m-t-90 {
    margin-top: 90px;
  }
  .small-up--m-r-90 {
    margin-right: 90px;
  }
  .small-up--m-l-90 {
    margin-left: 90px;
  }
  .small-up--m-b-90 {
    margin-bottom: 90px;
  }
  .small-up--m-t-95 {
    margin-top: 95px;
  }
  .small-up--m-r-95 {
    margin-right: 95px;
  }
  .small-up--m-l-95 {
    margin-left: 95px;
  }
  .small-up--m-b-95 {
    margin-bottom: 95px;
  }
  .small-up--m-t-100 {
    margin-top: 100px;
  }
  .small-up--m-r-100 {
    margin-right: 100px;
  }
  .small-up--m-l-100 {
    margin-left: 100px;
  }
  .small-up--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .jsc-collection-bundle .collection-card[aria-current=true]{
    background-color: #f6f6f6;
  }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .collection .product-list[collection-desktop-layout=large] {
    --product-list-items-per-row: 3;
}

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .complementary-products__header .link{
    display: none;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .header__primary-nav-mobile{
    display: none;
  }
  .hamburger-icon{
    display: none;
  }
  .header__primary-nav--center {
    justify-content: safe center;
  }
  .header__primary-nav {
    grid-row-start: nav;
    grid-column-start: primary-nav;
    grid-row-end: primary-nav;
    grid-column-end: secondary-nav;
  }
  .mega-menu__promo>*{
    flex: 110px;
  }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

@media screen and (min-width: 700px){
  .product-sticky-bar .buy-buttons{
    padding-left: 45px;
  }
  .product-sticky-bar .button{
    max-width: 926px;
  }
  .order-summary__body .jsc-cartqantity{
    display: none;
  }
}

@media (min-width: 799px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .medium-uo--text-center {
    text-align: center;
  }
  .medium-uo--text-right {
    text-align: right;
  }
  .medium-uo--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /* Generic Padding Helpers
  ------------------------------------
  */
  .medium-up--p-t-0 {
    padding-top: 0 !important;
  }
  .medium-up--p-r-0 {
    padding-right: 0 !important;
  }
  .medium-up--p-l-0 {
    padding-left: 0 !important;
  }
  .medium-up--p-b-0 {
    padding-bottom: 0 !important;
  }
  .medium-up--p-t-5 {
    padding-top: 5px !important;
  }
  .medium-up--p-r-5 {
    padding-right: 5px !important;
  }
  .medium-up--p-l-5 {
    padding-left: 5px !important;
  }
  .medium-up--p-b-5 {
    padding-bottom: 5px !important;
  }
  .medium-up--padding-5 {
    padding: 5px !important;
  }
  .medium-up--p-t-10 {
    padding-top: 10px !important;
  }
  .medium-up--p-r-10 {
    padding-right: 10px !important;
  }
  .medium-up--p-l-10 {
    padding-left: 10px !important;
  }
  .medium-up--p-b-10 {
    padding-bottom: 10px !important;
  }
  .medium-up--padding-10 {
    padding: 10px !important;
  }
  .medium-up--p-t-15 {
    padding-top: 15px !important;
  }
  .medium-up--p-r-15 {
    padding-right: 15px !important;
  }
  .medium-up--p-l-15 {
    padding-left: 15px !important;
  }
  .medium-up--p-b-15 {
    padding-bottom: 15px !important;
  }
  .medium-up--padding-15 {
    padding: 15px !important;
  }
  .medium-up--p-t-20 {
    padding-top: 20px !important;
  }
  .medium-up--p-r-20 {
    padding-right: 20px !important;
  }
  .medium-up--p-l-20 {
    padding-left: 20px !important;
  }
  .medium-up--p-b-20 {
    padding-bottom: 20px !important;
  }
  .medium-up--padding-20 {
    padding: 20px !important;
  }
  .medium-up--p-t-25 {
    padding-top: 25px !important;
  }
  .medium-up--p-r-25 {
    padding-right: 25px !important;
  }
  .medium-up--p-l-25 {
    padding-left: 25px !important;
  }
  .medium-up--p-b-25 {
    padding-bottom: 25px !important;
  }
  .medium-up--padding-25 {
    padding: 25px !important;
  }
  .medium-up--p-t-30 {
    padding-top: 30px !important;
  }
  .medium-up--p-r-30 {
    padding-right: 30px !important;
  }
  .medium-up--p-l-30 {
    padding-left: 30px !important;
  }
  .medium-up--p-b-30 {
    padding-bottom: 30px !important;
  }
  .medium-up--padding-30 {
    padding: 30px !important;
  }
  .medium-up--p-t-35 {
    padding-top: 35px !important;
  }
  .medium-up--p-r-35 {
    padding-right: 35px !important;
  }
  .medium-up--p-l-35 {
    padding-left: 35px !important;
  }
  .medium-up--p-b-35 {
    padding-bottom: 35px !important;
  }
  .medium-up--padding-35 {
    padding: 35px !important;
  }
  .medium-up--p-t-40 {
    padding-top: 40px !important;
  }
  .medium-up--p-r-40 {
    padding-right: 40px !important;
  }
  .medium-up--p-l-40 {
    padding-left: 40px !important;
  }
  .medium-up--p-b-40 {
    padding-bottom: 40px !important;
  }
  .medium-up--padding-40 {
    padding: 40px !important;
  }
  .medium-up--p-t-45 {
    padding-top: 45px !important;
  }
  .medium-up--p-r-45 {
    padding-right: 45px !important;
  }
  .medium-up--p-l-45 {
    padding-left: 45px !important;
  }
  .medium-up--p-b-45 {
    padding-bottom: 45px !important;
  }
  .medium-up--padding-45 {
    padding: 45px !important;
  }
  .medium-up--p-t-50 {
    padding-top: 50px !important;
  }
  .medium-up--p-r-50 {
    padding-right: 50px !important;
  }
  .medium-up--p-l-50 {
    padding-left: 50px !important;
  }
  .medium-up--p-b-50 {
    padding-bottom: 50px !important;
  }
  .medium-up--padding-50 {
    padding: 50px !important;
  }
  .medium-up--p-t-55 {
    padding-top: 55px !important;
  }
  .medium-up--p-r-55 {
    padding-right: 55px !important;
  }
  .medium-up--p-l-55 {
    padding-left: 55px !important;
  }
  .medium-up--p-b-55 {
    padding-bottom: 55px !important;
  }
  .medium-up--padding-55 {
    padding: 55px !important;
  }
  .medium-up--p-t-60 {
    padding-top: 60px !important;
  }
  .medium-up--p-r-60 {
    padding-right: 60px !important;
  }
  .medium-up--p-l-60 {
    padding-left: 60px !important;
  }
  .medium-up--p-b-60 {
    padding-bottom: 60px !important;
  }
  .medium-up--padding-60 {
    padding: 60px !important;
  }
  .medium-up--p-t-65 {
    padding-top: 65px !important;
  }
  .medium-up--p-r-65 {
    padding-right: 65px !important;
  }
  .medium-up--p-l-65 {
    padding-left: 65px !important;
  }
  .medium-up--p-b-65 {
    padding-bottom: 65px !important;
  }
  .medium-up--padding-65 {
    padding: 65px !important;
  }
  .medium-up--p-t-70 {
    padding-top: 70px !important;
  }
  .medium-up--p-r-70 {
    padding-right: 70px !important;
  }
  .medium-up--p-l-70 {
    padding-left: 70px !important;
  }
  .medium-up--p-b-70 {
    padding-bottom: 70px !important;
  }
  .medium-up--padding-70 {
    padding: 70px !important;
  }
  .medium-up--p-t-75 {
    padding-top: 75px !important;
  }
  .medium-up--p-r-75 {
    padding-right: 75px !important;
  }
  .medium-up--p-l-75 {
    padding-left: 75px !important;
  }
  .medium-up--p-b-75 {
    padding-bottom: 75px !important;
  }
  .medium-up--padding-75 {
    padding: 75px !important;
  }
  .medium-up--p-t-80 {
    padding-top: 80px !important;
  }
  .medium-up--p-r-80 {
    padding-right: 80px !important;
  }
  .medium-up--p-l-80 {
    padding-left: 80px !important;
  }
  .medium-up--p-b-80 {
    padding-bottom: 80px !important;
  }
  .medium-up--padding-80 {
    padding: 80px !important;
  }
  .medium-up--p-t-85 {
    padding-top: 85px !important;
  }
  .medium-up--p-r-85 {
    padding-right: 85px !important;
  }
  .medium-up--p-l-85 {
    padding-left: 85px !important;
  }
  .medium-up--p-b-85 {
    padding-bottom: 85px !important;
  }
  .medium-up--padding-85 {
    padding: 85px !important;
  }
  .medium-up--p-t-90 {
    padding-top: 90px !important;
  }
  .medium-up--p-r-90 {
    padding-right: 90px !important;
  }
  .medium-up--p-l-90 {
    padding-left: 90px !important;
  }
  .medium-up--p-b-90 {
    padding-bottom: 90px !important;
  }
  .medium-up--padding-90 {
    padding: 90px !important;
  }
  .medium-up--p-t-95 {
    padding-top: 95px !important;
  }
  .medium-up--p-r-95 {
    padding-right: 95px !important;
  }
  .medium-up--p-l-95 {
    padding-left: 95px !important;
  }
  .medium-up--p-b-95 {
    padding-bottom: 95px !important;
  }
  .medium-up--padding-95 {
    padding: 95px !important;
  }
  .medium-up--p-t-100 {
    padding-top: 100px !important;
  }
  .medium-up--p-r-100 {
    padding-right: 100px !important;
  }
  .medium-up--p-l-100 {
    padding-left: 100px !important;
  }
  .medium-up--p-b-100 {
    padding-bottom: 100px !important;
  }
  .medium-up--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .medium-up--m-t-0 {
    margin-top: 0px;
  }
  .medium-up--m-r-0 {
    margin-right: 0px;
  }
  .medium-up--m-l-0 {
    margin-left: 0px;
  }
  .medium-up--m-b-0 {
    margin-bottom: 0px;
  }
  .medium-up--m-t-5 {
    margin-top: 5px;
  }
  .medium-up--m-r-5 {
    margin-right: 5px;
  }
  .medium-up--m-l-5 {
    margin-left: 5px;
  }
  .medium-up--m-b-5 {
    margin-bottom: 5px;
  }
  .medium-up--m-t-10 {
    margin-top: 10px;
  }
  .medium-up--m-r-10 {
    margin-right: 10px;
  }
  .medium-up--m-l-10 {
    margin-left: 10px;
  }
  .medium-up--m-b-10 {
    margin-bottom: 10px;
  }
  .medium-up--m-t-15 {
    margin-top: 15px;
  }
  .medium-up--m-r-15 {
    margin-right: 15px;
  }
  .medium-up--m-l-15 {
    margin-left: 15px;
  }
  .medium-up--m-b-15 {
    margin-bottom: 15px;
  }
  .medium-up--m-t-20 {
    margin-top: 20px;
  }
  .medium-up--m-r-20 {
    margin-right: 20px;
  }
  .medium-up--m-l-20 {
    margin-left: 20px;
  }
  .medium-up--m-b-20 {
    margin-bottom: 20px;
  }
  .medium-up--m-t-25 {
    margin-top: 25px;
  }
  .medium-up--m-r-25 {
    margin-right: 25px;
  }
  .medium-up--m-l-25 {
    margin-left: 25px;
  }
  .medium-up--m-b-25 {
    margin-bottom: 25px;
  }
  .medium-up--m-t-30 {
    margin-top: 30px;
  }
  .medium-up--m-r-30 {
    margin-right: 30px;
  }
  .medium-up--m-l-30 {
    margin-left: 30px;
  }
  .medium-up--m-b-30 {
    margin-bottom: 30px;
  }
  .medium-up--m-t-35 {
    margin-top: 35px;
  }
  .medium-up--m-r-35 {
    margin-right: 35px;
  }
  .medium-up--m-l-35 {
    margin-left: 35px;
  }
  .medium-up--m-b-35 {
    margin-bottom: 35px;
  }
  .medium-up--m-t-40 {
    margin-top: 40px;
  }
  .medium-up--m-r-40 {
    margin-right: 40px;
  }
  .medium-up--m-l-40 {
    margin-left: 40px;
  }
  .medium-up--m-b-40 {
    margin-bottom: 40px;
  }
  .medium-up--m-t-45 {
    margin-top: 45px;
  }
  .medium-up--m-r-45 {
    margin-right: 45px;
  }
  .medium-up--m-l-45 {
    margin-left: 45px;
  }
  .medium-up--m-b-45 {
    margin-bottom: 45px;
  }
  .medium-up--m-t-50 {
    margin-top: 50px;
  }
  .medium-up--m-r-50 {
    margin-right: 50px;
  }
  .medium-up--m-l-50 {
    margin-left: 50px;
  }
  .medium-up--m-b-50 {
    margin-bottom: 50px;
  }
  .medium-up--m-t-55 {
    margin-top: 55px;
  }
  .medium-up--m-r-55 {
    margin-right: 55px;
  }
  .medium-up--m-l-55 {
    margin-left: 55px;
  }
  .medium-up--m-b-55 {
    margin-bottom: 55px;
  }
  .medium-up--m-t-60 {
    margin-top: 60px;
  }
  .medium-up--m-r-60 {
    margin-right: 60px;
  }
  .medium-up--m-l-60 {
    margin-left: 60px;
  }
  .medium-up--m-b-60 {
    margin-bottom: 60px;
  }
  .medium-up--m-t-65 {
    margin-top: 65px;
  }
  .medium-up--m-r-65 {
    margin-right: 65px;
  }
  .medium-up--m-l-65 {
    margin-left: 65px;
  }
  .medium-up--m-b-65 {
    margin-bottom: 65px;
  }
  .medium-up--m-t-70 {
    margin-top: 70px;
  }
  .medium-up--m-r-70 {
    margin-right: 70px;
  }
  .medium-up--m-l-70 {
    margin-left: 70px;
  }
  .medium-up--m-b-70 {
    margin-bottom: 70px;
  }
  .medium-up--m-t-75 {
    margin-top: 75px;
  }
  .medium-up--m-r-75 {
    margin-right: 75px;
  }
  .medium-up--m-l-75 {
    margin-left: 75px;
  }
  .medium-up--m-b-75 {
    margin-bottom: 75px;
  }
  .medium-up--m-t-80 {
    margin-top: 80px;
  }
  .medium-up--m-r-80 {
    margin-right: 80px;
  }
  .medium-up--m-l-80 {
    margin-left: 80px;
  }
  .medium-up--m-b-80 {
    margin-bottom: 80px;
  }
  .medium-up--m-t-85 {
    margin-top: 85px;
  }
  .medium-up--m-r-85 {
    margin-right: 85px;
  }
  .medium-up--m-l-85 {
    margin-left: 85px;
  }
  .medium-up--m-b-85 {
    margin-bottom: 85px;
  }
  .medium-up--m-t-90 {
    margin-top: 90px;
  }
  .medium-up--m-r-90 {
    margin-right: 90px;
  }
  .medium-up--m-l-90 {
    margin-left: 90px;
  }
  .medium-up--m-b-90 {
    margin-bottom: 90px;
  }
  .medium-up--m-t-95 {
    margin-top: 95px;
  }
  .medium-up--m-r-95 {
    margin-right: 95px;
  }
  .medium-up--m-l-95 {
    margin-left: 95px;
  }
  .medium-up--m-b-95 {
    margin-bottom: 95px;
  }
  .medium-up--m-t-100 {
    margin-top: 100px;
  }
  .medium-up--m-r-100 {
    margin-right: 100px;
  }
  .medium-up--m-l-100 {
    margin-left: 100px;
  }
  .medium-up--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}
/* @media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
} */

@media (min-width: 1025px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .large-up--text-center {
    text-align: center;
  }
  .large-up--text-right {
    text-align: right;
  }
  .large-up--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /* Generic Padding Helpers
  ------------------------------------
  */
  .large-up--p-t-0 {
    padding-top: 0 !important;
  }
  .large-up--p-r-0 {
    padding-right: 0 !important;
  }
  .large-up--p-l-0 {
    padding-left: 0 !important;
  }
  .large-up--p-b-0 {
    padding-bottom: 0 !important;
  }
  .large-up--p-t-5 {
    padding-top: 5px !important;
  }
  .large-up--p-r-5 {
    padding-right: 5px !important;
  }
  .large-up--p-l-5 {
    padding-left: 5px !important;
  }
  .large-up--p-b-5 {
    padding-bottom: 5px !important;
  }
  .large-up--padding-5 {
    padding: 5px !important;
  }
  .large-up--p-t-10 {
    padding-top: 10px !important;
  }
  .large-up--p-r-10 {
    padding-right: 10px !important;
  }
  .large-up--p-l-10 {
    padding-left: 10px !important;
  }
  .large-up--p-b-10 {
    padding-bottom: 10px !important;
  }
  .large-up--padding-10 {
    padding: 10px !important;
  }
  .large-up--p-t-15 {
    padding-top: 15px !important;
  }
  .large-up--p-r-15 {
    padding-right: 15px !important;
  }
  .large-up--p-l-15 {
    padding-left: 15px !important;
  }
  .large-up--p-b-15 {
    padding-bottom: 15px !important;
  }
  .large-up--padding-15 {
    padding: 15px !important;
  }
  .large-up--p-t-20 {
    padding-top: 20px !important;
  }
  .large-up--p-r-20 {
    padding-right: 20px !important;
  }
  .large-up--p-l-20 {
    padding-left: 20px !important;
  }
  .large-up--p-b-20 {
    padding-bottom: 20px !important;
  }
  .large-up--padding-20 {
    padding: 20px !important;
  }
  .large-up--p-t-25 {
    padding-top: 25px !important;
  }
  .large-up--p-r-25 {
    padding-right: 25px !important;
  }
  .large-up--p-l-25 {
    padding-left: 25px !important;
  }
  .large-up--p-b-25 {
    padding-bottom: 25px !important;
  }
  .large-up--padding-25 {
    padding: 25px !important;
  }
  .large-up--p-t-30 {
    padding-top: 30px !important;
  }
  .large-up--p-r-30 {
    padding-right: 30px !important;
  }
  .large-up--p-l-30 {
    padding-left: 30px !important;
  }
  .large-up--p-b-30 {
    padding-bottom: 30px !important;
  }
  .large-up--padding-30 {
    padding: 30px !important;
  }
  .large-up--p-t-35 {
    padding-top: 35px !important;
  }
  .large-up--p-r-35 {
    padding-right: 35px !important;
  }
  .large-up--p-l-35 {
    padding-left: 35px !important;
  }
  .large-up--p-b-35 {
    padding-bottom: 35px !important;
  }
  .large-up--padding-35 {
    padding: 35px !important;
  }
  .large-up--p-t-40 {
    padding-top: 40px !important;
  }
  .large-up--p-r-40 {
    padding-right: 40px !important;
  }
  .large-up--p-l-40 {
    padding-left: 40px !important;
  }
  .large-up--p-b-40 {
    padding-bottom: 40px !important;
  }
  .large-up--padding-40 {
    padding: 40px !important;
  }
  .large-up--p-t-45 {
    padding-top: 45px !important;
  }
  .large-up--p-r-45 {
    padding-right: 45px !important;
  }
  .large-up--p-l-45 {
    padding-left: 45px !important;
  }
  .large-up--p-b-45 {
    padding-bottom: 45px !important;
  }
  .large-up--padding-45 {
    padding: 45px !important;
  }
  .large-up--p-t-50 {
    padding-top: 50px !important;
  }
  .large-up--p-r-50 {
    padding-right: 50px !important;
  }
  .large-up--p-l-50 {
    padding-left: 50px !important;
  }
  .large-up--p-b-50 {
    padding-bottom: 50px !important;
  }
  .large-up--padding-50 {
    padding: 50px !important;
  }
  .large-up--p-t-55 {
    padding-top: 55px !important;
  }
  .large-up--p-r-55 {
    padding-right: 55px !important;
  }
  .large-up--p-l-55 {
    padding-left: 55px !important;
  }
  .large-up--p-b-55 {
    padding-bottom: 55px !important;
  }
  .large-up--padding-55 {
    padding: 55px !important;
  }
  .large-up--p-t-60 {
    padding-top: 60px !important;
  }
  .large-up--p-r-60 {
    padding-right: 60px !important;
  }
  .large-up--p-l-60 {
    padding-left: 60px !important;
  }
  .large-up--p-b-60 {
    padding-bottom: 60px !important;
  }
  .large-up--padding-60 {
    padding: 60px !important;
  }
  .large-up--p-t-65 {
    padding-top: 65px !important;
  }
  .large-up--p-r-65 {
    padding-right: 65px !important;
  }
  .large-up--p-l-65 {
    padding-left: 65px !important;
  }
  .large-up--p-b-65 {
    padding-bottom: 65px !important;
  }
  .large-up--padding-65 {
    padding: 65px !important;
  }
  .large-up--p-t-70 {
    padding-top: 70px !important;
  }
  .large-up--p-r-70 {
    padding-right: 70px !important;
  }
  .large-up--p-l-70 {
    padding-left: 70px !important;
  }
  .large-up--p-b-70 {
    padding-bottom: 70px !important;
  }
  .large-up--padding-70 {
    padding: 70px !important;
  }
  .large-up--p-t-75 {
    padding-top: 75px !important;
  }
  .large-up--p-r-75 {
    padding-right: 75px !important;
  }
  .large-up--p-l-75 {
    padding-left: 75px !important;
  }
  .large-up--p-b-75 {
    padding-bottom: 75px !important;
  }
  .large-up--padding-75 {
    padding: 75px !important;
  }
  .large-up--p-t-80 {
    padding-top: 80px !important;
  }
  .large-up--p-r-80 {
    padding-right: 80px !important;
  }
  .large-up--p-l-80 {
    padding-left: 80px !important;
  }
  .large-up--p-b-80 {
    padding-bottom: 80px !important;
  }
  .large-up--padding-80 {
    padding: 80px !important;
  }
  .large-up--p-t-85 {
    padding-top: 85px !important;
  }
  .large-up--p-r-85 {
    padding-right: 85px !important;
  }
  .large-up--p-l-85 {
    padding-left: 85px !important;
  }
  .large-up--p-b-85 {
    padding-bottom: 85px !important;
  }
  .large-up--padding-85 {
    padding: 85px !important;
  }
  .large-up--p-t-90 {
    padding-top: 90px !important;
  }
  .large-up--p-r-90 {
    padding-right: 90px !important;
  }
  .large-up--p-l-90 {
    padding-left: 90px !important;
  }
  .large-up--p-b-90 {
    padding-bottom: 90px !important;
  }
  .large-up--padding-90 {
    padding: 90px !important;
  }
  .large-up--p-t-95 {
    padding-top: 95px !important;
  }
  .large-up--p-r-95 {
    padding-right: 95px !important;
  }
  .large-up--p-l-95 {
    padding-left: 95px !important;
  }
  .large-up--p-b-95 {
    padding-bottom: 95px !important;
  }
  .large-up--padding-95 {
    padding: 95px !important;
  }
  .large-up--p-t-100 {
    padding-top: 100px !important;
  }
  .large-up--p-r-100 {
    padding-right: 100px !important;
  }
  .large-up--p-l-100 {
    padding-left: 100px !important;
  }
  .large-up--p-b-100 {
    padding-bottom: 100px !important;
  }
  .large-up--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .large-up--m-t-0 {
    margin-top: 0px;
  }
  .large-up--m-r-0 {
    margin-right: 0px;
  }
  .large-up--m-l-0 {
    margin-left: 0px;
  }
  .large-up--m-b-0 {
    margin-bottom: 0px;
  }
  .large-up--m-t-5 {
    margin-top: 5px;
  }
  .large-up--m-r-5 {
    margin-right: 5px;
  }
  .large-up--m-l-5 {
    margin-left: 5px;
  }
  .large-up--m-b-5 {
    margin-bottom: 5px;
  }
  .large-up--m-t-10 {
    margin-top: 10px;
  }
  .large-up--m-r-10 {
    margin-right: 10px;
  }
  .large-up--m-l-10 {
    margin-left: 10px;
  }
  .large-up--m-b-10 {
    margin-bottom: 10px;
  }
  .large-up--m-t-15 {
    margin-top: 15px;
  }
  .large-up--m-r-15 {
    margin-right: 15px;
  }
  .large-up--m-l-15 {
    margin-left: 15px;
  }
  .large-up--m-b-15 {
    margin-bottom: 15px;
  }
  .large-up--m-t-20 {
    margin-top: 20px;
  }
  .large-up--m-r-20 {
    margin-right: 20px;
  }
  .large-up--m-l-20 {
    margin-left: 20px;
  }
  .large-up--m-b-20 {
    margin-bottom: 20px;
  }
  .large-up--m-t-25 {
    margin-top: 25px;
  }
  .large-up--m-r-25 {
    margin-right: 25px;
  }
  .large-up--m-l-25 {
    margin-left: 25px;
  }
  .large-up--m-b-25 {
    margin-bottom: 25px;
  }
  .large-up--m-t-30 {
    margin-top: 30px;
  }
  .large-up--m-r-30 {
    margin-right: 30px;
  }
  .large-up--m-l-30 {
    margin-left: 30px;
  }
  .large-up--m-b-30 {
    margin-bottom: 30px;
  }
  .large-up--m-t-35 {
    margin-top: 35px;
  }
  .large-up--m-r-35 {
    margin-right: 35px;
  }
  .large-up--m-l-35 {
    margin-left: 35px;
  }
  .large-up--m-b-35 {
    margin-bottom: 35px;
  }
  .large-up--m-t-40 {
    margin-top: 40px;
  }
  .large-up--m-r-40 {
    margin-right: 40px;
  }
  .large-up--m-l-40 {
    margin-left: 40px;
  }
  .large-up--m-b-40 {
    margin-bottom: 40px;
  }
  .large-up--m-t-45 {
    margin-top: 45px;
  }
  .large-up--m-r-45 {
    margin-right: 45px;
  }
  .large-up--m-l-45 {
    margin-left: 45px;
  }
  .large-up--m-b-45 {
    margin-bottom: 45px;
  }
  .large-up--m-t-50 {
    margin-top: 50px;
  }
  .large-up--m-r-50 {
    margin-right: 50px;
  }
  .large-up--m-l-50 {
    margin-left: 50px;
  }
  .large-up--m-b-50 {
    margin-bottom: 50px;
  }
  .large-up--m-t-55 {
    margin-top: 55px;
  }
  .large-up--m-r-55 {
    margin-right: 55px;
  }
  .large-up--m-l-55 {
    margin-left: 55px;
  }
  .large-up--m-b-55 {
    margin-bottom: 55px;
  }
  .large-up--m-t-60 {
    margin-top: 60px;
  }
  .large-up--m-r-60 {
    margin-right: 60px;
  }
  .large-up--m-l-60 {
    margin-left: 60px;
  }
  .large-up--m-b-60 {
    margin-bottom: 60px;
  }
  .large-up--m-t-65 {
    margin-top: 65px;
  }
  .large-up--m-r-65 {
    margin-right: 65px;
  }
  .large-up--m-l-65 {
    margin-left: 65px;
  }
  .large-up--m-b-65 {
    margin-bottom: 65px;
  }
  .large-up--m-t-70 {
    margin-top: 70px;
  }
  .large-up--m-r-70 {
    margin-right: 70px;
  }
  .large-up--m-l-70 {
    margin-left: 70px;
  }
  .large-up--m-b-70 {
    margin-bottom: 70px;
  }
  .large-up--m-t-75 {
    margin-top: 75px;
  }
  .large-up--m-r-75 {
    margin-right: 75px;
  }
  .large-up--m-l-75 {
    margin-left: 75px;
  }
  .large-up--m-b-75 {
    margin-bottom: 75px;
  }
  .large-up--m-t-80 {
    margin-top: 80px;
  }
  .large-up--m-r-80 {
    margin-right: 80px;
  }
  .large-up--m-l-80 {
    margin-left: 80px;
  }
  .large-up--m-b-80 {
    margin-bottom: 80px;
  }
  .large-up--m-t-85 {
    margin-top: 85px;
  }
  .large-up--m-r-85 {
    margin-right: 85px;
  }
  .large-up--m-l-85 {
    margin-left: 85px;
  }
  .large-up--m-b-85 {
    margin-bottom: 85px;
  }
  .large-up--m-t-90 {
    margin-top: 90px;
  }
  .large-up--m-r-90 {
    margin-right: 90px;
  }
  .large-up--m-l-90 {
    margin-left: 90px;
  }
  .large-up--m-b-90 {
    margin-bottom: 90px;
  }
  .large-up--m-t-95 {
    margin-top: 95px;
  }
  .large-up--m-r-95 {
    margin-right: 95px;
  }
  .large-up--m-l-95 {
    margin-left: 95px;
  }
  .large-up--m-b-95 {
    margin-bottom: 95px;
  }
  .large-up--m-t-100 {
    margin-top: 100px;
  }
  .large-up--m-r-100 {
    margin-right: 100px;
  }
  .large-up--m-l-100 {
    margin-left: 100px;
  }
  .large-up--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .container{
    --container-xl-max-width: 85rem;
    width: var(--container-xl-max-width);
    margin: auto;
    max-width: 1116px;
  }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .width_header{
    width: 926px;
    height: 405px;
    margin: auto;
  }
  .shopify-section--slideshow .width_header{
    height: unset;
  }
  .template-product .shopify-section--image-with-text .image-with-text{
    padding: 0;
  }
  .product-gallery__media > * {
    width: 415px;
  }

  .shopify-section--main-product .product-info {
    width: 356px;
  }

  .template-product .horizontal-product-card__info .product-title{
    margin-bottom: 0px !important;
  }

  .template-product .horizontal-product-card {
    height: auto;
  }
  
  .template-product .horizontal-product-card .horizontal-product-card__figure{
    width: 77px !important;
  }
  
  .template-product .complementary-products__product-list {
    gap: 1rem;
  }

  .template-product .container {
    max-width: 956px;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .header{
    padding-inline-start: 0;
    padding-inline-end: 0;
    row-gap: 0;
    padding-block-start: 0;
    padding-block-end: 0;
  }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}
/* @media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
} */

@media (min-width: 1401px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */

  /* Text align
  ------------------------------------
  */
  .wide-up--text-center {
    text-align: center;
  }
  .wide-up--text-right {
    text-align: right;
  }
  .wide-up--text-left {
    text-align: left;
  }

  /*------------------------------------------------------------------
  [17.2 Colors]
  */

  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /* Generic Padding Helpers
  ------------------------------------
  */
  .wide-up--p-t-0 {
    padding-top: 0 !important;
  }
  .wide-up--p-r-0 {
    padding-right: 0 !important;
  }
  .wide-up--p-l-0 {
    padding-left: 0 !important;
  }
  .wide-up--p-b-0 {
    padding-bottom: 0 !important;
  }
  .wide-up--p-t-5 {
    padding-top: 5px !important;
  }
  .wide-up--p-r-5 {
    padding-right: 5px !important;
  }
  .wide-up--p-l-5 {
    padding-left: 5px !important;
  }
  .wide-up--p-b-5 {
    padding-bottom: 5px !important;
  }
  .wide-up--padding-5 {
    padding: 5px !important;
  }
  .wide-up--p-t-10 {
    padding-top: 10px !important;
  }
  .wide-up--p-r-10 {
    padding-right: 10px !important;
  }
  .wide-up--p-l-10 {
    padding-left: 10px !important;
  }
  .wide-up--p-b-10 {
    padding-bottom: 10px !important;
  }
  .wide-up--padding-10 {
    padding: 10px !important;
  }
  .wide-up--p-t-15 {
    padding-top: 15px !important;
  }
  .wide-up--p-r-15 {
    padding-right: 15px !important;
  }
  .wide-up--p-l-15 {
    padding-left: 15px !important;
  }
  .wide-up--p-b-15 {
    padding-bottom: 15px !important;
  }
  .wide-up--padding-15 {
    padding: 15px !important;
  }
  .wide-up--p-t-20 {
    padding-top: 20px !important;
  }
  .wide-up--p-r-20 {
    padding-right: 20px !important;
  }
  .wide-up--p-l-20 {
    padding-left: 20px !important;
  }
  .wide-up--p-b-20 {
    padding-bottom: 20px !important;
  }
  .wide-up--padding-20 {
    padding: 20px !important;
  }
  .wide-up--p-t-25 {
    padding-top: 25px !important;
  }
  .wide-up--p-r-25 {
    padding-right: 25px !important;
  }
  .wide-up--p-l-25 {
    padding-left: 25px !important;
  }
  .wide-up--p-b-25 {
    padding-bottom: 25px !important;
  }
  .wide-up--padding-25 {
    padding: 25px !important;
  }
  .wide-up--p-t-30 {
    padding-top: 30px !important;
  }
  .wide-up--p-r-30 {
    padding-right: 30px !important;
  }
  .wide-up--p-l-30 {
    padding-left: 30px !important;
  }
  .wide-up--p-b-30 {
    padding-bottom: 30px !important;
  }
  .wide-up--padding-30 {
    padding: 30px !important;
  }
  .wide-up--p-t-35 {
    padding-top: 35px !important;
  }
  .wide-up--p-r-35 {
    padding-right: 35px !important;
  }
  .wide-up--p-l-35 {
    padding-left: 35px !important;
  }
  .wide-up--p-b-35 {
    padding-bottom: 35px !important;
  }
  .wide-up--padding-35 {
    padding: 35px !important;
  }
  .wide-up--p-t-40 {
    padding-top: 40px !important;
  }
  .wide-up--p-r-40 {
    padding-right: 40px !important;
  }
  .wide-up--p-l-40 {
    padding-left: 40px !important;
  }
  .wide-up--p-b-40 {
    padding-bottom: 40px !important;
  }
  .wide-up--padding-40 {
    padding: 40px !important;
  }
  .wide-up--p-t-45 {
    padding-top: 45px !important;
  }
  .wide-up--p-r-45 {
    padding-right: 45px !important;
  }
  .wide-up--p-l-45 {
    padding-left: 45px !important;
  }
  .wide-up--p-b-45 {
    padding-bottom: 45px !important;
  }
  .wide-up--padding-45 {
    padding: 45px !important;
  }
  .wide-up--p-t-50 {
    padding-top: 50px !important;
  }
  .wide-up--p-r-50 {
    padding-right: 50px !important;
  }
  .wide-up--p-l-50 {
    padding-left: 50px !important;
  }
  .wide-up--p-b-50 {
    padding-bottom: 50px !important;
  }
  .wide-up--padding-50 {
    padding: 50px !important;
  }
  .wide-up--p-t-55 {
    padding-top: 55px !important;
  }
  .wide-up--p-r-55 {
    padding-right: 55px !important;
  }
  .wide-up--p-l-55 {
    padding-left: 55px !important;
  }
  .wide-up--p-b-55 {
    padding-bottom: 55px !important;
  }
  .wide-up--padding-55 {
    padding: 55px !important;
  }
  .wide-up--p-t-60 {
    padding-top: 60px !important;
  }
  .wide-up--p-r-60 {
    padding-right: 60px !important;
  }
  .wide-up--p-l-60 {
    padding-left: 60px !important;
  }
  .wide-up--p-b-60 {
    padding-bottom: 60px !important;
  }
  .wide-up--padding-60 {
    padding: 60px !important;
  }
  .wide-up--p-t-65 {
    padding-top: 65px !important;
  }
  .wide-up--p-r-65 {
    padding-right: 65px !important;
  }
  .wide-up--p-l-65 {
    padding-left: 65px !important;
  }
  .wide-up--p-b-65 {
    padding-bottom: 65px !important;
  }
  .wide-up--padding-65 {
    padding: 65px !important;
  }
  .wide-up--p-t-70 {
    padding-top: 70px !important;
  }
  .wide-up--p-r-70 {
    padding-right: 70px !important;
  }
  .wide-up--p-l-70 {
    padding-left: 70px !important;
  }
  .wide-up--p-b-70 {
    padding-bottom: 70px !important;
  }
  .wide-up--padding-70 {
    padding: 70px !important;
  }
  .wide-up--p-t-75 {
    padding-top: 75px !important;
  }
  .wide-up--p-r-75 {
    padding-right: 75px !important;
  }
  .wide-up--p-l-75 {
    padding-left: 75px !important;
  }
  .wide-up--p-b-75 {
    padding-bottom: 75px !important;
  }
  .wide-up--padding-75 {
    padding: 75px !important;
  }
  .wide-up--p-t-80 {
    padding-top: 80px !important;
  }
  .wide-up--p-r-80 {
    padding-right: 80px !important;
  }
  .wide-up--p-l-80 {
    padding-left: 80px !important;
  }
  .wide-up--p-b-80 {
    padding-bottom: 80px !important;
  }
  .wide-up--padding-80 {
    padding: 80px !important;
  }
  .wide-up--p-t-85 {
    padding-top: 85px !important;
  }
  .wide-up--p-r-85 {
    padding-right: 85px !important;
  }
  .wide-up--p-l-85 {
    padding-left: 85px !important;
  }
  .wide-up--p-b-85 {
    padding-bottom: 85px !important;
  }
  .wide-up--padding-85 {
    padding: 85px !important;
  }
  .wide-up--p-t-90 {
    padding-top: 90px !important;
  }
  .wide-up--p-r-90 {
    padding-right: 90px !important;
  }
  .wide-up--p-l-90 {
    padding-left: 90px !important;
  }
  .wide-up--p-b-90 {
    padding-bottom: 90px !important;
  }
  .wide-up--padding-90 {
    padding: 90px !important;
  }
  .wide-up--p-t-95 {
    padding-top: 95px !important;
  }
  .wide-up--p-r-95 {
    padding-right: 95px !important;
  }
  .wide-up--p-l-95 {
    padding-left: 95px !important;
  }
  .wide-up--p-b-95 {
    padding-bottom: 95px !important;
  }
  .wide-up--padding-95 {
    padding: 95px !important;
  }
  .wide-up--p-t-100 {
    padding-top: 100px !important;
  }
  .wide-up--p-r-100 {
    padding-right: 100px !important;
  }
  .wide-up--p-l-100 {
    padding-left: 100px !important;
  }
  .wide-up--p-b-100 {
    padding-bottom: 100px !important;
  }
  .wide-up--padding-100 {
    padding: 100px !important;
  }
  /* Generic Margin Helpers
  ------------------------------------
   */
  .wide-up--m-t-0 {
    margin-top: 0px;
  }
  .wide-up--m-r-0 {
    margin-right: 0px;
  }
  .wide-up--m-l-0 {
    margin-left: 0px;
  }
  .wide-up--m-b-0 {
    margin-bottom: 0px;
  }
  .wide-up--m-t-5 {
    margin-top: 5px;
  }
  .wide-up--m-r-5 {
    margin-right: 5px;
  }
  .wide-up--m-l-5 {
    margin-left: 5px;
  }
  .wide-up--m-b-5 {
    margin-bottom: 5px;
  }
  .wide-up--m-t-10 {
    margin-top: 10px;
  }
  .wide-up--m-r-10 {
    margin-right: 10px;
  }
  .wide-up--m-l-10 {
    margin-left: 10px;
  }
  .wide-up--m-b-10 {
    margin-bottom: 10px;
  }
  .wide-up--m-t-15 {
    margin-top: 15px;
  }
  .wide-up--m-r-15 {
    margin-right: 15px;
  }
  .wide-up--m-l-15 {
    margin-left: 15px;
  }
  .wide-up--m-b-15 {
    margin-bottom: 15px;
  }
  .wide-up--m-t-20 {
    margin-top: 20px;
  }
  .wide-up--m-r-20 {
    margin-right: 20px;
  }
  .wide-up--m-l-20 {
    margin-left: 20px;
  }
  .wide-up--m-b-20 {
    margin-bottom: 20px;
  }
  .wide-up--m-t-25 {
    margin-top: 25px;
  }
  .wide-up--m-r-25 {
    margin-right: 25px;
  }
  .wide-up--m-l-25 {
    margin-left: 25px;
  }
  .wide-up--m-b-25 {
    margin-bottom: 25px;
  }
  .wide-up--m-t-30 {
    margin-top: 30px;
  }
  .wide-up--m-r-30 {
    margin-right: 30px;
  }
  .wide-up--m-l-30 {
    margin-left: 30px;
  }
  .wide-up--m-b-30 {
    margin-bottom: 30px;
  }
  .wide-up--m-t-35 {
    margin-top: 35px;
  }
  .wide-up--m-r-35 {
    margin-right: 35px;
  }
  .wide-up--m-l-35 {
    margin-left: 35px;
  }
  .wide-up--m-b-35 {
    margin-bottom: 35px;
  }
  .wide-up--m-t-40 {
    margin-top: 40px;
  }
  .wide-up--m-r-40 {
    margin-right: 40px;
  }
  .wide-up--m-l-40 {
    margin-left: 40px;
  }
  .wide-up--m-b-40 {
    margin-bottom: 40px;
  }
  .wide-up--m-t-45 {
    margin-top: 45px;
  }
  .wide-up--m-r-45 {
    margin-right: 45px;
  }
  .wide-up--m-l-45 {
    margin-left: 45px;
  }
  .wide-up--m-b-45 {
    margin-bottom: 45px;
  }
  .wide-up--m-t-50 {
    margin-top: 50px;
  }
  .wide-up--m-r-50 {
    margin-right: 50px;
  }
  .wide-up--m-l-50 {
    margin-left: 50px;
  }
  .wide-up--m-b-50 {
    margin-bottom: 50px;
  }
  .wide-up--m-t-55 {
    margin-top: 55px;
  }
  .wide-up--m-r-55 {
    margin-right: 55px;
  }
  .wide-up--m-l-55 {
    margin-left: 55px;
  }
  .wide-up--m-b-55 {
    margin-bottom: 55px;
  }
  .wide-up--m-t-60 {
    margin-top: 60px;
  }
  .wide-up--m-r-60 {
    margin-right: 60px;
  }
  .wide-up--m-l-60 {
    margin-left: 60px;
  }
  .wide-up--m-b-60 {
    margin-bottom: 60px;
  }
  .wide-up--m-t-65 {
    margin-top: 65px;
  }
  .wide-up--m-r-65 {
    margin-right: 65px;
  }
  .wide-up--m-l-65 {
    margin-left: 65px;
  }
  .wide-up--m-b-65 {
    margin-bottom: 65px;
  }
  .wide-up--m-t-70 {
    margin-top: 70px;
  }
  .wide-up--m-r-70 {
    margin-right: 70px;
  }
  .wide-up--m-l-70 {
    margin-left: 70px;
  }
  .wide-up--m-b-70 {
    margin-bottom: 70px;
  }
  .wide-up--m-t-75 {
    margin-top: 75px;
  }
  .wide-up--m-r-75 {
    margin-right: 75px;
  }
  .wide-up--m-l-75 {
    margin-left: 75px;
  }
  .wide-up--m-b-75 {
    margin-bottom: 75px;
  }
  .wide-up--m-t-80 {
    margin-top: 80px;
  }
  .wide-up--m-r-80 {
    margin-right: 80px;
  }
  .wide-up--m-l-80 {
    margin-left: 80px;
  }
  .wide-up--m-b-80 {
    margin-bottom: 80px;
  }
  .wide-up--m-t-85 {
    margin-top: 85px;
  }
  .wide-up--m-r-85 {
    margin-right: 85px;
  }
  .wide-up--m-l-85 {
    margin-left: 85px;
  }
  .wide-up--m-b-85 {
    margin-bottom: 85px;
  }
  .wide-up--m-t-90 {
    margin-top: 90px;
  }
  .wide-up--m-r-90 {
    margin-right: 90px;
  }
  .wide-up--m-l-90 {
    margin-left: 90px;
  }
  .wide-up--m-b-90 {
    margin-bottom: 90px;
  }
  .wide-up--m-t-95 {
    margin-top: 95px;
  }
  .wide-up--m-r-95 {
    margin-right: 95px;
  }
  .wide-up--m-l-95 {
    margin-left: 95px;
  }
  .wide-up--m-b-95 {
    margin-bottom: 95px;
  }
  .wide-up--m-t-100 {
    margin-top: 100px;
  }
  .wide-up--m-r-100 {
    margin-right: 100px;
  }
  .wide-up--m-l-100 {
    margin-left: 100px;
  }
  .wide-up--m-b-100 {
    margin-bottom: 100px;
  }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

/* start: Judge.me review custom styling */
.jdgm-rev-widg__reviews .jdgm-rev__header .jdgm-row-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jdgm-rev-widg__reviews .jdgm-rev {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
  flex: 0;
  white-space: nowrap; 
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__buyer-badge-wrapper {
  display: none;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-row-profile .jdgm-rev__author{
  text-wrap: auto;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__actions {
  flex: 0;
  white-space: nowrap;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
  flex: 1;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content,
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content > * {
  text-align: left;
}
.jdgm-rev-widg__reviews .jdgm-rev__actions .jdgm-rev__votes-inner {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.jdgm-rev-widg__reviews .jdgm-rev__actions .jdgm-rev__votes-inner > * {
  padding: 0 !important;
  margin: 0 !important;
}
.jdgm-rev__scale-last {
  float: left !important;
}
.jdgm-row-profile {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}
.jdgm-rev__author-wrapper {
  text-align: left;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title:empty {
  display: none;
}
.jdgm-rev__custom-form > * {
  font-size: 12px !important;
}
.jdgm-rev__cf-ans .jdgm-rev__cf-ans__title {
  font-weight: 600 !important;
}
.jdgm-rev__custom-form.custom-form--horizontal-style
  .jdgm-rev__cf-ans--graphic-type
  .jdgm-rev__cf-ans {
  width: 100% !important;
}
.jdgm-cf-bars-wrapper {
  width: 80% !important;
}
@media (max-width: 768px){
  .jdgm-rev-widg__reviews .jdgm-rev {
    flex-wrap: wrap;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
    flex: unset;
    width: 30%;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__rating {
    display: flex;
    flex-wrap: wrap;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
    flex: unset;
    width: calc(70% - 5px);
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__title:empty {
    margin: 0;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__actions {
    flex: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__actions .jdgm-rev__social {
    width: 30%;
  }
  .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__actions .jdgm-rev__votes {
    width: calc(70% - 5px);
    float: unset;
  }
}
/* endstyle: Judge.me review custom styling */
