/** Shopify CDN: Minification failed

Line 499:11 Expected ":"
Line 499:13 Expected identifier but found "20px"

**/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.default-page h1{
  font-size: clamp(40px, 10vw, 70px);
  margin: 30px 0 20px;
}

.default-page h2{
  font-family: "Lexend Peta", sans-serif;
  font-size: clamp(25px, 8vw, 30px);
  margin: 30px 0 20px;
  text-transform: uppercase;
}

.default-page h3{
  font-family: "Lexend Peta", sans-serif;
  font-size: clamp(20px, 7vw, 25px);
   margin: 30px 0 20px;
  text-transform: uppercase;
}

.default-page h4{
  font-family: "Lexend Peta", sans-serif;
  font-size: clamp(18px, 6vw, 20px);
   margin: 30px 0 20px;
  text-transform: uppercase;
}


.default-page p{
    font-size: 18px;
margin-bottom: 20px;
  line-height: 1.4;
}


.default-page ol,
.default-page ul{
  margin: 20px 0 20px;
  font-size: 18px;
  line-height: 1.4;
}
.default-page ol li,
.default-page ul li{
  margin-bottom: 10px;
}

a{
  color: #7B5467;
}

.form-status{
  font-size: 18px !important;
}

.template-404{
  padding: 70px 0;
}

.template-404 a{
  display: none;
}

.template-404 p{
  font-size: clamp(40px, 10vw, 90px);
  font-family:  "Playfair Display", serif;
  text-align: center;
  margin-bottom: 40px;
}

.login h1,
.register h1,
#login,
.template-404 .title{
  font-size: clamp(20px, 10vw, 40px);
  text-align: center;
  font-family:  "Lexend Peta", sans-serif;
  text-transform: uppercase;
}

.login label{
  display: none;
}

.form-status svg{
  width: 20px;
}

body {
    line-height:1;
  font-family: "Work Sans", sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
    width: 100%;
    height: auto;
}
.page-width,
.wrapper{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

header{
    background-color: #2B2C2E;
    padding: 20px 0;
}

header .wrapper{
    display: flex;
}
footer ul,
header ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.shopify-challenge__container{
  padding: 70px 0;
}

.g-recaptcha{
  margin-top:30px;
}

.register button,
.login button,
.shopify-challenge__container input[type="submit"]{
  margin-top: 30px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #CFC3CD;
  font-family: "Lexend Peta", sans-serif;
}

header nav{
    width: 36%;
}

header .logo{
    max-width: 150px;
}

header .main_header .wrapper{
    justify-content: space-between;
    align-items: center;
}

header .main_header ul{
    justify-content: space-between;
}

header a{
    color: #fff;
  font-family: "Lexend Peta", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.handburger{
  font-size: 60px;
  color: #fff;
  cursor: pointer;
}

.mobile_nav ul{
  display: flex;
    flex-direction: column;
    width: 100%;

    text-align: right;
    padding-right: 60px;
}

.mobile_nav{
  display: none;
}

.mobile_nav ul li{
  margin-bottom: 10px;
}
.handburger.open_menu .open,
.handburger .close{
    display: none;
}

.handburger.open_menu .close{
    display: block;
  font-size: 50px;
}

header .menu_container{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top_bar .wrapper{
  flex-direction: row-reverse;
}

header .login_icon{
  width: 20px;
  margin-right: 10px;
}
header .cart_icon{
  width: 25px;
}

a{
    text-decoration: none;
}

footer{
  background: #2B2C2E;
  padding: 50px 0 30px;
      }

footer .bottom .wrapper{
  text-align: center;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  margin-top: 40px;
  justify-content: center;
}

footer .wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

footer .wrapper .left{
  width: 67%;
  display: flex;
  flex-direction: row;
  color: #fff;
  justify-content: space-between;
}

footer .left .vision h2{
   font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.2;
  color: #CDC2CC;
}

footer .left .vision{
  width: 25%;
}

footer .left .vision p{
  font-size: 23px;
  line-height: 31px;
  font-family: "Work Sans", sans-serif;
}

footer .left ul{
  display: flex;
  flex-direction: column;
  
}



footer .left ul li{
  margin-bottom: 15px;
}

footer .left ul li a{
  color: #fff;
  font-family: "Lexend Peta", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

footer .wrapper .right{
  width: 30%;
}

footer .wrapper .right p{
  color: #fff;
   font-family: "Work Sans", sans-serif;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 20px;
}

footer form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
footer form .first-name,
footer form .last-name{
  width: 48%;
  box-sizing: border-box;
}

footer form .email{
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
}
footer form input[type="text"],
footer form input[type="email"]
{
  width: 100%;
  background: #C4D3D0;
  padding: 7px 10px;
  border: 0;
  box-sizing: border-box;
}
footer .bottom a{
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

footer .bottom a:nth-of-type(1){
  margin-left: 20px;
}
footer form input[type="submit"]{
  border: 0;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #fff;
  font-family:  "Lexend Peta", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

.jdgm-write-rev-link{
    font-family:  "Lexend Peta", sans-serif;
      font-size: 11px !important;
    text-transform: uppercase;
}

.with_border .wrapper{
    border-bottom: 1px solid #7B5467;
}

html {
    scroll-behavior: smooth;
  }
deferred-media{
  display: block;
}

.deferred-media__poster-button.motion-reduce{
  visibility: hidden;
}

.article-template__hero-container{
  overflow: hidden;
}

.article-template header{
  background: transparent;
  margin: 30px auto 0 !important;
}

.article-template{
  padding-bottom: 70px;
}

.article-template p{
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 17px;
}

.article-template a{
  color: #7B5467;
}

 .article-template ul{
   list-style-type: disc;
   list-style-position: outside;
 }

 .article-template ul li{
   margin-bottom: 10px;
 }

.article-template__title{
  font-size: 70px;
  font-family: "Playfair Display", serif;
}

.article-template__content{
  margin-top: 20px !important;
  max-width: 750px;
  margin: 20px auto 0!important;
}

.article-template__content p {
  font-size; 20px;
  line-height: 26px;
  font-family: "Work Sans", sans-serif;
}
.mobile{
 display: none; 
}

@media only screen and (max-width: 995px){
  footer .wrapper{
    flex-direction: column;
  }
  footer .wrapper .right,
  footer .wrapper .left{
    width: 100%;
  }

  footer .wrapper .right{
    margin-top: 20px;
  }

  .mobile{
 display: block; 
}
  .desktop{
 display: none; 
}
}

h1.main-page-title{
  font-size: clamp(40px, 10vw, 70px);
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

button,
input[type="submit"]{
  cursor: pointer;
}

@media only screen and (max-width: 765px){
  footer .wrapper .left{
    flex-direction: column;
  }


  footer .left .vision{
    width: 100%;
    margin-bottom: 30px;
  }
}

.loading-overlay__spinner{
  display: none !important;
}

/**************** Blog - Arif ***************/
.article-template h2 {
  font-size: 2.2em;
  padding-top: 15px;
  margin-bottom: 20px;
}
.article-template h3 {
  font-size: 1.6em;
  padding-top: 10px;
  margin-bottom: 10px;
}
.article-template ul,
.article-template ol {
  margin-left: 20px;
  padding: 10px 0;
}
.article-template a {
  color: #7B5467;
  text-decoration: underline;
}


