/** Shopify CDN: Minification failed

Line 563:0 Unexpected "{"
Line 563:1 Unexpected "{"
Line 563:3 Expected identifier but found "'custom-sections.css'"
Line 565:0 Unexpected "<"
Line 577:0 Unexpected "<"
Line 581:1 Unexpected "{"
Line 581:3 Expected identifier but found "'custom-sections.css'"
Line 585:0 Unexpected "{"
Line 585:1 Unexpected "{"
Line 585:3 Expected identifier but found "'custom-sections.css'"
... and 1 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-banners (INDEX:19) */
html {
  scroll-behavior: smooth;
  }
  ul.tabs {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  margin: 0px;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
ul.tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #DDDDDD !important;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  display: block;
  font-size: 13px;
  height: 29px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  width: auto;
  color: #303030;
  border-bottom:none !important;
}
ul.tabs li a.active {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #111111;
  height: 30px;
  margin: 0 0 0 -1px;
  padding-top: 4px;
  position: relative;
  top: -4px;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:first-child a {
  border-top-left-radius: 2px;
  border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
  border-top-right-radius: 2px;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}
  .product-tab ul.tabs{
    padding: 10px;
    display: flex;
    justify-content: center;
    border: none;
    background: #373737;
}
section.feature-point .content-wrapper{
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
    align-items: center; 
}

.feature-image {
    height: 320px;
    width: 320px;
    overflow: hidden;
    border-radius: 10px;
}
.feature-image img {
    max-width: 320px !important;
    max-height: 320px !important;
}

.feature-text {
    padding: 10px;
    width: 100%;
    max-width: 460px;
}

.feature-text h2{
    font-size: 36px;
    text-transform:capitalize;
    color: #fff;
    font-weight: 600;
}
  .feature-text p{
    font-size: 14px;
    font-weight: 300;
  }
div#description section .content-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}
img.banner-bg-img{
    width: 100%;
    height: auto;
}
.mobile_only {
    display: none;
}
.feature-point{
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-point .content-wrapper {
    display: flex;
    padding: 40px;
    justify-content: space-around;
}
@media only screen and (max-width: 759px) {
  .feature-point .content-wrapper {
    flex-direction: column;
  }
    .desktop_only {
    display: none;
    }
    .mobile_only{
        display: block;
    }
}
/* END_SECTION:featured-banners */

/* START_SECTION:join-tribe-gamicon (INDEX:33) */
button#join-tribe-button:hover {
    scale: 1.1;
}
.join-tribe-section{
   padding: 10px;
    text-align: center;
    position: fixed;
    z-index: 99;
    width: 98%;
    background: #6a00c87a;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
    left: 1%;
    backdrop-filter: blur(10px);
    transition: cubic-bezier(1, 0.03, 0.06, 0.69);
}
.join-tribe-section h2, .join-tribe-section h1, .join-tribe-section h3, .join-tribe-section p {
    color: #fff;
}
#join-tribe-button {
    background: linear-gradient(228deg, rgba(21, 209, 252, 1) 14%, rgba(187, 48, 254, 1) 83%);
    max-width: 300px;
    cursor: pointer;
    height: 58px;
    margin: 4px auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    border: none;
    /* box-shadow: 0px 3px 15px 2px #a615ff; */
    font-family: inherit;
    padding: 10px 50px;
    margin-bottom: 40px;
    transition: 0.3s ease-in-out;
    border: 1px solid #bb30fe;
}
  button#join-tribe-button:hover {
    box-shadow: 0px 3px 15px 2px #a615ff;
}
.join-tribe-section a.login_with_otp{
   font-size: 21px;
    font-weight: bold;
    padding: 32px;
    background: #ffffff;
    font-family: inherit;
    box-shadow: none;
    border: none;
    color: #673AB7;
}
/* END_SECTION:join-tribe-gamicon */

/* START_SECTION:join-tribe (INDEX:34) */
button#join-tribe-button:hover {
    scale: 1.1;
}
.join-tribe-section{
   padding: 10px;
    text-align: center;
    position: fixed;
    z-index: 99;
    width: 98%;
    background: #6a00c87a;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
    left: 1%;
    backdrop-filter: blur(10px);
    transition: cubic-bezier(1, 0.03, 0.06, 0.69);
}
.join-tribe-section h2, .join-tribe-section h1, .join-tribe-section h3, .join-tribe-section p {
    color: #fff;
}
#join-tribe-button {
    background: linear-gradient(228deg, rgba(21, 209, 252, 1) 14%, rgba(187, 48, 254, 1) 83%);
    max-width: 300px;
    cursor: pointer;
    height: 58px;
    margin: 4px auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    border: none;
    /* box-shadow: 0px 3px 15px 2px #a615ff; */
    font-family: inherit;
    padding: 10px 50px;
    margin-bottom: 40px;
    transition: 0.3s ease-in-out;
    border: 1px solid #bb30fe;
}
  button#join-tribe-button:hover {
    box-shadow: 0px 3px 15px 2px #a615ff;
}
.join-tribe-section a.login_with_otp{
   font-size: 21px;
    font-weight: bold;
    padding: 32px;
    background: #ffffff;
    font-family: inherit;
    box-shadow: none;
    border: none;
    color: #673AB7;
}
/* END_SECTION:join-tribe */

/* START_SECTION:main-collection-description (INDEX:46) */
.collection-text {
    padding: 40px;
  }

  .collection-text p {
      margin: 0;
      font-size: 12px;
      color: #4d4d4d;
  }
/* END_SECTION:main-collection-description */

/* START_SECTION:product-banners (INDEX:71) */
html {
  scroll-behavior: smooth;
  }
 
section.feature-point .content-wrapper{
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
    align-items: center; 
}

.feature-image {
    height: 320px;
    width: 320px;
    overflow: hidden;
    border-radius: 10px;
}
.feature-image img {
    max-width: 320px !important;
    max-height: 320px !important;
}

.feature-text {
    padding: 10px;
    width: 100%;
    max-width: 460px;
}

.feature-text h2{
    font-size: 36px;
    text-transform:capitalize;
    color: #fff;
    font-weight: 600;
}
  .feature-text p{
    font-size: 14px;
    font-weight: 300;
  }
section.feature-point:nth-child(even) .content-wrapper{
    flex-direction: row-reverse;
}
/* END_SECTION:product-banners */

/* START_SECTION:product-image-banner (INDEX:73) */
.product-image-banners img{
    width: 100%;
    height: auto;
  }
.mobile_only{
        display: none;
    }
@media only screen and (max-width: 759px) {
  .feature-point {
    max-width: 100vw;
  }
  .feature-point .content-wrapper {
    flex-direction: column;
  }
    .desktop_only {
    display: none;
    }
    .mobile_only{
        display: block;
    }
}
/* END_SECTION:product-image-banner */

/* START_SECTION:product-video-slider (INDEX:76) */
.product-slideshow{
  font-family: 'Josefin Sans', sans-serif;
 
  
}
.product-slideshow .item{
  
  transition:.8s ease all;
  margin:0 10px;
}
  .item h2.product-title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }
.owl-nav {
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    margin-top: -240px;
}
.owl-nav button span{
  font-size: 72px;
  padding: 20px;
}
.owl-carousel button.owl-dot {
    background: gray !important;
    height: 4px;
    width: 20px;
    margin: 4px;
    border-radius: 6px;
}
  .owl-carousel button.owl-dot.active{
    background: #EC6B0F !important;
  }

.product-info {
    position: absolute;
    z-index: 999;
    bottom: 0;
    padding: 10px;
    padding-top: 60px;
    vertical-align: bottom;
    background: rgb(0,0,0);
    /** background: linear-gradient(0deg, rgb(29 29 29) 0%, rgba(0,0,0,0) 100%); **/
    border-radius: 20px;
    overflow: hidden;
}
h2.product-title {
    margin: 0;
    text-transform: capitalize;
}

h3.key-usp {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
  font-weight: bold;
}

h3.product-price {
    margin: 0;
  font-family: inherit;
  font-size: 18px;
  color: #000000;
  
}
.product-image-container img{
    height: auto !important;
}
.owl-dots {
    text-align: center;
}
.item.evofox .key-usp, .item.evofox .product-price {
    color: #0f55b0;
}
a.buy-now-btn {
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    color: #000;
    line-height: 1;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #000000;
}
.evofox a.buy-now-btn{
    background-color: #0f55b0;
}
.item.evofox {
    background: none;
}
.item h3.key-usp {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 5px;
}
.product-image-container {
    border-radius: 12px;
    overflow: hidden;
}

@media(max-width:1000px){

}
/* END_SECTION:product-video-slider */

/* START_SECTION:quick-highlights-banner (INDEX:77) */
.product-image-banners img{
    width: 100%;
    height: auto;
  }
.mobile_only{
        display: none;
    }
@media only screen and (max-width: 759px) {
  .feature-point {
    max-width: 100vw;
  }
  .feature-point .content-wrapper {
    flex-direction: column;
  }
    .desktop_only {
    display: none;
    }
    .mobile_only{
        display: block;
    }
}
/* END_SECTION:quick-highlights-banner */

/* START_SECTION:responsive-image-with-text-section (INDEX:80) */
.responsive-custom-section {
    max-width: 100%;
  
}
.responsive-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
  margin: 0 auto;
}
  .responsive-wrapper:nth-child(even) {
    flex-direction: row-reverse;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.image-container {
    max-width: 50%;
    width: 50%;
    text-align: center;
    padding: 10px;
}

.content-area {
    width: 50%;
    max-width: 50%;
    padding: 10px;
  text-transform: titlecase;
}

.image-container img {
    max-width: 100%;
    height: auto;
}
  
  .section-title{
    font-size: 28px;
    text-align: center;
  }
  .section-wrapper{
    padding: 20px;
  }

@media only screen and (max-width: 600px) {
  .responsive-wrapper, .responsive-wrapper:nth-child(even){
    flex-direction: column;
    }
  .image-container, .content-area{
    width: 100%;
    max-width: 100%;
  }
  
}
/* END_SECTION:responsive-image-with-text-section */

/* START_SECTION:sec-homepage-newlaunch (INDEX:84) */
{{ 'custom-sections.css' | asset_url | stylesheet_tag }}

<style>
  .add-to-cart_custom.sold-out {
    background:#ddd;
    color:#777;
    cursor:not-allowed;
    pointer-events:none;
    border: 1px solid #ccc;
  }

  .new-launch-section .sections-homepage-section-title {
    font-weight: 700;
  }
</style>
/* END_SECTION:sec-homepage-newlaunch */

/* START_SECTION:section-best-of-amkette (INDEX:85) */
{{ 'custom-sections.css' | asset_url | stylesheet_tag }}
/* END_SECTION:section-best-of-amkette */

/* START_SECTION:sections-homepage (INDEX:86) */
{{ 'custom-sections.css' | asset_url | stylesheet_tag }}
/* END_SECTION:sections-homepage */

/* START_SECTION:shop-by-category (INDEX:88) */
section.shop_by_category {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
  }
  .shop_by_category h2.title{ 
    text-align: left;
    margin: 10px auto;
    color: #fff;
  }
  .flex-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 90%;
    margin: 0 auto;
    justify-content: flex-start;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  a.collection-url{
    display: block;
    text-decoration: none;
    cursor: pointer; 
  }

  .collection-info {
    /* text-align: center */
  }
  .collection-info h3 {
    font-size: 12px;
    text-align: center;
  }
  .collection-img-container{
    width: 82px;
    height: 82px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
  }
    
  .collection-info img {
    width: 82px;
    height: 82px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
  }
  .owl-nav {
      display: flex;
      justify-content: space-between;
  }
  button.owl-prev, button.owl-next {
    position: absolute;
    top: 25px;
  }
  button.owl-prev {
      left:0px;
  }
  button.owl-next {
      right:0px;
  }
  .owl-nav button{
    display: inherit;
  }
  .owl-nav button span {
    background: #9d9d9d36;
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 40px;
    font-size: 60px;
    line-height: 15px;
    text-align: center;
    color: #9f9f9f;
  }
  .owl-dots{
    display: none;
  }
  .explore-cat-flex-container {
    display: block;
    max-width: 100%;
}

.explore-cat-flex-container .owl-carousel {
   
    position: relative;
    float: left;
}
  /* For devices with a maximum width of 767px (Mobile) */
@media only screen and (max-width: 767px) {
  .explore-cat-flex-container {
    display: block;
    width: 100%;
    
  }
  .explore-cat-flex-container .owl-carousel {
    margin: 0 auto;
    width: 95%;
    min-width: 95%;

  }
}

/* For devices with a minimum width of 768px and a maximum width of 1024px (Tablet) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
   .explore-cat-flex-container {
   
  }
  .explore-cat-flex-container .owl-carousel {
    margin: 0 auto;
    width: 95%;
    min-width: 95%;

  }
}
/* END_SECTION:shop-by-category */

/* START_SECTION:specs (INDEX:91) */
.specs {
    padding: 20px;
    max-width: 720px;
    margin: 0 auto;
}

.specs-item h3 {
    display: flex;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}
.specs-item ul li {
    list-style: none !important;
}
span.specs-label {
    margin-right: 10px;
}
  .section-title h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
   
}

.specs table{
  width: 100% !important;
  
}
/* END_SECTION:specs */

/* START_SECTION:story (INDEX:92) */
.story-thumb-wrapper img {
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 60px;
    overflow: hidden;
    border: 2px solid #ec6b0f;
    margin: 0 auto;
    background: linear-gradient(#ec6b0f, #a20fec);
}
.story-thumb-wrapper {
    text-align: center;
    margin: 10px;
}
section.story {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 5px;
    background: #262626;
    background-image: linear-gradient(30deg,#484848 0%,#000 100%);
}
  .story a {
    text-decoration: none;
}
.story-slideshow {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    background: black;
    width: 100vw;
}


img {
  max-width: 100%;
  display: block;
}

.text-content {
  margin-right: 50px;
  text-align: right;
  min-width: 300px;
}

.text {
  color: #1d1d1f;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 300;
}

.slide {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    height: 100%;
    overflow: hidden;
    align-items: center;
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  overflow: hidden;
}
.slide-items .slide-item {
  position: absolute;
  grid-area: 1/1;
  overflow: hidden;
  height: 100vh;
}

.slide-items .slide-item img {
    object-fit: contain;
    height: 100%;
    width:100%;
    max-width: 100%;
    margin: 0 auto;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-area: 1/1;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide-items > * {
  position: absolute;
  top: 0;
  opacity: 0;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  poiter-events: initial;
}

.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  height: 86vh;
}

.slide-thumb {
  display: flex;
  grid-column: 1/3;
  padding: 0 15px;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 2px;
  background: #afafaf;
  margin: 3px;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.done:after {
  content: "";
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.slide-thumb > span.active:after {
  content: "";
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 2s forwards linear;
}
a.btn-close {
    position: absolute;
    right: 20px;
    padding: 10px;
    background: #ffffff66;
    border-radius: 20px;
    top: 40px;
    color: #fff;
    z-index: 999;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.story-label {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    padding-top: 5px;
    text-align: center;
}
a.story-cta {
     bottom: 96px;
    font-size: 14px;
    background: #EC6B0F;
    padding: 10px 20px;
    position: absolute;
    color: #fff;
    left: 25%;
    width: 50%;
    text-align: center;
    border-radius: 40px;
    z-index: 9999;
    display: inline-block;
    margin-top: 10px;
   
}
.slide-prev,
.slide-next {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-prev button,
.slide-next button {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px){
  section.story{
    display: none;
  }
    
  }
@keyframes thumb {
  to {
    transform: initial;
  }
}
/* END_SECTION:story */

/* START_SECTION:tabs-bar (INDEX:94) */
div#product-tab {
    display: flex;
    justify-content: center;
}
#product-tab a{
    font-family: 'Josefin sans', sans-serif;
    text-decoration: none;
  pointer: cursor;
    padding: 10px;
}
/* END_SECTION:tabs-bar */