/** Shopify CDN: Minification failed

Line 534:12 Expected ":"
Line 4200:0 Unexpected "}"

**/
.halant-light {
  font-family: "Karla", serif;
  font-weight: 300;
  font-style: normal;
}
.festivalartlogo{
  background:#000;
  max-width: 60%;
  margin:0 auto;
}
.signupheading{
  margin:0;
}
.template-workshop #wishlisthero-product-page-button-container{
  display:none;
}
.product__description h3{
  margin:0;
}
.product__description h4{
  margin-top: 7px;
      margin-bottom: 7px;
}
.product__description h5{
  margin-top: 0px;
  font-size:15px;
  margin-bottom:0;
}
.halant-regular {
  font-family: "Halant", serif;
  font-weight: 400;
  font-style: normal;
}

.halant-medium {
  font-family: "Halant", serif;
  font-weight: 500;
  font-style: normal;
}

.halant-semibold {
  font-family: "Halant", serif;
  font-weight: 600;
  font-style: normal;
}
.hindustanclass .bgcolorset{
  padding:10px !important;
  background:black;
}
.halant-bold {
  font-family: "Halant", serif;
  font-weight: 700;
  font-style: normal;
}
#ProductGridContainer.dor .artistname{
  display:none;
}
/* .yslife{
  max-width:60%;
} */
.athiti-extralight {
  font-family: "Athiti", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.athiti-light {
  font-family: "Athiti", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.athiti-regular {
  font-family: "Athiti", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.athiti-medium {
  font-family: "Athiti", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.athiti-semibold {
  font-family: "Athiti", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.athiti-bold {
  font-family: "Athiti", sans-serif;
  font-weight: 700;
  font-style: normal;
}



/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.collection-hero__description.rte p, .collection-hero__description.rte p span {
  font-size:clamp(18px, 3vw, 24px);
  line-height:1.3;
}

img.collection-banner-image-2026 {
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.card__inner {
  padding: 1.5rem;
  background-color: rgba(0,0,0,0.03);
  margin:auto;
}

.card__inner {

}

@media screen and (min-width: 600px) {
  img.collection-banner-image-2026 {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 992px) {
  img.collection-banner-image-2026 {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1200px) {
  img.collection-banner-image-2026 {
    aspect-ratio: 2.5/1;
  }
}
  
.overlay::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width:1460px;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
.sold_out_text .shopify-payment-button__button--unbranded {
  font-size: 0 !important;
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
.sold_out_text .shopify-payment-button__button--unbranded::before {
  content: "Sold Out";
  visibility: visible;
  display: contents;
  
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product_text .shopify-payment-button__button--unbranded {
  font-size: 0 !important;
  position: relative;
}
.product_text .shopify-payment-button__button--unbranded::before {
  content: "Purchase";
  visibility: visible;
  display: contents;

  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*Journal Page Design start*/
.journal-entries-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.journal-entries-col{  
  position: relative; 
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
} 
.journal-entries-img-box{
  max-width: 100%;
  width: 100%;
  height: 438px;
}
.journal-entries-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal-entries-col a{
  /*position: relative;
  width: 100%;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;*/
}
.journal-entries-overlay {
/*background: rgba(35,53,67,0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.journal-entries-col:hover .journal-entries-overlay{
  opacity: 1;
}
.journal-entries-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 15px 5px;
  /*background: rgba(24, 24, 24, 0.8);*/
  opacity: 0;  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.journal-entries-col:hover .journal-entries-details{
  display: flex;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 1; 
}
.journal-entries-details h3{
  color: #FFF;
  font-size: 44px;
  line-height: 45px;
  margin-bottom: 15px;
  margin-top: 0;
}
.journal-entries-details label{
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}
.journal-entries-details .button{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.20);
  padding: 4px 15px;
  border: 1px solid #fff;
  width: auto;
}
/*Journal detail Page Design start*/
.journal-details-top-section .journal-top-container{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: self-start;
  padding-top: 30px;
}
.journal-details-top-section{
  padding-top: 30px;
}
.journal-detail-banner-thumbnail .article-template__hero-container {
  margin-top: 0 !important;
}
.journal-details-top-section .page-width--narrow{  
  margin-top: 0;
}
.journal-detail-top-content{
  padding-top: 30px;
}
.journal-detail-top-content h1{
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 0 !important;
}
.journal-details-top-section .page-width--narrow .caption-with-letter-spacing{
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.40);
}
.journal-detail-top-content .article-template__content span{
  font-size: 16px;
  line-height: 20px;
}
#ImageWithText--template--16795381072095__1650788337ff8a94c4 .image-with-text__text{
  font-size:18px;
  margin-bottom: 5px;
}

#shopify-section-template--16795381072095__e934b36f-8aae-4d3a-95ab-4f7188bd411a, #shopify-section-template--16795381072095__50a3e7dc-7ebe-4d0c-b580-9a59a8c389ce{
  background: #F5F5F5;
}
#shopify-section-template--16795381072095__1650788337ff8a94c4 .image-with-text{
  padding:0px;  
}
#shopify-section-template--16795381072095__1650788337ff8a94c4 .image-with-text__text-item{
  padding:0px 15px;
}
/*Journal detail Page Design end*/
@media (min-width: 1367px) {
  .journal-shopify-section .page-width{
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-
  }
  .journal-shopify-section .journal-detail-top-content .page-width{
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .journal-detail-top-content{
    width: 75%;
  }
  .journal-detail-banner-thumbnail{
    width: 25%;
  }
}
@media (min-width:992px) and (max-width: 1366px){ 
  .journal-shopify-section .page-width{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .journal-shopify-section .journal-detail-top-content .page-width{
    padding: 0;
    padding-right: 15px;
  }
}
@media (max-width: 1099px) {
  .journal-entries-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .journal-entries-details{
    opacity: 1;
  }
  .journal-entries-details h3{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .journal-entries-details label{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width:768px) and (max-width: 1024px){
    img.header__heading-logo.colorfulllogo {
    max-width: 30%;
   margin:10px auto;
}
  .journal-detail-top-content{
    width: 60%;
  }
  .journal-detail-banner-thumbnail{
    width: 40%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
   img.header__heading-logo.colorfulllogo {
    max-width: 40%;
   margin:10px auto;
}
  body#template-index h2.image-with-text__heading.h1 {
    margin-top: 20px;
}
  .journal-entries-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .journal-entries-col{
    max-width: 320px;
  }
  .journal-entries-img-box{
    max-width: 320px;
    width: 100%;
    height: 320px;
  }

  .journal-details-top-section .journal-top-container{
    flex-direction: column-reverse;
  }
  .journal-detail-banner-thumbnail {
    text-align: center;
    width: 100%;
  }
  .journal-details-top-section .page-width--narrow.article-template__content,
  .journal-detail-top-content .page-width{
    padding: 0;
  }
}
/*Journal Page Design end*/
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  img.header__heading-logo.colorfulllogo {
    max-width: 12%;
   margin:10px auto;
}
#HeaderMenu-SubMenuList-1 li a,
#HeaderMenu-SubMenuList-2 li a,
#HeaderMenu-SubMenuList-3 li a,
#HeaderMenu-SubMenuList-4 li a,
#HeaderMenu-SubMenuList-5 li a{
/* text-transform:capitalize !important; */
padding: 0 2.5rem 0.95rem 3.5rem !important;
line-height: 18px !important;
}

#HeaderMenu-SubMenuList-1,
#HeaderMenu-SubMenuList-2,
#HeaderMenu-SubMenuList-3,
#HeaderMenu-SubMenuList-4,
#HeaderMenu-SubMenuList-5{
height: 200px;
overflow-y: auto;
}
#HeaderMenu-SubMenuList-1 li a:hover,
#HeaderMenu-SubMenuList-2 li a:hover,
#HeaderMenu-SubMenuList-3 li a:hover{
text-decoration: underline !important;
text-underline-offset: 0.3rem;
}
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    max-width:1460px;
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 1rem;
}

.spaced-section {
  margin-top: 6rem;
}

.spaced-section:last-child {
  margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(3rem + var(--page-width-margin));
  }

  .spaced-section {
    margin-top: calc(6rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    margin-bottom: calc(0rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground));
  padding: 4rem 0 5rem;
}
body{
  background-color:#fcf6f0;
}
@media screen and (min-width: 750px) {
  .background-secondary {
    padding: calc(6rem + var(--page-width-margin)) 0
      calc(5rem + var(--page-width-margin));
  }
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground));
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
 
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground));
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground));
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  /* text-transform: uppercase; */
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}


#template-index .caption-with-letter-spacing--large {
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
}


.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  #template-index .image-with-text__media--large {
    height: 25rem;
}
  body#template-index #shopify-section-template--17218793275615__26b637e9-caaa-4deb-bef0-62a14711edac .media > img {
    object-fit: cover !important;
}
  body#template-index h2.image-with-text__heading.h1 {
    margin-bottom: 0 !important;
    font-size:24px;
}
  #template-index .caption-with-letter-spacing--large {
    font-size: 1.4rem;
    letter-spacing: 0.18rem;
}
  .small-hide {
    display: none !important;
  }
  #template-index .image-with-text__text--caption {
  margin-bottom: 20px;
}

}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (min-width: 750px) {
  .desktop-align-center {
    text-align: center;
  }
  .desktop-align-right {
    text-align: right;
  }
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground));
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); */
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); */
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); */
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); */
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0;
  color: rgba(var(--color-foreground));
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 33.3%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product__media-item.grid__item.slider__slide{
    padding-left:0;
  }
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  .grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .grid--peek .grid__item:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
 
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  /* overflow: hidden; */
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card .media > *:not(.zoom):not(.deferred-media__poster-button){
  right:0;
  bottom: 0;
  max-height: 100%;
  width:auto;
  margin:0 auto;
  /* overflow: hidden; */
}
.card .media > img {
  object-fit: contain;
  object-position: unset;
}
.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,.btn
.button-label,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 15px;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 9999px;
  box-shadow: none;
  color: #000000;
  background: transparent;
  max-width: inherit;
  width: inherit;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;  
  font-size: 14px;
  line-height: 24px;
  transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;
}
.button:hover,
.btn{
  border-color:#000000;
  background:#000000;
  color: #ffffff; 
}

.button:focus-visible {
  box-shadow: none;
}

.button:focus {
  box-shadow: none;
}

.button:focus:not(:focus-visible) {
  box-shadow: none;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: none;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid transparent;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground));
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground));
  outline: transparent;
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground));
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  border: 0.1rem solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  /*border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);*/
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.announcement-bar__link svg{
  margin-right: 12px;
  fill:rgb(var(--color-foreground));
}

.announcement-bar__link:hover {
  /*
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
  */
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  margin: 0;
  letter-spacing: 0;
  color: rgba(var(--color-foreground),1);
  font-size: 14px;
  line-height: 1em;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom{
  /* border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08); */
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-drawer{
  grid-area: navigation;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  header-drawer{
    grid-area: drawer;
  }
  
  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 1rem;
  }
  
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.header-mobile-menu{
    grid-template-areas:
      'heading icons drawer';
    grid-template-columns: 1fr auto auto;
    column-gap: 2rem;
  }
  
  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
  }

  .header--middle-left.header-mobile-menu{
    grid-template-areas: 'heading icons drawer';
    grid-template-columns: auto 1fr auto;
  }
  
  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.header-mobile-menu{
    grid-template-areas:
      'left-icon heading icons';
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header--top-center.header-mobile-menu header-drawer{
    margin-left: 0;
  }

  .header--top-center.header-mobile-menu .header__icons header-drawer{
    display: block;
  }

  .header--top-center.header-mobile-menu .header__icon--cart{
    margin-right: 0;
  }
  
  .header:not(.header--middle-left) .header__inline-menu {
    /*margin-top: 1.05rem;*/
  }

  .header--middle-center{
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header--middle-center.header-mobile-menu{
    grid-template-areas: 'drawer heading icons';
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .header--has-menu.header--middle-center{
    padding-bottom: 1rem;
  }
  
  .header--middle-center .header__inline-menu {
    justify-self: start;
  }
  
  .header--middle-center .header__heading {
    justify-self: center;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-flex;
  margin: 0rem 0;
  text-decoration: none;
  word-break: break-word;
  position: relative;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground));
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

.header .header__heading-logo-light{
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  z-index: 20;
}

.header .header__heading-logo{
  transition: all .25s cubic-bezier(.104,.204,.492,1);
  z-index: 20;
}

#template-index .header.site-header-transparent .header__heading-logo,
.header .header__heading-logo.header__heading-logo-light{
  opacity: 0;
}

#template-index .header.site-header-transparent .header__heading-logo.header__heading-logo-light{
  opacity: 1;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    /*margin-left: -0.75rem;*/
  }

  .header__heading,
  .header__heading-link {
    justify-self: center;
    margin:5px 0;
  }

  .header--top-left .header__heading,
  .header--top-left .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
  .header__icons header-drawer{
    display:none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

.header .header_social .list-social{
  justify-content: flex-start;
}
.header .header_social{
   display: none;
}
.js.product-form__input .form__label{
  display:none;
}
@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    /*display: none;*/
  }
  .header .header_social{
    display: block;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem 2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground));
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
      /* font-family: "Halant", serif; */
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu {
  padding: 2rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  padding: 0.95rem 2.5rem 0.95rem 2rem;
  font-family:"Karla", serif;
  
}

.header__submenu .header__submenu .header__menu-item {
  /* padding-left: 3rem; */
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}
.template-index .site-header-transparent .header__submenu details .header__menu-item svg{
  color: rgba(var(--color-foreground));
}
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}


/* FAQ Section */
.faq_page {
width: 100%;
margin-top: 20px;
margin-bottom: 50px  
}
.faq_page_subheader {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 0;
text-transform: inherit;
font-size: 24px;
}
.faq_page details {
padding-top: 20px;
}
.faq_page details p {
padding-left: 20px;
}
.faq_page summary {
padding: 10px;
background: #F9F9F9; /*= Change this to change the background color of your FAQ element =*/
border-radius: 3px;
outline: none;
position: relative;
border: 1px solid #000; /*= Change this to change the border color & thickness of your FAQ element =*/
}
.faq_page details[open] summary ~ * {
animation: sweep .5s ease-in-out;
}
.faq_page details[open] ~ * {
animation: inherit;
}
.faq_page summary::after {
content: ' ❮';
transform: translateY(-50%) rotate(180deg);
position: absolute;
right: 5%;
color: #000; /*= Change this to change the color of your arrow of the FAQ element =*/
top: 50%;
}
.faq_page details[open] summary:after {
content: " ❯";
transform: translateY(-50%) rotate(90deg);  
}

.collection > .center {
    position: relative;
    z-index: 2;
}

#shopify-section-header { z-index: 11; }
/*--Custom CSS--*/


.section-line-hd{
  text-align:center;
  font-size: clamp(32px, 3.5vw,36px);
  line-height: 107.143%;
  text-transform: capitalize; 
}
.section-line-hd span{
  position: relative;
  vertical-align: middle;
  padding-right: 100px;
  padding-left: 100px;
  display: inline-block;
}
.section-line-hd span::before,.section-line-hd span::after{
  content: "";
  border-top: 1px solid #000;
  width: 71.02px;
  left: 0;
  top: 50%;
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  height: 100%;
}
.section-line-hd span::after{
  right:0;
  left:unset;
}
.card-information__text {
  font-size: 17px; 
  line-height: 187.5%;
}

.on-enquiry-link {
  text-decoration: none;
}
/*--Footer--*/
.footer .grid--4-col-tablet .grid__item {
  width: 25%;
}
.footer .grid--4-col-tablet .grid__item:first-child {
  width: 100%;
}
.footer .grid--4-col-tablet .grid__item:nth-child(2) {
  width: 50%;
  padding-right: 10%;
}
.footer .grid--4-col-tablet .grid__item:nth-child(2) p{
  font-size:18px;
}
.footer-block-image {
  text-align: left;
}
.footer__content-top {
  padding: 45px 20px;
}
.footer .rte a {
  color: #fff;
}
/*--ENd footer--*/
/*Product details page design start*/
.product__title{
  color: #000;
  
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 0;
}
.product .product__info-container .price-item{
  color: #000;
  font-size: 21px;
  line-height: 26px;  
  margin-bottom: 0px;
  margin-top: 0;
}
.artist-details-sec{
  margin-top: 5px;
}
.artist-details-sec h4{
  color: #000;
  
  font-size: 18px;
  line-height: 30px;  
  margin-bottom: 4px;
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
}
.artist-details-row{
  display: flex;
  padding-top: 10px;
}
.artist-details-row h5 {
  width: 30%;
  color: #000;
 
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  text-transform:uppercase;
}
.artist-details-row p {
  width: 70%;
  color: #000;
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}
.learn-more-row {
  display: flex;
  flex-direction: column;
}
.learn-more-col {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 20px;
  border-bottom: 1px solid #000000;
}
.learn-more-col h5 {
  width: 25%;
  color: #000;
 
  font-size: 19px;
  line-height: 30px;
  margin: 0;
}
.learn-more-col p {
  width: 75%;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.learn-more-col p .toggle-button {
  width: 30px;
  height: 20px;
  margin-top: 20px;
  display: block;
  position: relative;
}
.learn-more-col p .toggle-button::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: url('/cdn/shop/files/toggle-arrow-icon.svg?v=1695742685') left top no-repeat; 
  height: 20px;
  width: 30px; 
}
.learn-more-col p .toggle-button.read-less::before{
  transform: rotate(180deg);
}
.learn-more-sec .section-line-hd{
  font-size: clamp(32px, 3.5vw,36px);
  line-height: 40px;
}
.prod-bk-button {
  text-align: center;
}
.prod-bk-button .button{
  padding: 5px 20px;
}
.product-recommendations {
  padding-bottom: 50px !important;
}
 .spaced-section:last-child {
  /* margin-bottom: 0; */
}
.product__info-container > * + *{
  /* margin: 0 !important; */
}
.inc-tax > span{
  font-size: 16px;
  line-height: 31px;
  padding-left: 3px;
}
.certificate-customization-sec {
  display: flex;
  gap: 15px;
  margin-bottom: 18px !important;
}
.cer-list-bx span{
  color: #000;
 
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 28px;
}
.cer-list-bx span::before{
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background: url('/cdn/shop/files/check-circle-icon.webp?v=1698154756') left center no-repeat; 
  height: 18px;
  width: 19px;
  background-size: 19px;  
  object-fit: contain;
}
.req-info a{
  color: #000;

  font-size: 16px;
  line-height: 45px; /* 250% */
  text-decoration-line: none;
  position: relative;
  padding-left: 22px;
}
.req-info a::before{
  content: '';
  position: absolute;
  top: 4px;
  left: -2px;
  background: url('/cdn/shop/files/info-circle-icon.webp?v=1698154756') left center no-repeat; 
  height: 18px;
  width: 19px;
  background-size: 19px;  
  object-fit: contain;
}
.wishlisthero-product-page-button-container > button{
  background-color: transparent !important;
  color: #000 !important;
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 45px !important; /* 250% */
  min-width: auto;
  width: auto;
  padding: 0 !important;
  opacity: 1 !important;
}
.wishlisthero-product-page-button-container > button .svg-inline--fa{
  color: #000 !important;
}
.inc-tax{
  display: flex;
   align-items: self-end; 
  /*flex-direction: column;*/
  gap: 2px;
  margin-bottom: 12px;
}
.on-demand{
 
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  line-height: normal;
  background-color: #000000;
  border:1px solid #000000;
  padding: 6px 20px 4px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 225px;
  width: 100%;
}
.on-demand:hover, .on-demand:hover:not([disabled]) {
  background-color: transparent;
  border-color:#000000;
  color:#000000;
  box-shadow: none;
}

.banner-section{
  height:540px;
  position:relative;
}
.banner-img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.banner-hd{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  font-size: 42px;
  line-height: 142.188%;
}
.content-wrap p {
  font-size: 18px;
  max-width: 890px;
  margin: 0 auto;
  text-align:center;
}
.content-wrap {
    padding: 20px 0;
}
.collection-list__item .card-colored.color-background-1 {
    background-color: transparent;
}
.collection-list__item h2 {
  text-align: center;
  font-size: 22px; 
  text-transform: capitalize;
}
.collection-list__item .media--portrait {
    padding-bottom: 108%;
}
.explore-sec{
  background:#f5f5f5;
  padding: 40px 0 60px;
}
.explore-sec .section-line-hd{
  margin-bottom:60px;
}
.collection-explore-item{
  position:relative;
  height:653px;
}
.collection-explore-content-wrap{
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
.collection-explore-content-wrap h3{
  font-size: 60px;
  line-height: 70.313%;  
  color:#fff;
  text-transform:uppercase
}
.collection-explore-content-wrap .button{
  backdrop-filter: blur(5px);
  background-color: transparent;
  border-color: #fff;
  color:#fff;
}
.collection-explore-content-wrap .button:hover{
  color:#fff;
  background-color: #000;
  border-color: #000;
}
.explore-image-wrap {
    width: 100%;
    height: 100%;
}
.explore-image-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.filter-wrap{
  background: #FAFAFA; 
  margin-bottom: 60px;
}
.collection-image-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}
.left-section {
    padding-right: 68px;
}
.collection-image-hd{
  font-size: 32px;
  line-height: 107.143%;
  text-transform: uppercase; 
  margin:0 0 10px;
}
.collection-image-subhead{
  font-size: 28px;
  line-height: 140.625%;
  margin:0 0 20px;  
}
.collection-image-content p {
    font-size: 20px;
    line-height: 180%;
}
.price-box{
  align-items: start;
  display: flex;
  text-align: left;
  justify-content: start;
  font-size: clamp(14px, 1.5rem, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  margin-top: 0.35rem;
}
.product-bx-info-wrap {
  display: flex;
  flex-flow: column;
}
.product-bx-info-wrap > div {
  /* width: 50%; */
}
.product-bx-desc > div{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  line-height: 23px;
}
.card-information__text {
  color: #868686;
  font-size: clamp(14px, 1.5rem, 18px);
  line-height: 1.3;

  &.artistname {
    color: #000000;
    font-size: clamp(16px, 1.625rem, 20px);
    margin-bottom: 0.7rem;
  }
}
.product-title{
  font-size: 18px;
}
.password-form .button{
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  width: fit-content;
  padding: 12px 30px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
.password-form .button:hover{
  color: #fff;
  background-color: #000000;  
}
.same-artform-postparent{
  padding: 1rem 0;
}
.contact-main {
  background: url(/cdn/shop/files/Contact_us_Behind_the_form.jpg?v=1702105606) no-repeat 50% 50% / cover;
   padding: 140px 0px 40px;
}
.contact-main h2{
  
  font-weight: 400 !important;
 
}
#shopify-section-template--16795381104863__b3799158-4749-41ee-b67a-3d601dbe3bce .hulk-powered-wrapper.text-right {
  display: none!important;
}
.mail-section strong:first-child::before { 
  content: '';
  background: url('/cdn/shop/files/email-con.png?v=1696931917') no-repeat;
  width: 23px;
  height: 21px;
  display: inline-block;
  margin-top: 0px;
  background-position: center;
  top: 0px;
  position: absolute;
  left: 0px;                                                                                                                   
}
.mail-section strong.contacticons::before { 
  content: '';
  background: url('/cdn/shop/files/phone-icon.png?v=1696931917') no-repeat;
  width: 23px;
  height: 21px;
  display: inline-block;
  margin-top: 0px;
  background-position: center;
  top: 0px;
  position: absolute;
  left: 0px;                                                                                                                   
}
.communityicons::before{
  content: '';
  background: url('/cdn/shop/files/Background_3_6a6b523e-cc7e-48c8-8635-f83aa0b7337e.png?v=1725443382') no-repeat;
  width: 23px;
  height: 21px;
  display: inline-block;
  margin-top: 0px;
  background-position: center;
  top: 0px;
  position: absolute;
  left: 0px;        
}


#shopify-section-template--16795381104863__0805ff29-64b4-4b31-bb57-0660da3ef9d3{
  margin-bottom:0px!important;
}
.mail-section strong:first-child {
  padding-right: 49px;
}
.mail-section strong{
  position: relative;
  padding-left: 32px;
  font-weight: 500;
}
.mail-section a{
  color:#000;
}
.hulk-powered-wrapper a, .hulk-powered-wrapper{
 color:transparent!important; 
}
.template-404 > p{
  font-size: 88px;
  margin-bottom: 0;
}

#CommentForm-email-error, #CommentForm-author-error, #CommentForm-body-error{
  display:none;
}
.rte ol {
    padding-left: 18px;
}

.bottomText-fields {
  margin-top: 0.7rem;
  width: 100%;
}
.logowrapper{
      display: flex;
    justify-content: center;
    align-items: center;
}
.logowrapper .item{
       margin-right: 0px;
      text-align: center;
}
.logowrapper img{
  width:100%;
  text-align:center;
      display: unset !important;
}
.logosection{
      max-width: 1200px;
    margin: 50px auto;
}
#template-index .logowrapper img {
    width: 75%;
}
.logosectionwrappers .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}
 #shopify-section-template--17218793406687__e934b36f-8aae-4d3a-95ab-4f7188bd411a .image-with-text__heading.h2{
  text-transform:capitalize;
}
  .pagename-aboutus #shopify-section-template--17218793406687__e934b36f-8aae-4d3a-95ab-4f7188bd411a .image-with-text__text{
   margin-top:5px;
 }

 /* the slides */
 .mediaicons.image-with-socila{
    justify-content: flex-start !important;
  }
.mobile_heading{
  display:none;
}
.mobilefont{
    font-size:14px !important;
  }
.imagespaceremove{
  margin:10px 0;
  display:block;
  text-align:center;
}
.mobilefont{
  margin-top:0;
      text-align: center !important;
}
.footer-block__details-content h4{
  margin-top:5px;
  font-size:17px;
}
.footer-block__details-content h5{
  font-size:17px;
}
@media (max-width: 1250px) {
.certificate-customization-sec{
  flex-direction: column;
}
}
@media (min-width: 1025px) {
  .footer .list-social__item .icon{
    height: 2.2rem;
    width: 2.2rem;
  }
  .explore-list .grid__item {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px){  
   .logosection .slick-slide {
      margin: 0 27px;
  }
  .mobileimage{
  display:none !important;
}

  /* the parent */
  .logosection .slick-list {
      margin: 0 -27px;
  }
  p{
    font-size:18px;
  }
}
@media (max-width: 1500px) {
  .footer .grid--4-col-tablet .grid__item {
    width: 6%;
  }
  .footer .grid--4-col-tablet .grid__item:nth-child(2) {
    width: 27%;
    padding-right: 10px;
  }  
  .footer .grid--4-col-tablet .grid__item:last-child {
    width: 15%;
  }
  .collection-explore-content-wrap h3 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .collection-explore-item{
    height: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .certificate-customization-sec{
    flex-direction: column;
    gap: 0;
  }
  .banner-hd{
    font-size:38px;
  }
  .left-section {
    padding-right: 10px;
  }
  .collection-image-content{
        padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .footer .grid--4-col-tablet .grid__item:nth-child(2) {
      width: 100%;
      padding-right: 0;
  }
  .section-line-hd{
    font-size:clamp(32px, 3.5vw,36px);
  }
  .section-line-hd span{
    padding-right: 100px;
    padding-left: 100px;    
  }
  .section-line-hd span:before, .section-line-hd span:after {
    width:90px;
  }
  .banner-section {
    height: auto;
  }
  .banner-hd {
    font-size: 32px;
  }
  .collection-image-content p {
    font-size: 18px;
  }
  .collection-image-subhead{
    margin:0 0 20px;
  }
  .collection-image-hd {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .collection-image-subhead {
    font-size: 24px;
  }
}


@media (max-width: 767px) {
 .desktop_heading,
 .desktop_caption{
   display:none;
 }
  p.subtext_mobile{
    margin-bottom:20px;
  }
  .mobile_heading{
    display:block;
    width:100%;
  }
  .mediaicons.image-with-socila{
    justify-content:center !important;
  }
  
 
  .footer-block--newsletter{
    margin-top:50px !important;
  }
  .slider-thumb{
    padding:0 20px;
  }
.slider-thumb .slick-slide {
  padding: 5px;
  transition: transform 0.3s ease-out;
}

.slider-thumb .slick-slide:focus img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.slider-thumb .slick-track{
  display:flex;
}
.slider-thumb .slick-slide img {
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-out;
  border-radius: 3px;
}

  
  .slider-thumb .slick-slide.slick-current.slick-active img{
    border: 1px solid black;
}
  .productpagespace{
    padding:0;
  }
  .mobileimage,.imagemobile{
    width:100%;
  }
.desktopwrap{
  display:none !important;
}
  #template-index .logosectionwrappers .slider-arrow.slider-button--next,
  .template-about-us .logosectionwrappers .slider-arrow.slider-button--next{
    right: 0;
}
  #template-index .logosectionwrappers .slider-arrow.slider-button--prev,
  .template-about-us .logosectionwrappers .slider-arrow.slider-button--prev{
    left: 0px;
}
  #template-index .logowrapper img,
  .template-about-us .logowrapper img{
    width: 80%;
}
  .logowrapper .item {
    margin-right: 0;
}
  .logowrapper{
     flex-wrap:wrap;
}
.logosection {
    margin: 20px auto;
}
.logowrapper img{
  width:100%;
}
  p, .rte ul li, .rte ol li{
    font-size:16px;
  }
  .grid--col-1 .grid__item{
    max-width:100%;
    width:100%;
  }
  .footer .grid--4-col-tablet .grid__item {
    width: 100% !important;
  }
  .footer .link, .footer .customer a, .footer .grid--4-col-tablet .grid__item:nth-child(2) p{
    font-size:16px;
  }
  .section-line-hd{
    font-size:clamp(32px, 3.5vw,36px);
    max-width: 340px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-line-hd span{
    padding-right: 45px;
    padding-left: 45px;
  }
  .section-line-hd span:before, .section-line-hd span:after {
    width:25px;
  }
  #main-collection-filters .mobile-facets__open-label.button-label{
    min-width: inherit;
  }
  .banner-hd{
    font-size:24px;
  }
  .content-wrap p {
    font-size: 16px;
  }
  .collection-list__item h2{
    font-size:20px;
  }
  .left-section {
    padding-right: 0;
  }
  .collection-image-content {
    padding: 30px 0 0;
  }
  .filter-wrap {
    margin-bottom: 60px;
    padding: 10px 0;
  }
  button.button,a.button {
    padding: 2px 12px;
    font-size: 13px;
    line-height: 25px;
    max-width: inherit;
    width: fit-content;
  }
  .wishlisthero-product-page-button-container > button.button{
    font-size: 16px;
  }
  .content-wrap {
    padding: 30px 25px;
  }
  .explore-sec {
    padding: 40px 0 30px;
  }
  .collection-explore-item{
    margin-bottom:30px
  }
  .collection-explore-item:last-child{
    margin-bottom:0px
  }
  .blog-articles__articlee {
      margin-bottom: 30px;
  }
  .artist-details-row h5{
    font-size:16px;
  }
  .meta-details-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-width--narrow .rte, .page-width--narrow .page-title, .shopify-policy__container{
    padding: 0 2.5rem;
  }
  .on-demand{
    font-size: 14px;
    max-width: 110px;
    padding: 0.3em 1em;
  }
  .product-form .shopify-payment-button__button--unbranded::before {
    font-size: 14px;
    /* padding: 0.3em 1em;    */
    display:block;
  }
  .cer-list-bx span::before{
    top: 4px;
    left: 0;
    height: 16px;
    width: 17px;
    background-size: 17px;  
  }  
  .req-info a::before{
    top: 4px;
    left: -2px; 
    height: 16px;
    width: 17px;
    background-size: 17px;  
  }
}

@media screen and (max-width: 599px) {
  .mobilefont{
    font-size:10px !important;
  }
 .pagename-aboutus h2.mobile_heading{
   text-align:center;
 }
  .artist-details-row h5{
    width: 40%;
  }
  .artist-details-row p{
    width: 60%;
  }
  
  /* .product .section-line-hd{
    font-size: 32px;
  }
  .product .section-line-hd span{
    padding-right: 0px;
    padding-left: 0px;
  }
  .product .section-line-hd span::before, 
  .product .section-line-hd span::after{
    width: 30px;
    top: 22px;
    content: none;
  }
  .product .section-line-hd span::before {
    left: -10px;
  }
  .product .section-line-hd span::after {
    right: -10px;
  } */
  .learn-more-col:first-child{
    padding-top: 0px;
  }
  .learn-more-col{
    flex-direction: column;
    padding: 20px 0;
  }
  .learn-more-col h5{
    width: 100%;
  }
  .learn-more-col p{
    width: 100%;
  }
  .inc-tax{
    align-items: flex-start;
    flex-direction: column;
  }
  .product-recommendations .grid--2-col .grid__item {
    width: calc(100% - .25rem);
  }
  .product-recommendations .grid__item{
    max-width: 100%;
  }
}

/*--End Custom CSS--*/
.additional-checkout-buttons,.shopify-payment-button__more-options {
       display: none;
}
.product-form__buttons{
    align-items: baseline;
  flex-wrap: wrap;
}
.socilaicons{
         display: flex;
    justify-content: center;
  margin-top: 15px;
}
.socilaicons img{
  width:25px;
}
.buttonlinks{
  margin-right:15px;
}
.productadd {
  margin-top: 0;
    color: #000;
    font-weight: bold;
  margin-bottom:0;
}
.instagramicons i{
  padding-top:2px;
}
.buttonlinks i{
  color:#222121;
  font-size:30px;
}
.pagename-artist-gallery .card--media .card__text-spacing{
  display:none;
}
/* 
.buttonlinks img{
  width:25px;
} */
.buttonlinks.twittericon{
  padding-top:5px;
}
.mediaicons{
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top:10px !important;
}
.mediaicons img {
    width: 100%;
}
.mediaicons a {
    margin-right: 15px;
    max-width: 7%;
}
.mediaicons a.twitterlogos{
      max-width:5%;
}
.footer__list-social .twitter_new_icon{
  max-width: 47px;
}
.footer__list-social .twitter_new_icon img,
.list.list-social li.twitter_mobile_icon img{
  width:100%;
}
.list.list-social li.twitter_mobile_icon{
  max-width:45px;
}
.contacticons{
  padding-right: 49px;
}


.footer-block__details-content p:nth-child(3) {
  margin-bottom:0px;
}
.footer-block__details-content p:nth-child(4) {
  margin-top:0px;
}
.zohobutton{
  background-color: transparent !important;
      border-color: white !important;
      padding: 10px 25px !important;
  font-size:20px !important;
}
.quick_form_9_css{
    border-width: unset !important;
    border-style: unset !important;
}
/* #zcWebOptin{
      background-color: black !important;
} */
.quick_form_9_css > div > span{
  color:#000 !important;
}
#errorMsgDiv{
  border: unset !important;
  margin: 0 !important;
}
/* .content-wrap{
  display:none;
} */
.template-mulaqat .rich-text__blocks h2.h2::before, .template-mulaqat .rich-text__blocks h2.h2::after,
.template-journal-blog .rich-text__blocks h2.h2::before, .template-journal-blog .rich-text__blocks h2.h2::after{
    content: "";
    border-top: 1px solid #000;
    width: 71.02px;
    left: 0;
    top: 50%;
    bottom: 0;
    position: absolute;
    vertical-align: middle;
    height: 100%;
}
.template-mulaqat .rich-text__blocks h2.h2::after,
.template-journal-blog .rich-text__blocks h2.h2::after{
    right: 0;
    left: unset;
}
.template-mulaqat .rich-text__blocks h2.h2,
.template-journal-blog .rich-text__blocks h2.h2{
  position: relative;
    vertical-align: middle;
    padding-right: 100px;
    padding-left: 100px;
    display: inline-block;
}

body, html, :root {
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,.section-line-hd span,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Karla", serif;
  font-weight: 600;
  font-style: normal;
}
.sitemapcontent li a{
  color:#000;
}
.staticauthor{
      display: block;
    margin-bottom: 15px;
}
.displayimagewrap{
  margin-top:30px;
      display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.displayimagewrap img{
  flex:0 0 33.33%;
  max-width:33.33% !important;
  padding:0 5px;
}
.otherform{
  display:none;
}
/* #zcampaignOptinForm span,
#SIGNUP_HEADING{
  display:none !important;
} */
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 23px;
    line-height: 30px;
    width: 33px;
    height: 33px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
   color: white;
    border: 1px solid white;
}
/* Popup box BEGIN */
.radiobuttonoption{
 color: #000;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
/* #zcampaignOptinForm{
  display:block !important;
  text-align:left !important;
}
#zcampaignOptinForm div{
    margin:0px 0px 20px 0px !important;
  /* padding:0 6px!important; */
} */
/* .quick_form_29_css[name="SIGNUP_BODY"]{
  width:100% !important;
} */
.radiobuttonoption input{
  margin-left:0;
}
/* #zcWebOptin{
  border: 1px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: #000000 !important;
    background: transparent !important;
  max-width: inherit !important;
    width: inherit !important;
  font-size: 14px !important;
    line-height: 24px !important;
  padding:0 !important;
}
#zcWebOptin:hover{
   border-color: #892e2f !important;
    background: #892e2f !important;
    color: #ffffff !important;
} */
table,
table tr,
table td{
  border:none !important;
  box-shadow:none !important;
}
table:not([class]) td, table:not([class]) th{
  padding:0 5px !important;
}
/* #EMBED_FORM_EMAIL_LABEL{
  text-align:center !important;
} */
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: white;
}
/* #THANKSPAGE{
  min-height:180px !important;
} */
.pagename-subscribe .footer-block--newsletter{
  display:none;
}
.pagename-subscribe .rich-text__blocks * {
    margin: auto;
}
.pagename-subscribe .main-page-title {
        margin-bottom: 4rem;
        text-align: center;
    }
.formheading{
  margin-bottom:20px;
  margin-top:20px;
}
.imagescss {
    display: flex;
    justify-content: center;
}
.imagescss img{
  margin:0 5px;
  max-width:33.33% !important;
  flex:0 0 33.33%;
}
.featuredinsections{
      margin: 40px 0 70px 0;
}
/* .surendipitylogo{
      background: black;
    padding: 0 10px;
} */
.featuredinsections img{
  width:100%;
}
.featuredinsection .h1{
  text-align:center;
      text-transform: uppercase;
}
.featuredinsections .item{
  padding:0 20px;
  max-width:85%;
}
.item.elladecor,
.item.yslife{
   max-width:65%;
}
.featuredin{
  margin-top:70px;
      margin-bottom: 50px;
}
.desktopimage,
.mobileimage{
  width:100%;
}
.homepagebanners{
  position:relative;
}
.homepagebanners .buttontext{
  bottom: 0;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}
.homepagebanners .buttontext a{
  padding: 15px 20px;
}
.text-3 .footer-block__details-content h4{
  margin-bottom:0;
}
.text-3 .footer-block__details-content h5{
  margin:0;
  font-size:15.75px;
}
.mobiletext{
  display:none;
}

.position-absolute {
    position: absolute !important;
}
.single-block:hover .hover-show {
    display: flex;
    flex-direction: column;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.single-block {
    text-align: center;
}
.position-relative {
    position: relative !important;
}
.d-block {
    display: block !important;
}
.single-block .img-div {
    background-size: auto;
    background-position: center;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
}
.campain-list-single img {
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.single-block .hover-show {
    display: none;
    background-color: #084d2de6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 13px;
    letter-spacing: -.004em;
    line-height: 16px;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
}
.campaign-list .campain-list-single span {
    font-size: 16px;
    line-height: 19px;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
h1,h2,h3,h4,h5,h6{
  text-transform:capitalize;
}
.rich-text__text h2{
  font-family: "Karla", serif;
    font-weight: 600;
    font-style: normal;
}
#Banner-template--17218793537759__image_banner_PDyBwc{
  margin-bottom:60px;
}
.template-contact .slideshow__text-wrapper{
  display:none;
}
.campain-list-single .img-div{
  overflow:hidden;
}
.campain-list-single img:hover {
    transform: scale(1.3);
} 
.template-contact .main-page-title {
        margin-bottom: 10px;
}
.campain-list-single .single-block{
  padding:0 10px 0 0;
  overflow:hidden;
}
.template-lookbook .main-page-title,
.template-contact .main-page-title{
  position:relative;
}
.template-lookbook .main-page-title:before,
.template-contact .main-page-title:before{
  content: "";
    border-top: 1px solid #000;
    width: 71.02px;
    left: 0;
    top: 50%;
    bottom: 0;
    position: absolute;
    vertical-align: middle;
    height: 100%;
}
.template-lookbook #shopify-section-template--18323924746463__main .page-width ,
.template-contact #shopify-section-template--17218793537759__main .page-width {
    max-width: 78rem;
    margin: auto;
    text-align: center;
}
.template-lookbook .main-page-title,
.template-contact .main-page-title{
    position: relative;
    vertical-align: middle;
    padding-right: 100px;
    padding-left: 100px;
    /* padding-right: 80px;
    padding-left: 80px; */
    display: inline-block;
}
.template-lookbook .main-page-title:after,
.template-contact .main-page-title:after{
    right: 0;
    left: unset;
  content: "";
    border-top: 1px solid #000;
    width: 71.02px;
    top: 50%;
    bottom: 0;
    position: absolute;
    vertical-align: middle;
    height: 100%;
}
#wishlisthero-floating-launcher-container{
  display:none !important;
}
.captiontext{
  text-align: center;
    font-size: 12px;
    margin: 0;
}
.tax-note{
  font-size:18px;
}
.imagrwap{
  display:flex;
  flex-wrap:wrap;
}
.imagrwap img{
  flex: 0 0 33%;
  max-width:33% !important;
}
.imagetwo{
  display:flex;
}
.imagetwo img{
  flex:0 0 50%;
  max-width:50%;
  padding:0 10px;
}
@media screen and (min-width: 992px) { 
  .d-md-flex {
        display: flex !important;
    flex-wrap:wrap;
    }
    .campaign-listing-wrap .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media screen and (min-width: 768px) { 
 #shopify-section-template--17218793275615__c4ad052a-0865-4daf-8539-0d3408b60a3f video{
       object-position: unset !important;
 }
  .pagename-aboutus .image-with-text__content .mediaicons{
  justify-content: left;
      margin-top: 20px !important;
}

}
 @media screen and (max-width: 767px) { 
   .imagetwo img{
  flex:0 0 100%;
  max-width:100%;
  padding:10px;
}
   .imagetwo{
 flex-wrap:wrap;
}
   #shopify-section-template--17218793537759__b3799158-4749-41ee-b67a-3d601dbe3bce{
     margin-top:0;
   }
    .d-md-flex {
        display: flex !important;
    flex-wrap:wrap;
    }
   .campaign-listing-wrap .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
   .desktoptext{
     display:none;
   }
   .mobiletext{
     display:block;
   }
   .homepagebanners .buttontext{
    top: 85%;
}
   .homepagebanners .buttontext a{
  padding: 10px;
}
    .desktopimage{
    display:none;
  }
} 
@media screen and (max-width: 600px) { 
  .main-page-title {
    /* font-size: 25px; */
    font-size: 20px;
}
  .item.indian-express{
    max-width:100%;
  }
 .morning-standard img{
   max-width:65%;
 }
  .imagescss {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
  .imagescss img{
  margin:5px 0;
    max-width:100% !important;
  flex:0 0 100%;
}
  .formheading{
    font-size:16px;
  }
    .quick_form_10_css[name="SIGNUP_BODY"] {
        max-width: 300px !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
  .pagename-subscribe .rich-text__blocks {
           margin: 0 auto !important;
  width:unset !important;
}
.pagename-subscribe .main-page-title {
        margin-bottom: 4rem;
        text-align: center;
    }
  .pagename-subscribe .quick_form_10_css span{
    width:unset !important;
  }
.pagename-subscribe .quick_form_10_css{
  width:100% !important;
}

  
  /* #customForm span{
    text-align:center !important;
  }
 #zcOptinSuccessPopup{
    max-width:320px !important;
  }*/
 .hover_bkgr_fricc > div{
       max-width: 600px;
   width: 85%;
 } 
}

@media screen and (max-width: 405px) {  
  .signupheading{
    font-size:12px;
  }
 .hover_bkgr_fricc > div{
       max-width: 600px;
   width: 85%;
 }
  .productadd {
    margin-left: 0px;
}
  .password-form .button{
    margin: 10px 0 0;
  }
}