/** Shopify CDN: Minification failed

Line 4594:1 Unexpected ";"

**/
/*------------------------------------------------------------------
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]
*/
.jsc-workshop-template .image-with-text > .prose {
  max-width: 100%;
}
/* 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;
}
.hideimportant {
  display: none!important;
}
.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]
*/
.hidemulticolumnmob .multi-column{
  display: flex!important;
}
.maxwidthnone{
  max-width: none!important;
}
#shop-hcaptcha-badge-container{
  display: none!important;
}
.floating-info .shop-the-look__item{
  grid: none!important;
  max-width: none!important;
}
.floating-info .floating-controls-container{
  padding: 0!important;
}
.float-info{
  position: absolute;
}
.hot-spot{
  background: #ffffff;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 380px;
}
.jsc-hotspot-content .prose{
  padding: 25px;
}
.floating-info .shop-the-look__hot-spot{
  display: flex;
  justify-content: center;
  align-items: center;
}
.jsc-hotspot-active-plus .icon-plus{
  transform: rotate(45deg);
  transition: 0.2s;
}
.jsc-hotspot-content.jsc-hotspot-active {
  visibility: visible;
  opacity: 1;
}
.hot-spot-mob .hot-spot-popover{
  width: 100%;
  visibility: hidden;
  z-index: 999;
  display: none;
  position: relative;
}
.hot-spot-mob .popover.popover-active{
  visibility: visible;
  display: block;
}
shop-the-look-mobile-carousel.shop-the-look__carousel.shoploopindex{
  z-index: 9999;
}
.hot-spot-mob .hot-spot-popover::part(content){
  width: calc(100% - 16px);
  margin-bottom: 8px;
  border-radius: 8px;
  position: relative;
  overflow: visible;
}
.hot-spot-mob .hot-spot-popover::part(header){
  background: transparent!important;
  padding: 0!important;
  inset-block-start: auto!important;
  position: absolute!important;
  left: 50%!important;
  bottom: 100%;
  transform: translate(-50%, 100%)!important;
}
.hot-spot-mob .hot-spot-popover::part(close-button){
  display: none;
}
.close-float-mob{
  width: 48px;
  height: 48px;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0%)!important;
  background: #ffffff;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
  place-items: center;
  margin-block-end: 1rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
  position: absolute;
  inset-inline-end: auto;
}
.showmulticolumnmob{
  display: none!important;
}
.blogpost-title-featcol{
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  border-color: rgb(var(--border-color));
  padding-bottom: 15px;
}
.blogpost-title-featcol .h2{
  color: #8C734C;
  font-size: 16px;
}
.ot-fb-logo{
  z-index: 999!important;
}
.article__wrapper a{
  text-decoration: none!important;
  background: none!important;
}
/* Alcohol Popup - Start */
.modal-prompt {
  text-align: center;
  background: #fff;
  background-color: rgb(249, 249, 249)!important;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  width: 430px;
  height: auto;
  margin: 0 auto;
  padding: 30px 35px 25px 35px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1000000;
}
.modal-prompt img {
  height: auto;
}
.modal-prompt p, .modal-prompt h1 {
  color: #171513;
}
.modal-prompt h1  {
  margin-bottom: 10px !important;
}
.modal-prompt p {
  margin-bottom: 5px !important;
}
#prompt-background, jsc-cnb-popup{
  display: none;
  background: rgba(38,38,38,0.9);
  opacity: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
#submit_birthdate{
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #8C734C;
  color: #f8f5ec;
  border-radius: 60px!important;
  padding: 12px 50px!important;
  letter-spacing: .02em!important;
  font-size: 1em!important;
  min-width: 200px!important;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #8C734C;
}
#submit_birthdate:hover{
  background-color: transparent;
  color: #8C734C;
}
.modal-prompt select { float: left; margin-right: 10px; }
.button-enter {
  margin: 30px auto;
}
#button-exit{
  text-decoration: underline;
}

@media (max-width: 767px){
  .modal-prompt {
    width: 310px;
  }
}
/* Alcohol Popup - End */
.fake_space{
  padding-bottom: 35px;
  margin: 0!important;
}
.jsc_multi_column_item{
  position: relative;
}
.headerfeatcount{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.headerfeatcount p{
  background: #ffffff;
  padding-right: 20px;
}
.headerfeatcount div{
  background: #ffffff;
  padding-left: 20px;
}
.linecounthead{
  position: absolute;
  width: 100%;
  border-top: 1px solid;
  left: 0;
  z-index: -1;
  border-color: rgb(var(--border-color));
}
.headerfeatcountparent{
  width: 100%;
}
.jsc-cont-side{
  display: flex!important;
  align-items: center;
  gap: 15px;
}
.jsc-cont-side .overflow-hidden{
  width: 40%;
}
.jsc-cont-side .prose{
  width: 60%;
}
.jsc-border{
  border: 1px solid;
  border-color: rgb(var(--border-color));
}
.jsc-border .prose{
  padding: 15px 15px 15px 0;
}
.jsc-cont-side .hrefprose{
  width: 60%;
}
.jsc-cont-side .hrefprose .prose{
  width: 100%;
}
.link_absolute_bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blog-tags.unstyled-list{
  font-family: var(--heading-font-family)!important;
}
html{
  padding-bottom: 0px!important;
}
.button{
  font-size: 12px!important;
}
.button{
  letter-spacing: 0px!important;
  padding: .3rem 1.75rem!important;
}
.shg-btn-text{
  font-size: 12px!important;
  letter-spacing: 0px!important;
  padding: .3rem 1.75rem!important;
}

/*------------------------------------------------------------------
[5. Grid Item]
*/
.jsc-shogun-flickity .shg-product-title-component h3{
  padding-bottom: .25rem;
  font-family: var(--heading-font-family)!important;
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
  font-size: 14px!important;
  color: #1c1b1b;
  line-height: 1.7;
}
.jsc-shogun-flickity .shg-product-price{
  font-size: 13px !important;
  color: #6a6a6a !important;
  font-family: var(--heading-font-family)!important;
}
.jsc-shogun-flickity .shg-category-row{
  display: flex!important;
}
.jsc-shogun-flickity .splide{
  visibility: visible!important;
}
.jsc-shogun-flickity .shg-category-col{
  width: 16.6667%!important;
  padding: 0 0 37px 0!important;
  flex: none!important;
}
.jsc-shogun-flickity .flickity-viewport{
  width: 100%;
}
.jsc-shogun-flickity .shg-product-atc-btn-wrapper{
  width: 100%;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
}
.jsc-shogun-flickity .shg-product-atc-btn-wrapper a{
  border-radius: 0px!important;
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color, var(--button-text-primary)));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary))));
  border-radius: var(--button-border-radius);
  background-color: #0000;
  background-image: var(--initial-gradient),var(--hover-gradient);
  background-size: 100% 100%,0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
  display: inline-flex;
  position: relative;
  letter-spacing: 0px!important;
  padding: .3rem 1.75rem!important;
  font-size: 12px!important;
}
.complementary-products__product-list--carousel .product-card.flickity-cell{
  position: absolute!important;
}
.complementary-products__product-list--carousel .product-card.flickity-cell{
  width: 50%!important;
}
.variant-slider{
  display: flex!important;
}
.variant-slider.flickity-enabled{
  display: block!important;
  width: 100%!important;
  max-width: 112px;
}
.var-swatch-each{
  min-height: 16px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.variant-slider .var-swatch-each{
  min-height: 16px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  padding: 0 2px;
}
.variant-slider .flickity-prev-next-button{
  width: 15px;
  height: 15px;
  background: transparent!important;
}
.variant-slider .flickity-prev-next-button.previous{
  left: -15px;
}
.variant-slider .flickity-prev-next-button.next{
  right: -15px;
}
.floating-controls-container>.is-scrollable~.prev-next-button{
  opacity: 1!important;
  transform: translateY(0)!important;
}
.workshop{
  font-size: 13px;
  color: #8c734c;
}
.badge{
  text-transform: capitalize;
}
.product-card .product-title{
  font-size: 14px;
}
.floating-controls-container .prev-next-button{
  inset-block-start: calc(40% - 1.5625rem)!important;
  color: #000000;
  box-shadow: none;
}
.blackbadges{
  color: #ffffff;
  background-color: #000000;
}
.goldbadges{
  color: #ffffff;
  background-color: #8c734c;
}

/*------------------------------------------------------------------
[6. Collection Page]
*/
.facets-sidebar .accordion__content.priceaccordion{
  width: max-content;
}
.facets-sidebar .accordion__content.priceaccordion .range{
  width: 101%;
}
.collection-toolbar .collection-toolbar__button-container>.collection-toolbar__button {
  padding-left: 0;
}
.collection__main.prod-grid-cnb .product-list{
  --product-list-calculated-items-per-row: 5!important;
}
.tag-filters{
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding-left: 27px;
  padding-right: 46px;
}
.tag-filters__item{
  display: flex;
}
.tag-filters__item a{
  display: inline-block;
  padding: 5px 10px;
  margin: 0 6px 8px 0;
  border: 1px solid #D5D5D5;
}
.tag-filters > .tag-filters__item:last-child a {
  margin-right: 0;
}
.tag-filters__item.active a{
  background: #D5D5D5;
}
.tag-filters__item span{
  display: inline-block;
  padding: 5px 10px;
  margin: 0 6px 8px 0;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}
.tag-filters > .tag-filters__item:last-child span {
  margin-right: 0;
}
.tag-filters__item.active span{
  background: #D5D5D5;
}
#facets-drawer .jsc-label-swatch-wrap{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 0.5rem);
}
.jsc-label-value{
  display: none;
}
#facets-drawer .jsc-label-value{
  display: block;
}
#facets-drawer .jsc-grid-color{
  height: 15px;
  width: 15px;
}
.jsc-banner-grid{
  grid-column: span 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.jsc-banner-grid.jsc-banner-grid-size1{
  grid-column: span 1!important;
}
.jsc-banner-grid.jsc-banner-grid-size2{
  grid-column: span 2!important;
}
.jsc-banner-grid a{
  width: 100%;
}
.jsc-banner-grid img{
  width: 100%;
}
.jsc-banner-grid video{
  width: 100%;
}
.jsc-logo-list-slider{
  display: block!important;
  padding: 0 30px;
}
.jsc-logo-list-slider .flickity-viewport{
}
.jsc-logo-list-slider .flickity-prev-next-button.previous{
  left: 0px;
}
.jsc-logo-list-slider .flickity-prev-next-button.next{
  right: 0px;
}
.jsc-logo-list-slider .flickity-button:disabled{
  opacity: 0;
}
.jsc-logo-list-slider .flickity-button:hover{
  background: transparent;
}
.jsc-center-text{
  position: relative;
}
.jsc-center-text .prose{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
.jsc-grid-info .price-list .h6 .money{
  font-size: 13px !important;
  color: #6a6a6a !important;
}
.facets-clear-all{
  display: none;
}
.selected-filter-label{
  color: #919191;
}
.item-col-count{
  color: #919191;
  font-size: 12px;
  padding-left: 20px;
}
.sidebar-section-wrap .collection-toolbar__button-container+.collection-toolbar__button-container{
  border-inline-start-width: 0px;
}
.facets-sidebar{
  padding: 0 0 0 0;
  z-index: 9;
  position: relative;
  top: 0!important;
}
.filter-header-wrap-opt{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.filter-header-wrap{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.facets-sidebar .accordion-list{
  display: flex;
  gap: 20px;
}
.facets-sidebar .accordion{
  border: 0;
  height: fit-content;
  display: inline-flex;
  position: relative;
}
.sidebar-section-wrap{
  flex-direction: row;
  align-items: center;
}
.sidebar-section-col-wrap{
  display: flex;
  flex-direction: column;
}
.facets-sidebar .accordion__content{
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px!important;
  background: white;
  width: fit-content;
  z-index: 4;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.facets-sidebar .accordion__content .dot-checkbox{
  position: relative;
  display: none;
}
.facets-sidebar .accordion__content .dot-checkbox:checked {
  opacity: 1;
  display: block;
}
.facets-sidebar .accordion__content .dot-checkbox:checked~label{
  transform: none;
}
.facets-sidebar .facets .accordion-list .accordion:first-child .accordion__toggle{
  padding-block: 18px;
}
.facets-sidebar .facets .accordion-list .accordion .accordion__toggle{
  padding-block: 18px;
}
.facets-sidebar .checkbox-control{
  width: max-content;
  margin-bottom: 10px;
}
.facets-sidebar .checkbox-control:last-child{
  margin-bottom: 0px;
}
.facets-sidebar .v-stack{
  display: block;
}
.facets-sidebar .jsc-label-value{
  display: block;
}
.facets-sidebar .jsc-label-swatch-wrap{
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.facets-sidebar .swatch-wrap-filter{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.close-popup-filter{
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 10px;
  color: rgb(var(--button-background, var(--button-background-primary)));
  border-color: rgb(var(--button-background, var(--button-background-primary)));
}
.facets-sidebar .accordion__content{
  display: none;
}
.removable-facet{
  border: 0;
  padding: 18px 14px;
}
.removable-facet .tap-area.link-faded{
  order: 2;
}
.collection-toolbar{
  box-shadow: 0 1px rgb(var(--border-color)),0 0px rgb(var(--border-color));
}
.collection__main{
  width: 100%;
  margin: auto!important;
}
.jsc-logo-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  text-align: center;
}

/*------------------------------------------------------------------
[7. Product Pages]
*/
.jsc-pdp-gift-message-options-list{
  display: none;
  cursor: pointer;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  border: 1px solid;
  border-color: rgb(var(--border-color));
  top: calc(100% + 5px);
  right: 0;
}
.jsc-pdp-gift-message-options-list div{
  padding: 5px 10px;
  cursor: pointer;
}
.jsc-pdp-gift-message-options-list div:hover{
  background-color: #8c734b;
  color: #ffffff;
}
.jsc-pdp-gift-message-options-list div.active{
  background-color: #8c734b;
  color: #ffffff;
}
.jsc-pdp-gift-message-options-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  color: #8c734b;
}
.jsc-pdp-gift-message-options-plus{
  margin: 0 5px;
}
.jsc-pdp-gift-message-options-select{
  max-width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-color: rgb(var(--border-color));
}
.jsc-pdp-gift-message-options-refresh{
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.jsc-pdp-gift-message-options-refresh svg{
  width: 15px;
  transform: rotate(180deg);
}
.jsc-pdp-gift-message-options-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
.jsc-pdp-gift-message-options-wrapper-main{
  display: none;
}
.hero-wishlist-wrap{
  display: flex;
  gap: 10px;
}
.hero-wishlist-wrap buy-buttons{
  width: 100%;
}
#wishlisthero-product-page-button-container{
  padding: 0!important;
}
#wishlisthero-product-page-button-container button{
  background-color: #f1f1f1!important;
  border-radius: 0!important;
  max-height: 31.39px;
}
.product-info__block-item .stamped-badge-starrating .stamped-fa::before{
  font-size: 14px;
}
.product-info__block-item .stamped-badge-caption::before{
  content: '('!important;
}
.product-info__block-item .stamped-badge-caption[data-reviews][data-label][data-version="2"]::after{
  content: ')'!important;
}
.popover.popover--bottom-start{
  z-index: 9999999999;
}
.clickpreviewrivet{
  font-size: 12px;
  color: #919191;
}
.clickpreviewrivet span{
  text-decoration: underline;
  cursor: pointer;
}
.gift-tab .togglepdpgiftoptwrap{
  padding: 0!important;
}
.removepersonalitioncnb{
  padding: 15px 6px 0;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  color: #919191;
  cursor: pointer;
}
.jsc-pdp-page-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.jsc-pdp-page-overlay.active {
  display: block;
}
.jsc-pdp-page-drawer-wrapper {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgb(249, 249, 249);
  transition: 0.5s;
  transform: translateX(100%);
  z-index: 6;
  max-width: 700px;
  width: 100%;
  overflow: auto;
}
.jsc-pdp-page-drawer-wrapper.active {
  transform: translateX(0);
}
.flickitypopupaddon{
  display: block!important;
  height: 100%;
}
.addons-containers{
  margin-top: 15px;
}
.jsc-product-gallery-sticky{
  position: sticky;
  top:120px;
  background: #fff;
  z-index: 4;
}
.selecteddropdown div{
  display: flex;
  gap: 10px;
}
.addonoptwrap{
  display: flex;
  gap: 20px;
  align-items: center;
}
.addonoptwrap .ProductForm__Label{
  margin: 0!important;
}
.selecteddropdown{
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgb(var(--border-color));
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.stepselected{
  position: relative;
  flex: 1;
  cursor: pointer;
}
.dropdownwrapcnb{
  position: absolute;
  width: 100%;
  display: none;
  background: #f0f4f5 !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  margin-top: 10px;
  padding: 5px;
  z-index: 1;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  max-height: 180px;
}
.swatchcnb [data-tooltip]:before{
  display: none!important;
}
.dropdownlistcnb{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  text-align: left;
  padding: 5px 10px;
  gap: 10px;
  width: 100%;
}
.dropdownlistcnb.disabled .swatchvalue{
 text-decoration: line-through;
}
#twin-wire-color-span{
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgb(var(--border-color));
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#twin-wire-color-span div{
  display: flex;
  gap: 10px;
}
.dropdownlistcnb.dropdownactive{
  background: #56a3f0;
  color: #fff;
  border-radius: 5px;
}
.HorizontalList__Item{
  margin: 0!important;
}
.ColorSwatchList{
  padding: 3px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.notebook-tab:last-child{
  border: none;
  margin-bottom: 0!important;
  padding-bottom: 3px!important;
}
.notebook-tab{
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(var(--border-color));
  padding-bottom: 20px;
}
.stepwrap{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.stepcount{
  display: inline-flex;
  background: #F1F1F1;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.steptitle{
  margin-right: 20px;
}
.varlowstockwrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.feat-maxwidth{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.text-with-rating{
  align-items: flex-start!important;
}
.gift-container label img{
  width: 70px;
  height: 70px;
}
.notebook-tab.personalize-tab .text-container {
  display: flex;
  align-items: center;
  position: relative;
}
.notebook-tab.personalize-tab #personalize-text-input {
  height: 30px;
  line-height: 30px;
  margin: 3px 0;
  padding: 0 6px;
  background-color: #f1f1f1;
  border-color: rgb(var(--border-color));
}
.notebook-tab.personalize-tab #charCount {
  position: absolute;
  right: 6px;
  color: #919191;
}
.notebook-tab.personalize-tab .personalize-select-container,
.jsc-font-layout-wrapper {
  display: flex;
  gap: 10px;
}
.notebook-tab.personalize-tab .personalize-select-container > div,
.jsc-font-layout-wrapper > div {
  flex: 1;
}
.jsc-custom-selector {
  min-height: 30px;
  align-items: center;
  font-size: 11px;
  border: 1px solid;
  border-color: rgb(var(--border-color));
  padding: 2px 5px;
  display: flex;
  gap: 3px;
  justify-content: space-between;
}
.jsc-custom-selector .jsc-selector-title {
  color: #919191;
}
.jsc-custom-selector .jsc-selected-option {
  cursor: pointer;
}
.jsc-custom-selector .jsc-dropdown-icon {
  padding-left: 0px;
}
.jsc-custom-selector .jsc-dropdown-icon.jsc-plus-icon {
  display: inline-block;
}
.jsc-custom-selector.active .jsc-dropdown-icon.jsc-plus-icon {
  display: none;
}
.jsc-custom-selector .jsc-dropdown-icon.jsc-minus-icon {
  display: none;
}
.jsc-custom-selector.active .jsc-dropdown-icon.jsc-minus-icon {
  display: inline-block;
}
.jsc-custom-selector .jsc-dropdown-icon svg{
  width: 7px;
  height: 7px;
}
.jsc-custom-selector .jsc-dropdown-options {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  padding: 7px;
  border-radius: 5px;
}
.jsc-custom-selector.active .jsc-dropdown-options {
  display: block;
} 
.jsc-custom-selector .jsc-dropdown-options .jsc-option {
  cursor: pointer;
}
.layout-container .jsc-custom-selector .jsc-dropdown-options {
  left: calc(50% + 10px);
}
.foil-container {
  min-height: 30px;
  align-items: center;
  border: 1px solid;
  padding: 5px;
  font-size: 11px;
  border-color: rgb(var(--border-color));
  display: flex;
  align-items: center;
}
.foil-container > label {
  color: #919191;
}
.foil-container .showFoil {
  min-width: 60px;
}
.remove_personalise_container > a {
  font-size: 12px;
  padding: 4.8px 28px;
  border: 1px solid;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #919191;
  border-color: rgb(var(--border-color));
  font-family: 'Libre Baskerville';
}
.jsc-pdp-gift-message-section{
  display: none;
}
.jsc-pdp-gift-message-wrapper {
  font-size: 12px;
  color: #919191;
  border-top: 1px solid;
  padding-top: 16px;
  border-color: rgb(var(--border-color));
  margin-bottom: 10px;
}
.jsc-pdp-gift-message-wrapper .jsc-pdp-gift-message-input {
  width: 100%;
  height: 100px;
  border: 1px solid;
  resize: none;
  padding: 8px;
  border-color: rgb(var(--border-color));
}
.jsc-pdp-gift-message-wrapper .jsc-pdp-gift-message-header {
  margin-bottom: 8px;
}
.jsc-pdp-gift-message-wrapper .jsc-pdp-message-char-count {
  text-align: right;
}
.jsc-delivery-note-section{
  display: none;
}
.jsc-delivery-note-header {
  margin-bottom: 8px;
  font-size: 12px;
  color: #919191;
  padding-top: 1rem;
}
.jsc-delivery-note-input {
  width: 100%;
  height: 100px;
  border: 1px solid;
  resize: none;
  padding: 8px;
  border-color: rgb(var(--border-color));
}
.jsc-delivery-note-char-count {
  text-align: right;
}
.swym-wishlist-button-bar {
  margin-block-start: 20px;
  margin-bottom: 20px;
}
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink:after {
  content: "";
  display: none;
} 
.swym-btn-container[data-position=default] .swym-add-to-wishlist span.swym-wishlist-cta{
  color: rgb(140, 115, 76);
  opacity: 1;
  font-size: 12px;
  font-family: var(--text-font-family)!important;
}
.swym-btn-container[data-position=default] .swym-add-to-wishlist.disabled {
  opacity: 1;
}
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink {
  text-indent: 0 !important;
}
.foil-list{
  gap: 0;
}
.stamped-main-badge .stamped-badge[data-rating="0"], 
.stamped-main-badge .stamped-badge[data-rating="0,0"], 
.stamped-main-badge .stamped-badge[data-rating="0.0"]{
  display: none!important;
}
.stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{
  display: none!important;
}
gift-card-recipient *{
  font-size: 12px;
}
.flex-lowstock{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.grouplabel{
  width: 100%;
}
.titleratinggroup{
  gap: 0;
}
.jsc-flex-price-info{
  display: flex;
  gap: .25rem;
  align-items: center;
}
.lowstocklabel{
  background: transparent;
  color: #CE7734;
  padding: 1px 6px;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Roboto;
}
.lowstocklabel.lowstockactive{
  display: inline-block;
}
.ratinglowstock{
  text-align: right;
}
.product-info__block-list .custom-atome span.money{
  font-size: 12px!important;
}
.custom-atome{
  font-size: 12px;
  display: flex;
  gap: 3px;
  align-items: center;
}
.custom-atome div {
  color: #919191;
}
.custom-atome img{
  padding-bottom: 3px;
}
.pdp-label-img{
  position: absolute;
  top: 10px;
  left: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.pdp-label-img .pdp-label{
  margin-bottom: 0px!important;
}
.jsc-theme-prev-next{
  z-index: 99;
}
.next_addon_error_customiseatag{
  color: red;
  font-size: 11px;
  display: none;
  margin-top: -10px;
}
.next_addon_error{
  color: red;
  font-size: 11px;
}
.next_disabled{
  cursor: not-allowed;
}
.saso-bundle:empty{
  display: none!important;
}
.saso-volumes:empty{
  display: none!important;
}
.next_prev_btn[disabled] {
  cursor: not-allowed!important;
}
.main_atc_cn .buy-buttons{
 display: none!important;
}
.next_prev_btn:hover{
  color: rgb(var(--button-text-color, var(--button-text-primary)))!important;
}
.sold_out_personalize{
  cursor: not-allowed;
}
.is-disabled .var_slash{
  background: 
  linear-gradient(to top right,
  rgba(255,255,255,0) 0%,
  rgba(255,255,255,0) calc(50% - 0.8px),
  rgba(255,255,255,1) 50%,
  rgba(255,255,255,0) calc(50% + 0.8px),
  rgba(255,255,255,0) 100%);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.product-gallery{
  padding-bottom: 30px;
}
/* 
.jsc-cnb-gallery .product-gallery__carousel{
  grid: initial!important;
}
  */
.is-tab{
  display: block;
}
.ProductForm__AddToCart{
  margin-bottom: 16px;
  letter-spacing: 0px;
  padding: .3rem 1.75rem;
}
.ProductForm__AddToCart:disabled{
  display: none!important;
}
.ProductForm__AddToCart.atccomingsoon:disabled{
  display: block!important;
}
#klaviyobis:has(.btn.klaviyo-bis-trigger[style*="display: none"]) {
  display: none!important;
}
.btn.klaviyo-bis-trigger{
  display: block;
  position: relative;
  font-family: var(--heading-font-family);
  /*margin-top: 15px!important;*/
  margin-bottom: 16px!important;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #f2f2f2;
  color: #6a6a6a!important;
  border: 1px solid #6a6a6a33;
  border-color: #6a6a6a33!important;
  background-image: none!important;
}
.swym-button-bar.swym-wishlist-button-bar.swym-inject{
  display: none !important;
}
.jsc-var-block{
  margin-block-start: 0px!important;
  margin-bottom: 15px!important;
}
.product-info__block-item:is([data-block-type=buy-buttons]){
  margin-top: 15px!important;
  margin-bottom: 0px!important;
}
#klaviyobis:empty{
  display: none!important;
}
.gift-container{
  margin-bottom: 14px;
}
#tomit_inventory_list .location{
  font-size: 12px !important;
}
.stockCount{
  margin-top: 0!important;
}
.stockCount .tomitInStock{
  color: #1A8700 !important;
  font-size: 12px !important;
}
.stockCount .tomitInStock.threshold-1{
  color: #C16D00 !important;
}
.stockCount .tomitInStock.threshold-0{
  color: #9A0505 !important;
}
.pdp-label{
  color: #919191;
  font-family: var(--heading-font-family);
}
.jsc-global-breadcrumb{
  font-size: 10px;
  color: #919191;
}
.jsc-global-breadcrumb-pdp{
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.jsc-global-breadcrumb-remove {
  margin-top: 15px;
}
.product-title{
  font-size: 16px;
  color: #1c1b1b;
}
.product-info__block-list .money{
  font-size: 13px!important;
  color: #919191;
}
.variant-picker__option-info legend{
  font-size: 12px;
  color: #919191;
}
.variant-picker__option-info variant-option-value,
#paper-span,
#addons-span{
  font-size: 12px;
  color: #919191;
}
#gift-type-text{
  font-size: 11px;
  color: #919191;
}

#personaliseBtn{
  font-size: 12px;
  color: #ffffff;
  border-color: #4B3B2C;
  background-image: linear-gradient(#4B3B2C, #4B3B2C), linear-gradient(transparent, transparent);
  letter-spacing: 0px;
  padding: .3rem 1.75rem;
}
#personaliseBtn:hover{
  color: #4B3B2C;
}
#isPersonalisation .personalisation-title-section {
  font-size: 12px;
  color: #919191;
  padding-top: 7px;
}
#isPersonalisation .text-container {
 display: flex;
 align-items: center;
}
#isPersonalisation .text-container .charNum {
  position: absolute;
  right: 7px;
}
.jsc-personalisation-title-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid;
  border-color: rgb(var(--border-color));
  position: relative;
}
.jsc-font-disclaimer {
  padding-top: 7px;
}
.jsc-font-disclaimer .jsc-disclaimer-icon {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.jsc-font-disclaimer .jsc-disclaimer-icon svg {
  width: 100%;
  height: 100%;
}
.jsc-font-disclaimer .jsc-disclaimer-tooltip {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #919191;
  font-size: 12px;
  padding: 10px;
  left: 0;
  bottom: 25px;
  z-index: 1;
  width: 100%;
  max-width: 400px;
}
.jsc-font-disclaimer .jsc-disclaimer-tooltip.active {
  display: block;
}
.notebook-tab.personalize-tab .jsc-personalisation-title-wrapper {
  border: none;
}
.notebook-tab.personalize-tab .jsc-font-disclaimer {
  padding-top: 0;
}
.notebook-tab .ProductForm__Label,
.notebook-tab .personalisation-title-section {
  font-size: 12px;
  color: #919191;
}
.notebook-tab.cover-swatch-tab .coverTitle {
  font-size: 12px;
  color: #919191;
}
.jsc-atc.button{
  font-family: var(--heading-font-family);
}
.jsc-pdp-bulk-order-btn{
  font-size: 11px;
}
.accordion__toggle span{
  font-size: 12px;
  color: #919191;
  font-family: var(--text-font-family)!important;
}
.collection-toolbar__button-container .text-with-icon{
  font-family: var(--text-font-family)!important;
  font-size: 12px;
}
.accordion__content{
  font-size: 12px;
  color: #1c1c1c;
}
.swym-wishlist-cta{
  font-size: 10px;
  color: #8c734b;
  font-family: var(--heading-font-family);
}
.jsc-optTab-wrap{
  display: flex;
}
.jsc-btnTab{
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #8c734c;
}
.jsc-btnTab.tab-selected{
  display: inline-block;
  background: #8c734c;
  color: #ffffff;

}
.tab-content{
  display: none;
}
.tab-content.tab-content-selected{
  display: block;
}
#personalize-text-input {
  padding: 6px;
  width: 100%;
  margin-right: 10px;
  border: 1px solid #919191;
  text-transform: uppercase;
}
.personalize-select {
  padding: 4px;
  border-color: #919191;
  border: 1px solid;
}
.half-width-minus-21px {
  width: calc(50% - 21px);
}
.position-label {
  width: 36px;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
}
.foil-label {
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ededed;
  margin-right: 15px;
}
.disclaimer-font {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #87704d;
  line-height: 1.2;
  font-size: 11px;
  font-style: italic;
}
.disclaimer-font p {
  margin-bottom: 11px;
}
.sr-only:checked+.jsc-grid-color:after {
  border: 1px solid currentColor!important;
}
.sr-only:checked+.jsc-label-swatch-wrap .jsc-grid-color:after {
  border: 1px solid currentColor!important;
}
.jsc-grid-color:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}
.jsc-grid-color{
  width: 19px;
  height: 19px;
  border-radius: 0;
  border: 0!important;
  margin: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-card .jsc-grid-color{
  width: 10px!important;
  height: 10px!important;
}
.next_prev_btn {
  background: #8c734c;
  width: calc(100% - 0px);
}
.atc-notebook-btn {
  background: #8c734c;
  width: calc(100% - 72px);
}
.notebook-btn-wishlist-wrap{
  display: inline-flex;
}
.clasp-label, .flap-label, .rivet-label, .band-label, .band-revert-label {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 0px;
}
.category-label {
  width: 79px;
  height: 79px;
  display: inline-block;
  cursor: pointer;
  padding: 6px;
  border-radius: 10px;
  position: relative;
}
.ProductForm__Label {
  display: block;
  margin-bottom: 8px;
}
.twin-wire-swatch{
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: 1px solid #ededed;
  margin:0;
  cursor: pointer;
  vertical-align: top;
}
.paper-swatch {
  width: 20%;
  display: block;
  outline: 1px solid #E7E7E7;
  margin: 2px 8px 2px 2px;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  min-width: 85px;
  min-height: 110px;
}
jsc-cnb-popup .modal-prompt{
  padding: 30px;
  width: 700px;
  border-radius: 0px;
}
jsc-cnb-popup .cnb-popup-content{
  display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.jsc-cnb-popup-left{
  position: relative;
  width: 1200px;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jsc-cnb-popup-left .paper-img-popup{
  width: 100%;
}
.jsc-cnb-popup-left .paper-img-popup-thumbnail{
  width: 20%;
  padding-left: 10px;
}
.flickitypopupaddonthumbnail{
  margin-left: -10px;
}
.jsc-cnb-popup-right{
  text-align: left;
  width: 900px;
}
.cnb-popup-color{
margin-top: 35px;
  margin-bottom: 15px;
  font-family: "Libre Baskerville";
}
.magnifywrap{
  z-index: 1;
  width: 25px;
  position: absolute;
  right: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  top: 4px;
  border-radius: 100%;
}
.paperswatchflickity .flickity-button:disabled{
  display: none;
}
.paperswatchflickity .flickity-prev-next-button{
  top: -35px;
  width: 15px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(0%);
}
.paperswatchflickity .flickity-prev-next-button .flickity-button-icon{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.paperswatchflickity .flickity-prev-next-button.previous{
  left: auto;
  right: 25px;
}
.paper-swatch .swatchimg{
  display: block;
  width: 100%;
  height: auto;
  min-height: 65px;
}
.jsc-pdp-bulk-order-btn{
  color: #8c734b;
  margin: 0px 0 25px 0;
}
.jsc-pdp-bulk-order-btn a{
text-decoration: underline;
}
.ColorSwatchList{
  list-style: none;
}
.ColorSwatch__Radio{
  display: none;
}
.HorizontalList__Item{
  margin: 6px 8px;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-block;
}
.ColorSwatch--large {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
}
[data-tooltip]:before {
  position: absolute;
  content: attr(data-tooltip);
  bottom: 70%;
  left: 70%;
  padding: 4px 11px 3px;
  white-space: nowrap;
  border: 1px solid #dddddd;
  background: white;
  color: #6a6a6a;
  font-size: 13px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in-out,opacity .2s ease-in-out;
  z-index: 1;
}
.ColorSwatch:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}
.notebook-tab .ColorSwatch.is-active:after, .notebook-tab  .ColorSwatch__Radio:checked+.ColorSwatch:after {
  border: 1px solid #89714B!important;
}
.ColorSwatch.is-active:after, .ColorSwatch__Radio:checked+.ColorSwatch:after {
  border: 1px solid currentColor!important;
}
.u-visually-hidden {
  position: absolute!important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.jsc-pdp-form{
  margin-top: 0!important;
}
.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;
}
.b-rad-50 {
  border-radius: 50%;
}
.gift-container .ProductForm__Label{
  display: block;
  margin-bottom: 8px;
}
.gift-radio{
  display: none;
}
.gift_label{
  width: calc(25% - 15px);
  display: inline-block;
  margin: 5px;
}
#isPersonalisation hr{
  margin: 7px 0;
}
.input-radio-layout, 
.input-radio-foil{
  display: none;
}
.font-input-wrap{
  display: flex;
}
.font-type-container{
  display: inline-block;
  width: 100%;
}
.font-type-container-motif{
  display: inline-block;
  width: 100%;
}
.font-size-container{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.fontdisclaimer p:first-child{
  margin-bottom: 11px;
}
.product-gallery__media{
  position: relative;
}
.personalisation-text-overlay{
  width: auto!important;
}
.white-space-nowrap{
  white-space: nowrap;
}
#personalize-textoverlay-span, #personalisation-text{
  background-size: cover !important;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.tooltip-wrapper{
  padding: 10px;
}
.tooltipFont{
  width: 210px;
  background-color: #F9F9F9;
  color: #000;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  right: 0;
  margin-left: -60px;
  z-index: 1;
  top: 30px;
}
.complementary-products{
  margin: 0;
}
.complementary-products__product-list{
  display: flex;
  flex-wrap: wrap;
}
.horizontal-product-card{
  width: calc(50% - (1.25rem/2));
}
.sidebar-close{
  display: none;
}
.accordion.group[open] .sidebar-open{
  display: none;
}
.accordion.group[open] .sidebar-close{
  display: block;
}
.filter-sort-btn{
  display: none;
}
.facets-sidebar .filter-personalition label{
  padding-block: 18px;
  font-size: 12px;
  font-family: var(--text-font-family)!important;
}
.jsc-cart-limit-message{
  font-size: 14px;
  color: #919191;
  text-align: left;
  display: none;
}
.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: .2;
}
.fortheplanettag{
  position: absolute;
  top: 20px;
  left: 20px;
}
.fortheplanettag .fortheplanetImg{
  width: 120px;
  height: auto;
}
.motifpersonalizebtn{
  display: inline-block;
  background-color: #87807C!important;
  background-image: none!important;
  border-color: #87807C!important;
}
.motifpersonalizebtn:hover{
  background-color: #ffffff!important;
  background-image: none!important;
  border-color: #87807C!important;
  color: #87807C!important;
}
.motifpersonalizebtn .money{
  color: rgb(var(--button-text-color, var(--button-text-primary)));
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
}
.motifpersonalizebtn:hover .money{
  color: #87807C!important;
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
}
.motifpersonalize-wrap .jsc-selected-option{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.motifpersonalize-wrap .jsc-dropdown-options{
  width: 100%;
  left: 0;
  top: calc(100% + 5px);
  overflow: hidden;
  padding: 0;
}
.motifpersonalize-wrap .jsc-custom-selector{
  position: relative;
}
.motifpersonalize-wrap .jsc-dropdown-options .jsc-option{
  padding: 7px;
}
.motifpersonalize-wrap .jsc-dropdown-options .jsc-option.active-design{
  background-color: #d9d9d9;
}
.motifpersonalize-wrap .jsc-dropdown-options .jsc-option:hover{
  background-color: #d9d9d9;
}
.foil-option.foil-selected-motif{
  border: 3px solid #000;
}
.motifpersonalize-wrap .foil-option{
  cursor: pointer;
}
.motifpersonalize-wrap{
  display: none;
}
.motif-img-wrap{
  display: none;
}
.jsc-loyalty-product-point-cmp{
  font-size: 12px;
  color: #919191;
}
.jsc-pdp-highlight-banner { 
  background-color: #EFEFEF; 
  padding: 30px; 
} 
.jsc-highlight-banner-content { 
  display: flex; 
  align-items: center; 
} 
.jsc-highlight-banner-text { 
  margin-left: 8px; 
} 
.jsc-highlight-banner-icon { 
  width: 20px; 
  height: 17px; 
} 
.jsc-highlight-banner-icon-location {
  width: 15px;
  height: 19px;
}
.jsc-highlight-banner-icon-duration {
  width: 18px;
}
.jsc-highlight-banner-row-1 { 
  display: flex; 
  justify-content: space-between; 
  margin-bottom: 10px; 
} 
.jsc-hb-inner-text { 
  color: grey; 
  font-style: italic; 
} 
.jsc-product-workshop-template .buy-buttons { 
  row-gap: 0; 
} 
.jsc-text-under-atc { 
  font-style: italic; 
  text-align: center; 
} 
.jsc-text-under-atc a { 
  text-decoration: underline; 
}
/*------------------------------------------------------------------
[8. Cart Pages]
*/
.cartwrap{
  flex-direction: row!important;
  display: flex!important;
  gap: 50px!important;
}
.cartwrap .order-summary{
  width: 100%;
}
.cart-footer{
  gap: 35px;
  width: 50%;
  display: flex!important;
  flex-direction: column!important;
}
.cart-recap{
  align-items: flex-start;
  justify-content: flex-start;
  display: flex!important;
  flex-direction: column;
}
.cart-recap .cart-note label{
  text-align: left;
}
.carttitlewrap{
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  min-height: 40px;
  font-family: "Libre Baskerville";
}
.carttitlewrap .h2{
  font-size: 18px!important;
}
.carttitlewrap span{
  color: #1c1b1b;
  opacity: .6;
}
.carttitlewrap a{
  color: #1c1b1b;
  text-decoration: underline;
  opacity: .6;
}
.cart-footer .js-free-shipping{
  padding: 0!important;
}
.cartfootertitleline{
  border-bottom: 1px solid rgb(var(--border-color));
  width: 100%;
  margin-top: 35px;
}
.cartfootertitlelinefirstline{
  border-bottom: 1px solid rgb(var(--border-color));
  width: 100%;
}
.cartwrap th, 
.cartwrap td{
  padding: 35px 12px;
}
.cart-footer .ship-bar-wrap strong{
  font-weight: normal!important;
}
.cart-footer .carttitlewrap{
  color: #000000;
  font-size: 16px;
  opacity: 1!important;
}
.cart-footer .carttitlewrap .money{
  color: #000000;
  font-size: 16px;
  opacity: 1!important;
}
.cart-footer .cart-recap{
  gap: 0!important;
  width: 100%!important;
}
.cart-footer .cart-recap div{
  width: 100%;
}
.cart-footer .Cart__GiftContainer{
  padding-bottom: 15px;
}
.cart-footer .Cart__GiftContainer label.Heading.SectionHeader__Heading{
  display: none;
}
.cart-footer .Cart__GiftContainer p{
  padding-bottom: 15px;
}
.Cart__GiftContainertitle{
  padding-bottom: 15px;
}
.cartinfo{
  margin-top: 15px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.cartwrap line-item-quantity{
  display: flex!important;
}
.carttable{
  width: 75%;
}
.cartmoneytable{
  vertical-align: top;
  position: relative;
}
.cartwrap .CartItem__Property{
  font-size: 11px!important;
}
.removecartitem{
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.removecartitem{
  position: absolute;
  bottom: 45px;
  right: 12px;
}
.cartoriprice span{
  text-decoration: line-through!important;
}
.cartfinalprice span{
  color: #8C734B;
}
.discounttiermember{
  text-transform: uppercase;
  background-color: #CCC4A7;
  color: #000000;
  padding: 5px 10px;
  font-size: 11px;
  display: inline-flex;
  margin-top: 10px;
}
.mobcartprice{
  display: none;
}
.mobdiscountcart{
  display: none;
}
.mobdiscountcart .discounttiermember{
  margin-top: 0;
}
.togglegiftoptwrap{
  /* border-bottom: 1px solid rgb(var(--border-color));
  padding-bottom: 1rem; */
}
.togglepdpgiftoptwrap{
  padding-bottom: 1rem;
}
.togglegiftopt{
  display: block;
  padding-top: 10px;
}
.togglepdpgiftoptwrap .link-faded-reverse{
  color: #000000;
}
.togglepdpgiftopt{
  padding-top: 10px;
}
.togglegiftoptwrap label.SectionHeader__Heading{
  display: none!important;
}
/* .togglepdpgiftoptwrap label.SectionHeader__Heading{
  display: none!important;
} */
.carttotalaotme{
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(var(--border-color));
  padding-top: 1rem;
}
.carttotal{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.line-item-info .removecartitem{
  display: none;
  position: relative;
  top: 0;
  right: 0;
}
.cart-drawer__items .line-item-info .removecartitem{
  display: block;
}
.boldpriceship{
  color: #8C734B;
}
.lineitemtitle .price-list{
  display: inline-flex;
}
.lineitemtitle .price-list .h6{
  font-size: 12px;
  color: #1c1c1c;
}
.cartdrawerbtn{
  flex-wrap: nowrap;
}
.cartdrawerbtn .button span{
  display: none;
}
.cartdrawerbtn #cart_drawer_btn{
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #8C734B;
}
#cart-drawer{
  z-index: 9999999999!important;
}
#cart-drawer .jsc-cartgrid .jsc-grid-info .v-stack {
  width: 100%;
  justify-items: left;
  text-align: left;
}
.cart-drawer__items .jsc-cart-gift-message-wrapper {
  display: none;
}
.jsc-cart-gift-message-wrapper {
  font-size: 12px;
  color: #919191;
}
.jsc-cart-gift-message-wrapper .jsc-update-gift-message,
.jsc-cart-gift-message-wrapper .jsc-add-gift-message {
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
.jsc-cart-gift-message-wrapper .jsc-update-gift-message svg,
.jsc-cart-gift-message-wrapper .jsc-add-gift-message svg {
  width: 12px;
  height: 12px;
  fill: #919191;
  margin-right: 3px;
}
.jsc-form-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 10;
}
.jsc-gift-message-form-modal-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 25%;
  z-index: 11;
  background-color: white;
  padding: 30px 20px;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-title {
  color: rgb(140, 115, 76);
  font-family: "Libre Baskerville";
  padding-bottom: 15px;
}
.jsc-gift-message-form-modal-wrapper .jsc-close-form {
  position: absolute;
  right: 20px;
  top: 30px;
}
.jsc-gift-message-form-modal-wrapper .jsc-close-form svg path{
  stroke: #919191;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-input {
  width: 100%;
  height: 100%;
  max-height: calc(100% - 90px);
  resize: none;
  border: 1px solid;
  border-color: rgb(var(--border-color));
  padding: 10px;
  font-size: 12px;
  color: #919191;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-buttons {
  text-align: right;
  margin-top: 10px;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-buttons button{
  padding: 7px 10px;
  text-transform: uppercase;
  font-family: "Libre Baskerville";
  font-size: 12px;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-buttons button.jsc-remove-message {
  background-color: rgb(var(--border-color));
  color: #919191;
  margin-right: 10px;
}
.jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-buttons button.jsc-update-message {
  background-color: rgb(140, 115, 76);
  color: #ffffff;
}
.reach-gift-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 32px;
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  border-top: 1px solid;
  border-color: rgb(var(--border-color));
}
.reach-gift-title{
  width: 60%;
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
  font-size: 13px;
}
.reach-gift-img{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saso-summary:empty{
  display: none;
}
.jsc-feat-grid-wrap .grid_swatch{
  display: none!important;
}
.jsc-feat-grid-wrap .product-card__info{
  padding-top: 10px;
}
.jsc-feat-grid-wrap .product-title{
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jsc-feat-grid-wrap .jsc-grid-info .price-list .h6 .money{
  font-size: 11px!important;
}
.border_feat_cart{
  width: 200%;
  border-top: 1px solid;
  margin: 0 -32px!important;
  border-color: rgb(var(--border-color));
}
.jsc-feat-grid-wrap .flickity-prev-next-button{
  width: 25px;
  height: 25px;
  top: 35%;
}
.CartItem__PropertyList{
  list-style: none;
  font-style: italic;
  margin: 0;
}
.jsc-set-title{
  font-style: normal;
}
.Cart__ItemList{
  border-collapse: collapse;
}
.PageContent .CartItem{
  border-bottom: 1px solid #ddd;
}
.Cart--expanded .Cart__Footer{
  border-top: none;
}
.Cart__NoteContainer{
  margin-top: 10px;
}
.jsc-Cart__Note-placeholder::placeholder{
  font-size: 12px;
}
.jsc-checkout-btn:hover{
  color: #ffffff !important;
}
.jsc-cnb-li {
  font-family: Roboto;
  padding: 0!important;
  font-size: 11px;
  color: #6a6a6a;
}
.jsc-cnb-var-li{
  font-family: Roboto;
  font-size: 11px;
  color: #6a6a6a;
  text-transform: capitalize;
}
.CartItem__Property{
  font-family: Roboto;
  padding: 0!important;
  font-size: 11px;
  color: #6a6a6a;
  font-style: italic;
}
.CartItem__Variant{
  text-transform: capitalize;
  font-size: 11px;
}
.cart_item_title{
  font-size: 12px;
}
.jsc-Cart__Taxes,
.charNo{
  font-size: 11px;
  color: grey;
}
.jsc-Cart__NoteButton{
  font-family:  var(--heading-font-family);
  color: grey;
  font-size: 12px;
}
.jsc-feat-grid-title{
  font-size: 12px;
  text-align: left;
  padding-bottom: 10px;
}
.BAbutton-clearcart {
  background-color: #eaeaea; /* Green */
  border: none;
  color: #696969;
  padding: 14px 21px;
  line-height:normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: Uppercase;
  font-family: var(--heading-font-family);
  font-style: normal;
  letter-spacing:.2em;
  font-size: 12px;
  transition: color .45s cubic-bezier(.785, .135, .15, .86),border .45s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: '';
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
}
#cart_drawer_btn{
  column-gap: 0;
}
.jsc-feat-grid-list .jsc-cartgrid{
  position: absolute!important;
  display: block!important;
  width: 40%!important;
  padding: 5px;
}
.flickity-button:focus{
  box-shadow: none!important;
}
.jsc-feat-grid-wrap{
  margin-bottom: 32px;
  margin-top: 32px;
}
.jsc-addnote{
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #dddddd;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color .1s ease-in-out;
  background: transparent;
}
#cart-drawer .jsc-addnote{
  display: block!important;
}
.Form__Input, #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .spr-form-input-email, #shopify-product-reviews .spr-form-input-textarea, .Form__Textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #dddddd;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color .1s ease-in-out;
  background: transparent;
}
.cart-note label{
  width: 100%;
  font-family: var(--heading-font-family);
  color: gray;
  font-size: 12px;
}
/* .jsc-addnote{
  display: none;
} */
.jsc-order-note-button{
  display:none;
}
.side-variant{
  display: flex;
  align-items: center;
}
.side-variant .stepwrap{
margin: 0;
}
.customised-a-tag-prod .block-swatch{
  padding: 2px 10px;
  border-color: #F1F1F1;
  color: #000000;
}
.customised-a-tag-prod :checked+.block-swatch, 
.customised-a-tag-prod .block-swatch.is-selected{
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.variantOpt fieldset{
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(var(--border-color));
  padding-bottom: 20px;
}
.variantOpt fieldset:last-child{
  margin-bottom: 0px;
  border-bottom: 0px solid rgb(var(--border-color));
  padding-bottom: 0px;
}
.variantOpt .variant-picker{
  gap: 0;
}
.personalizewrapcustomiseatag{
  display: flex;
  align-items: center;
  gap: 10px;
}
.personalizewrapcustomiseatag .text-container{
  flex: 1;
}
.personalizewrapcustomiseatag .personalize-select-container{
  flex: 1;
}
body .ProductForm__AddToCart.importantshow:disabled{
  display: block!important;
}

/*------------------------------------------------------------------
[8. Cart Pages]
*/
.cartdrawerpopup{
  position: relative;
  left: 0;
  top: 0;
  padding: 15px 15px 0;
  display: none;
}
.cartdrawerpopup img{
  width: 30px;
}
.shipbarmob{
  display: none;
}
.footerblockcart{
  width: 100%!important;
}
.cartpagecontainer{
  max-width: 1280px;
  margin: auto;
}
.line-item-info .quantity-selector--sm{
  --quantity-selector-height: 30px;
  --quantity-selector-input-width: 0px;
}
.quantity-selector{
  grid-auto-rows: 25px;
}
.cart-drawer .ship-bar-wrap{
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  border-bottom: 1px solid;
  border-color: rgb(var(--border-color));
}
.div-toggle{
  color: #808080;
  margin-top: 25px;
}
.jsc-cardgrid-atc {
  background-color: #efefef;
  position: absolute;
  z-index: 1;
  right: 7px;
  bottom: 7px;
  padding: 1px 7px;
  text-transform: uppercase;
  font-family: Libre Baskerville,serif;
  font-size: 12px;
}
.jsc-cardgrid-atc:hover {
  cursor: pointer;
}
/*------------------------------------------------------------------
[9. Search Pages]
*/
predictive-search .predictive-search__resource-item .predictive-search__products {
  align-items: start;
}

/*------------------------------------------------------------------
[10. Header]
*/
.sidebar-search-wrap{
  padding-bottom: 6px;
}
.header-sidebar__linklist.divide-y .header-sidebar__linklist-button{
  padding-block-start: 10px;
  padding-block-end: 10px;
}
#sidebar-menu{
  z-index: 9999999999;
}
#sidebar-menu .currency-switcher{
  background: #F1F1F1;
}
#sidebar-menu .sidebar-search{
  background: #F1F1F1;
}
select.currency-switcher{
  font-size: var(--text-h6)!important;
  color: rgb(var(--text-color) / .65)!important;
  font-family: var(--heading-font-family)!important;
}
.currency-switcher option{
  font-size: var(--text-h6)!important;
  color: rgb(var(--text-color) / .65)!important;
  font-family: var(--heading-font-family)!important;
}
.pdp-header-banner{
  padding: 11px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pdp-banner-background)!important;
  color: var(--pdp-banner-text-color)!important;
  font-size: 11px!important;
  position: relative;
  z-index: -2;
}
.pdp-header-banner2{
  background: var(--pdp-banner-background2)!important;
  color: var(--pdp-banner-text-color2)!important;
}
.pdp-header-banner3{
  background: var(--pdp-banner-background3)!important;
  color: var(--pdp-banner-text-color3)!important;
}
.pdp-header-banner-content{
  max-width: 35rem;
}
.level-1-menu{
  border: 0;
  opacity: 1!important;
  transform: translateY(0px)!important;
}
.level-2-menu{
  border: 0;
}
.level-2-menu a{
  padding-bottom: 0!important;
}
.needsclick button{
  font-family: var(--heading-font-family)!important;
}
/* Newsletter popup */
#newsletter-popup{
  margin-bottom: 32px;
}
.NewsletterPopup{
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px 30px;
  background: var(--newsletter-popup-background);
  color: var(--newsletter-popup-text-color);
  z-index: 50;
  text-align: center;
  box-shadow: 0 1px 4px rgba(#000000, 0.3);
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.NewsletterPopup[aria-hidden="false"] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;

  svg {
    display: block;
    width: 15px;
    height: 15px;
  }
}
.NewsletterPopup__Content a {
  text-decoration: underline;
  text-underline-position: under;
}
.NewsletterPopup__Form {
  margin-top: 32px;
}
.NewsletterPopup .Form__Input{
  border-right: none;
}
.NewsletterPopup .Button, #footer-newsletter .Form__Submit{
  width: 37px;
  padding: 0px 14px 0px 0px;
  border-color: rgba(255,255,255,0.4);
  border: 1px solid;
  border-left: transparent;
}
#footer-newsletter .Form__Submit{
  width: 37px;
  padding: 0px 14px 0px 0px;
  border-color: #ddd;
  border-left: transparent;
}
.NewsletterPopup .Button::before, #footer-newsletter .Button--primary::before{
  background-color: transparent;
}
.NewsletterPopup .Heading{
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-style: normal;
  transition: color 0.2s ease-in-out;
}
.NewsletterPopup .NewsletterPopup__Form{
  margin: 32px 0;
}
.NewsletterPopup .Form__Input::placeholder {
  color: inherit;
}
/* popup old theme - end */
.header__primary-nav .h6,
.header__primary-nav li,
.header__primary-nav a{
  font-size: 12px;
}
.jsc-global-breadcrumb {
  font-family: var(--heading-font-family);
  font-size:  11px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #919191;
}
.mega-menu__linklist li{
  font-family: var(--heading-font-family);
}
.mega-menu__linklist li.link-faded{
  font-family: var(--heading-font-family);
}
.header__dropdown-menu li{
  font-family: var(--heading-font-family);
}
.header__dropdown-menu lia{
  font-family: var(--heading-font-family);
}
.header-sidebar__nested-linklist{
  font-family: var(--heading-font-family);
}
.header-sidebar__nested-linklist a{
  font-family: var(--heading-font-family);
}
announcement-bar-carousel .heading {
  font-family: Roboto;
}
.shopify-section--announcement-bar .tap-area .icon {
  width: 9px;
}
.header-sidebar__footer{
  opacity: 1!important;
  transform: translateY(0px)!important;
}
.header-sidebar__footer:before{
  display: none!important;
}
/*------------------------------------------------------------------
[11. Account pages]
*/
.jsc-account-dropdown{
  position: absolute;
  min-width: 180px;
  background: white;
  z-index: 1;
  right: 150px;
  display: none; 
  font-family: var(--heading-font-family);
  font-size: 12px;
}

.jsc-inner-account-dropdown {
  margin-top: 21px;
  padding: 15px;
  width: 100%;
  border: 1px solid #dad7d7; 
}

.jsc-hover-account:hover .jsc-account-dropdown {
  display: block; 
}
.customer-account-box{
  text-align: left;
}
.jsc-reduce-space-tb{
  margin-top: 28px!important;
  margin-bottom: 28px!important;
}
.jsc-rich-mobimg{
  display: none!important;
}
.jsc-sidebar{
  margin-bottom: 30px;
  position: sticky;
  top: 150px;
  height: fit-content;
}
#loyaltylion{
  font-family: var(--heading-font-family);
}
#loyaltylion .lion-integrated-page > div:nth-child(6) {
  display:none;
}
#loyaltylion .lion-reward-item__title, 
#loyaltylion .lion-rule-item__title{
  padding: 10px 0;
}
.jsc-sidebar .Segment__Title{
  font-size: 14px;
  line-height: 14px;
  color: #6A6A6A;
  padding-bottom: 20px;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
}
.jsc-sidebar .Segment__Title.jsc-segment-active,
.jsc-sidebar .Segment__Title:hover{
  color: #1c1b1b;
}
.Segment__Title{
  font-size: 15px;
  font-family: var(--heading-font-family);
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #6a6a6a;
}
.jsc-swym-item{
  vertical-align: top;
  width: 160px;
  margin: 0 10px 15px;
  display: inline-block;
  list-style: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #fff;
}
.jsc-swym-item .product-card__title{
  color: #000;
  height: 35px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  margin: 9px;
}
.jsc-swym-item .price{
  font-size: 14px;
  line-height: 16px;
  margin: 9px;
  font-size: 12px;
}
.jsc-swym-item .card-content{
  border-top: 1px solid #d8d8d8;
}
.jsc-swym-item .card-atc-wislist{
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  display: none!important;
}
#loyaltylion .lion-header{
  align-items: unset!important;
}
#jsc-lion .ll-detail{
  display: block;
}
#jsc-lion .left-ll-detail img{
  width: 100%;
}
#loyaltylion .lion-icon__rule--purchase {
  background: #f2f2f2 url("/cdn/shop/files/Make_A_Purchase.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--birthday {
  background: #f2f2f2 url("/cdn/shop/files/Earn_-_Birthday_Gift.png?v=1704854650") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--signup {
  background: #f2f2f2 url("/cdn/shop/files/Create_An_Account.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--referral {
  background: #f2f2f2 url("/cdn/shop/files/Refer_A_Friend.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--facebook-like {
  background: #f2f2f2 url("/cdn/shop/files/Like_Us_On_FB.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--newsletter-signup {
  background: #f2f2f2 url("/cdn/shop/files/Mailing_List.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--instagram-follow {
  background: #f2f2f2 url("/cdn/shop/files/Follow_Us_On_IG.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-icon__rule--stampedio-review {
  background: #f2f2f2 url("/cdn/shop/files/Write_A_Review.png?v=1618902158") no-repeat 50% 50%;
  background-size: 100px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-rule-item__icon {
  height: 100px;
  width: 100px;
}
#loyaltylion .lion-rules-list{
  grid-template-columns: 1fr 1fr;
  background-color: #ffffff;
}
#loyaltylion .lion-rule-item--complete_profile .lion-icon__rule--custom {
  background: #fff url("/cdn/shop/files/complete-profile.png?v=1673257971") no-repeat 50% 50%;
  background-size: 70px;
  -webkit-mask-image:none;
}
#loyaltylion .lion-claimed-reward-item__title{
  padding-bottom: 10px;
}
#loyaltylion .lion-claimed-reward-item__date{
  font-size: 12px;
}
.custom-ll-embed .lion-integrated-page-section__heading-text{
  font-family: inherit;
  font-size: 20px;
  padding-top: 30px;
  color: #777;
  margin: 0;
  display: inline-block;
  position: relative;
  font-family: var(--heading-font-family);
  font-weight: normal;
}
.custom-ll-embed .lion-integrated-page-section__heading{
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.ll-subtext{
  margin-bottom: 24px;
}
#jsc-lion .Segment__Title{
  font-size: 20px;
  padding-top: 30px;
}
#loyaltylion .lion-tiers-overview,
#loyaltylion .lion-available-rewards,
#loyaltylion .lion-earn,
#loyaltylion .lion-redeem,
#loyaltylion .lion-account-history {
  display:none;
}
#loyaltylion .lion-rule-item__content{
  background-color: #f2f2f2;
  border-radius: 0px;;
}
#loyaltylion .lion-action-button--tile{
  background-color: #ffffff;
  border: none;
  color: #000000;
  border-radius: 0px;
  font-family: var(--text-font-family)!important;
}
#loyaltylion .lion-action-button--tile:hover{
}
#loyaltylion .lion-action-button--tile.lion-action-button--completed{
  background-color:  #cccccc;
  border: none;
  color: #ffffff;
}
#loyaltylion .lion-action-button--tile.lion-action-button--disabled{
  background-color:  #cccccc;
  border: none;
  color: #ffffff;
}
#loyaltylion .lion-rewards-list{
  grid-template-columns: 1fr 1fr;
  background-color: #ffffff;
};
#loyaltylion .lion-reward-item__content{
  background-color: #CAC3AA;
  border-radius: 0px;
}
#loyaltylion .lion-reward-item--checkout-redemption .lion-reward-item__icon{
  display: none;
}
#loyaltylion .lion-icon__reward--cart-discount-voucher{
  display: none;
}
#loyaltylion .lion-rewards-list .lion-reward-item__title, 
#loyaltylion .lion-rewards-list .lion-rule-item__title,
#loyaltylion .lion-rewards-list .lion-reward-item__meta{
  color: #000000;
}
#loyaltylion .lion-reward-item.lion-reward-item--checkout-redemption.lion-reward-item--customer{
 display: none!important;
}
#loyaltylion .lion-rewards-list .lion-reward-item__meta{
  text-align: center;
}
#loyaltylion .lion-rewards-list .lion-reward-item__title, 
#loyaltylion .lion-rewards-list .lion-rule-item__title{
  font-size: 20px;
  font-weight: normal;
}
#loyaltylion .lion-rewards-list .lion-reward-item__actions{
  margin-top: 0;
  flex-grow: unset;
}
#loyaltylion .lion-history-table{
  border-color: #ffffff;
}
#loyaltylion .lion-history-table td, 
#loyaltylion .lion-history-table th{
  text-align: center;
  font-family: Roboto;
}
#loyaltylion .lion-history-table__header-cell{
  background-color: #ffffff;
  font-weight: bold;
}
#loyaltylion .lion-history-table__bubble.lion-history-state-bubble{
  background: transparent;
}
#loyaltylion .right-ll-detail span{
  font-family: var(--text-font-family)!important;
}
#loyaltylion .right-ll-detail #__tier-reachtext{
  font-family: var(--text-font-family)!important;
}
#loyaltylion .lion-rule-item__points span{
  font-family: var(--text-font-family)!important;
}
#loyaltylion .lion-reward-item__cost span{
  font-family: var(--text-font-family)!important;
}
.faq-popup-content{
  padding: 20px;
  display: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99;
  background: white;
  width: 80%;
  max-width: 1000px;
  height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personaliationpopupoverlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38,38,38,0.5);
  display: none;
  z-index: 99;
}
.personalition-popup-content{
  padding: 20px;
  display: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99;
  background: white;
  width: 80%;
  max-width: 50%;
  height: auto;
  max-height: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stepcountpersonalition{
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.learnmorepersonalition{
  width: 100%;
  text-align: right;
}
.jsc-close-mask{
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  display: flex;
}
.personalition-popup-content .jsc-close-mask{
  position: absolute;
  right: 5px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  top: 5px;
}
.openfaq{
  cursor: pointer;
  text-decoration: underline;
}

/*------------------------------------------------------------------
[12. FAQ pages]
*/
.faq{
}
.faq__category.h4{
  font-size: 20px;
  color: #8c734b;
}
.faq_accordion .text-with-icon.gap-4{
  font: normal 500 12px Roboto, sans-serif;
  font-size: 12px;
  color: #696969;
}
.faq_accordion .prose{
  font-size: 12px;
  color: #1c1b1b;
}
.faq_sidebar_list{
  font-size: 14px;
  color: #1c1b1b;
  padding-bottom: 15px;
}

/*------------------------------------------------------------------
[13. Contact Us pages]
*/

/*------------------------------------------------------------------
[14. Footer]
*/
.stickyTagpage{
  position: fixed;
  bottom: 60px;
  left: 0px;
  padding: 8px 5px 8px;
  color: #ffffff;
  background-color: rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary))));
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 99999;
  writing-mode: vertical-lr;
}
.footer .link-faded{
  font-family: var(--heading-font-family)!important;
}
.footer,
.footer p{
  font-size: 12px!important;
}
.text-with-icons__item .v-stack.gap-2.text-center,
.text-with-icons__item .v-stack.gap-2.text-center div,
.text-with-icons__item .v-stack.gap-2.text-center p{
  font-family: var(--text-font-family)!important;
}

/*------------------------------------------------------------------
[15. Sidebar]
*/
.level-2-custom-menu-wrap{
  display: none;
  padding-left: 15px;
}
.level-2-custom-menu-wrap.openlevel2active{
  display: block;
}
.openlevel2 svg{
  transform: rotate(90deg);
}
.level-2-custom-menu-wrap .header-sidebar__nested-linklist a{
  font-size: var(--text-h6);
  line-height: 1.7;
}
.sidebar-search{
  background: rgb(var(--border-color));
  border: 0px;
}
.sidebar-search .header-search__form-control{
  padding: 12px;
}
.header-sidebar__scroller{
  scrollbar-width: thin;
}

/*------------------------------------------------------------------
[16. Newsletter]
*/

/*------------------------------------------------------------------
[16. Media Query]
*/

/*------------------------------------------------------------------
[17. Gift card]
*/
.jsc-gift-card__redeem-info{
  padding: 0px;
}
.amount-price{
  color: #8c734c;
  font-size: 35px;
}
.jsc-banner{
  padding: 0px;
  font-size: 13px;
}
.jsc-banner .amount-price{
  font-size: 13px;
}
account-login .jsc-banner .amount-title{
  display: none;
}
.jsc-gift-card__save{
  grid-auto-flow: row;
}
.jsc-gift-card__save .jsc-gift-card__save-desc{
  width: 230px;
  text-align: center;
}
.jsc-gift-card__qr-code{
  width: 150px;
  height: 150px;
}
.jsc-gift-card__redeem-info .heading{
  color: #8c734c;
}
/* 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-gift-message-form-modal-wrapper {
    width: 50%;
  }

  /*------------------------------------------------------------------
  [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: 999px) {
  .product-gallery{
    padding-bottom: 10px;
  }
  .cartdrawerpopup{
    display: block;
  }
  .togglegiftoptwrap{
    padding-top: 8px;
  }
  .jsc-cnb-gallery img.absolute{
    width: 100%!important;
  }
  .customiseatag-gallery img.absolute{
    width: 100%!important;
  }
  /*
  .jsc-cnb-gallery .jsc-theme-prev-next{
    display: none!important;
  }
  */
  .jsc-cnb-gallery .jsc-gallery-arrow .product-gallery__carousel{
    width: 100%!important;
    margin: 0 -20px!important;
    --product-gallery-carousel-grid: auto / auto-flow min(100%, 100%)!important;
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%)!important;
  }
  .customiseatag-gallery .jsc-gallery-arrow .product-gallery__carousel{
    width: 100%!important;
    margin: 0 -20px!important;
    --product-gallery-carousel-grid: auto / auto-flow min(100%, 100%)!important;
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%)!important;
  }
  .jsc-global-breadcrumb{
    display: none!important;
  }
  .jsc-global-breadcrumb-pdp{
    display: none!important;
  }
  .filter-header-wrap .active-facets{
    display: none;
  }
  .filter-hide-mob{
    display: none;
  }
  .sidebar-section-wrap .collection-toolbar__button-container+.collection-toolbar__button-container{
    border-inline-start-width: 0px;
  }
  .sidebar-section-wrap .collection-toolbar__button-container{
    border-inline-start-width: 0px;
  }
  .jsc-pdp.product{
    gap: 0.5rem;
  }
  .jsc-global-breadcrumb-remove {
    margin-top: 15px;
  }
  .product-info .pdp-label.label-show-mob{
    display: inline-block!important;
    margin-top: 15px;
  }
  .jsc-global-breadcrumb-remove{
    display: none!important;
  }
  .br-desk{
    display: none!important;
  }
  .jsc-sidebar{
    position: relative;
    top: 0px;
  }
  .tag-filters {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #isPersonalisation .text-container .charNum {
    right: calc(max(var(--container-gutter),50% - var(--container-max-width) / 2) + 10px);
  }
  .jsc-pdp-page-drawer-wrapper #main {
    padding-top: 15px;
  }
  .predictive-search__products .horizontal-product-card{
    width: calc(100% - (1.25rem/2))!important;
  }
  .predictive-search__products .product-title{
    font-size: 13px;
  }
}

@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]
  */
  .jsc-shogun-flickity .shg-category-col{
    width: 33.33333%!important;
  }

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .collection__main.prod-grid-cnb .product-list{
    --product-list-calculated-items-per-row: 4!important;
  }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  .carttitlewrap .h2{
    font-size: 16px!important;
  }
  .carttitlewrap{
    gap: 15px;
  }
  .line-item-info .quantity-selector--sm{
    --quantity-selector-height: 25px;
  }
  .jsc-gift-message-form-modal-wrapper {
    width: 70%;
  }
  .cartwrap{
    flex-direction: column!important;
    gap: 15px!important;
  }
  .carttable{
    width: 100%;
  }
  .cart-footer{
    width: 100%!important;
    gap: 20px;
  }
  .carttitlewrap{
    margin-bottom: 15px;
  }
  .cartfootertitleline{
    margin-top: 20px;
  }
  .cartinfo{
    margin-top: 20px;
  }
  .shipbarmob{
    display: block;
  }
  .shipbarmob .js-free-shipping{
    padding: 0!important;
  }
  .shipbardesk{
    display: none;
  }
  .cart-footer div{
    width: 100%!important;
  }
  .cartwrap .order-summary__body tr td{
    border-top: 1px solid rgb(var(--border-color))!important;
  }
  .cartwrap th, 
  .cartwrap td{
    padding: 35px 12px!important;
  }
  .line-item-info .removecartitem{
    display: block;
  }
  .carttitlewrap .moneywrap{
    text-align: right;
  }
  .cartwrap .line-item__media{
    width: 30%;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  .customer-account-box{
    min-height: min-content;
  }
  .jsc-rich-mobimg{
    display: inline-block!important;
  }
  .jsc-rich-deskimg{
    display: none!important;
  }

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

@media (max-width: 699px) {
  .link-mob-not-float{
    position: relative!important;
    left: 0!important;
    transform: none!important;
  }
  .jsc-shogun-flickity .shg-product-title-component h3{
    font-size: 12px !important;
  }
  .jsc-shogun-flickity .shg-product-price{
    font-size: 12px !important;
  }
  .personalition-popup-content{
    max-width: 80%;
    max-height: 60%;
  }
  .mobcartprice{
    display: inline-block;
  }
  .deskcartprice{
    display: none;
  }
  .mobdiscountcart{
    display: block;
  }
  .showmulticolumnmob{
    display: block!important;
  }
  .hidemulticolumnmob{
    display: none!important;
  }
  .product-card .product-title{
    font-size: 12px;
  }
  .jsc-grid-info .price-list .h6 .money{
    font-size: 12px!important;
  }
  .collection__main.prod-grid-cnb .product-list{
    --product-list-calculated-items-per-row: 3!important;
  }
  .complementary-products__header{
    justify-content: flex-start;
  }
  .complementary-products__product-list:after{
    content: 'flickity';
    display: none;
  }
  .complementary-products__product-list{
    display: block!important;
  }
  .complementary-products__product-list .horizontal-product-card{
    position: absolute!important;
    width: calc(75% - (1.25rem/2));
  }
  .jsc-logo-list-slider{
    overflow: visible;
  }
  .jsc-logo-list-slider .flickity-viewport{
    overflow: visible;
  }
  .jsc-logo-list-slider .logo-list__item{
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
  .jsc-logo-list-slider-section .container{
    margin: 0;
  }
  .jsc-logo-list-slider-section .flickity-button{
    display: none;
  }
  .faq{
    column-gap: 1.75rem;
  }
  .jsc-gallery-arrow {
    align-items: center!important;
    display: flex!important;
  }

  .jsc-gallery-arrow .product-gallery__media > img {
    width: 100%!important;
    margin-inline: auto!important;
  }
  .jsc-gallery-arrow .product-gallery__carousel{
    margin-inline-start: -20px!important;
    margin-inline-end: -20px!important;
  }
  .jsc-gallery-arrow .product-gallery__carousel{
    width: 100%!important;
    margin: 0 -15px!important;
    --product-gallery-carousel-grid: auto / auto-flow min(100%, 100%)!important;
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%)!important;
  }
  .tag-filters{
    margin-top: 24px;
  }
  .jsc-gift-message-form-modal-wrapper {
    width: 70%;
  }
  .jsc-pdp-form .container{
    margin: 0!important;
  }
  .jsc-pdp-form .product-info{
    margin-left: 20px;
    margin-right: 20px;
  }
  .pdp-label-img{
    left: 20px;
  }
  .jsc-pdp-form .product-gallery__zoom-button{
    right: 20px;
  }
  .jsc-pdp-form [is="carousel-prev-button"]{
    left: 10px;
  }
  .jsc-pdp-form [is="carousel-next-button"]{
    right: 10px;
  }
  .product-content-below-gallery{
    margin: 0 20px;
  }
}

@media (max-width: 550px) {
  jsc-cnb-popup .cnb-popup-content{
    display: block !important;
  }
  jsc-cnb-popup .modal-prompt{
    width: 90% !important;
  }
  .jsc-cnb-popup-left,
  .jsc-cnb-popup-right{
    width: 100% !important;
  }
  .papertext{
    max-width: 50px;
  }
}

@media (max-width: 480px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
    .footer__block-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer__block{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer__block--newsletter{
    grid-column: span 2;
  }


  /* 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]
  */
  .pdp-label-img{
    display: flex;
  }
  .pdp-label-img.label-hidden{
    display: none!important;
  }
  .pdp-label{
    display: none!important;
  }
  .pdp-label-img .pdp-label{
    display: inline-block!important;
  }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  .jsc-shogun-flickity .shg-category-col{
    width: 60%!important;
  }

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .collection__main.prod-grid-cnb .product-list{
    --product-list-calculated-items-per-row: 2!important;
  }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{
    display: none!important;
  }
  .fa-star-half-o:before, .fa-star-o:before, .fa-star:before, .stamped-fa-star-half-o:before, .stamped-fa-star-o:before, .stamped-fa-star:before{
    font-size: 14px;
  }
  .flex-lowstock{
    justify-content: flex-start;
    gap: 5px;
  }
  .product-info .variant-picker__option-values{
    gap: 5px;
  }
  .product-info .jsc-grid-color{
    width: 14px;
    height: 14px;
  }
  .paper-swatch{
    width: 22%;
    min-width: 84px;
  }
  .paper-swatch .swatchimg{
    min-height: 64px;
  }
  .category-label{
    width: 78px;
    height: 78px;
  }
  .jsc-pdp-highlight-banner { 
    padding: 20px; 
  } 
  .jsc-highlight-banner-row-1 { 
    flex-direction: column; 
    margin-bottom: 0; 
  } 
  .jsc-highlight-banner-row-1 .jsc-highlight-banner-content { 
    margin-bottom: 10px; 
  } 
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  .jsc-gift-message-form-modal-wrapper {
    width: 90%;
    height: 40%;
  }
  .jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-buttons {
    display: flex;
  }
  .jsc-feat-grid-wrap .flickity-prev-next-button {
    display: none;
  }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */

  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */

  /*------------------------------------------------------------------
  [17.10 Header]
  */

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  #jsc-lion .ll-detail .left-ll-detail{
    margin-bottom: 35px;
  }
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

/* 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: 700px) {
  .footer__block-list{
    justify-content: center!important;
  }
}

@media (min-width: 768px) {
  #jsc-lion .ll-detail{
    display: flex;
    align-items: center;
    gap: 25px;
  }
  #jsc-lion .left-ll-detail img{
    width: 250px;
  }
}

@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]
  */
  .jsc-reduce-space-left .container{
    margin-left: 30px!important;
  }
  .jsc-reduce-space-left .customer-account-box{
    max-width: 440px!important;
  }

  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */

  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */

  /*------------------------------------------------------------------
  [17.14. Footer]
  */
}

@media (min-width: 1000px) {
  .papertext{
    max-width: 62px;
    font-size: 10px;
    padding-top: 5px;
  }
}

@media (min-width: 1008px) {
  .jsc-customer-account-overview{
    display: flex;
    flex-wrap: nowrap;
  }
  .jsc-sidebar{
    flex-basis: 290px;
    max-width: 290px;
    flex: 1 1 200px;
  }
  .jsc-account-segment{
    flex: 1 0 0;
  }
}
@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]
  */
  .jsc-cont-side{
    max-width: 600px;
  }

  /*------------------------------------------------------------------
  [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]
  */
}

@media (min-height: 400px) and (max-height: 700px){
  .jsc-gift-message-form-modal-wrapper .jsc-gift-message-form-input {
    max-height: calc(100% - 90px);
  }
  .jsc-gift-message-form-modal-wrapper {
    height: 30%;
  }
}
