/** Shopify CDN: Minification failed

Line 293:0 Unexpected "}"

**/
@media screen and (max-width: 748px) {
  .mobile_hide {
    display: none!important;
  }
}
@media screen and (min-width: 748px) {
  .desktop_hide {
    display: none!important;
  }
}

.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* ----- FONT CSS ---------- */

@font-face {
  font-family: "SilverSouth Script";
  src: url("SilverSouthScript.woff2") format("woff2"),
    url("SilverSouthScript.woff") format("woff");
}

.script-font {
  font-family: 'Cormorant, serif' !important;
  font-size: 36px !important;
  margin-bottom: -40px;
  color: #414042;
  font-weight: 400;
    }


.hero-script {
  font-family: 'SilverSouth Script' !important;
  font-size: 80px !important;
  margin-bottom: 0px;
  color: var(--script-heading-color);
    text-transform: none !important;
    letter-spacing: 0 !important;
    }

.footer-large {
  font-size: 24px !important;
  margin-top: 25px;
}
.nav_title {
  font-weight: 300;
  font-size: 14px !important;
}
.money {
  font-weight: 300;
}

.heading-script-font {
  font-family: 'Cormorant';
  font-size: 65px !important;
  text-transform: capitalize !important;
  margin-bottom: 0px; 
  color: #fff;
  letter-spacing: 0 !important;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5) !important;
}
.temp---page-ambassador-programme .features--heading-uppercase .Heading {
    letter-spacing: 0;
    text-transform: inherit;
}

.slide_small_heading {
  letter-spacing: 0.2px !important;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5) !important;
}
@media screen and (min-width: 748px) {
  .slide_small_heading {
    font-size: 40px !important;
  }
  .heading-script-font {
    font-size: 80px !important;
  }
}
/* ----- GENERAL CSS ---------- */

.Header__LogoImage {
  width: 100%;
}

.pt-20 {
  padding-top: 20px;
}
.text-center {
  text-align: center;
}
.DropdownMenu {
  background: #dfdbd6;
  text-transform: capitalize;
}
.Header__MainNav .DropdownMenu ul li a {
    font-size: 14px !important;
}
@media screen and (max-width: 748px) {
  .desktop-only {
    display: none;
  }
}

.mt--20 {
  margin-top: -20px;
}

.underline {
  text-decoration: underline;
}
/* ----- HERO SLIDESHOW CSS ---------- */

  .Slideshow__Content .SectionHeader__Heading--emphasize {
        font-size: 22px !important;
    font-weight: 400;
    text-transform: initial;
    font-family: 'Poppins';
}


.button-shadow {
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.15); 
  box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.15);
}


/* ----- COLLECTION SECTIONS CSS ---------- */
.text-shadow {
  text-shadow: 0px 0px 10px rgb(0 0 0);
}
.collections-tab {
  text-transform: lowercase !important;
  font-weight: 300;
  font-size: 14px !important;
}

.collections-tab.is-active {
  font-size: 18px !important;
}
.collection_title_logo {
  width: 170px;
  height: 100%;
  margin: 0 auto -60px auto;
}

.margin-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.Rich_text_img {
  max-width: 250px;
}

/* Homepage product tab gallery */
/*
.TabPanel .ProductList--carousel {
  margin: 0;
}
.TabPanel .ProductList--carousel .Carousel__Cell {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 747px) {
  .TabPanel .ProductList--carousel .Carousel__Cell {
    width: calc(100% / 3);
  }
}
*/
/* Fullscreen video */
.ImageHero__VideoWrapper {
  margin-bottom: 40px;
}
.ImageHero__VideoWrapper video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 746px) {
  .ImageHero__VideoWrapper video {
    height: 100%;
    object-fit: cover;
  }
}
.VideoWrapper video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ShopTheLook {
  max-width: none;
  padding: 0;
}
.ShopTheLook .jdgm-prev-badge {
  padding-bottom: 10px;
}
@media screen and (min-width: 1008px) {
  .ShopTheLook .ShopTheLook__ImageWrapper {
    width: calc(100% / 3 * 2)!important;
  }
  .ShopTheLook__ProductList {
    width: calc(100% / 3)!important;
    margin: 0;
    padding: 0 7%;
  }
  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: none;
  }
  .ShopTheLook__ImageWrapper .AspectRatio {
    --aspect-ratio: 2.0!important;
    }
    .ShopTheLook__ImageWrapper .AspectRatio img {
      object-fit: cover;
      object-position: center;
    }
  }
  .ShopTheLook--Section .SectionHeader:not(:only-child) {
    margin-bottom: 30px;
  }
  .ShopTheLook__VariantImage,
  .ShopTheLook__VariantImage a,
  .ShopTheLook__VariantImage img {
    display: block;
    width: 100%;
  }

  .StylisedHeader {
    position: relative;
    padding: 85px 0 10px;
    min-height: 90px;
    box-sizing: content-box!important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .StylisedHeader .branding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
    width: auto;
    max-height: 100%;
    z-index: -1;
  }

  @media screen and (max-width: 768px) {
    .StylisedHeader {
      padding: 0;
    }
    .template-index .StylisedHeader .branding {
      display: none;
    }
    .foursixty-section .fs-showcase_v2_5 .fs-timeline .fs-entry-container:nth-child(n+5) {
      display: none;
    }
  }
  @media screen and (min-width: 767px) {
    .foursixty-section .fs-showcase_v2_5 .fs-timeline .fs-entry-container:nth-child(n+7) {
      display: none;
    }
  }


  .Footer__PaymentList {
/*     filter: grayscale(1); */
  }
  .ProductListWrapper {
    overflow: hidden;
  }

  /* LOGO WITH TEXT CSS */
  .title_logo {
    width: 170px;
    height: 100%;
    margin: 50px auto -60px auto;
  }
}
.logo_text_container {
  margin-top: 100px;
}


.ShopTheLook__ProductList .flickity-slider {
  display: flex;
  align-items: center;
}

/* ----- LOGO LIST CSS ---------- */
@media screen and (min-width: 747px) {
  .Logo_list--container.Container {
    padding: 0 130px;
  }
}
.Logo_list .flickity-slider {
  display: flex;
  align-items: center;
}
.Logo_list-item {
  width: 50%;
  display: flex;
  justify-content: center;
}
.Logo_list-item img {
  display: block;
  max-width: 40%;
  height: auto;
  opacity: .5;
  object-fit: contain;
}

.as-featured {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 600;
}  

@media screen and (min-width: 641px) {
  .Logo_list-item {
    width: 14.25%;
  }
}
.TabList::-webkit-scrollbar {
  display: none;
}

/* ANNOUNCEMNT SLIDER */
.AnnouncementBar {
  max-width: 940px;
  margin: 0 auto;
}
.AnnouncementBar__Wrapper {
  padding: 12px 30px;
}
.AnnouncementBar__Wrapper .flickity-slider {
  display: flex;
  align-items: center;
}
.AnnouncementBar__Content {
  width: 100%;
}
.AnnouncementBar .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: inherit;
}
.AnnouncementBar .flickity-prev-next-button.previous {
  left: 0;
}
.AnnouncementBar .flickity-prev-next-button.next {
  right: 0;
}
.hp--container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1008px) {
  .hp--container {
    padding: 0 130px;
  }
}
.faux-collection__title {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 10px;
}
.faux-collection__title .faux-collection__title-name,
.faux-collection__title .faux-collection__group,
.faux-collection__title .faux-collection__brand {
  display: block;
}
.faux-collection__title .faux-collection__title-name {
  font-family: "SilverSouth Script", script;
  font-size: 80px;
  color: #E5D9CC;
  line-height: .3;
  text-transform: lowercase;
}
.faux-collection__title .faux-collection__group,
.faux-collection__title .faux-collection__brand {
  text-transform: capitalize;
  line-height: 1;
  color: #767676;
}
.faux-collection__title .faux-collection__group {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2px !important;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color .2s ease-in-out;
  line-height: 1.2;
  margin-top: 0px;
}
.faux-collection__title .faux-collection__brand {
  font-size: 16px;
}

.faux-collection__description {
  text-align: center;
  color: #dccec2;
  font-size: 21px;
  margin-bottom: 20px;
}

.faux-collection__products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 70px 0px;
  justify-content: cflex-start;
}
.faux-product {
  text-align: center;
  padding: 10px;
  width: 100%;
  color: var(--text-color-light);
    }
@media screen and (max-width: 800px) {
  .faux-collection__products {
    margin: 0 -20px;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .faux-product {
    width: calc(2 * (100vw / 3));
    scroll-snap-align: start;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1008px) {
  .faux-product {
    width: calc(100% / 3);
  }
}
.faux-product .faux-product__image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.faux-product .faux-product__image img {
  transition: opacity .4s ease-out, transform .8s ease-out;
}
.faux-product .faux-product__image img:last-child:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faux-product .faux-product__image:hover img:first-child:not(:last-child) {
  transform: scale(1.05);
}
.faux-product .faux-product__image:hover img:first-child:not(:last-child),
.faux-product .faux-product__image img:last-child:not(:first-child) {
  opacity: 0;
}
.faux-product .faux-product__image:hover img:last-child:not(:first-child) {
  opacity: 1;
  transform: scale(1.05);
}
.faux-product h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.faux-product p {
  margin-bottom: 5px;
}

/* toddlekind text homepage css */
#shopify-section-template--14188777668723__1634630837e06dd504 {
  margin-bottom: -25px;
}

/* Featured Collection */
#shopify-section-template--14188777668723__featured-collections .Section--spacingNormal {
  margin: 0 0 80px 0;
}


@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 50px;
  }
}


.CollectionItem__Hoverable .SectionHeader__SubHeading {
  transition: max-height .4s ease-out, opacity .2s ease-out .2s;
  overflow: hidden;
  max-height: calc(1.2rem * 3.2);
}
.CollectionItem__Hoverable:not(:hover) .SectionHeader__SubHeading {
  transition: max-height .2s ease-out .2s, opacity .2s ease-out;
  max-height: 0;
  opacity: 0;
}
.CollectionItem__Hoverable .Image--contrast:after {
  transition: opacity .2s ease-out;
}
.CollectionItem__Hoverable:not(:hover) .Image--contrast:after {
  opacity: 0;
}
.NewsletterPopup[aria-hidden=false] {
  transform: translate(50%,50%);
}
.NewsletterPopup {
  bottom: 50%;
  right: 50%;
  left: auto;
  top: auto;
  transform: translate(50%,50%);
  background: #DFD8D0;
  border-radius: 385px;
  width: 385px;
  height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.NewsletterPopup__Close-bg {
  display: none;
}
.NewsletterPopup[aria-hidden=false] + .NewsletterPopup__Close-bg {
  display: block;
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 300vw;
  height: 300vh;
  background: rgba(0,0,0,.2);
  z-index: 49;
}
.NewsletterPopup__Branding {
  display: block;
  margin: 40px auto 10px;
  max-height: 50px;
  max-width: 80%;
  object-fit: contain;
  width: auto;
}
.NewsletterPopup__Form {
  margin-top: 20px;
  width: 80%;
}
.NewsletterPopup .Form__Input {
  margin-bottom: 20px;
  background: #FFF;
}
.NewsletterPopup .Form__Submit {
  margin: 0 auto 20px;
}
.NewsletterPopup__Content {
  line-height: 1;
}
.NewsletterPopup__Close {
  position: static;
}


#shopify-section-template--14188777668723__163463573348dab092 {
  margin-top: -100px;
}
@media screen and (min-width: 1008px) {
  #shopify-section-template--14188777668723__163463573348dab092 {
    margin-top: -150px;
  }
}

.CollectionList {
  display: flex;
  flex-wrap: wrap-reverse;
}

.pb-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ProductMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ProductMeta__Rating {
    order: -2;
  }
  .ProductMeta__PriceList {
    order: -1;
  }
}
.Product__SlideItem.VariantSelector__ImageWrapper {
  max-width: none!important;
}
.ColorSwatchList .ColorSwatch,
.ColorSwatchList .ColorSwatch:after {
  border-radius: 99em;
}
.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after {
  border: 2px solid #767676!important;
}
.custom-field--value.script-font {
  margin-bottom: -20px;
}
.Product__Aside {
  padding-left: 0;
}

/* INSTAGRAM SECTION */
@media screen and (min-width: 1008px) {
  .instagram_heading {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    align-items: baseline;
  }
  .instagram-btns {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.instagram-btns {
  font-weight: 300;
  border-bottom: 1px solid #767676;
  padding-bottom: 2px;
  letter-spacing: .2em;
  margin: 0 10px;
}

.ColorSwatch {
  background-size: cover;
}
.ProductForm__LabelLink {
  float: none;
  display: block;
  margin: 1em auto 0;
  text-align: center;
}
.Modal--dark {
  background: rgba(0,0,0,.5);
}
.Modal__Wrap {
  background: #FFF;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.Modal__Wrap .Modal__Close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  transform: translate(50%,-50%);
  color: #E5D9CC;
}
.Modal__Header {
  text-align: left;
  padding: 0 40px;
  margin: 20px 0;
}
.Modal__Wrap .Container {
  padding: 20px 40px;
}
.Modal__Tabs {
  display: flex;
  border: 0px solid rgba(0,0,0,.2);
  margin: 0 -20px;
}
.Modal__Tabs label {
  flex: 1 1 auto;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  background: #E4E5E3;
  color: #767676;
}
.Modal__Tabs label:not(:last-child) {
  border-right: 0px solid rgba(0,0,0,.2);
}
input[type="radio"][name="sizeChartTab"] {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 748px) {
  .Footer__Block--newsletter {
    background-color: #E5D9CC;
    padding: 25px;
  }
}

.VideoHero.ImageHero--large {
  min-height: 0!important;
}
.VideoHero .ImageHero__ImageWrapper {
  position: static;
}
.VideoHero .ImageHero__ContentOverlay {
  position: absolute;
}
.ImageHero__VideoWrapper {
  margin-bottom: 0;
}

.section--collection-list .SectionHeader{
  margin-bottom: 0;
  padding: 0px 0px 10px;
  text-align: center;
}

.section--collection-list .CollectionList.CollectionList--grid{
  margin-top: 0;
  flex-wrap: wrap;
}

.section--collection-list .CollectionList--grid .CollectionItem .CollectionItem__Wrapper{
  border-radius: 0px;
}

.section--collection-list .CollectionItem__Content{
  bottom: 15px;
}

.section--collection-list .CollectionItem__Link.Button:not([disabled]){
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.section--collection-list .CollectionItem__Link.Button:not([disabled]):hover{
  border: none;
  background-color: #ffffff;
}

@media screen and (max-width: 748px) {
  .CollectionList--mobileGrid {
    flex-wrap: wrap;
  }
  .CollectionList--mobileGrid .CollectionItem:nth-child(4n+1),
  .CollectionList--mobileGrid .CollectionItem:nth-child(4n+2) {
    width: 50%;
  }
  .CollectionList--mobileGrid .CollectionItem .CollectionItem__Wrapper {
    height: 220px;
  }
  .CollectionList--mobileGrid .CollectionItem:nth-child(4n+1) .CollectionItem__Wrapper,
  .CollectionList--mobileGrid .CollectionItem:nth-child(4n+2) .CollectionItem__Wrapper {
    height: 440px;
  }
  .CollectionList--mobileGrid .Button {
    font-size: 7px;
    padding: 8px 14px;
  }
  .CollectionList--mobileGrid .SectionHeader__Heading {
    font-size: 14px;
  }

  .features--show-image-zooming .CollectionList--mobileGrid .CollectionItem:hover .CollectionItem__ImageWrapper {
    transform: none;
  }
  .CollectionList--mobileGrid .CollectionItem .Image--contrast::after,
  .CollectionList--mobileGrid .CollectionItem:hover .Image--contrast::after {
    content: none;
  }
  .CollectionList--mobileGrid .CollectionItem__Hoverable:hover .SectionHeader__SubHeading {
    max-height: 0;
  }
}

.features--heading-uppercase .CollectionItem .Heading {
  text-transform: none;
}

/* PLAYMAT ASSEMBY */
#shopify-section-template--14267274494067__1637855317b78c77d4 {
  margin-bottom: 50px;
}

.mould-divider {
  border-bottom: 2px solid #C7C7C7;
  margin: 15px auto;
}


.hp--image-banner {
  position: relative;
  text-align: center;
}
.hp--image-banner__background {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.hp--image-banner__columns {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hp--image-banner__column {
  flex: 1 1 100%;
  padding: 30px;
}
.hp--image-banner__column img {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 auto 30px auto;
}
.hp--image-banner__column h3 {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: .2em;
  font-size: 24px;
}
.hp--image-banner__column .Rte:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .hp--image-banner__columns {
    flex-direction: column-reverse;
  }
  
  .hp--image-banner__column:first-child h3 {
    color: inherit;
    display: none;
  }
  .hp--image-content_center {
    display: none!important;
  }
}
.hp--image-content__image {
  max-width: 85%;
  height: auto;
  object-fit: contain;
}

.hp--image-content_center {
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
}
.hp--image-content {
  width: 100%;
  overflow: hidden;
}
.hp--image-banner__wrap .SectionHeader:not(:only-child),
.hp--image-content .SectionHeader:not(:only-child) {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  .Section--spacingNormal {
    margin: 20px 0;
  }
  .StylisedHeader {
    min-height: 0;
  }
  .hp--image-banner__column h3 {
    font-size: 20px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
  }
  .Footer__Block--links {
    width: 50%;
  }
  .Footer__Block--text,
  .Footer__Block--newsletter {
    order: -1;
  }
  .Footer__Block--newsletter {
    margin: 24px -24px 0;
    width: calc(100% + 48px);
  }
  .Footer__Block--newsletter .Footer__Content {
    color: #FFF;
    font-weight: 500;
  }
  .Footer__Block--newsletter .Footer__Newsletter {
    position: relative;
  }
  .Footer__Block--newsletter .Form__Input {
    background: #FFF;
    color: var(--text-color);
      padding-right: 48px;
      }
  .Footer__Block--newsletter .Form__Submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTIyLDlhMSwxLDAsMCwwLDAsMS40Mmw0LjYsNC42SDMuMDZhMSwxLDAsMSwwLDAsMkgyNi41OEwyMiwyMS41OUExLDEsMCwwLDAsMjIsMjNhMSwxLDAsMCwwLDEuNDEsMGw2LjM2LTYuMzZhLjg4Ljg4LDAsMCwwLDAtMS4yN0wyMy40Miw5QTEsMSwwLDAsMCwyMiw5WiIvPjwvZz48L3N2Zz4=);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 48px;
    border: 0;
    margin-top: 0;
  }
  .Footer__Block--newsletter .Form__Submit:before {
    content: none;
  }
  .Footer__Copyright {
    text-align: left;
  }
  .Footer__PaymentList {
    margin-top: 0;
    border-top: 0;
  }
}
.ProductGallery__Label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: #FFF;
  border-radius: 50%;
  z-index: 1;
}
.ProductGallery__Label img {
  display: block;
  margin: 2px;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .ProductGallery__Label {
    right: auto;
    left: 15px;
    top: 15px;
  }
  .ProductGallery__Label img {
    width: 64px;
  }
}
.custom-field__icon {
  display: flex;
  margin-top: 15px;
}
.custom-field__icon img {
  display: block;
  width: 0;
  height: auto;
  flex: 1 1 100%;
}
.hp--upsell-popup {
  display: block;
  box-shadow: 0 0 0 1000vw rgba(0,0,0,.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  z-index: 999;
  overflow: auto;
}

.hp-collections-tab {
  letter-spacing: .2em;
  font-size: 18px!important;
  text-transform: lowercase!important;
  font-weight: 300;
}

.hp-collections-tab::after {
  width: calc(100% - 0.2em);
}
.hp-collections-tab::after {
  width: 100%;
}

.hp-collections-tab::after {
  position: relative;
  display: block;
  content: "";
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 125px;
  margin: auto;
  background: var(--script-heading-color);
    transition: width .25s ease-in-out;
    }

/* REVIEW WIDGETS */
.jdgm-rev.jdgm-rev {
  float: left;
  width: calc(33.3% - 11px);
  padding: 0;
  margin: 0 0 16px 0;
  border-radius: 2px;
  border: 1px solid;
  border-color: #C7C7C7 !important;
  background: #fff  !important;
  overflow: visible;
}

.Faq__Item .Faq__Icon .bar {
  transition: opacity .2s ease-out;
}
.Faq__Item[aria-expanded=true] .Faq__Icon .bar {
  opacity: 0;
}

.ProductMeta__Details[aria-hidden="true"] {
  display: none;
}
.VariantSelector__ImageWrapper img {
  display: block;
  width: 100%;
  height: auto;
}

#shopify-section-template--14235240955967__16371399749ab60c9a .SectionHeader__Description {
  text-align: justify!important;
}
@media screen and (max-width: 640px) {
  #shopify-section-header {
    width: 100%;
    overflow: hidden;
  }
  .Product__InfoWrapper {
    margin: 0 15px;
  }
  #section-template--14237455810623__1634726929002ab7eb .Rte {
    display: none;
  }
  .jdgm-carousel-wrapper {
    padding: 0px 0px 48px 0px!important;
  }
}


.Product__Slideshow--scroller {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.Product__Slideshow--scroller .Product__SlideItem--image {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 90vw;
  margin: 0 10px;
}
.Product__Slideshow--scroller .AspectRatio > img {
  position: static;
}
.Product__Slideshow--scroller .AspectRatio:before {
  padding: 0!important;
}
.Product__Slideshow--scroller .Image--fadeIn {
  opacity: 1;
}
.scrollToTopSticker {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  transition: transform .2s ease-out;
  transform: translateY(100%);
}
.scrollToTopSticker.show {
  transform: translateY(0);
}

.ProductForm__QuantitySelector {
  margin-top: 0;
  padding-top: 24px;
}
@media screen and (max-width: 640px) {
  #shopify-section-template--14237455810623__1638458610af83398f .PageContent {
    max-width: 1000px;
    margin: -20px auto 35px auto;
  }
}

.AnnouncementBar__Content a {
  text-decoration: underline;
  font-weight: bold;
}

.jdgm-all-reviews-rating {
  font-size: 36px;
}

#shopify-section-template--14390520217715__163419692355623002 .Section--spacingNormal {
  padding: 0px 0px 20px 0px;
}

.ma {
  margin: 0 auto;
}

/* hp testimonial */
.hp--testimonials-img-content {
  background: #e5d9cc;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
}
.hp--testimonials-img-content img{
  margin: 0 auto;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
.hp--testimonials-sub{
  padding: 0 10px;
}
.hp--testimonials-content h2{
  color: #363636;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.hp--testimonials-narrow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media(max-width: 767px){
  .hp--testimonials-img-content {
    padding: 20px;
  }
  .hp--testimonials-narrow {
    padding: 0 10px;
  }
}
/* .hp--split-banner-main */
.hp--split-banner-main {
  display: flex;
  flex-wrap: wrap;
}
.hp--split-banner-main .hp--split-banner-img{
  width: 45%;
  position: relative;
}

.hp--split-banner-main .hp--split-banner-img img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.hp--split-banner-main .hp--split-banner-content{
  width: 55%;
}
.hp--split-banner-content{
  background: url('split-banner-bg.jpg') center;
  background-size: cover;
}
.hp--split-banner-main .hp--split-banner-content{
  display: flex;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right:15px;
  padding-left: 150px;
}
.hp--split-banner-desc {
  max-width: 435px;
}
.hp--split-banner-desc h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #fff;
}
.hp--split-banner-desc p{
  color: #fff;
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 1.5px;
}
.split-banner-btn{
  margin: 0;
  margin-top: 20px;
  max-width: 250px;
  font-size: 12px;
  color: #363636;
  background-color: transparent;
  padding: 12px 20px;
  border: 1px solid #ffffff;
}
.split-banner-btn:hover{
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.split-banner-btn.Button--secondary::before{
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

/* Ticks part */
.hp--split-banner__ticks-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ticks-item__tick-image{
  max-width: 27px;
}

.ticks-item__tick-image img{
  margin: 0;
}

.hp--split-banner__ticks-item .ticks-item__tick-text{
  color: #ffffff;
  margin-left: 10px;
}
@media(min-width: 1200px) and (max-width: 1400px){
  .hp--split-banner-main .hp--split-banner-content{
    padding-left: 100px;
  }
  .hp--split-banner-main .hp--split-banner-img{
    width: 50%;
  }
  .hp--split-banner-main .hp--split-banner-content{
    width: 50%;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .hp--split-banner-main .hp--split-banner-content{
    padding-left: 30px;
  }
  .hp--split-banner-desc h2{
    margin-bottom: 20px;
    font-size: 22px;
  }
  .hp--split-banner-desc p{
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit;
  }
  .hp--split-banner-main .hp--split-banner-img{
    width: 50%;
  }
  .hp--split-banner-main .hp--split-banner-content{
    width: 50%;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .hp--split-banner-main .hp--split-banner-content{
    padding-left: 30px;
  }
  .hp--split-banner-desc h2{
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hp--split-banner-desc p{
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit;
  }
  .split-banner-btn{
    font-size: 14px;
    padding: 10px 15px;
  }
  .hp--split-banner-main .hp--split-banner-img{
    width: 50%;
  }
  .hp--split-banner-main .hp--split-banner-content{
    width: 50%;
  }
}
@media(max-width: 767px){
  .hp--split-banner-main .hp--split-banner-content{
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hp--split-banner-desc h2{
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hp--split-banner-desc p{
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit;
  }
  .split-banner-btn{
    font-size: 14px;
    padding: 10px 15px;
  }
  .hp--split-banner-main .hp--split-banner-img,
  .hp--split-banner-main .hp--split-banner-content{
    width: 100%;
  }

  .hp--split-banner-main .hp--split-banner-img{
    position: relative;
    min-height: 240px;
  }

  .hp--split-banner-main .hp--split-banner-img img{
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 640px){
  .hp--split-banner{
    margin-bottom: 50px;
  }
}

#shopgracias-video-carousel {
  margin-top: 50px;
}

/* hp find us */
.Find-us--container {
  max-width: 1200px;
}
.Find-us-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media(min-width: 640px){
  .Find-us-list {
    margin: 0 auto;
  }
}
.Find-us-item {
  width: 25%;
}
@media(max-width: 640px){
  .Find-us-item {
    margin-bottom: 25px;
    padding: 0 10px;
  }
}
.Find-us-item img {
  width: 150px;
  height: auto;
}
@media(max-width: 640px) {
  .Find-us-item img {
    width: 100%;
  }
}
/* vacancies popup */
body.hp-vacancies-pop{
  overflow: hidden;
  touch-action: none;
}
.hp-vacancies-popup {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.hp-vacancies-popup.is-visible {
  visibility: visible;
}
.hp-vacancies-popup .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 68%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.hp-vacancies-popup.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.hp-vacancies-popup .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#767676;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  text-align: center;
  padding: 25px;
  padding-top: 40px;
  border: 1px solid #767676;
}
.hp-vacancies-popup .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.hp-vacancies-popup.is-visible .modal-transition {
  opacity: 1;
}
.hp-vacancies-popup .modal-close.modal-toggle {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:9;
}
.hp-vacancies-popup .modal-close.modal-toggle svg {
  height: 40px;
  width: 40px;
  fill: #767676;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.hp-vacancies-popup .modal-close.modal-toggle:hover svg{
  transform: rotate(180deg);
}
.hp-vacancies-popup.modal-close.modal-toggle:hover svg{
  fill:#fff;
}
.hp-vacancies-content a{
  color: #e5d9cc;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.hp-vacancies-content a:hover{
  color: #767676;
}
@media(min-width: 768px){
  .hp-vacancies-popup .modal-wrapper {
    width: 650px;
  }
}
@media(max-width: 767px){
  .hp-vacancies-popup .modal-wrapper {
    width: 300px;
    height: 350px;
    overflow-x: scroll;
  }
  #shopify-section-template--14424533139571__shop-the-look {
  	display: none;
  }
}
.HPBanner__IconRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.HPBanner__IconRow img {
  flex: 0 0 100px;
  margin-right: 16px;
}
@media screen and (max-width: 748px) {
  .ProductImageIcons .Timeline__Item {
    display: block;
    position: static;
  }
  .ProductImageIcons .Timeline__Item.is-selected .Timeline__Image {
    position: absolute;
  }
  .ProductImageIcons .Timeline__ListItem {
    height: auto!important;
    color: #767676!important;
    text-shadow: none;
  }
  .ProductImageIcons .Timeline__Inner {
    padding-top: 40px;
  }
  .ProductImageIcons .Timeline__ImageWrapper,
  .ProductImageIcons .Timeline__Inner {
    width: 100%;
  }
  .ProductImageIcons .Timeline__ImageWrapper-hp {
    width: 100%;
    padding-bottom: 100%;
  }
  .ProductImageIcons .hp-product-inner {
    background: #FFF;
  }
  .ProductImageIcons .SectionHeader--center {
    text-align: left;
  }
}



/* 11-04 */
/* custom featured products Section */

.custom-featured-products{
/*   background-color: #E6E6E6; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-featured-products h2.SectionHeader__Heading.Heading.u-h1 {
  font-size: 36px;
  text-transform: unset;
  font-weight: 300;
  position: relative;
  margin-bottom: 0px;
  letter-spacing:.2px;
}
/* .custom-featured-products h2.SectionHeader__Heading.Heading.u-h1:after{
  position: relative;
  display: block;
  content: "";
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 125px;
  margin: auto;
  background: var(--script-heading-color);
    transition: width .25s ease-in-out;
} */

  .custom-featured-products .custom-featured-inner {
    margin: 0 90px;
  }
  .custom-featured-products .select-custom-product {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
  }
  .custom-featured-products .select-custom-product .custom-product-content {
    width: 25%;
/*     padding: 0 40px; */
    text-align: center;
  }
/*   .custom-product-image__wrapper{
    border-radius: 50%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
  } */

  .custom-featured-products .custom-product-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* margin-bottom:20px; */
  }
  .custom-featured-products .custom-product-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
  }
  .custom-featured-products .custom-product-image img.custom-product-img-alt {
    opacity: 0;
  }
  /* .custom-featured-products .custom-product-image:hover img.custom-product-img {
    opacity: 0;
  }
  .custom-featured-products .custom-product-image:hover img.custom-product-img-alt {
    opacity: 1;
  } */
  .custom-featured-products .custom-product-title,
  .custom-featured-products .custom-product-price{
    font-size: 12px;
    line-height:1;
    font-weight: 500;
    text-transform: uppercase;
    color:#767676;
  }
  .custom-featured-products .custom-product-title{
  	line-height:1.3;
  }
  .custom-featured-products .custom-product-price{
  	margin-top:5px;
  }
  @media (min-width:992px) and (max-width:1199px){
    .custom-featured-products .custom-featured-inner {
      margin: 0 50px;
    }
  }
  @media (max-width:991px){
    .custom-featured-products .custom-featured-inner {
      margin: 0 20px;
    }
    .custom-featured-products .select-custom-product {
      margin: 0 -20px;
      flex-wrap: nowrap;
      overflow: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 15px;
    }
    .custom-featured-products .select-custom-product .custom-product-content {
      width: calc(2 * (100vw / 3));
      scroll-snap-align: start;
      flex-grow: 1;
      flex-shrink: 0;
    }
  }

/* 29/3/23 */
/* New custom featured products Section */
.custom-featured-products{
  background-color: #E6E6E6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-featured-products h2.SectionHeader__Heading.Heading.u-h1 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  margin-bottom: 50px;
}
.custom-featured-products h2.SectionHeader__Heading.Heading.u-h1:after{
  position: relative;
  display: block;
  content: "";
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 125px;
  margin: auto;
  background: var(--script-heading-color);
    transition: width .25s ease-in-out;
}

  .custom-featured-products .custom-featured-inner {
    margin: 0 90px;
  }
  .custom-featured-products .select-custom-product {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
  }
  .custom-featured-products .select-custom-product .custom-product-content {
    width: 20%;
    padding: 0 40px;
    text-align: center;
  }
  .custom-product-image__wrapper{
    border-radius: 50%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .custom-featured-products .custom-product-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* margin-bottom:20px; */
  }
  .custom-featured-products .custom-product-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
  }
  .custom-featured-products .custom-product-image img.custom-product-img-alt {
    opacity: 0;
  }
  /* .custom-featured-products .custom-product-image:hover img.custom-product-img {
    opacity: 0;
  }
  .custom-featured-products .custom-product-image:hover img.custom-product-img-alt {
    opacity: 1;
  } */
  .custom-featured-products .custom-product-title,
  .custom-featured-products .custom-product-price{
    font-size: 12px;
    line-height:1;
    font-weight: 500;
    text-transform: uppercase;
    color:#767676;
  }
  .custom-featured-products .custom-product-title{
  	line-height:1.3;
  }
  .custom-featured-products .custom-product-price{
  	margin-top:5px;
  }
  @media (min-width:992px) and (max-width:1199px){
    .custom-featured-products .custom-featured-inner {
      margin: 0 50px;
    }
  }
  @media (max-width:991px){
    .custom-featured-products h2.SectionHeader__Heading.Heading.u-h1 {
      font-size:24px;
    }
    .custom-featured-products .custom-featured-inner {
      margin: 0 20px;
    }
    .custom-featured-products .select-custom-product {
      margin: 0 -20px;
      flex-wrap: nowrap;
      overflow: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 15px;
    }
    .custom-featured-products .select-custom-product .custom-product-content {
      width: calc(2 * (100vw / 3));
      scroll-snap-align: start;
      flex-grow: 1;
      flex-shrink: 0;
    }
  }
  @media (max-width:767px){
    .custom-featured-products h2.SectionHeader__Heading.Heading.u-h1 {
      font-size:24px;
    }
  }

/* 18/5/2022 */
.mar-btn-80{
	margin-bottom:80px;
}
.hp-services-mian-sec,
.hp-image-text-lookingfor .FeatureText__Content,
.hp-how-it-work .hp-how-it-work-main{
  max-width: 1010px;
  margin: 0 auto;
  padding:0 15px;
}
.temp---page-ambassador-programme .rich_text_bg .FeatureText__Content{
  max-width: 850px;
}
.temp---page-ambassador-programme .hp-image-text-lookingfor .FeatureText__Content{
  max-width:1200px !important;
  margin-bottom:0px;
}
.temp---page-ambassador-programme .hp-image-text-lookingfor{
  background: #dfdbd6;
  padding: 50px 0px 70px 0px;
}
.temp---page-ambassador-programme .rich_text_bg .FeatureText__Content .SectionHeader__Description p{
  font-size:18px
}
.temp---page-ambassador-programme .Slideshow__Content .SectionHeader {
    max-width: 610px;
    margin: 0 0 0 auto;
    text-align: center;
}
.temp---page-ambassador-programme .Slideshow__Content .SectionHeader__Heading--emphasize {
    font-weight: 300;
  	letter-spacing:0;
  text-transform: inherit;
  font-family: 'Poppins', sans-serif;
}
.temp---page-ambassador-programme .Slideshow__Content .SectionHeader__Heading--emphasize b{
	 font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.temp---page-ambassador-programme .heading-script-font {
	font-family: 'Poppins', sans-serif;
}
.hp-image-text-lookingfor .FeatureText__Content{
  margin-bottom: 50px;
}
.hp-image-text-lookingfor .SectionHeader__Description {
  margin-top: 24px;
  letter-spacing: 1.1px;
  font-size: 18px;
  	max-width:100%;
}
.hp-image-text-lookingfor .SectionHeader__Heading{
	letter-spacing: 3px;
    font-weight: 500;
}

.hp-image-text-lookingfor .FeatureText__Content_item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    align-items: center;
}
.hp-image-text-lookingfor .FeatureText__Content_item .FeatureText__Content_block {
    width: 20%;
    padding: 15px;
}

.temp---page-ambassador-programme .Slideshow__ImageContainer {
    height: 490px;
}
.temp---page-ambassador-programme .Slideshow__ImageContainer img {
    object-fit: cover;
}
@media screen and (min-width: 641px) {
 .temp---page-ambassador-programme .Slideshow__Content .SectionHeader__Heading--emphasize {
    font-size: 100px !important;
    font-weight: 400;
}
}
@media(max-width:1199px){
  .temp---page-ambassador-programme .slide_small_heading {
    font-size: 30px !important;
  }
  .temp---page-ambassador-programme .Slideshow__Content .SectionHeader__Heading--emphasize {
    font-size: 60px !important;
  }
  .hp-services-mian-sec,
  .hp-image-text-lookingfor .FeatureText__Content,
  .hp-how-it-work .hp-how-it-work-main {
    max-width: 900px;
  }
  .temp---page-ambassador-programme .Slideshow__Content .SectionHeader{
  	max-width:400px;
  }
}
@media(max-width:991px){
  .hp-services-mian-sec, .hp-image-text-lookingfor .FeatureText__Content, .hp-how-it-work .hp-how-it-work-main {
    max-width: 650px;
  }
  .hp-image-text-lookingfor .SectionHeader__Description {
    font-size: 16px;
    margin-top: 15px;
  }
  .hp-image-text-lookingfor .SectionHeader__Heading{
    font-size: 20px;
  } 
  .hp-image-text-lookingfor .FeatureText__Content_item .FeatureText__Content_block .FeatureText__Content_image img {
    max-width: 80%;
  }
}
@media(min-width:768px) and (max-width:991px){
  .temp---page-ambassador-programme .Slideshow__ImageContainer{
  	height: 340px;
  }
 .temp---page-ambassador-programme  .Slideshow__ImageContainer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
}
}
@media(max-width:767px){
  .hp-image-text-lookingfor .FeatureText__Content_item .FeatureText__Content_block:first-child {
    width: 50%;
    margin-bottom: 35px;
  }
  .hp-image-text-lookingfor .FeatureText__Content_item .FeatureText__Content_block {
    width: 50%;
  }
  .hp-image-text-lookingfor .SectionHeader__Description {
    font-size: 14px;
  }
  .hp-image-text-lookingfor .SectionHeader__Heading {
    font-size: 18px;
  }
  .mar-btn-80 {
    margin-bottom: 50px;
}
  .hp-image-text-lookingfor .FeatureText__Content_item .FeatureText__Content_block .FeatureText__Content_image img {
    max-width: 150px;
    width: 150px;
    object-fit: cover;
}
  .hp-how-it-work-bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width:991px){
  .temp---page-ambassador-programme .Slideshow__Content--bottomLeft, 
  .temp---page-ambassador-programme .Slideshow__Content--bottomCenter, 
  .temp---page-ambassador-programme .Slideshow__Content--bottomRight {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temp---page-ambassador-programme .Slideshow__Content .SectionHeader {
    margin: auto;
}
  .temp---page-ambassador-programme .slide_small_heading {
    font-size: 24px !important;
}
  .temp---page-ambassador-programme .Slideshow__Content .SectionHeader__Heading--emphasize {
    font-size: 50px !important;
}
}

/* benefit */
.benefit-image-text-main {
    position: relative;
}
.benefit-image-text-main .benefit-image-text-content {
    position: absolute;
    top: auto;
    left: auto;
    right: 182px;
    bottom: 123px;
  	z-index:1;
}
.benefit-image-text-main .benefit-image-text-content .benefit-image-text-content-main{
	 display: flex;
}
.benefit-image-text-main .slide_small_heading {
    font-size: 150px !important;
    letter-spacing: 0 !important;
    color: #fff;
  line-height: 1;
      text-transform: capitalize;
}
.benefit-image-text-main .benefit-image-text-content h2.SectionHeader__Heading {
    color: #ffffff;
    margin: 0;
    font-size: 36px !important;
    margin-left: -25px;
    margin-top: 100px;
    letter-spacing: 0.8px;
    font-weight: 400;
}
.hp--benefit-image-text .benefit-image-text-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(40 38 38 / 20%);
}
@media(max-width:1199px){
	.benefit-image-text-main .benefit-image-text-content h2.SectionHeader__Heading {
    font-size: 25px !important;
    margin-left: 12px;
    margin-top: 70px;
}
  .benefit-image-text-main .benefit-image-text-content {
    right: 40px;
    bottom: 40px;
}
  .benefit-image-text-main .slide_small_heading {
    font-size: 120px !important;
}
  .benefit-image-text-main .benefit-image-text-content h2.SectionHeader__Heading {
    font-size: 25px !important;
    margin-left: 12px;
    margin-top: 70px;
}
  .benefit-image-text-main .benefit-image-text-image img {
    min-height: 430px;
    object-fit: cover;
}
}
@media(max-width:991px){
	.benefit-image-text-main .benefit-image-text-content h2.SectionHeader__Heading {
    font-size: 22px !important;
    margin-left: 10px;
    margin-top: 40px;
}
  .benefit-image-text-main .slide_small_heading {
    font-size: 90px !important;
}
  .benefit-image-text-main .benefit-image-text-image img {
    min-height: 330px;
}
}
@media(max-width:767px){
	.benefit-image-text-main .benefit-image-text-content {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
     z-index:1;
}

}
@media(max-width:575px){
	.benefit-image-text-main .slide_small_heading {
    font-size: 90px !important;
}
  .benefit-image-text-main .benefit-image-text-content h2.SectionHeader__Heading {
    font-size: 16px !important;
    margin-top: 55px;
    margin-left: -10px;
}
  .benefit-image-text-main .benefit-image-text-image img {
    min-height: 250px;
}
  .benefit-image-text-main .benefit-image-text-content .benefit-image-text-content-main {
    margin-top: 40px;
}
  .benefit-image-text-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(12 12 12 / 20%);
}
}
@media(max-width:375px){
	.benefit-image-text-main .slide_small_heading {
    font-size: 80px !important;
}
}
/* services */
.hp-services-inner-description h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.hp-services-inner-content .hp-services-inner-description p {
    font-size: 15px;
    text-align: center;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.2;
}
.hp-services-inner-content {
    text-align: center;
    width: 33.33%;
    padding: 0 15px;
}
.hp-services-main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hp-services-inner-content .hp-services-inner-image {
    margin-bottom: 14px;
}
.hp-services-main-content .hp-services-inner-content:nth-child(-n + 2) {
    width:40%;
    padding-bottom: 30px;
}
@media(max-width:1199px){
	.hp-services-inner-content .hp-services-inner-image {
    margin: 0 auto;
    margin-bottom: 14px;
    max-width: 115px;
}
  .hp-services-inner-description h2 {
    font-size: 14px;
}
  .hp-services-inner-content .hp-services-inner-description p {
    font-size: 12px;
}
}
@media(max-width:991px){
	.hp-services-inner-content .hp-services-inner-description p {
    max-width: 100%;
}
}
@media(max-width:991px){
	.hp-services-inner-content .hp-services-inner-image {
    max-width: 65px;
}
  .hp-services-main-content .hp-services-inner-content:nth-child(-n + 2) {
    width: 50%;
    padding: 0;
    padding-bottom: 20px;
}
  .hp-services-inner-description h2 {
    font-size: 16px;
}
  .hp-services-inner-content .hp-services-inner-description p {
    font-size: 14px;
}
  .hp-services-inner-content {
        width: 50%;
    padding: 0 10px;
}
  .hp-services-inner-content:last-child {
    padding-top: 20px;
}
}
@media(max-width:575px){
	.hp-services-inner-description h2 {
    font-size: 11px;
}
  .hp-services-inner-content {
    padding: 0 5px;
}
 .hp-services-inner-content .hp-services-inner-description p {
    font-size: 9px;
    padding: 0 5px;
}
  .hp-services-inner-content .hp-services-inner-description p br {
    display: none;
}
}
@media(max-width:350px){
	.hp-services-main-content .hp-services-inner-content:nth-child(-n + 2) {
    width: 100%;
}
  .hp-services-inner-description h2 {
    font-size: 14px;
}
  .hp-services-inner-content {
    width: 100%;
    padding-bottom:20px;
}
  .hp-services-inner-content:last-child {
    padding-top: 0;
}
  
  .hp-services-inner-content .hp-services-inner-description p {
    font-size: 12px;
} 
  .hp-services-inner-content .hp-services-inner-description p br {
    display: block;
}
}
/* how-it-work */
.hp-how-it-work {
    background: #E8DAD1;
}
.temp---page-ambassador-programme .hp-how-it-work{
  background: #fff;
}
.hp-how-it-work .hp-how-it-work-main h2{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}
.hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-title h2{
	 text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.hp-how-it-work-inner-description .hp-how-it-work-inner-title p{
    font-size: 15px;
    text-align: center;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.2;
}
.hp-how-it-work-inner-description .hp-how-it-work-maindesc .hp-how-it-work-index {
    font-size: 256px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: rgb(255 255 255 / 70%);
}
.hp-how-it-work-inner-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}
.hp-how-it-work-maindesc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-how-it-work .hp-how-it-work-main {
    padding: 40px 15px 70px 15px;
}
.hp-how-it-work-content .hp-how-it-work-inner-content {
    width: 33.33%;
    padding: 0 15px;
}
.hp-how-it-work-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 40px;
}
.hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-image {
    text-align: center;
}
.hp-how-it-work-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
  	margin-top:80px;
}
.hp-how-it-work-bottom a.main-btn {
    background: #fff;
    width: 100%;
    padding: 22px 60px;
    max-width: 424px;
    font-size: 25px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    box-shadow: 21px 16px 19px 3px rgb(0 0 0 / 10%);
}
.hp-how-it-work-bottom a.main-btn:hover{
	background:#e8dad1;
}
.hp-how-it-work .SectionHeader__SubHeading {
    text-align: center;
    color: var(--text-color);
    font-size: 95px !important;
    letter-spacing: 0 !important;
      text-transform: capitalize;
}
.hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-image img {
    max-width: 90%;
}
/* Careers page Css */
.temp---page-careers .rich_text_bg .Rte p:not(:last-child){
    margin-bottom: 0.6em;
}
.temp---page-careers .custom-section-about-hero .custom-section__description{
    max-width: 750px;
}
.temp---page-careers .custom-section-about-hero .custom-section__center-image{
  max-width:70px;
}
/* Press Page Css */
.temp---page-press .ImageHero--large .SectionHeader__Description p{
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  font-family: Cormorant, serif;
  letter-spacing: .2px;
}

@media(max-width:1199px){
  .hp-how-it-work-inner-description .hp-how-it-work-maindesc .hp-how-it-work-index {
    font-size: 186px;
  }
  .hp-how-it-work-inner-description .hp-how-it-work-inner-title p {
    font-size: 13px;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-title h2 {
    font-size: 16px;
  }
  .hp-how-it-work-inner-title {
    top: 32%;
  }
  .hp-how-it-work .SectionHeader__SubHeading {
    font-size: 65px !important;    
  }
  .hp-how-it-work-bottom a.main-btn {
    padding: 17px 60px;
  }
}
@media(max-width:992px){
  .hp-how-it-work .SectionHeader__SubHeading {
    font-size: 55px !important;
  }
  .hp-how-it-work-bottom a.main-btn {
    padding: 15px 54px;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:60px;
    padding:0;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-image {
    width: 50%;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-description {
    width: 50%;
  }
  .hp-how-it-work-inner-description .hp-how-it-work-inner-title p {
    font-size: 14px;    
  }
  .hp-how-it-work-inner-description .hp-how-it-work-maindesc .hp-how-it-work-index {
    font-size: 226px;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content:nth-child(2) {
    flex-direction: row-reverse;
  }
  .hp-how-it-work-content .hp-how-it-work-inner-content:last-child {
    margin-bottom: 0;
}
}
@media(max-width:615px){
  .hp-how-it-work-content{
  	margin-bottom:190px;
  }
}
@media(max-width:575px){
	.hp-how-it-work .SectionHeader__SubHeading {
    font-size: 45px !important;
}
.hp-how-it-work-bottom a.main-btn {
    padding: 13px 44px;
    font-size: 15px;
}
  .hp-how-it-work-inner-description .hp-how-it-work-maindesc .hp-how-it-work-index {
    font-size: 186px;
}
  .hp-how-it-work-inner-description .hp-how-it-work-inner-title p {
    font-size: 13px;
}
  .hp-how-it-work-content .hp-how-it-work-inner-content .hp-how-it-work-inner-title h2 {
    font-size: 14px;
}
  .hp-how-it-work-content .hp-how-it-work-inner-content {
    margin-bottom: 40px;
}
  .hp-how-it-work-content{
  	margin-bottom:130px;
  }

  .hp-how-it-work .hp-how-it-work-main h2 {
    margin-bottom: 25px;
  }
  
}
@media(max-width:375px){
	.hp-how-it-work .SectionHeader__SubHeading {
    font-size: 40px !important;
}
   .hp-how-it-work-content{
  	margin-bottom:80px;
  }
  .hp-how-it-work-inner-description .hp-how-it-work-inner-title p {
    font-size: 12px;
}
  
}

.script-font-small {
    font-family: 'SilverSouth Script' !important;
    font-size: 55px !important;
    margin-bottom: -60px;
    color: var(--script-heading-color);
}

/* Custom Sale Collection */
#othman-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #e5d9cc;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border-radius: 14px;
  padding: 4px 8px;
  font-family: 'Poppins';
}
.Product__Info .Price--compareAt,
.SaleProductItem .Price--compareAt {
  text-decoration: line-through;
}
.Price--compareAt::before {
  content: none;
}

@media (min-width:640px){
  .ProductList--nomargin {
/*     margin-left: 0!important; */
    text-align: center;
  }
}



.hp-black-friday-texts {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.hp-black-friday-text {
  display: flex;
  column-gap: 12px;
  color: #BE1F2E;
  cursor: context-menu;
  justify-content: center;
  align-items: center;
}
.hp--product-text {
  justify-content: flex-start;
}
.hp-black-friday-text img {
  width: 20px;
}
.hp-black-friday-text span {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.custom-offer {
  color: #DD484C;
}
.page--temmplate-collection-section .mobile_product_grid_hp{
  display: none
}
@media(max-width:767px){
  .playmats_wrap{
    display: none;
  }
  .page--temmplate-collection-section .faux-collection__title{
    padding-top: 30px;
  }
  .faux-collection__title .faux-collection__group{
    font-size:24px;
  }
  .faux-collection__description{
    font-size:16px;
  }
  
  .page--temmplate-collection-section .hp--container{
    display: none;
  }
  .page--temmplate-collection-section .hp--container.mobile_product_grid_hp{
    display: unset !important;
  }
  .page--temmplate-collection-section .faux-collection__description{
    display: none;
  }
  .page--temmplate-collection-section .faux-collection__products{
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    justify-content: flex-start;
  }
  .page--temmplate-collection-section .faux-collection__products .faux-product{
    flex-grow: unset;
    width: 50%;
  }
  .page--temmplate-collection-section .faux-collection__products .faux-product__image img{
    opacity: 1;
  }
/*   .page--temmplate-collection-section .faux-collection__products .faux-product__image img:last-child:not(:first-child){
    opacity: 0;
  } */
 
  
/*   .temp---page-black-friday #shopify-section-template--16498041782537__bf-image-banner-2, .temp---page-black-friday #shopify-section-template--16498041782537__bf-image-banner-3, .temp---page-black-friday #shopify-section-template--16498041782537__bf-image-banner-4{
    display: none;
  } */
  .temp---page-careers .custom-section-about-hero{
    padding: 80px 24px;
  }
}
@media(max-width:430px){
/*   .temp---page-black-friday #shopify-section-template--16498041782537__59979572-df21-47f2-92b7-6b263da13b63{
    position: relative;
  }
  .temp---page-black-friday #shopify-section-template--16498041782537__59979572-df21-47f2-92b7-6b263da13b63 .BlackFriday-Grid__Cell:nth-child(1){
    position: absolute;
    padding: 20px;
    right: 20px;
    top: -325px;
    max-width: 182.5px;
  } */
}
@media(max-width:400px){
/*   .temp---page-black-friday #shopify-section-template--16498041782537__59979572-df21-47f2-92b7-6b263da13b63 .BlackFriday-Grid__Cell:nth-child(1){
    right: 6px;
  } */
}

.hp--othman .image .main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.main-image-items {
  width: 100%;
}

.main-image-items img {
  width: 100%;
  height: auto;
}

.hp-how-it-work-form-button {
  background: #fff;
  width: 100%;
  padding: 22px 60px;
  max-width: 424px;
  font-size: 25px;
  font-weight: 400;
  transition: all 0.5s ease 0s;
  box-shadow: 21px 16px 19px 3px rgb(0 0 0 / 10%);
}

.how-it-work-form {
  text-align: center;
  margin-top: 100px;
}

@media(max-width: 600px){
  .how-it-work-form {
    margin-top: 90px;
  }
}

.hp-image-with-text-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

a.hp-image-with-text-buttons__Item {
  margin: 0 5px;
}

.mobile-image{
  display: none;
}


@media(max-width: 600px){
  a.hp-image-with-text-buttons__Item {
    margin: 0 5px;
    padding: 10px 17px;
    font-size: 10px;
  }

  .mobile-image {
    display: block;
  }

  .desktop-image {
    display: none;
  }
}

.hp-image-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hp-image-link-box {
  width: 100%;
  text-align: center;
}

.ColorSwatch__Radio--checked + .ColorSwatch::after {
  border: 2px solid #767676!important;
}
  .section--collection-list .CollectionItem__Image {
    background: unset !important;
    position: unset !important;
  }
  .section--collection-list .CollectionItem__Image img {
    width: 100%;
  }
  .section--collection-list-about.section--collection-list .CollectionItem{
    min-width: 25%;
  }
  .section--collection-list .CollectionItem__Wrapper {
      height: unset;
  }
@media(max-width:767px){
  .section--collection-list .CollectionItem{
    width: 50%;
  }
}

/* footer new styles start */
#section-footer .Footer__Inner .SectionHeader__SubHeading {
  font-family: var(--text-font-family) !important;
  color: #424143;
  font-size: 52px !important;
  margin-bottom: 5px;
}
#section-footer .Footer__Inner .Footer__Block .footer-large {
  color: #ababa9;
}
.Footer__PaymentList {
/*   background: #fff; */
      background: var(--footer-background);
  padding: 5px;
}
/* footer new styles end */

@media(max-width:767px){
  .temp---page-about .u-h1{
  font-size:33px
}
}
.footer__logo img{
  max-width:200px;
}
.Footer__Title.Heading{
  letter-spacing:.2px;
}
.jdgm-prev-badge__text {
    visibility: unset;
    font-family: 'Poppins';
}
p{
  letter-spacing:0.6px;
}

.jdgm-carousel-title {
    text-align: center;
    margin: 0;
    font-family: 'Cormorant';
    font-size: 36px;
}