/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 34:0 Unexpected "{"
Line 34:1 Expected identifier but found "%"
Line 45:0 Unexpected "{"
Line 45:1 Expected identifier but found "%"
Line 61:0 Unexpected "{"
Line 61:1 Expected identifier but found "%"
Line 98:22 Expected identifier but found "."
Line 458:0 Unexpected "{"
... and 4 more hidden warnings

**/
{% if settings.enable_philosopher_body %}
  @font-face {
      font-family: 'AktivGrotesk-Regular';
      src: url('/cdn/shop/files/AktivGrotesk-Regular.ttf?v=1774959080') format('truetype');
      /* font-weight: 400; */
      font-style: normal;
      /* font-display: swap; */
    }

    body {
      font-family: 'AktivGrotesk-Regular';
      text-transform: capitalize;
    }
body.gradient{
 /* background-color: #000000;
 color: #ffffffbf;
 position: relative;
} */
{% endif %}

/* ==== CUSTOM FONT: CALGARY DEMO ==== */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/cdn/shop/files/CORMORANTGARAMOND-MEDIUM.TTF?v=1774956221") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

{% if settings.enable_CalgaryDemo_head %}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 500; 
/* font-family: 'Cormorant Garamond', serif; */

}
{% endif %}


.link,
.customer a {
  font-size: 15px;
   font-weight: 400; 
  text-decoration: none;
}
a.link.list-social__link {
    border: 2px solid #FF8B79;
    color: #FF8B79;
}
.list-menu--inline {
    gap: 15px;
}
.header__active-menu-item {
    text-decoration: none;
}
.header__menu-item {
    padding: 1.2rem;
    text-decoration: none;
    color: rgba(var(--color-foreground), 1);
}
.header__menu-item .icon-caret {
    right: -0.2rem;
}
/* .header-wrapper.header--transparent.gradient.header-wrapper--border-bottom {
    border: none;
} */
a.button {
    border-radius: 9px;
    border: none;
    font-family: 'AktivGrotesk-Regular';
    text-decoration: none;
    /* text-transform: uppercase; */
}
.product-form__submit..button--full-width{
   border-radius: 9px;
    border: none;
    font-family: 'AktivGrotesk-Regular';
    text-decoration: none;
}
.product-form__submit.button:disabled{
  border-radius: 9px;
    border: none;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
border-radius: 9px;
}
.section-heading{
  margin-top: 0;
}
.footer__copyright .copyright__content {
    font-size: 16px;
    text-transform: capitalize;
}
    .footer-block__heading {
        font-family: 'AktivGrotesk-Regular';
        font-size: 17px;
    }

/* ===== HEADER TOP BLACK GRADIENT SHADOW ===== */
header.header {
  position: relative;
  z-index: 10;
}

.header--transparent header.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 56%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
 sticky-header.sticky-header header.header::before{
    background: none;
}

.header__icons {
    width: 100%;
    max-width: 100%;
        justify-content: flex-end;
}

  @media screen and (min-width: 1200px) {
  .section-header .header {
    padding: 14px 2rem 14px 2rem;
}
.section-heading .h1 {
    font-size: 36px;
    font-weight: 500;
}
    /* h1, .h1 {
        font-size: 36px;
    } */
}
/* sticky-header.header-wrapper.header--transparent.gradient {
    position: relative;
} */
@media screen and (min-width: 990px) {
   .section-header .header:not(.drawer-menu).page-width {
        /* padding-left: 2rem; */
        /* width: 100%;
        max-width: 100%; */
        /* padding-right: 2rem; */
                margin: 0;
        width: 100%;
        padding-left: 85px;
        padding-right: 85px;
        max-width: 100%;
    }
        .page-width.page-width-desktop {
        max-width: var(--page-width);
        padding: 0 2rem;
    }
    .header__icon .icon {
    /* height: 40px;
    width: 49px; */
    fill: none;
    vertical-align: middle;
}
.section-header .header__icons{
    gap: 25px;
}
.header__icon .svg-wrapper {
    width: 55px;
    height: 55px;
    font-size: 15px;
}
.footer-block  .footer-block-image.center {
    justify-content: flex-start;
}
.svg-wrapper>svg {
    height: 40px;
    width: 20px;
}
.policies li:before {
  display: none;
}
input:-internal-autofill-selected{
  background-color: transparent;
  color: #ffffff;
}
.shopify-policy__title h1{
    color: #ff8b79;
}
.title{
  text-align: center;
}
.customer h1{
    color: #ff8b79;
}
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5 {
  /* color: #ffffffbf; */
}

    .footer__content-top.page-width {
    /* padding: 25px 2rem 25px 2rem;
    padding-left: 2rem;
    padding-right: 0rem; */
}
        .section-header .header--middle-left {
        column-gap: 4rem;
    }
    svg.icon.icon-search {
    /* width: 69px;
    height: 43px; */
}
}
.card__information .card__heading {
  font-size: 15px;
  /* font-family: "Public Sans", sans-serif; */
}
@media screen and (max-width: 768px) {
header.header.header--middle-left.header--mobile-left.page-width.header--has-menu.header--has-social.header--has-account {
    grid-template-columns: 2.8fr 1fr 0.5fr;
    grid-template-areas: "heading icons left-icons";
    gap: 20px;
     padding: 20px 2rem 15px 2rem;
}
/* .image-with-text__text--caption {
  letter-spacing:0;
} */
.image-with-text__content .image-with-text__text+.button {
    margin-top: 2rem;
}
    .header__icon--menu {
        margin-right: 0;
    }
.header__icons span.icon-text {
        display: grid;
    }
        span.svg-wrapper.header-icon-with-text {
        font-size: 12px;
        }  
.section-header .header__icon .svg-wrapper {
    width: 100%;
    height: 45px;
}
 .header__icon .icon {
    height: 30px;
    width: 22px;
    fill: none;
    vertical-align: middle;
}
.footer .link, .customer a {
    font-size: 16px;
}
svg.icon.icon-search {
    width: 22px;
    height: 30px;
}
 span:has(.icon-hamburger) {
    width: 50px;
    height: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
        align-items: center;
}
svg.icon.icon-hamburger {
    /* height: 35px;
            width: 30px; */
            height: 22px;
            width: 18px;
}
 span.icon-text.hamb {
    font-size: 12px;
}
details[open] .header__icon .icon-text.hamb {
  display: none;
}
.js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
    padding-top: 30px;
}
.header__heading-logo {
    /* width: 117px; */
     width: 50px;
     margin-left: 8px;
}
.header--mobile-left .header__heading-link {
        padding: 0;
}
.header__icons {
  gap: 15px;
}
header-drawer {
    justify-self: center;
}
.custom-multicolumn .slider-counter {
    display: none;
}
.section-heading .h1 {
    font-size: 32px;
    font-weight: 500;
}
.badge {
    font-size: 1rem;
    padding: .3rem 1rem .4rem;
 
}
.card--media .card__inner .card__content {
padding-top: 0 !important;
}
.product-grid .card__information .card__heading {
    font-size: 15px;
}
.card__content {
padding: 1rem 0;
}
.mobile-facets__open-label.button-label.medium-hide.large-up-hide {
    font-size: 14px;
}
.product-grid .card-information>.price {
    font-size: 15px;
}
.footer-block__image-wrapper {
      max-width: min(100%, 146px) !important;
}
.footer-block--menu .footer-block__heading{
  margin-bottom: 5px;
  font-size: 17px;
}
.footer-block.grid__item {
        margin-bottom: 0;
    }
    .footer-block__details-content {
    margin-bottom: 0rem;
}
.footer .footer__content-top.page-width .footer__blocks-wrapper {
    padding-bottom: 40px;
}
.footer .footer__content-top {
        padding-bottom: 0;
}
       .footer .footer__copyright {
            margin-top: 0;
            display: block;
        }
.footer .footer__content-top.page-width .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
}
.footer-block .list-unstyled.list-social.footer__list-social {
    justify-content: flex-start;
    gap: 7px;
}

    .footer-block.grid__item:first-child {
    grid-column: 1 / -1;
    }
    .shopify-section.shopify-section-group-footer-group{
      position: relative;
    }
     h1, .h1 {
        font-size: 32px;
    }

}

/* body::before {
  filter: blur(120px);
  opacity: 0.25;
}

body::after {
  content: "";
  position: absolute;
  top: 11%;
  left: 0;
      width: 600px;
    height: 700px;
    background-image: url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994");
  
  background-size: cover;
  filter: blur(40px);
  opacity: 1;
  z-index: 1;
} */

body {
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994"),
    url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994"),
    url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994"),
    url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994"),
     url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994"),
    url("/cdn/shop/files/Ellipse_21_1.png?v=1769505994");

  background-repeat: no-repeat;

  background-size:
    700px 700px,
    700px 700px,
    1000px 1000px,
    650px 850px,
     450px 550px,
    450px 450px;

  background-position:
    left 0 top 15%,
    right -400px top 18%,
    left 42px top 52%,
    right -400px top 38%,
     right -360px top 90%,
     left 0 top 104%;

  filter: blur(58px);
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

/* 🔑 MOST IMPORTANT LINE */
#MainContent,
.shopify-section {
  /* position: relative;
  z-index: 1; */
}

{% if page.handle == '3d-model-human-body' %}
 
    .section-header .header:not(.drawer-menu).page-width {
      /* padding-bottom: 0; */
    }
  
{% endif %}




.wishlisthero-product-page-button-container .button:after{
  display: none;
}

 #login {
    color: #FF8B79;
}
.login a[href="#recover"] {
    color: #ffffff;
}
.login a {
    color: #ffffff;
}
.customer a:hover{
    color: #ffffff;
}
.customer button {
  background-color:  #FF8B79;
}
.customer button:after,
.customer button:hover:after{
  box-shadow: none;
}

.collection-list .card__information .card__heading {
    font-size: 16px;
    text-transform: uppercase;
}
.collection-list .card__content {
  padding: 1rem 0;
}


  .section__text p{
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
   } 

.predictive-search__item-heading {
    margin: 0;
    font-size: 15px;
}
.predictive-search__result-group:first-child{
  display: none;
}

@media screen and (max-width: 768px) {
/* .h1,
.h2{
  font-size: 28px;
} */
.button{
  font-size: 14px !important;
}

.custom-faaq .accordion__content {
    font-size: 16px;
}
.newsletter-left p {
    font-size: 16px;
}
.collapsible-content__heading{
  font-size: 35px;
}
.footer-block__heading {
    font-size: 18px;
}
.footer__copyright {
    text-align: center;
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu-drawer__inner-container .menu-drawer__navigation-container{
      grid-template-rows: 4fr 2fr;
}
.menu-drawer .list-social {
    gap: 10px;
}
.collection-list .card__information .card__heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.5;
}
.collection-list .card__information {
  padding-top: 0;
}
h2.footer-block__heading.inline-richtext.rte {
    font-size: 18px;
}
.menu-drawer__inner-container .menu-drawer__navigation {
    padding-top: 0;
}
    .footer-block__details-content .list-menu__item--link {
        padding-top: 1rem;
        padding-bottom: 1px;
    }
.header__icons .header__icon:not(.header__icon--summary) {
   
    justify-content: unset;
}
.header__icons .header__icon--cart {
    margin-right: 0;
}
.header__icons .header__icon{
  width: auto;
}
}

.card--standard>.card__content .card__information {
    text-align: center;
    font-family: 'AktivGrotesk-Regular';
}
.card-information {
    text-align: center;
}
.card__information .card__heading {
  font-family: 'AktivGrotesk-Regular';
}
card-information .price{
  font-size:15px;
}
@media only screen and (min-width: 750px) {
    h1, .h1 {
        font-size: 36px;
    }
}

@media screen and (min-width: 750px) {
    .footer__blocks-wrapper.grid.scroll-trigger.animate--slide-in {
        padding-bottom: 43px;
    }
    .footer__content-bottom {
    padding-top: 0rem;
}
.header__inline-menu .list-menu--inline{
  text-align:left;
}
}
.section-header .header__icons {
    padding-right: 0;
}
.newsletter-field input {
font-size: 15px;
}
.product-card-wrapper .card--standard .card__inner img{
  border-radius: 13px;
    border: 1px solid #E3E3E3;
}
.product-card-wrapper .media.media--transparent.media--hover-effect{
    border-radius: 13px;
    border: 1px solid #E3E3E3;
}

.wishlisthero-product-page-button-container button,
.contact__button button{
  border-radius: 9px;
}
.product__description p{
  font-size: 15px;
} 
#login{
  color: #000000;
}
#customer_login button{
   border-radius: 9px;
}

.main-page-title.page-title.center.h1.scroll-trigger.animate--fade-in {
    margin: 0;
}
