/** 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;
}
.fontSize-s {
  font-size: 14px;
}
.fontSize-xs {
  font-size: 12px;
}
.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%;
}
.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]
*/
.qty-atc-container{
  display: flex;
  gap: 10px;
  align-items: center;
}
.qty-atc-container .product__block__quantity{
  padding: 0;
  min-width: 103px;
}
.qty-atc-container .product__block__quantity input{
  min-height: 54px;
}
.qty-atc-container .product__block__buttons{
  width: 100%;
  padding: 0;
}
.jsc-sticky-announcement-bar {
  position: sticky;
  top: 0px;
  z-index: 6000;
}
.jsc-accordion-menu-section [data-grid] {
  justify-content: center;
}
.jsc-accordion-menu .jsc-accordion-menu-title {
  font-size: 11.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.icon__column .jsc-follow-title-font-size{
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-ACCENT));
}
/*------------------------------------------------------------------
[5. Grid Item]
*/
.jsc-bundle-product-section .jsc-product-attributes{
  margin-bottom: 10px;
}
.jsc-product-attributes{
  max-height: 100%;
}
/* .cart-collection-grid .flickity-grid::after{
  content: ""!important;
} */
.cart-collection-grid .flickity-grid{
  scroll-snap-type: x mandatory;
  overflow: hidden;
  overflow-x: auto!important;
  display: flex;
  flex-flow: row nowrap!important;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: auto;
  position: relative;
  width: calc(100% + var(--outer) * 2);
  margin: 0 var(--outer-offset);
  padding-right: var(--outer);
  padding-left: var(--outer);
  scroll-padding: var(--outer);
}
.cart-collection-grid .flickity-grid .slide-item{
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-left: 0;
  margin-right: calc(var(--gutter) + 1px);
  width: calc((100% - var(--outer)) / var(--grid-small-items) - (var(--gutter) - 1px / var(--grid-small-items) * (var(--grid-small-items) - 1)));
}
.cart-collection-grid{
  border-bottom: 1px solid var(--border);
  padding: var(--gutter)!important;
}
.cart-collection-grid .section-padding{
  padding: 0!important;
}
.cart-collection-grid .collection-tabs .kicker-flourished{
  margin-bottom: 0px!important;
}
.cart-collection-grid .collection-tabs .tab-content{
  margin-top: 10px!important;
}
.jsc-atc-mobile-section{
  display: none;
}
.jsc-checkout-message{
  text-align: center;
}
/* product-grid-item .product-grid-item__container .sealsubs-target-element.sealsubs-full[data-seal-ac]{
  display: none;
} */
/*------------------------------------------------------------------
[6. Collection Page]
*/
.jsc-grid-button-item .hero__content__wrapper{
  position: unset;
  padding: 0px;
}
.jsc-grid-button-item .collection-grid-item__title {
  font-size: 11.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.jsc-grid-button-item .jsc-underline-text{
  text-decoration: underline;
}
.list__collections  .jsc-show-element-button-section [data-grid] {
  justify-content: center;
  row-gap: 10px;
}
.collection-grid-item {
  position: relative;
  --bar-left: 0px;
  --bar-width: 0px;
  --bar-opacity: 0;
  --bar-text: 0px;
  --bar-bottom: 0px;
}
.collection-grid-item::after {
  content: '';
  position: absolute;
  left: var(--bar-left);
  bottom: var(--bar-bottom);
  width: var(--bar-width);
  height: 2px;
  background-color: #1d25231a;
  opacity: var(--bar-opacity);
  transition: width 0.3s ease, left 0.3s ease;
}
.collection-grid-item[data-hover-active="true"]::after {
  opacity: 1;
}
.list__collections .jsc-show-element-button-section [data-grid]:not([data-carousel]) {
  overflow: visible;
}
/*------------------------------------------------------------------
[7. Product Pages]
*/
.read-more-text{
  cursor: pointer ;
}
.product__block__quantity:empty{
  display: none!important;
}
.tooltipcustom { 
  position: relative; 
  display: inline-block; 
  cursor: pointer; 
} 
.tooltipcustom .tooltiptext { 
  text-transform: none;
  visibility: hidden; 
  width: 300px; 
  background-color: #333; 
  color: #fff; 
  text-align: center; 
  border-radius: 6px; 
  padding: 8px 12px; 
  font-size: 10px; 
  /* Position at bottom */ 
  position: absolute; 
  z-index: 1; 
  top: 100%; 
  left: 50%; 
  margin-left: -100px; 
  margin-top: 8px; 
  /* Fade in tooltip */ 
  opacity: 0; 
  transition: opacity 0.3s; 
} 
/* Tooltip arrow */
.tooltipcustom .tooltiptext::after { 
  content: ""; 
  position: absolute; 
  bottom: 100%; 
  left: 50%; 
  margin-left: -5px; 
  border-width: 5px; 
  border-style: solid; 
  border-color: transparent transparent #333 transparent; }

/* Show tooltip on hover */ 
.tooltipcustom:hover .tooltiptext { 
  visibility: visible; 
  opacity: 1; 
}
.select-duration-tooltip{
  display: flex;
  align-items: center;
  gap: 5px;
}
.tooltip-wrap svg{
  width: 15px;
  height: auto;
  fill: #9a837b;
}
.mixmatch-url{
  display: flex;
  gap: 15px;
}
.mixmatch-url .url-btn{
  width: 50%;
  text-align: center;
  justify-content: center!important;
  align-items: center;
}
.mixmatch-url .url-btn .subscription-variant{
  text-align: center;
  justify-content: center!important;
  align-items: center;
}
.mix-match-sub-wrap .select-popout__toggle{
  color: #9a837b;
  border-color: #9a837b;
}
.mix-match-sub-wrap .select-popout__toggle.active-flavour{
  color: #ffffff;
  background-color: #9a837b;
}
.mix-match-sub-wrap .select-popout__toggle.active-flavour svg{
  background-color: #9a837b;
}
.product-page .product__block__text,
.product-page .product__block__text p,
.product-page .product__block__text ul li {
  font-size: 14px;
  letter-spacing: 0;
}
.subscription-variant{
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
  position: relative;
  min-width: 60px;
  display: flex;
  justify-content: space-between;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  cursor: pointer;
  padding: 20px;
  margin-bottom: 10px;
  background-color: none;
  color: #9a837b;
  border: 1px solid #9B857D;
}
.subscription-variant.active{
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
  position: relative;
  min-width: 60px;
  display: flex;
  justify-content: space-between;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  background-color: #9B857D;
  color: #edebeb;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 10px;
}
.select-duration{
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
  opacity: 1;
  padding-bottom: 8px;
  color: #6E7875;
}
.sls-more-info-text{
  padding-bottom: 0!important;
}
.loading-sub-wrap{
  position: relative;
}
.jsc-product-page-loading{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #edebeb;
  z-index: 9;
}
.jsc-product-spinner-container{
  width: 100px;
  height: 100px;
  background: transparent;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.jsc-product-spinner{
  width:45px;
  height:45px;
  border:4px solid #c7c7c7;
  border-top:4px solid #9B857D;
  border-radius:50%;
  margin: 0 auto;
  top: 27.5px;
  position: relative;
}
.jsc-product-spinner{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  transition-property: transform;
  animation-name: rotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
 @-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.diet-preferences-title{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: 30px;
}
.diet-preferences-cont{
  margin-bottom: 15px;
}
.diet-prefer-list-wrap{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.diet-prefer-list{
  gap: 10px;
  display: flex;
}
.box-style-subscription-flavor{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-style-subscription-flavor .flavorprodlist{
  border: 1px solid;
  padding: 3px 6px;
  cursor: pointer;
}
.nobox-style-subscription-flavor{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nobox-style-subscription-flavor .flavorprodlist{
  cursor: pointer;
}
.nobox-style-subscription-flavor .flavorprodlist span{
  text-decoration: underline;
}
.product-bundle-page .jsc-product-bundle-left-section{
  display: flex;
  align-items: center;
  width: 55%;
  margin-bottom: 20px;
}
.product-bundle-page .product-single{
  justify-content: center;
}
.product-bundle-page .product-single .product__inner.jsc-product-bundle-title-desc{
  max-width: 100%;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-bundle-page .product-single .product__inner.jsc-product-bundle-title-desc .product__block__description{
  padding-bottom: 0px;
  margin: 20px 0px 0px 0px;
}
.jsc-bundle-product-section{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.jsc-select-flavour-section{
  margin-top: 30px;
  display: flex;
  width: 100%;
}
.jsc-select-flavour-section .jsc-select-flavour-section-left{
  width: 100%;
  padding: 0px;
}
.jsc-select-flavour-section .jsc-select-flavour-section-right{
  width: 100%;
}
.jsc-select-flavour-section .jsc-select-flavour-section-right .jsc-select-flavour-summary{
  padding: 0px 15px;
  position: sticky;
  top: 99px;
}
.product__grid__info .js-quantity-wrapper{
  max-width: 100%;
  display: none;
}
.product__grid__info .js-quantity-wrapper .quantity__input{
  height: 48px;
}
.jsc-flavour-summary-bundle-title { 
  text-align: left;
  color: #4f4f4f;
}
.jsc-flavour-summary-bundle-type{
  text-align: center;
}
.jsc-summary-flavour {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  align-items: center; 
  margin-top: 10px;
}
.jsc-summary-flavour-quantity{
  grid-column: 1;
  text-align: left;
}
.jsc-summary-flavour-name{
  grid-column: 2;
  text-align: left;
}
.jsc-summary-flavour-remove{
  grid-column: 3;
  text-align: right;
  margin-right: 10px;
  cursor: pointer;
}
.jsc-summary-price-details{
  margin-top: 30px;
}
.jsc-premium-flavour-total-price, .jsc-summary-total-price{
  display: flex;
  justify-content: space-between;
}
.jsc-atc-bundle{
  width: 100%;
  height: 100%;
  background-color: #9B857D;
  height: 48px;
  position: relative;
}
.jsc-atc-bundle[disabled]{
  opacity: 40%;
  cursor: not-allowed;
}
.jsc-atc-bundle span.jsc-bundle-atc-text{
  color: #ffffff;
  text-transform: uppercase;
}
.jsc-flavour-selected .js-quantity-wrapper input{
  border: 1px solid #9B857D;
  color: #9B857D;
}
.jsc-flavour-selected .js-quantity-wrapper button{
  color: #9B857D;
}
.jsc-atc-flavour {
  width: 100%;
  height: 100%;
  background-color: #9B857D;
  height: 48px;
}
.jsc-atc-flavour span.jsc-flavour-atc-text{
  color: #ffffff;
  text-transform: uppercase;
}
.prompt-bundle-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.prompt-bundle-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #ffffff;
  color: #9B857D;
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.prompt-bundle-modal-content {
  width: 350px;
  word-wrap: break-word;
}
.dismiss-prompt{
  border-bottom: 1px solid;
  cursor: pointer;
}
.jsc-bundle-product-section .radio__fieldset{
  margin-top: 20px;
}
.jsc-bundle-product-section .radio__legend{
  justify-content: center;
}
.jsc-bundle-product-section .radio__inputs{
  justify-content: center;
}
.jsc-bundle-product-section .radio__fieldset .radio__button label{
  border: 1px solid #9B857D;
}
.jsc-bundle-product-section .radio__fieldset .radio__button input:checked~label{
  background-color: #9B857D;
}
.jsc-bundle-product-section .product__block__variants{
  border-top: 1px solid #d2d0d0;
}
.jsc-bundle-summary-desktop{
  display: none;
}
.jsc-bundle-sticky-atc{
  position: sticky;
  bottom: 0;
  z-index: 101;
  background: transparent;
  width: 100%;
  padding: 25px;
  max-width: var(--LAYOUT-WIDTH);
  margin: 0 auto;
}
.jsc-bundle-sticky-atc .jsc-bundle-sticky-atc-inner{
  background: #ffffff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
}
.jsc-bundle-sticky-atc .jsc-select-flavour-summary{
  display: flex;
}
.jsc-bundle-sticky-atc .jsc-flavour-summary-bundle-type{
  text-align: right;
  color: #4f4f4f;
}
.jsc-bundle-sticky-atc .jsc-full-content {
  display: none; /* Hide content initially */
}
.jsc-bundle-sticky-atc .jsc-atc-bundle{
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.jsc-bundle-sticky-atc .jsc-select-flavour-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jsc-bundle-sticky-atc .jsc-bundle-atc-section{
  display: flex;
  align-items: center;
  gap: 30px;
}
.jsc-bundle-product-selected-qty{
  z-index: 100;
  position: absolute;
  bottom: 16px;
  left: 15px;
  text-align: left;
  display: none;
}
.jsc-flavour-selected .jsc-bundle-product-selected-qty{
  display: block;
}
.jsc-bundle-product-selected-qty span{
  display: flex;
  border: 1px solid #9B857D;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 18px;
  height: 18px;
  background: #9B857D;
  color: #ffffff;
  font-size: 12px;
}
.product-bundle-page .radio__button .sold-out+label:before{
  content: "";
  position: absolute;
  top: -46px;
  left: 49%;
  transform: rotate(71deg);
  width: 1px;
  height: 136px;
}
.jsc-current-total-desktop{
  display: block;
}
.jsc-current-total-mobile{
  display: none;
}
.jsc-atc-flavour[disabled]{
  background-color: #cacaca;
  cursor: default;
}
.jsc-atc-flavour[disabled] span.jsc-flavour-atc-text{
  color: #4f4f4f;
}
.jsc-flavour-summary-title{
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.jsc-flavour-summary-bundle-status{
  display: flex;
  align-items: center;
  gap: 10px;
}
.jsc-flavour-summary-bundle-msg{
  color: #4f4f4f;
  font-size: 12px;
}
.jsc-dot {
  width: 5px;
  height: 5px;
  background-color: #9B857D;
  border-radius: 50%; 
  display: inline-block;
}
.jsc-dot.jsc-white{
  background-color: #ffffff;
}
.jsc-flavour-summary-bundle-status .jsc-dot{
  background-color: #4f4f4f;
}
.product-bundle-page .jsc-out-of-stock{
  opacity: 50%;
  cursor: default;
  pointer-events: none;
}
.jsc-bundle-product-section .product__grid__title__wrapper{
  justify-content: unset;
  gap: 5px;
}
.jsc-bundle-product-section .jsc-premium-flavour-section{
  margin: 8px 0 2px;
}
.jsc-bundle-product-section  .jsc-dot.jsc-premium-dot{
  margin: 8px 0 2px;
}
.product-bundle-page .product__block__title .product__title{
  margin-right: 0px;
  font-size: 24px;
}
.jsc-bundle-total-price{
  color: #ffffff;
}
.jsc-bundle-radio-button{
  display: flex;
  align-items: center;
  gap: 8px;
}
.jsc-checkbox-gift-section{
  display: flex;
}
.product__block__description .product-accordion .accordion__wrapper:first-of-type {
  border-top: none;
}
.jsc-default-product-set p{
  font-size: 13.775px;
}
.product__block__addon_bundle{
  padding-bottom: var(--PB);
}
.addon_bundle__holder{
  text-align: center;
  border: 1px solid var(--border);
  position: relative;
  margin-top: 40px;
}
.addon_bundle__holder__title{
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: 5px;
}
.addon_bundle__holder .addon_bundle__holder__title__text{
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
  display: inline-block;
  padding: 0 10px;
  transform: translateY(-80%);
  background-color: var(--bg);
}

/* Bundle addon checkbox styling - positioned outside image */
.product-clip {
  position: relative;
}

.product-clip__checkbox-wrapper {
  position: relative;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.product-clip__checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.product-clip__checkbox-label {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border, #ccc);
  background-color: var(--bg, #fff);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.product-clip__checkbox-label:hover {
  border-color: #9a837b91;
}

.product-clip__checkbox-wrapper input[type="checkbox"]:checked + .product-clip__checkbox-label {
  border-color: #9a837b91;
}

.product-clip__checkbox-wrapper input[type="checkbox"]:checked + .product-clip__checkbox-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -4px;
  width: 6px;
  height: 21px;
  border: solid #1d2523;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Quantity selector for addon products - matches theme default */
.product-clip__quantity-wrapper.jsc-addon-quantity-wrapper .quantity__wrapper{
  background: #9A837B1F;
}
/* Ensure quantity input text is visible */
.product-clip__quantity-wrapper .quantity__input {
  padding: 10px 0px;
  height: 35px;
  border: 0;
  width: 25px;
}

.product-clip__quantity-wrapper .quantity__input::-webkit-inner-spin-button,
.product-clip__quantity-wrapper .quantity__input::-webkit-outer-spin-button {
  opacity: 1;
}

/* Ensure input value is displayed */
.product-clip__quantity-wrapper .quantity__input[type="number"] {
  -moz-appearance: textfield;
}

.product-clip__quantity-wrapper .quantity__input[type="number"]::-webkit-outer-spin-button,
.product-clip__quantity-wrapper .quantity__input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*------------------------------------------------------------------
[8. Cart Pages]
*/
.newsletter-subscribe-button{
  opacity: 1!important;
}
.drawer__content .quantity_cart{
  display: none!important;
}
.cart__items__remove a.left-remove{
  padding-left: 0;
}
.cart__items__meta .js-bundle-line-item-properties {
  margin-bottom: 5px
}
.js-remove-all-bundle{
  cursor: pointer;
}
.cart__drawer #storePickupApp{
  padding: 0 16px;
}
.cart__footer__notes textarea{
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--border);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color .1s ease-in-out;
  background: transparent;
}
.template__cart__footer #storePickupApp{
  padding: 0px;
}
.cart__template .checkout__button{
  width: 100%;
}
.cart__drawer .collection-tabs .flickity-prev-next-button.next{
  right: 10px;
}
.cart__drawer .collection-tabs .flickity-prev-next-button.previous{
  left: 10px;
}
.template__cart__footer {
  margin-top: 20px;
}
.jsc-special-instructions-message-section .cart__notes__label{
  margin-bottom: 10px;
}
.jsc-gift-message-section .cart__notes__label{
  margin: 5px 0px 10px 0px;
}
.product-reorder-title-text{
  font-family: var(--TYPE-STACK-KICKER);
  font-style: var(--TYPE-STYLE-KICKER);
  font-weight: var(--TYPE-WEIGHT-KICKER);
  text-transform: var(--FONT-KICKER-TRANSFORM);
  letter-spacing: var(--FONT-KICKER-LETTER-SPACING);
  font-size: calc(var(--font-4)* var(--TYPE-ADJUST-KICKER));
  color: var(--text);
  position: relative;
}
.cart__footer__shipping flickity-carousel .flickity-grid[data-carousel] .flickity-button.previous{
  right: 55px;
  top: -30px;
  left: unset;
}
.cart__footer__shipping flickity-carousel .flickity-grid[data-carousel] .flickity-button.next{
  right: 5px;
  top: -30px;
}
.cart__footer__shipping .wrapper{
  padding-left: 0px;
}
.cart__footer__shipping .jsc-cart-page-section-carousel-title{
  font-size: 18px;
}
.cart__footer__shipping .section-carousel__header{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
[9. Search Pages]
*/

/*------------------------------------------------------------------
[10. Header]
*/
.newsletter_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
}
.popup__inner[data-newsletter-holder] {
  align-items: center;
}
.popup .newsletter-block .input-group{
  display: flex;
  border: 1px solid #919794;
}
.popup .newsletter-block .input-group .input-group-field{
  padding-left: 10px;
}
.popup .standard__cta:not(.btn--block).newsletter-subscribe-button{
  margin-top: 45px;
}
.popup .popup__title{
  font-size: 22px;
}
.newsletter-block .input-group .input-group-field::placeholder{
  color: #6a726e;
}
.popup.popup--center .popup__inner .newsletter-popup-left{
  padding: 0px;
}
.popup.popup--center .popup__inner .newsletter-popup-right{
  padding-right: 35px;
  padding-left: 35px;
  width: 300px;
}
.popup.popup--center[data-newsletter] .popup__inner{
  max-width: 600px;
  padding: 0px;
}
.logo-image-container{
  display: flex;
  justify-content: center;
}
.main-image-container{
  width: 300px;
}
.main-image-container img{
  width: 300px;
  height:  384px; 
  object-fit: cover;
}
.popup.popup--center[data-newsletter] .popup__inner p:nth-child(2):before{
  display: none;
}
.popup.popup--center .popup__inner .newsletter-popup-right .popup__title{
  padding-top: 25px;
  letter-spacing: 0.5px;
}
.logo-image-container img{
  width: 135px;
}
.popup .popup__inner .close svg{
  background: #33464121;
  border-radius: 50%;
  cursor: pointer;
}
.main-image-container.jsc-main-image-desktop{
  display: block;
}
.main-image-container.jsc-main-image-mobile{
  display: none;
}
/*------------------------------------------------------------------
[11. Account pages]
*/
.table--responsive tbody td:last-child {
  border-bottom: 1px solid var(--border);
}
.product-reorder-flickity .flickity-button.previous{
  left: 10px;
}
.product-reorder-flickity .flickity-button.next{
  right: 10px;
}
.product-reorder-flickity{
  margin-bottom: 20px !important;
}

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

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

/*------------------------------------------------------------------
[14. Footer]
*/

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

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

/*------------------------------------------------------------------
[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]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  .jsc-select-flavour-section .product__grid__title__wrapper{
    height: 42.5px;
  }
  /*------------------------------------------------------------------
  [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: 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]
  */

  /*------------------------------------------------------------------
  [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: 767px) {
  .quantity_cart{
    display: none!important;
  }
}

@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-accordion-menu-section [data-grid] {
    justify-content: unset;
  }
  .jsc-accordion-menu .jsc-accordion-menu-title {
    font-size: 11.5px;
  }
  .section-columns .flickity-button.flickity-prev-next-button.previous{
    top: -40px;
    left: 12px;
    z-index: 10;
  }
  .section-columns .flickity-button.flickity-prev-next-button.next{
    top: -40px;
    right: 12px;
    z-index: 10;
  }
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  .jsc-add-to-card-grid-button{
    width: 100%;
    height: 40px;
    display: none;
  }
  .jsc-atc-mobile-section{
    display: block;
  }
  .jsc-atc-mobile-section .product-grid-item__content .product-grid-item__container{
    display: block;
    width: 100%;
    height: 40px;
  }
  .jsc-atc-mobile-section .jsc-add-to-card-grid-button{
    display: flex;
    background: #e5e5e5;
  }
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .collection.collection--compact-mobile .product__grid__info{
    padding-left: 10px;
    padding-right: 10px;
  }
  .jsc-grid-button-item .collection-grid-item__title {
    font-size: 11.5px;
  }
  .list__collections  .jsc-show-element-button-section [data-grid] {
    justify-content: unset;
    margin-bottom: -10px;
  }
  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .jsc-bundle-product-section .radio__inputs {
    width: 100%;
  }
  .jsc-bundle-product-section .radio__inputs .radio__button{
    width: 48%;
  }
  .jsc-bundle-sticky-atc .jsc-atc-bundle{
    width: 150px;
  }
  .jsc-current-total-desktop{
    display:none;
  }
  .jsc-current-total-mobile{
    display: block;
  }
  .jsc-bundle-sticky-atc .jsc-flavour-summary-bundle-type {
    text-align: left;
  }
  .jsc-flavour-summary-title{
    gap: 0px;
    flex-direction: column;
  }
  .jsc-bundle-sticky-atc{
    padding: 25px 16px;
  }
  .product-bundle-page .product__title{
    font-size: 18;
    text-align: left;
  }
  .product-bundle-page .jsc-product-bundle-left-section{
    width: 100%;
  }
  .product-bundle-page .product-single .product__inner.jsc-product-bundle-title-desc{
    align-items: flex-start;
  }
  .product-bundle-page .product-single .product__inner.jsc-product-bundle-title-desc .product__block__description{
    text-align: left;
  }
  .jsc-bundle-product-section .radio__legend{
    justify-content: flex-start;
  }
  .product-bundle-page .product__block__title .product__title{
    font-size: 15px;
  }
  .jsc-bundle-product-section .radio__fieldset .radio__button label{
    height: 64px;
  }
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  .template__cart__footer .cart__footer__notes {
    grid-area: product;
  }
  .cart__drawer .cart-collection-grid .custom-scrollbar{
    display: block!important;
  }
  .cart__footer__notes textarea{
    font-size: 12px;
  }
  input[type=number]{
    font-size: 12px;
  }
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  .cart__footer__shipping .section-carousel__header{
    margin-top: 20px;
  }
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .popup.popup--center[data-newsletter] .popup__inner{
    max-width: 365px;
    padding: 0px;
    flex-direction: column;
  }
  .popup.popup--center .popup__inner .newsletter-popup-right {
    padding: 20px 35px;
    width: 365px;
  }
  .main-image-container{
    width: 365px;
  }
  .main-image-container img{
    width: 365px;
    height: auto;
    object-fit: contain;
  }
  .popup .standard__cta:not(.btn--block).newsletter-subscribe-button{
    margin-top: 20px;
  }
  .logo-image-container img{
    width: 100px;
  }
  .popup .popup__inner .close svg{
    background: #ffffff;
  }
  .main-image-container.jsc-main-image-desktop{
    display: none;
  }
  .main-image-container.jsc-main-image-mobile{
    display: block;
  }
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */

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

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

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

@media (max-width: 375px) {
  .popup.popup--center[data-newsletter] .popup__inner{
    max-width: 325px;
    padding: 0px;
    flex-direction: column;
  }
  .popup.popup--center .popup__inner .newsletter-popup-right {
    padding: 20px 35px;
    width: 325px;
  }
  .main-image-container{
    width: 325px;
  }
  .main-image-container img{
    width: 325px;
  }
}

@media (max-width: 416px) {
  .all-custom-tags {
    font-size: 10px;
  }
  .section-columns .flickity-button.flickity-prev-next-button.previous{
    top: -42px;
    left: 12px;
    z-index: 10;
  }
  .section-columns .flickity-button.flickity-prev-next-button.next{
    top: -42px;
    right: 12px;
    z-index: 10;
  }
}

@media (max-width: 381px) {
  .all-custom-tags {
    font-size: 9px;
  }
}

@media (max-width: 354px) {
  .all-custom-tags {
    font-size: 8px;
  }
}

@media (max-width: 354px) {
  .all-custom-tags {
    font-size: 7px;
  }
}

@media (max-width: 320px) {
  .main-image-container{
    width: 289px;
  }
  .main-image-container img{
    width: 289px;
  }
}
/* 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]
  */

  /*------------------------------------------------------------------
  [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: 768px) {
  .footer__newsletter__body:first-child{
    align-self: flex-start;
  }
}

@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: 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]
  */

  /*------------------------------------------------------------------
  [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: 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]
  */
}