/** Shopify CDN: Minification failed

Line 782:0 Unexpected "@media"

**/
/* <-====Fredoka   font-family: 'Fredoka', sans-serif; =====-> */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url(https://db.onlinewebfonts.com/c/b26b20369adfef2b3d65d266e0625fe2?family=Gabriola);

@font-face {
  font-family: "Gabriola";
  src: url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.eot");
  src: url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/b26b20369adfef2b3d65d266e0625fe2.svg#Gabriola")
      format("svg");
}
/* @font-face {
  font-family: "Gabriola";
  src: url("{{'Gabriola.eot' | asset_url}}");
  src: url("{{'Gabriola.eot?#iefix' | asset_url}}") format("embedded-opentype"),
    url("{{'Gabriola.woff2' | asset_url}}") format("woff2"),
    url("{{'Gabriola.woff' | asset_url}}") format("woff"),
    url("{{'Gabriola.ttf' | asset_url}}") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Fredoka", sans-serif;
}
/********HAMBURGER ICON***********/
/* header {
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
} */

.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #00b4ff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/********HAMBURGER ICON***********/
#pull {
  display: none;
}

.cover-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu-bg {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0px 26px 0px 0px;
}

.nav > ul > li:last-child,
.nav > ul > li:only-child {
  margin: 0;
}

.nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a {
  color: #00b4ff;
}

.nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 300px;
  height: auto;
  padding: 0px 0px 0px 0px;
  background: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.nav > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 15px 1px 15px;
  background: rgba(11, 30, 48, 0.8);
  border-top: 1px #485665 solid;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a {
  padding: 9px 15px 10px 15px;
}

.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a {
  background: #199adb;
}

.nav > ul > li > ul > li > ul {
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 9999;
  width: 240px;
  height: auto;
  background: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul {
  left: auto;
  right: 100%;
}

.nav > ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.middle-conter {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.nav > ul > li > a.call-now {
  background: transparent;
  padding: 10px 22px;
  color: #fff;
  font-size: 16px;
  border-radius: 21px;
  border: 1px solid #deae4f;
  border-radius: 27px;
}
/********NAV BAR*****************/

/* <-=====Hero-Section-Start=====-> */
.hero-section {
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0;
  background-position: top;

}
.hero-section h1 {
  text-align: left;
  font-size: 50px;
  font-family: "Gabriola";
  font-weight: normal;
  letter-spacing: 0px;
  color: #deae4f;
}
.hero-section p {
  text-align: left;
  font-family: "Fredoka", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 644px;
  width: 100%;
  margin-bottom: 30px;
}
a.cta-btn {
  text-align: center;
  font-family: "Fredoka", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  border: 1px solid #deae4f;
  border-radius: 26px;
  padding: 10px 40px;
  display: inline-block;
  transition: all 0.5s;
}
a.cta-btn:hover {
  background-color: #deae4f;
  border: 1px solid #fff;
}
/* <-=====Hero-Section-End=====-> */

/* <-=====Product-Category-End=====-> */
.product-category .owl-carousel .owl-item img {
  border-radius: 13px;
  height: 268px;
  object-fit: cover;
}

.product-category {
  padding: 80px 0;
}
.product-category .product-category-div h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-family: "Gabriola";
  font-weight: normal;
  letter-spacing: 0px;
  color: #0b0a12;
}

.product-category .product-category-content h4 {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  font-family: "Gabriola";
  letter-spacing: 0px;
  color: #0b0a12;
  margin-top: 10px;
}
.product-category .product-category-content span {
  text-align: left;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
}

/* Owl-nav */
.product-category .owl-theme .owl-nav [class*="owl-"] {
  border: none;
  width: auto;
  height: auto;
  background: transparent;
}
.product-category button.owl-prev {
  transform: rotate(180deg);
}
.product-category .owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
}
.product-category .product-category-cntr {
  position: relative;
}
.product-category .owl-controls {
  position: absolute;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.product-category button.owl-prev {
  position: absolute;
  top: -60px;
  left: -70px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-category button.owl-next {
  position: absolute;
  top: -60px;
  right: -70px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Owl-nav */

/* 07-12-2023-Shopify */
/* =====Header=====Start */
header .header__menu-item span {
  color: #fff;
}
sticky-header.gradient {
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
}
.header--middle-left {
  grid-template-columns: auto auto auto;
}
header .header__menu-item span,
header .header__submenu .header__menu-item
 {
  color: #fff;
  font-size: 18px;
  font-family: "Fredoka", sans-serif;
  text-decoration: none !important;
  transition: all 0.5s;
  text-transform: capitalize;
  letter-spacing: 0px;
}
header .header__submenu .header__menu-item{
  color: #000;
}
header .header__menu-item span:hover,
header .header__submenu .header__menu-item:hover {
  color: #deae4f;
  text-decoration: none;
}

header a.call-now {
  color: #fff;
  text-decoration: none;
  border: 1px solid #deae4f;
  border-radius: 27px;
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-size: 10px;
  gap: 8px;
  transition: all 0.5s;
}
header a.call-now:hover{
  box-shadow: rgb(222 164 69 / 48%) 0px 5px 10px;
  transform: translateY(-2px); 
}
header a.call-now b {
  color: #deae4f;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.header--middle-left .header__inline-menu {
  text-align: right;
}
/* =====image-with-text-section=====Start */
.image-with-text h2.image-with-text__heading {
  font-size: 50px;
  font-weight: normal;
  font-family: "Gabriola";
  letter-spacing: 0px;
  color: #0b0a12;
  line-height: normal;
}
.image-with-text .image-with-text__text {
  margin-top: 0;
}
.image-with-text .image-with-text__text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #656565;
}
.image-with-text ul.artist-source {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
}
.image-with-text ul.artist-source li {
  list-style: none;
}
.image-with-text ul.artist-source li a,
.image-with-text ul.artist-source li span {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #0b0a12;
  display: flex;
  align-items: center;
  gap: 10px;
}
.image-with-text ul.artist-source li img {
  margin: 0;
  border: none;
  background: transparent;
}
.image-with-text ul.artist-source li:last-child a {
  color: #deae4f;
  font-size: 18px;
  font-weight: normal;
}
.image-with-text ul.artist-source li:last-child img {
  margin-top: 8px;
}
.image-with-text .image-with-text__media {
  border: none;
}
.artist-statement {
  padding-bottom: 0 !important;
}
/* =====image-with-text-section=====End */

/* ====Carousel=====Start */
.product-category .product-category-cntr a {
  text-decoration: none;
}
/* ====Carousel=====End */

/* ====Footer=====Start */
footer.footer {
  background: #000;
  padding-top: 100px;
}
footer.footer h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #deae4f;
  margin-bottom: 30px;
}
footer.footer ul li,
footer.footer ul li a,
footer.footer ul li a.link {
  text-decoration: none;
  color: #fff;
  list-style: none;
  font-size: 24px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}
footer .footer__content-bottom-wrapper {
  justify-content: center;
}
footer .footer__content-bottom-wrapper small.copyright__content {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #8a8a8a;
}
footer .contactinfo ul li address {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: normal;
}
footer .contactinfo ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .contactinfo ul li {
  padding-bottom: 14px;
}
footer .contactinfo ul li:last-child {
  padding-bottom: 0;
}

footer .footerNewsletter .field {
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
footer .footerNewsletter .field button.newsletter-form__button {
  position: static;
  background: #deae4f;
  width: max-content;
  color: #fff;
  padding: 10px 30px;
  border-radius: 32px;
  font-size: 14px;
  border: 1px solid #deae4f;
  transition: all 0.5s;
}
footer .footerNewsletter .field button.newsletter-form__button:hover {
  background: transparent;
}
footer .field:after {
  opacity: 0;
}
footer .footerNewsletter ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footerNewsletter input.field__input {
  padding: 0 11px 0 35px;
  border-radius: 25px;
}
footer .footerNewsletter input.field__input::placeholder {
  color: #656565;
  font-size: 14px;
  opacity: 1;
  text-transform: capitalize;
}
footer .footer-block__details-content .list-menu__item--link:hover,
footer .copyright__content a:hover {
  transition: all 0.5s;
}
footer .footer-block__details-content .list-menu__item--link:hover,
footer .copyright__content a:hover {
  color: #deae4f;
  text-decoration: none;
}
footer .news-ltr-icon {
  position: relative;
}
footer .news-ltr-icon::before {
  content: "";
  background-image: url(/cdn/shop/files/artist-email.svg?v=1701945081);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
footer .newsletter-form__message {
  margin: 0 0 10px;
  color: #deae4f;
  border: none;
  outline: 0;
}
footer .newsletter-form__message:focus-visible{
  border: none;
  outline: 0;
}
/* ====Footer=====End */

/* ====About-Page=====Start */
div.artist-statement.AboutMe{
  padding: 100px 0 !important;
}
div.inner-collection {
  padding: 100px 0;
}
div.inner-collection .full-unstyled-link{
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  font-family: Gabriola;
  letter-spacing: 0px;
  color: #0b0a12;
  margin-top: 10px;
}
div.inner-collection .full-unstyled-link:hover {
  text-decoration: none;
}
div.inner-collection .card-information>.price{
  text-align: left;
    font-family: Fredoka,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #656565;
}
.inner-product{
  padding: 100px 0;
}
/* ====About-Page=====End */

/* Responsive======Start*/

/*13-12-23*/
.product-card-wrapper .card__inner {
    width: 100%;
    height: 300px;
}

/*13-12-23*/
/*-===22-12-2023-Home-page-start===-*/
.artist-statement.home-artist .image-with-text__media-item{
    display: none;
}
.artist-statement.home-artist h2.image-with-text__heading {
    margin: auto;
}
.artist-statement.home-artist .image-with-text .image-with-text__text p{
    text-align: center;
}
.artist-statement.home-artist .image-with-text ul.artist-source li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    flex-wrap: wrap;
}
.artist-statement.home-artist .image-with-text ul.artist-source li:last-child img {
    margin-top: 4px;
}

.artist-statement.home-artist .image-with-text ul.artist-source li:last-child a > span {
    color: #deae4f;
    font-size: 18px;
    font-weight: 400;
}
section.hero-section_mobile{
  display: none;
}
.hero-section p
/*-===22-12-2023-Home-page-end===-*/


@media only screen and (min-width: 1400px) {
  .page-width {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1400px) {
  .artist-statement .image-with-text__grid.grid .image-with-text__media-item {
    width: 40%;
  }
  .artist-statement .image-with-text__grid.grid .image-with-text__text-item {
    width: 60%;
  }
  .product-category button.owl-next {
    right: -51px;
  }
  .product-category button.owl-prev {
    left: -51px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-section {
    padding: 150px 0;
  }
  footer .footer__blocks-wrapper div:last-child {
    width: 100%;
  }
  footer .newsletter-form {
    margin-left: 0;
    align-items: self-start;
  }
}
@media only screen and (min-width: 992px) {
  .grid--4-col-desktop .grid__item {
    width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  /* Custom===Start */
.product--large:not(.product--no-media) .product__info-wrapper{
  max-width: 50% !important;
}
.product--large:not(.product--no-media) .product__media-wrapper{
  max-width: 50% !important;
}
/* Custom===End */
}
@media only screen and (max-width: 992px) {
  /* header .header__icon:hover .icon,
  header .modal__close-button:hover .icon,
  header .header__icon--menu .icon {
    transform: scale(2.07);
  } */
  .header__icon--menu .icon {
    /* transform: scale(1.8) !important; */
    transform: scale(1.5) !important;
  }
  header .header__icon--menu .icon {
    color: #fff;
  }
  .hero-section {
    padding: 70px 0;
  }
  .artist-statement .image-with-text__grid {
    flex-direction: column;
  }
  .artist-statement .image-with-text__grid.grid .image-with-text__media-item {
    width: 100%;
  }
  .artist-statement .image-with-text__grid.grid .image-with-text__text-item {
    width: 100%;
  }
  .product-category .owl-controls {
    top: inherit;
    bottom: 0;
  }
  .product-category button.owl-prev,
  .product-category button.owl-next {
    position: static;
  }
  .product-category .owl-theme .owl-nav {
    justify-content: center;
  }
  .product-category .owl-controls {
    transform: translateY(0);
    position: static;
  }
  .product-category button.owl-prev {
    transform: translateY(-2px) rotate(180deg);
  }
}
@media only screen and (min-width: 576px) {
  a.call-now.call-now_mobile {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hero-section {
    padding: 60px 0;
    background-position: 80% 100%;
  }
  .hero-section h1 {
    text-align: center;
  }
  .hero-section p {
    font-size: 16px;
    line-height: 25px;
  }
  .hero-section a.cta-btn {
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 10px;
  }
  .image-with-text .image-with-text__text-item > * {
    padding: 10px 0 20px;
  }
  .product-category {
    padding: 30px 0;
  }
  a.call-now.call-now_desktop {
    display: none;
  }
  a.call-now.call-now_mobile {
    display: block;
  }
  header a.call-now {
    color: #deae4f;
    width: fit-content;
    margin: 0 auto 10px;
  }
  footer.footer {
    padding-top: 30px;
}
div.artist-statement.AboutMe {
  padding: 30px 0!important;
}
div.inner-collection,
section.inner-product {
  padding: 30px 0;
}
/*13-12-23*/
ul#product-grid {
    display: block;
}
ul#product-grid li{
  width:100%;
  max-width:100%;
}
/*13-12-23*/
section.hero-section_mobile{
  display: block;
  padding: 15px;
}
.hero-section .hero-content  p{
  display: none !important;
}
}

