/* Base */
body {
  line-height: 1.7;
  color: #4a4a4a;
  font-weight: 300;
  font-size: 16px; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  height: 43px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-transform: uppercase;
  font-size: 13px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-black {
    padding: 12px 30px;
    background: #000;
    color: #fff; }
    .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
      background-color: #333333; }
  .btn.btn-gold {
    padding: 12px 35px;
    background: #b8956a;
    color: #fff;
    letter-spacing: .1em; }
    .btn.btn-gold:hover, .btn.btn-gold:active, .btn.btn-gold:focus {
      background-color: #9d7a51; }
  .btn.btn-gold-outline {
    padding: 12px 35px;
    background: transparent;
    color: #b8956a;
    border: 2px solid #b8956a;
    letter-spacing: .1em; }
    .btn.btn-gold-outline:hover, .btn.btn-gold-outline:active, .btn.btn-gold-outline:focus {
      background-color: #b8956a;
      color: #fff; }

.form-control {
  height: 43px; }
  .form-control:active, .form-control:focus {
    border-color: #b8956a; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #b8956a; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #b8956a; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #1a2845;
  color: #b8956a; }
  .site-footer ul li {
    margin-bottom: 10px; }
    .site-footer ul li a {
      color: #b8956a; }
      .site-footer ul li a:hover {
        color: #d4af85; }
  .site-footer .footer-heading {
    font-size: 14px;
    color: #d4af85;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .site-footer p {
    color: #b8956a; }
  .site-footer .block-6 p {
    color: #999; }
  .site-footer .block-5 ul li {
    color: #b8956a; }

/* Navbar */
.site-logo a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #b8956a;
  color: #b8956a !important; }
  .site-logo a:hover {
    text-decoration: none; }

.icons-btn {
  display: inline-block;
  text-align: center;
  color: #b8956a; }
  .icons-btn span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #b8956a; }
    @media (max-width: 991.98px) {
      .icons-btn span {
        width: 24px; } }

.site-menu-toggle {
  display: block;
  text-align: center;
  font-size: 28px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #b8956a; }
  .site-menu-toggle > span {
    top: 5px;
    position: relative; }

.site-navbar {
  background: #1a2845;
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  background: #1a2845 !important; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar .site-navbar-top {
    border-bottom: 1px solid #f3f3f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .site-navbar .site-navbar-top {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .site-navbar .site-search-icon a span {
    display: inline-block;
    margin-right: 10px; }
  .site-navbar .site-search-icon a:hover {
    text-decoration: none; }
  .site-navbar a {
    color: #b8956a; }
    .site-navbar a:hover {
      color: #d4af85; }
  .site-navbar .icon {
    font-size: 20px; }
  .site-navbar .site-top-icons ul, .site-navbar .site-top-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-navbar .site-top-icons ul li {
    display: inline-block; }
    .site-navbar .site-top-icons ul li a {
      margin-right: 10px;
      color: #b8956a; }
      .site-navbar .site-top-icons ul li a.site-cart {
        display: block;
        position: relative; }
        .site-navbar .site-top-icons ul li a.site-cart .count {
          position: absolute;
          top: 0;
          right: 0;
          margin-right: -15px;
          margin-top: -20px;
          font-size: 13px;
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 50%;
          display: block;
          text-align: center;
          background: #b8956a;
          color: #fff;
          -webkit-transition: .2s all ease-in-out;
          -o-transition: .2s all ease-in-out;
          transition: .2s all ease-in-out; }
      .site-navbar .site-top-icons ul li a:hover .count {
        -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        margin-top: -22px; }
    .site-navbar .site-top-icons ul li:last-child a {
      padding-right: 0; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #d4af85; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block;
      color: hsl(33, 61%, 54%); }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #b8956a;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #d4af85; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #b8956a;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #25262a; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #b8956a !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #b8956a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #b8956a; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #d4af85; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #1a2845;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 40px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #b8956a; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #d4af85; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase;
        color: #b8956a;
        letter-spacing: .2em;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        border: 2px solid #b8956a; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #b8956a; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #d4af85; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #d4af85; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #263456; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 18px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #b8956a; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #f5f1ed;
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh - 174px); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 400px;
    height: 500px; }
  .site-blocks-cover h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .site-blocks-cover h1 {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 70px; } }
  .site-blocks-cover p {
    color: #333333;
    font-size: 20px;
    line-height: 35px; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  .site-blocks-cover .site-block-cover-content {
    margin-top: 20%;
    text-align: center; }
    @media (min-width: 768px) {
      .site-blocks-cover .site-block-cover-content {
        margin-top: 50%; } }
  .site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 20%;
    text-align: center; }
    @media (min-width: 768px) {
      .site-blocks-cover.inner-page .site-block-cover-content {
        margin-top: 30%; } }

.site-blocks-cover.aphryne-hero {
  /* hero section uses aphrynebg3.png as requested */
  background: url('../images/aphrynebg3.png') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .site-blocks-cover.aphryne-hero, .site-blocks-cover.aphryne-hero .row {
    min-height: 600px;
    height: calc(100vh - 174px); }
  .site-blocks-cover.aphryne-hero .aphryne-main-title {
    font-size: 60px;
    font-weight: 300;
    color: #d4af85;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    text-align: left; }
    @media (min-width: 768px) {
      .site-blocks-cover.aphryne-hero .aphryne-main-title {
        font-size: 80px; } }
    @media (max-width: 767.98px) {
      .site-blocks-cover.aphryne-hero .aphryne-main-title {
        font-size: 40px; } }
  .timeless-luxury {
    color: white;
    white-space: nowrap; }
  .divine-beauty {
    color: #d4af85; }
  .site-blocks-cover.aphryne-hero .site-block-cover-content {
    margin-top: 20%;
    text-align: left; }
    @media (min-width: 768px) {
      .site-blocks-cover.aphryne-hero .site-block-cover-content {
        margin-top: 20%; } }

/* hero image adjustments: absolute position in right corner, no blending */
.site-blocks-cover.aphryne-hero {
  position: relative; /* ensure absolute children relate */
}
.site-blocks-cover.aphryne-hero .aphryne-hero-img {
  position: static;
  right: auto;
  bottom: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: -100px;
  max-height: 550px;
}
.eyebrow.gold {
  color: #d4af85;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
  z-index: 1;
  mix-blend-mode: normal; /* disable blending */
}
.site-blocks-cover.aphryne-hero .site-block-cover-content {
  z-index: 2; /* keep text on top of image */
}
.site-blocks-cover.aphryne-hero .row {
  position: relative;
}

.site-blocks-cover.aphryne-hero-secondary {
  /* secondary/end section uses aphrynebg2.png */
  background: url('../images/aphrynebg2.png') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 9;
  min-height: 600px; }
  .site-blocks-cover.aphryne-hero-secondary, .site-blocks-cover.aphryne-hero-secondary .row {
    min-height: 400px;
    height: auto;
    padding: 60px 0; }
  .site-blocks-cover.aphryne-hero-secondary .aphryne-secondary-title {
    font-size: 14px;
    font-weight: normal;
    color: #b8956a;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .site-blocks-cover.aphryne-hero-secondary .aphryne-main-title-secondary {
    font-size: 48px;
    font-weight: 300;
    color: #d4af85;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Playfair Display', serif; }
    @media (min-width: 768px) {
      .site-blocks-cover.aphryne-hero-secondary .aphryne-main-title-secondary {
        font-size: 60px; } }
  .site-blocks-cover.aphryne-hero-secondary .site-block-cover-content {
    margin-top: 0;
    text-align: left; }

.site-blocks-1 {
  border-bottom: 1px solid #edf0f5; }
  .site-blocks-1 .divider {
    position: relative; }
    .site-blocks-1 .divider:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      right: 10px;
      background: #edf0f5; }
    .site-blocks-1 .divider:last-child:after {
      display: none; }
  .site-blocks-1 .icon span {
    position: relative;
    color: #b8956a;
    top: -10px;
    font-size: 50px;
    display: inline-block; }
  .site-blocks-1 .text h2 {
    color: #25262a;
    letter-spacing: .05em;
    font-size: 18px; }
  .site-blocks-1 .text p:last-child {
    margin-bottom: 0; }

.site-blocks-2 .block-2-item {
  display: block;
  position: relative; }
  .site-blocks-2 .block-2-item:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .site-blocks-2 .block-2-item .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .site-blocks-2 .block-2-item .image img {
      margin-bottom: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .site-blocks-2 .block-2-item .text {
    z-index: 2;
    bottom: 0;
    padding-left: 20px;
    position: absolute;
    width: 100%; }
    .site-blocks-2 .block-2-item .text > span, .site-blocks-2 .block-2-item .text h3 {
      color: #fff; }
    .site-blocks-2 .block-2-item .text > span {
      font-size: 12px;
      letter-spacing: .1em;
      font-weight: 900; }
    .site-blocks-2 .block-2-item .text h3 {
      font-size: 40px; }
  .site-blocks-2 .block-2-item:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.block-3 .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px; }

.block-3 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-3 .owl-nav .owl-prev, .block-3 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #5c626e; }
    .block-3 .owl-nav .owl-prev:hover, .block-3 .owl-nav .owl-next:hover {
      color: #25262a; }
    .block-3 .owl-nav .owl-prev.disabled, .block-3 .owl-nav .owl-next.disabled {
      opacity: .2; }

.block-4 {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .block-4 .block-4-text h3 {
    font-size: 20px;
    margin-bottom: 0; }
    .block-4 .block-4-text h3 a {
      text-decoration: none; }

.block-5 ul, .block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5; }

.block-5 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #25262a; }
  .block-5 ul li:before {
    top: 0;
    font-family: "icomoon";
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #b8956a; }
  .block-5 ul li.address:before {
    content: "\e8b4"; }
  .block-5 ul li.email:before {
    content: "\f0e0"; }
  .block-5 ul li.phone:before {
    content: "\f095"; }

.block-6 {
  display: block; }
  .block-6 img {
    display: block;
    max-width: 250px; }
  .block-6 h3 {
    font-size: 18px; }
  .block-6 p {
    color: #737b8a; }

.block-7 .form-group {
  position: relative; }

.block-7 .form-control {
  padding-right: 96px; }

.block-7 .btn {
  position: absolute;
  width: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px; }

.block-8 .post-meta {
  color: #c4c7ce; }

.block-8 .block-8-sep {
  margin-left: 10px;
  margin-right: 10px; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 1px !important;
    vertical-align: middle;
    color: #212529;
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529; }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #b8956a !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000; }

.site-block-top-search {
  position: relative; }
  .site-block-top-search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .site-block-top-search input {
    padding-left: 40px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .site-block-top-search input:focus, .site-block-top-search input:active {
      padding-left: 25px; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #b8956a;
    color: #fff;
    border: 1px solid transparent; }

#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #b8956a; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #b8956a; }

.color-item .color {
  width: 14px;
  height: 14px; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #fff;
    display: block;
    border-radius: 50%;
    border: none; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%); }

.block-38 .block-38-header .block-38-heading {
  color: #000;
  margin: 0;
  font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .1em; }

.block-38 .block-38-header img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px; }

.bag {
  position: relative; }
  .bag .number {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #b8956a;
    right: -10px; }

.search-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease; }
  .search-wrap .container {
    position: relative;
    height: 100%; }
  .search-wrap.active {
    opacity: 1;
    visibility: visible; }
  .search-wrap .form-control {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    z-index: 3;
    font-size: 40px; }
    @media (max-width: 991.98px) {
      .search-wrap .form-control {
        font-size: 20px; } }
  .search-wrap .search-close {
    z-index: 4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .search-wrap .search-close span {
      font-size: 30px; }

.title-section h2 {
  padding-left: 30px;
  border-left: 4px solid #b8956a;
  display: inline-block;
  color: #000; }

.title-section.text-center h2 {
  border-left: none;
  position: relative;
  padding-left: 0px;
  padding-bottom: 20px; }
  .title-section.text-center h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: #b8956a;
    content: ""; }

.aphryne-section {
  background: #e8dccf;
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .aphryne-section {
      padding: 5em 0; } }

.aphryne-banner-section {
  height: 250px !important;
  overflow: hidden;
  display: flex;
  align-items: flex-start; /* keep content near top */
  padding-top: 40px;
  z-index: 9; }

@media (max-width: 767.98px) {
  .aphryne-banner-section {
    height: 150px !important;
    padding-top: 20px;
  }
}

.aphryne-banner-section .site-block-cover-content {
  width: 100%;
  z-index: 2;
  position: relative;
  margin-top: 0 !important; }

.aphryne-banner-section .aphryne-secondary-title {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .aphryne-banner-section .aphryne-secondary-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.aphryne-banner-section .aphryne-secondary-title:before,
.aphryne-banner-section .aphryne-secondary-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}

.aphryne-banner-section .aphryne-secondary-title:before {
  left: -80px;
}

.aphryne-banner-section .aphryne-secondary-title:after {
  right: -80px;
}

.aphryne-banner-section .aphryne-main-title-secondary {
  font-size: 64px;
  font-weight: 300;
  color: #d4af85;
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 1.2;
  font-family: 'Playfair Display', serif; }

@media (max-width: 767.98px) {
  .aphryne-banner-section .aphryne-main-title-secondary {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.aphryne-heading {
  font-size: 36px;
  font-weight: 300;
  color: #1a2845;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif; }

.aphryne-subheading {
  font-size: 16px;
  font-weight: 400;
  color: #b8956a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 20px; }

.aphryne-description {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 40px; }

.aphryne-category {
  position: absolute;
  display: inline-block;
  padding: 10px 30px;
  background: #f5f1ed;
  color: #1a2845;
  z-index: 8;
  top: 50%;
  left: 50%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .aphryne-category span {
    color: #999;
    font-size: 12px; }
  .aphryne-category:hover {
    background: #1a2845;
    color: #d4af85; }
    .aphryne-category:hover span {
      color: rgba(212, 175, 133, 0.5); }

.product-item {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .product-item .product-category {
    position: absolute;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    z-index: 8;
    top: 60%;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .product-item .product-category span {
      color: #ced4da;
      font-size: 12px; }
    .product-item .product-category:hover {
      background: #000;
      color: #fff; }
      .product-item .product-category:hover span {
        color: rgba(255, 255, 255, 0.5); }
  .product-item.full-height {
    height: 100% !important; }
    @media (max-width: 991.98px) {
      .product-item.full-height {
        height: 300px !important;
        margin-bottom: 30px; } }
  .product-item.bg-gray {
    background: #f9f9f9; }
  .product-item.bg-light {
    background: #f5f1ed; }
  .product-item.sm-height {
    height: 300px;
    padding: 40px; }
  .product-item.md-height {
    height: 400px;
    padding: 40px; }
  .product-item img {
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 300px;
    position: absolute;
    /* ensure image overlays the category text */
    z-index: 9;
}

/* lower the z-index of the white text box so the image can appear on top when needed */
.product-item .product-category {
    z-index: 1;
}

/* vertical layout variant for stacking image above text */
.product-item.vertical-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* keep top and bottom elements spaced */
    /* remove absolute positioning from child image and category */
    height: 100%;
    box-sizing: border-box;
}

.product-item.vertical-layout img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;        /* fill the box horizontally */
    height: auto;
    flex-grow: 1;
    object-fit: cover;
    z-index: auto; /* allow category below */
    margin-bottom: 0;
}

.product-item.vertical-layout .product-category {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    margin-top: auto;
}

/* optional box style specifically for luxury locs item to look like a framed box */
.luxury-locs-item {
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.luxury-locs-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* add subtle shadow to product boxes to match design */
.product-item.vertical-layout {
    background: #fff;
    height: 350px !important;
}

.signature-haircare-item {
    height: 380px !important;
}

.custom-border-bottom {
  border-bottom: 1px solid #f9f9f9; }

.custom-border-top {
  border-top: 1px solid #f9f9f9; }

.height-auto {
  height: auto !important; }

  .follow-section{
    text-align:center;
    padding:80px 20px;
}

/* Image row */
.follow-images{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.follow-images img{
    width:200px;
    height:200px;
    object-fit:cover;
    border-radius:3px;
}

/* Title */
.follow-title{
    font-size:32px;
    letter-spacing:2px;
    margin-bottom:12px;
    font-weight:700;
    color: #6b5a40;
}


/* underline */
.follow-line{
    width:80px;
    height:3px;
    background:#b38b5a;
    margin:10px auto 25px;
    border-radius:2px;
}

/* Social icons */
.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    margin-top:10px;
}

.social-icons a{
    font-size:50px;
    color:black;
    transition:0.3s;
}

.social-icons a:hover{
    color:#b38b5a;
}
.social-icons {
  text-align: center;
  margin-top: 35px;
}

.social-icons a {
  font-size: 50px;
  margin: 0 15px;
  color: #b8966d;
  transition: 0.3s;
}

.social-icons a:hover {
  color: black;
}
.gold-container{
  padding: 20px 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.gold-container .aphryne-subheading {
  display: inline-block;
  position: relative;
  color: #6b5a40;
  font-weight: 600;
}

.gold-container .aphryne-subheading:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: #C9A36A;
}

.follow-images {
  display: none; /* Hide old layout */
}

/* Follow Us Card-Based Grid */
.follow-us-grid {
  margin: -8px;
}

.follow-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.follow-card:hover {
  transform: translateY(-8px);
}

.follow-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  margin-bottom: 16px;
  aspect-ratio: 1 / 1;
}

.follow-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.follow-card:hover .follow-card-image img {
  transform: scale(1.05);
}

.follow-card-label {
  padding: 0 8px 12px;
}

.follow-card-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b5a40;
  margin: 0;
  line-height: 1.4;
}

/* Desktop: 4 cards per row */
@media (min-width: 992px) {
  .follow-us-grid > .col-lg-3 {
    padding: 8px;
  }
}

/* Tablet: 2 cards per row */
@media (max-width: 991.98px) and (min-width: 768px) {
  .follow-us-grid > .col-md-6 {
    padding: 8px;
  }
}

/* Mobile: 1 card per row, centered */
@media (max-width: 767.98px) {
  .follow-us-grid {
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .follow-us-grid > .col-12 {
    padding: 8px;
    max-width: 280px;
  }

  .follow-card-image {
    margin-bottom: 12px;
  }
}
/ *   M o b i l e   r e s p o n s i v e   f o r   f o o t e r   p r o m o   i m a g e   * / 
 @ m e d i a   ( m a x - w i d t h :   7 6 7 . 9 8 p x )   { 
     . b l o c k - 6   i m g   { 
         m a x - w i d t h :   3 0 0 p x ; 
     } 
 } 
 
 