/** Shopify CDN: Minification failed

Line 1096:2 Unexpected "{"
Line 1096:3 Expected identifier but found "%"
Line 1096:36 Unexpected "{"
Line 1096:37 Expected identifier but found "%"
Line 1098:2 Unexpected "{"
Line 1098:3 Expected identifier but found "%"
Line 1098:91 Unexpected "{"
Line 1098:92 Expected identifier but found "%"

**/
.cus_container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.hero_img img {
    width: 100%;
    border-radius: 24px;
}

.cus_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cus_row>div:last-child {
    width: 40%;
}



span.label_main {
    background: #e9bba1;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-flex;
    color: #6c4631;
    border-radius: 33554400px;
    background: linear-gradient(90deg, #FEF3C6 0%, #FFE4E6 100%);
    align-items: center;
    grid-gap: 5px;
}

h1.main_head {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width:500px;
}

.jimmi_hero .col_6:first-child {
    padding-right: 100px;
    width: 60%;
}

section.jimmi_hero {
    background: linear-gradient(135deg, #FAFAFA 0%, rgba(255, 251, 235, 0.30) 50%, rgba(255, 241, 242, 0.20) 100%);
    padding: 40px 0
}

p.sub_text {
    font-size: 20px;
    color: #6e6e6e;
    margin-bottom: 20px;
    max-width: 500px;
}

.border_box,
.border_box * {
    box-sizing: border-box;
}

h1.main_head span {
    color: #74463b;
    background: linear-gradient(90deg, #AC6B42 0%, #E29354 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

ul.useful_points li {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #6e6e6e;
}

.lead_logo .wrap img {
    width: 100px;
    height: auto;
}

.shopify-section.section:has(>.lead_logo) {
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
}

.lead_logo .wrap>div {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.jimmi_social_proof {
    padding: 40px 0;
}

.social_heading,
.why_join_heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

span.rating_cus {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.social_sub_head {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.why_join_sub_head {
    font-size: 20px;
    color: #6e6e6e;
    margin-bottom: 40px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px auto;
}

.rating_cus path {
    fill: #ca7951;
    stroke: #ca7951;
}

.cus_social_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    padding: 50px;
    border-radius: 24px;
    border: 1px solid rgba(254, 243, 198, 0.50);
    background: linear-gradient(135deg, #FFFBEB 0%, #FFF 50%, #FFF1F2 100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.cus_social_row>div {
    flex: 1;
}

.social_img img {
    width: 100%;
    border-radius: 16px;
}

.social_img {
    position: relative;
}

.check_cele {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}


.jimmi_glow_inner {
    border-radius: 30px;
    padding: 40px;
    background: #000000;
    text-align: center;
}

h3.glow_count {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(90deg, #AC6B42 0%, #E29354 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.jimmi_glow_inner .label_main {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    grid-gap: 10px
}

.glow_sub_text {
    color: #ffffff;
}

.glow_sub_text {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
    opacity: 0.8;
}

.glow_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.glow_row>div {
    flex: 1;
}

.single_people img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
}

.jimmi_why_join {
    padding: 60px 0;
    background: linear-gradient(135deg, #fafafa, #fffbeb4d, #fff1f233);
    margin-top: 60px;
    border-top: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
}

.why_row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
}

.why_row>div {
    flex: 1;
    text-align: center;
    padding: 30px;
    transition: 0.3s;
}

.why_row>div:hover {
    box-shadow: 0px 5px 10px #0000001c;
    border-radius: 24px;
}

.why_col_head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
}

.why_col_text {
    font-size: 16px;
    color: #6e6e6e;
}

span.why_col_icon {
    display: inline-flex;
    margin-bottom: 25px;
}

.jimmi_access {
    padding: 40px 0;
    border-radius: 33554400px;
    background: linear-gradient(225deg, rgba(254, 243, 198, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
    margin-top: 20px;
    margin-bottom: 40px;
}

.access_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.access_row>div {
    width: 50%;
}

.access_head,
.jimmi_joinglow_head {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 700px;
    margin: 20px 0 10px;
}

.access_text,
.jimmi_joinglow_text {
    font-size: 20px;
    color: #6e6e6e;
    margin-bottom: 40px;
    max-width: 500px;
}

.access_col.access_col_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.images_col_access img {
    aspect-ratio: 1/1;
    object-position: top;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.images_col_access:last-child {
    padding-top: 80px;
}


.jimmi_joinglow {
    padding: 40px 0;
    background: linear-gradient(135deg, #FAFAFA 0%, rgba(255, 251, 235, 0.30) 100%);
    text-align: center;
}

.jimmi_joinglow_text,
.jimmi_joinglow_head {
    margin-left: auto;
    margin-right: auto;
}

.points_sub {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    justify-content: center;
}

.points_sub li {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    align-items: center;
}



section.jimmi_early_access {
    background: linear-gradient(90deg, #E17100 0%, #FE9A00 50%, #FF2056 100%);
    padding: 40px 0;
    text-align: center;
}

span.early_access_icon {
    display: inline-flex;
    margin-bottom: 20px;
}

.early_access_head,
.glowing_skin_head {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto 10px auto;
    color: #ffffff;
}

.early_access_text,
.glowing_skin_text {
    font-size: 20px;
    max-width: 500px;
    color: #ffffff;
    margin: 0 auto;
}

.early_access_button {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    background: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 30px;
    color: #ffffff;
}


span.glowing_skin_icon {
    display: inline-flex;
}

.jimmi_glowing_skin {
    padding: 40px 0;
    text-align: center;
    background: #000000;
    border-bottom: 1px solid #ffffff17;
}

.why_join_heading {
    margin-bottom: 10px;
}

.glowing_skin_note {
    font-size: 14px;
    max-width: 500px;
    color: #ffffff7a;
    margin: 0 auto;
}
.border_box {
    padding-left: 4.861% !important;
    padding-right: 4.861% !important;
}
 .jimmi_hero .klaviyo-form form {
    margin: 0 !important;
}
 .jimmi_hero .needsclick button {
    border-radius: 8px !important;
background: #000 !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10) !important;
color: #FFF !important;
font-size: 14px !important;
font-style: normal;
font-weight: 500;
line-height: 20px;
padding:0px 40px !important;
}
 .jimmi_hero .needsclick input::placeholder, .jimmi_glowing_skin .needsclick input::placeholder, .jimmi_joinglow .needsclick input::placeholder{
    color: #717182 !important;
 font-size: 14px !important; 
 font-weight: 400 !important;
 line-height: normal !important;
}
 .jimmi_hero .needsclick input{
    color: #717182 !important;
 font-size: 14px !important; 
 font-weight: 400 !important;
 line-height: normal !important;
 border-radius: 8px !important;
border: 1px solid #E5E7EB !important;
background: #FFF !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10) !important;
}

 .jimmi_glowing_skin button{
    border-radius: 8px !important;
background: linear-gradient(90deg, #FE9A00 0%, #E17100 100%) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
color: #FFF;
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 28px !important;
padding:0px 40px !important;
 }

 .jimmi_joinglow button{
    border-radius: 8px !important;
background: linear-gradient(90deg, #FE9A00 0%, #FF2056 100%) !important;
color: #FFF !important;
text-align: center !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 20px !important;
padding:0px 40px !important;
 }
  .jimmi_joinglow input{
border-radius: 8px !important;
background: #F9FAFB !important;
border:none !important;
  }
  .jimmi_joinglow form > div >.needsclick{
    padding: 8px !important;
    grid-gap: 12px !important;
     border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  
  min-height:unset !important;
  height:auto !important;
  }
  .jimmi_joinglow form>div>.needsclick >.needsclick {
    padding: 0px !important;
}
 .jimmi_hero  p.sub_text{
    margin-bottom:0px !important;
}
.access_text, .jimmi_joinglow_text {
    margin-bottom: 10px;
}
 .footer .large\:pb-16 {
    padding-bottom: 2rem;
}


@media only screen and (max-width:1399px) {
    h1.main_head {
    font-size: 65px;
    max-width:455px;
}
.jimmi_access {
    margin-bottom: 0px !important;
}
}

@media only screen and (max-width:1344px) {
    h1.main_head {
    font-size: 58px;
}
p.sub_text {
    font-size: 18px;
    max-width: 478px;
}
.social_heading, .why_join_heading {
    font-size: 40px;
    line-height: 1.2;
}
h3.glow_count {
    font-size: 58px;
    line-height: 1.2;
}
.glow_sub_text {
    font-size: 25px;
    margin-bottom: 10px;
}
.why_col_head {
    font-size: 21px;
    line-height: 1.1;
}
.jimmi_access {
    margin-top: 0px !important;
}
.access_head, .jimmi_joinglow_head {
    font-size: 40px;
    line-height: 1.2;
}
.access_text, .jimmi_joinglow_text {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 468px;
}
.early_access_head, .glowing_skin_head {
    font-size: 40px;
    line-height: 1.2;
}
.early_access_text, .glowing_skin_text {
    font-size: 19px;
    max-width: 492px;
}
section.jimmi_hero,.jimmi_social_proof, .jimmi_access, .jimmi_joinglow, section.jimmi_early_access, .jimmi_glowing_skin {
    padding: 40px 0;
}
.jimmi_glow_inner {
    padding: 35px 40px;
}
.social_sub_head {
    margin-bottom: 0px;
}
.large\:pb-16 {
    padding-bottom: 2rem;
}
}

@media only screen and (max-width:1199px) {
h1.main_head {
    font-size: 50px;
}
.social_heading, .why_join_heading {
    font-size: 35px;
    line-height: 1.2;
    max-width: 600px;
}
.social_sub_head {
    font-size: 18px;
    margin-bottom: 20px;
}
.cus_social_row {
    padding: 30px;
}
h3.glow_count {
    font-size: 50px;
    line-height: 1.2;
}
.glow_sub_text {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.why_join_sub_head {
    font-size: 18px;
    color: #6e6e6e;
    max-width: 450px;
    text-align: center;
    line-height: 1.3;
}
.why_col_head {
    font-size: 20px;
    line-height: 1.1;
}
.access_head, .jimmi_joinglow_head {
    font-size: 35px;
    line-height: 1.2;
}
.access_text, .jimmi_joinglow_text {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 396px;
    line-height: 1.5;
}
.early_access_head, .glowing_skin_head {
    font-size: 35px;
    line-height: 1.2;
}
.early_access_text, .glowing_skin_text {
    font-size: 18px;
    max-width: 457px;
    line-height: 1.4;
}
.medium\:grid-cols-2 {
    grid-template-columns: repeat(4,minmax(0,1fr));
    text-align:left;
}
 .footer .mt-11 {
    margin-top:0rem !important;
}
.footer .text-sm {
    display: inline-flex;
    grid-gap: 20px;
    margin-left:10px;
}
 .footer .mt-12{
    text-align: left;
 }
   .footer .justify-center li{
    margin:0px;
 }
.footer .justify-center {
    align-items: center;
    grid-gap: 0;
    justify-content: space-between;
}
 .section-header .menu-drawer {
    width: 70%;
}
p.sub_text {
    font-size: 18px;
    max-width: 478px;
    margin-bottom: 0px;
}
.jimmi_hero .needsclick button {
    padding: 0 25px!important;
}
ul.useful_points li {
    align-items: flex-start;
}
.lead_logo .wrap>div {
    padding-bottom: 2rem;
}
.footer .justify-start {
    margin-top: 20px;
}
.footer .mt-12 {
    margin-top: 0;
}

}

@media only screen and (max-width:991px) {
    p.sub_text {
    font-size: 16px;
    max-width: 478px;
}
h1.main_head {
    line-height: 1.1;
    font-size: 40px;
}
ul.useful_points li {
    font-size: 16px;
}
.jimmi_hero .col_6:first-child {
    padding-right: 80px;
}
.social_heading, .why_join_heading {
    font-size: 30px;
    line-height: 1.2;
    max-width: 519px;
}
h3.glow_count {
    font-size: 40px;
    line-height: 1.2;
}
.glow_sub_text {
    font-size: 19px;
}
.why_join_sub_head {
    font-size: 16px;
    max-width: 400px;
    line-height: 1.3;
    margin: 0 auto 20px;
}
.why_col_head {
    font-size: 18px;
}
.why_row {
    grid-gap: 20px;
}
.why_col_text {
    font-size: 16px;
    line-height: 1.3;
}
.access_text, .jimmi_joinglow_text {
    max-width: 331px;
}
.access_head, .jimmi_joinglow_head {
    font-size: 30px;
    line-height: 1.1;
}
.early_access_head, .glowing_skin_head {
    font-size: 30px;
    line-height: 1.1;
}
.early_access_text, .glowing_skin_text {
    font-size: 16px;
    max-width: 405px;
    line-height: 1.4;
}
.social_img svg{
    width:30px;
    height:30px;
    object-fit:cover;
}
.check_cele {
    top: 10px;
    right: 10px;
}
.medium\:grid-cols-2 {
    grid-template-columns: repeat(3,minmax(0,1fr));
    text-align:left !important;
}
.footer .mt-11:last-child {
    grid-row-start: 2;
    grid-column: span 3 / span 3;
    text-align:center;
}
.footer .mt-12 {
    text-align: center;
}
.footer .justify-start {
    justify-content: center;
}
.header__icon .icon-cart, .header__icon svg {
    height: 22px !important;
    width: 23px !important;
    object-fit: cover;
}
 .section-header .largeMax\:max-w-\[9\.375rem\] {
    max-width: 7.375rem;
}
.footer .justify-center {
    grid-gap: 20px;
    justify-content: center;
}
}

@media only screen and (max-width:767px) {
    h1.main_head {
    line-height: 1.1;
    font-size: 36px;
}
.why_row {
    flex-direction: column;
}
.justify-start {
    justify-content: center;
}
.jimmi_hero .col_6:first-child {
    padding-right: 37px;
}
.cus_social_row {
    padding: 25px;
}
.social_img svg {
    width: 25px;
    height: 25px;
}
ul.useful_points li {
    align-items: flex-start;
}
.glow_row {
    grid-gap: 10px;
}
 .section-header .menu-drawer {
    width: 100%;
}
 .jimmi_hero .needsclick input::placeholder, .jimmi_glowing_skin .needsclick input::placeholder, .jimmi_joinglow .needsclick input::placeholder{
 font-size: 12px !important; 
}
.jimmi_hero .needsclick button {
    padding: 0 13px!important;
}
}

@media only screen and (max-width:575px) {
    .jimmi_hero .col_6:first-child {
    width:100%;
}
.cus_row, .access_row {
    flex-direction: column;
}
h1.main_head {
    line-height: 1.1;
    font-size: 30px;
}
.social_heading, .why_join_heading {
    font-size: 24px;
    line-height: 1.2;
    max-width: 100%;
}
.social_sub_head {
    font-size: 16px;
}
.cus_social_row {
    padding: 15px;
    grid-gap:15px;
}
.social_img svg{
    width:20px;
    height:20px;
    object-fit:cover;
}
.check_cele {
    position: absolute;
    top: 6px;
    right: 9px;
}
h3.glow_count {
    font-size: 35px;
    line-height: 1.2;
}
.glow_sub_text {
    font-size: 16px;
   margin-top: 5px;
}
.access_row>div {
    width: 100%;
}
.access_col.access_col_image {
    margin-top: 20px;
}
.jimmi_glowing_skin {
    padding: 60px 20px;
}
.justify-start {
    grid-gap: 5px;
}
.medium\:grid-cols-2 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    text-align:center !important;
}
.footer .mt-11:last-child {
    grid-row-start: unset;
    grid-column: unset;
}
.cus_row>div:last-child {
    width: 100%;
}
.hero_img{
    margin-top:30px;
}
.footer .text-sm {
    padding: 0px !important;
    margin: 0px !important;
}
p.sub_text {
    max-width: 100%;
}
.lead_logo .wrap img {
    width: 70px;
    height: auto;
    object-fit: cover;
}
.single_people img {
    border-radius: 4px;
}
.header__icon .icon-cart, .header__icon svg {
    height: 20px!important;
    width: 20px!important;
    object-fit: cover;
     min-width:20px !important;
}
.justify-center {
    justify-content: flex-end !important;
}
.jimmi_access {
    border-radius: 108px;
}
.menu-drawer__menu-item .icon-arrow, .menu-drawer__close-button .icon-arrow {
    height: 20px;
    width: 20px;
    object-fit: cover;

}
.header__icon{
    width:32px;
    justify-content:center !important;
} 
.header__icon--menu .icon {
    position: static;
}
#Details-menu-drawer-container[open] .header__icon--menu .icon {
    position: absolute;
}
#Details-menu-drawer-container summary.header__icon > span {
    padding-left: 10px;
    justify-content: center !important;
}
 body #Details-menu-drawer-container[open]  summary.header__icon > span{
   padding-left: 0px !important;
}
.footer .justify-center {
    grid-gap: 20px;
    justify-content: center !important;
}
.jimmi_hero .col_6:first-child {
    padding-right: 0;
}
.jimmi_glowing_skin button, .jimmi_joinglow button {
    padding: 0 20px!important;
}
.footer .mt-12 {
    margin-top: 20px;
}
h3.glow_count {
    font-size: 30px;
}
.jimmi_glow_inner .label_main {
    font-size: 12px;
}
.access_head, .jimmi_joinglow_head, .early_access_head, .glowing_skin_head {
    font-size: 28px;
    line-height: 1.1;
}
.points_sub {
    grid-gap: 8px;
}
.early_access_button, span.label_main {
    font-size: 13px;
}
/* .jimmi_hero form.needsclick{
     min-height: unset !important;
    height: auto !important;
}
.jimmi_hero button{
padding:0px !important;
}


.jimmi_hero input{
    padding:0px !important;
} */
}
.card-wrrper-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.card--product .card__information .card__heading {
   
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-wrrper-flex .jc-btn {
    padding: 10px 20px;
    transition: background 0.2s, color 0.2s;
    height: fit-content;
}


.card-wrrper-flex .jc-btn {
    border: 1px solid #000 !important;
}
ul.pagination__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.button:hover {
    color: #fff;
}
button.product-form__submit.button {
    text-transform: uppercase;
}

@media (max-width:767px)
{
.footer-inner-custom img {
    width: 60%;
    margin-bottom: 20px;
}
}



.menu-drawer {
    background-color: var(--color-background-1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 3.5rem;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.menu-drawer .pt-24 {
    padding-top: 1rem !important;
}
#Details-menu-drawer-container[open] .header__icon--menu svg.icon.icon-close  {
    position: absolute;
    top: -30px;
    width: 14px !important;
    height: 14px !important;
    min-width: auto !important;
}

.menu-drawer__menu li a, .menu-drawer__menu-item {
font-size: 14px !important;
    padding: 10px 15px;
}
button.menu-drawer__close-button.flex.items-center.mt-8.text-lg {
    margin: 0;
    padding: 0 10px;
}
#Details-menu-drawer-container ul.menu-drawer__menu.has-submenu {
    margin-top: 20px;
}
.menu-drawer__submenu ul.pt-12 {
    padding-top: 1rem;
}
.inner-submenuu-custom.pt-8.overflow-x-hidden.overflow-y-auto {
    padding-top: 1rem;
}
span.badge.bg-accent1 {
    color: #fff;
}

.product-form-blocks {
    display: flex;
    gap: 14px;
}

  .luxury-badge {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 5;
  
  background: linear-gradient(135deg, #f4e9d8 0%, #e0c9a6 50%, #c9a876 100%);
  color: #4a3826;
  padding: 8px 18px;
  {% comment %} border-radius: 2px; {% endcomment %}
  /* border: 1px solid rgba(74, 56, 38, 0.25); */
  {% comment %} box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.08); {% endcomment %}
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
}

.luxury-badge span {
  position: relative;
  line-height: normal;
  display: inline-block;
}



@media screen and (max-width: 749px) {
.luxury-badge {
    padding: 3px 4px;
    font-size: 9px;
    top: 8px;
    left: 5px;
    letter-spacing: 0;
    
}
.card__badge.right {
    right: 5px;
    top: 8px;
}

}
button#checkout {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}

.product-carousel-custom__slide .card--product .card__information {
    margin-top: 10px;
    padding: 0;
    padding-bottom: 10px;
}