@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/*---------------------
Font Families
-----------------------*/
/*---------------------
Colors
-----------------------*/
/*---------------------
  Additional Colors
-----------------------*/
/*---------------------
  Sizes
-----------------------*/
/*---------------------
  Font Sizes
-----------------------*/
/*---------------------
  Borders and Radius
-----------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #007bff;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7d826c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333;
}

.heading {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}
.heading h2 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 600;
  font-family: "Lobster Two", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 1.5rem;
  }
}
.heading h3 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 600;
  font-family: "Lobster Two", cursive;
}
.heading h6 {
  font-size: 20px;
  font-family: "Philosopher", sans-serif;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
}
.heading p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 1.5rem;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container .container {
    max-width: 1140px;
  }
}

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
form.Registration {
  flex-direction: row;
  justify-content: flex-end;
}
form.Registration .input-wrapper {
  max-width: calc(50% - 5px);
}
form .input-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  gap: 5px;
}
form .input-wrapper.full {
  max-width: 100%;
}
form .input-wrapper label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  display: block;
  color: #7d826c;
}
form .input-wrapper input {
  padding: 10px 15px;
  border: 1px solid #7d826c;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #7d826c;
}
form .input-wrapper textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #7d826c;
  max-width: 100%;
  width: 100%;
  border: none;
  padding: 15px 20px;
  border: 1px solid #7d826c;
  border-radius: 4px;
}
form .login-signup-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  gap: 15px;
}
form .login-signup-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}
form .login-signup-wrapper a:hover {
  color: #ffa8a6;
  text-decoration: underline;
}
form .login-signup-wrapper a:last-child {
  margin-left: auto;
}

/*---------------------
	Buttons
-----------------------*/
.primary-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 12px 20px;
  color: #ffffff;
  background: #ffa8a6;
  border: none;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover {
  background-color: #ffa8a6;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/*---------------------
  Login
-----------------------*/
.login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.login.profile {
  height: auto;
}
.login.profile .login-section {
  height: auto;
  padding: 0;
}
.login.profile .login-section .login-form-wrapper {
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 800px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.login.profile .login-section .login-form-wrapper .form-wrapper {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .login.profile .login-section .login-form-wrapper .form-wrapper {
    padding: 30px 20px;
  }
}
.login.profile .login-section .login-form-wrapper .form-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 30px;
  color: #333333;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #dee2e6;
}
@media screen and (max-width: 768px) {
  .login.profile .login-section .login-form-wrapper .form-wrapper h2 {
    font-size: 24px;
  }
}
.login.profile .login-section .login-form-wrapper .form-wrapper p {
  margin-bottom: 0;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
  padding-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.login.profile .login-section .login-form-wrapper form p {
  margin-bottom: 0;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
  padding-bottom: 0;
}
.login.profile .login-section .login-form-wrapper form .form-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .login.profile .login-section .login-form-wrapper form .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.login.profile .login-section .login-form-wrapper form .form-actions .submit-btn {
  margin: 0;
}
.login.profile .login-section .login-form-wrapper form .form-actions .change-password-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
}
.login.profile .login-section .login-form-wrapper form .form-actions .change-password-link:hover {
  color: #ffa8a6;
  border-color: #ffa8a6;
  background-color: #fff5f5;
}
@media screen and (max-width: 768px) {
  .login.profile .login-section .login-form-wrapper form .form-actions .change-password-link {
    width: 100%;
    text-align: center;
  }
}
.login .login-section {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 1024px) {
  .login .login-section {
    align-content: flex-start;
    padding: 30px 20px;
  }
}
.login .login-section .login-form-wrapper {
  display: flex;
  max-width: 1000px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0 15px 0px #f0d3c3;
  max-height: 500px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .login .login-section .login-form-wrapper {
    max-width: 500px;
    flex-direction: column;
    justify-content: flex-end;
    max-height: unset;
  }
}
.login .login-section .login-form-wrapper .form-wrapper {
  border-radius: 8px;
  z-index: 10;
  margin-right: auto;
  background-color: #fff;
  padding: 30px;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}
.login .login-section .login-form-wrapper .form-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 30px;
  color: #333333;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #dee2e6;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .login .login-section .login-form-wrapper .form-wrapper h2 {
    font-size: 24px;
  }
}
.login .login-section .login-form-wrapper .form-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
  color: #7d826c;
}
.login .login-section .login-form-wrapper .form-wrapper .form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
.login .login-section .login-form-wrapper .form-wrapper .form.Registration {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .login .login-section .login-form-wrapper .form-wrapper .form.Registration {
    flex-direction: column;
    gap: 20px;
  }
}
.login .login-section .login-form-wrapper .form-wrapper .form.Registration .input-wrapper {
  max-width: calc(50% - 5px);
}
@media screen and (max-width: 500px) {
  .login .login-section .login-form-wrapper .form-wrapper .form.Registration .input-wrapper {
    max-width: 100%;
  }
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  gap: 8px;
  margin-bottom: 15px;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper.full {
  max-width: 100%;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  display: block;
  color: #333333;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper input {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper input:focus {
  outline: none;
  border-color: #ffa8a6;
  box-shadow: 0 0 0 3px rgba(255, 168, 166, 0.1);
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper input[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #333333;
  max-width: 100%;
  width: 100%;
  border: 1px solid #dee2e6;
  padding: 12px 15px;
  border-radius: 5px;
  resize: vertical;
  min-height: 100px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper textarea:focus {
  outline: none;
  border-color: #ffa8a6;
  box-shadow: 0 0 0 3px rgba(255, 168, 166, 0.1);
}
.login .login-section .login-form-wrapper .form-wrapper .form .input-wrapper textarea[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.login .login-section .login-form-wrapper .form-wrapper .form .login-signup-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  gap: 15px;
}
.login .login-section .login-form-wrapper .form-wrapper .form .login-signup-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}
.login .login-section .login-form-wrapper .form-wrapper .form .login-signup-wrapper a:hover {
  color: #ffa8a6;
  text-decoration: underline;
}
.login .login-section .login-form-wrapper .form-wrapper .form .login-signup-wrapper a:last-child {
  margin-left: auto;
}
.login .login-section .login-form-wrapper .login-img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1 1 50%;
  background-color: #ffffff;
  max-height: 500px;
}
.login .login-section .login-form-wrapper .login-img-wrapper img {
  width: 100%;
}

.submit-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background-color: #ffa8a6;
  border: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
  padding: 12px 30px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
}
.submit-btn:hover {
  background-color: #ff8a88;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 168, 166, 0.4);
  transform: translateY(-2px);
}

/*---------------------
  Header
-----------------------*/
.header {
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header .container {
  transition: all 0.3s ease-in-out;
  max-width: 1200px;
  padding: 0;
}
.header .container.full {
  max-width: 100%;
  width: 100%;
}
.header .container .header__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  max-width: 1920px;
}
.header .container .header__wrapper .logo-wrapper {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .logo-wrapper {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.header .container .header__wrapper .logo-wrapper a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.header .container .header__wrapper .logo-wrapper img {
  max-width: 50px;
  width: 100%;
}
.header .container .header__wrapper .logo-wrapper img.white {
  display: block;
}
.header .container .header__wrapper .logo-wrapper img.black {
  display: none;
}
.header .container .header__wrapper .logo-wrapper .logo-text-wrapper span {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 12px;
}
.header .container .header__wrapper .header__menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper {
    display: none;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu {
  text-align: center;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper .header__menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper .header__menu ul li {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li.active a {
  font-family: "Montserrat", sans-serif;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li.active a::after {
  transform: scale(1);
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li:hover a::after {
  transform: scale(1);
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li:hover .dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 200px;
  max-width: 280px;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffffff;
  text-align: left;
  padding: 8px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px, rgba(0, 0, 0, 0.15) 0px 10px 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown {
    width: 100%;
    gap: 0;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li {
  display: block;
  margin: 0;
  width: 100%;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li {
    padding: 0;
    border-radius: 0;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li:hover {
  background-color: #f8f9fa;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  white-space: nowrap;
  position: relative;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li a:hover {
  color: #ffa8a6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  background-color: #ffa8a6;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li .dropdown li a::after {
  display: none;
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  position: relative;
  padding: 3px 0;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header__menu-wrapper .header__menu ul li a {
    color: #333333;
    padding: 0;
    font-weight: unset;
    font-size: 16px;
  }
}
.header .container .header__wrapper .header__menu-wrapper .header__menu ul li a::after {
  content: "";
}
.header .container .header__wrapper .header-nav-option {
  text-align: right;
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header .container .header__wrapper .header-nav-option {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.header .container .header__wrapper .header-nav-option a {
  display: inline-block;
  position: relative;
  max-width: 18px;
  color: #ffffff;
}
.header .container .header__wrapper .header-nav-option a:last-child {
  margin-right: 0;
}
.header .container .header__wrapper .header-nav-option a span {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  left: -6px;
  top: -2px;
  background-color: #fc6e51;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.header .container .header__wrapper .header-nav-option a .price {
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
  margin-left: -20px;
  position: relative;
  top: 3px;
}
.header .container .header__wrapper .header-nav-option .canvas__open {
  font-size: 18px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.header.scrolled {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
  background-color: rgb(255, 255, 255);
}
.header.scrolled .container .header__wrapper img {
  max-width: 50px;
  width: 100%;
}
.header.scrolled .container .header__wrapper img.white {
  display: none;
}
.header.scrolled .container .header__wrapper img.black {
  display: block;
}
.header.scrolled .container .header__wrapper .logo-text-wrapper span {
  color: #0d0d0d;
  font-weight: 500;
}
.header.scrolled .container .header__wrapper .header__menu-wrapper .header__menu ul li a {
  color: #0d0d0d;
}
.header.scrolled .container .header__wrapper .header-nav-option a {
  color: #0d0d0d;
}
.header.scrolled .container .header-nav-option .canvas__open {
  color: #333333;
  border: 1px solid #333333;
}

/*---------------------
  Hero
-----------------------*/
.hero {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  background-color: #E9C8A0;
  position: relative;
}
.hero .hero__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.hero .hero__slider .banner-image {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero .hero__slider .banner-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero .hero__slider .banner-image video {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .hero__slider .banner-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero .hero__slider .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hero .hero__slider .banner-image img {
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero__slider .banner-image img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .hero .hero__slider .banner-image img {
    -o-object-position: center;
       object-position: center;
  }
}
.hero .hero__slider .banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 2;
  text-align: center;
  gap: 25px;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  opacity: 0;
}
.hero .hero__slider .banner-overlay span.luxury-text,
.hero .hero__slider .banner-overlay h1.luxury-text {
  font-family: "Marcellus", serif;
  font-size: clamp(1.25rem, 5vw + 0.5rem, 3.5rem);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  text-align: center;
  margin: 0;
  letter-spacing: clamp(1px, 0.3vw, 3px);
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 1920px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 3.5rem;
    letter-spacing: 3px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1440px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 3rem;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 2rem;
    letter-spacing: 1.5px;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 1.75rem;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 599px) and (min-width: 480px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 1.35rem;
    letter-spacing: 0.75px;
    line-height: 1.15em;
  }
}
@media screen and (max-width: 360px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.1em;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .hero .hero__slider .banner-overlay span.luxury-text,
  .hero .hero__slider .banner-overlay h1.luxury-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
}
.hero .hero__slider .banner-overlay span.sub-heading,
.hero .hero__slider .banner-overlay h1.sub-heading {
  font-family: "Marcellus", serif;
  font-size: clamp(0.875rem, 2.5vw + 0.25rem, 1.5rem);
  color: #000;
  font-weight: 200;
  text-align: center;
  margin: 0;
  letter-spacing: clamp(0.5px, 0.2vw, 1.5px);
  line-height: 1.5em;
  text-transform: capitalize;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1920px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1440px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 1.4rem;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 1.1rem;
    letter-spacing: 0.75px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 599px) and (min-width: 480px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 360px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 0.85rem;
    letter-spacing: 0.25px;
    line-height: 1.2em;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .hero .hero__slider .banner-overlay span.sub-heading,
  .hero .hero__slider .banner-overlay h1.sub-heading {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    line-height: 1.3em;
  }
}
.hero .img-wrapper-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 500px) {
  .hero .img-wrapper-left {
    max-width: 100px;
  }
}
.hero .img-wrapper-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 200px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 500px) {
  .hero .img-wrapper-right {
    max-width: 100px;
  }
}
.hero lottie-player {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

/*---------------------
  Best Material
-----------------------*/
.best-material {
  background: linear-gradient(180deg, #FAFAFA, #fff1da);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.best-material .container {
  padding: 50px 20px;
}
.best-material .container .heading h2 {
  color: #333333;
}
.best-material .container .heading p {
  color: #666666;
}

/*---------------------
  Instagram
-----------------------*/
.instagram {
  background-image: url(../img/banner/bacakground.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 0;
}
.instagram .container {
  padding: 50px 20px;
  background-image: url(../img/banner/product_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 30%;
}
.instagram .container .heading h2 {
  color: #333333;
}
.instagram .container .heading p {
  color: #666666;
}
.instagram .container .social-wrapper-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 580px) {
  .instagram .container .social-wrapper-main {
    gap: 10px;
  }
}
.instagram .container .social-wrapper-main .social-wrapper {
  height: 456px;
  max-width: 260px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .instagram .container .social-wrapper-main .social-wrapper {
    height: 450px;
  }
}
.instagram .container .social-wrapper-main .social-wrapper .instagram__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.instagram .container .social-wrapper-main .social-wrapper .instagram__item:hover:after {
  opacity: 1;
}
.instagram .container .social-wrapper-main .social-wrapper .instagram__item:hover .instagram__text {
  opacity: 1;
  visibility: visible;
}
.instagram .container .social-wrapper-main .social-wrapper .instagram__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  z-index: -1;
  transition: all, 0.3s ease-in-out;
}
.instagram .container .social-wrapper-main .social-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.instagram .container .social-wrapper-main .social-wrapper.video {
  max-width: 250px;
  width: 100%;
  position: relative;
  height: auto;
}
.instagram .container .social-wrapper-main .social-wrapper.video.large {
  max-width: 540px;
}
.instagram .container .social-wrapper-main .social-wrapper.video .instagram__item video {
  width: 100%;
}
.instagram .container .social-wrapper-main .social-wrapper.video .instagram__item .instagram__text {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.instagram .container .social-wrapper-main .social-wrapper.video .instagram__item::after {
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .instagram .container .social-wrapper-main .social-wrapper.video {
    max-width: calc(50% - 5px);
  }
}
.instagram .container .social-wrapper-main .social-wrapper-large {
  max-width: 260px;
  width: 100%;
  height: 456px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  background-color: #ffffff;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__item {
  max-width: 100%;
  width: 100%;
  height: 50%;
  border-radius: 5px;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__text {
  max-width: 100%;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__text .profile-wrapper {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__text .profile-wrapper .profile-background {
  background-color: #ffffff;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__text .profile-wrapper img {
  background-color: #2d1a09;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  padding: 20px;
}
.instagram .container .social-wrapper-main .social-wrapper-large .instagram__text .profile-name span {
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
}

/*---------------------
  Trends
-----------------------*/
.trends {
  background-color: #0d0d0d;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.trends .container {
  padding: 50px 20px;
  background-image: url(../img/jewelary-background/trends-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.trends .container .heading h2,
.trends .container .heading h3 {
  color: #ffffff !important;
}
.trends .container .heading h6,
.trends .container .heading p {
  color: #ffffff !important;
}
@media screen and (max-width: 580px) {
  .trends {
    padding: 50px 0;
  }
}

/*---------------------
  Footer
-----------------------*/
.footer {
  padding: 50px 0 0 0;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.footer .container {
  padding: 50px 20px 30px 20px;
}
.footer .container .footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}
.footer .container .footer-inner .footer-main {
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer .container .footer-inner .footer-main {
    max-width: 50%;
  }
  .footer .container .footer-inner .footer-main:nth-child(1) {
    order: 1;
  }
  .footer .container .footer-inner .footer-main:nth-child(2) {
    order: 3;
  }
  .footer .container .footer-inner .footer-main:nth-child(3) {
    order: 4;
  }
  .footer .container .footer-inner .footer-main:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main {
    max-width: 100%;
  }
  .footer .container .footer-inner .footer-main:nth-child(1) {
    order: 1;
  }
  .footer .container .footer-inner .footer-main:nth-child(2) {
    order: 2;
  }
  .footer .container .footer-inner .footer-main:nth-child(3) {
    order: 3;
  }
  .footer .container .footer-inner .footer-main:nth-child(4) {
    order: 4;
  }
}
.footer .container .footer-inner .footer-main.full {
  max-width: 100%;
  width: 100%;
}
.footer .container .footer-inner .footer-main .footer__about {
  margin-bottom: 30px;
}
.footer .container .footer-inner .footer-main .footer__about .footer__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .container .footer-inner .footer-main .footer__about .footer__logo a {
  display: flex;
  max-width: 70px;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.footer .container .footer-inner .footer-main .footer__about .footer__logo a:hover {
  transform: scale(1.05);
}
.footer .container .footer-inner .footer-main .footer__about .footer__logo a span {
  color: #f4eae3;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.footer .container .footer-inner .footer-main .footer__about p {
  margin-bottom: 8px;
  text-align: center;
  color: #f4eae3;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.footer .container .footer-inner .footer-main .footer__about p:last-child {
  margin-bottom: 0;
}
.footer .container .footer-inner .footer-main .footer__about p strong {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.footer .container .footer-inner .footer-main .footer__widget {
  margin-bottom: 30px;
}
.footer .container .footer-inner .footer-main .footer__widget h6 {
  color: #f4eae3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer .container .footer-inner .footer-main .footer__widget h6 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main .footer__widget h6 {
    font-size: 14px;
  }
}
.footer .container .footer-inner .footer-main .footer__widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .container .footer-inner .footer-main .footer__widget ul li {
  list-style: none;
  margin-bottom: 8px;
}
.footer .container .footer-inner .footer-main .footer__widget ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer .container .footer-inner .footer-main .footer__widget ul li {
    text-align: center;
  }
}
.footer .container .footer-inner .footer-main .footer__widget ul li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #f4eae3;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer .container .footer-inner .footer-main .footer__widget ul li a:hover {
  color: #ffa8a6;
  padding-left: 5px;
}
.footer .container .footer-inner .footer-main .footer__newslatter {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main .footer__newslatter {
    text-align: center;
  }
}
.footer .container .footer-inner .footer-main .footer__newslatter h6 {
  color: #f4eae3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main .footer__newslatter h6 {
    font-size: 14px;
  }
}
.footer .container .footer-inner .footer-main .footer__newslatter form {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main .footer__newslatter form {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .container .footer-inner .footer-main .footer__newslatter form input {
  min-height: 44px;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  padding: 0 105px 0 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #2d1a09;
  background-color: #f4eae3;
  transition: all 0.3s ease;
  flex: 1;
}
.footer .container .footer-inner .footer-main .footer__newslatter form input:focus {
  outline: none;
  border-color: #ffa8a6;
  box-shadow: 0 0 0 3px rgba(255, 168, 166, 0.1);
}
.footer .container .footer-inner .footer-main .footer__newslatter form input::-moz-placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.footer .container .footer-inner .footer-main .footer__newslatter form input::placeholder {
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.footer .container .footer-inner .footer-main .footer__newslatter form .site-btn {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f4eae3;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  background: #333333;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 100% !important;
}
.footer .container .footer-inner .footer-main .footer__newslatter form .site-btn:hover {
  background-color: #ffa8a6;
  border-color: #ffa8a6;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(255, 168, 166, 0.3);
}
.footer .container .footer-inner .footer-main .footer__newslatter .footer__social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer .container .footer-inner .footer-main .footer__newslatter .footer__social {
    justify-content: center;
  }
}
.footer .container .footer-inner .footer-main .footer__newslatter .footer__social a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #f4eae3;
  border: 1px solid #dee2e6;
  font-size: 16px;
  color: #2d1a09;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .container .footer-inner .footer-main .footer__newslatter .footer__social a:hover {
  background-color: #ffa8a6;
  border-color: #ffa8a6;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(255, 168, 166, 0.3);
}
.footer .container .footer-inner .footer-main .footer__newslatter .footer__social a:last-child {
  margin-right: 0;
}

/*---------------------
  Product Page
-----------------------*/
.Hero-page-size .backgroundImage {
  height: 70px;
  position: relative;
}
.Hero-page-size .backgroundImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
  background-color: rgba(230, 179, 160, 0);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

/*---------------------
Product Details Content
-----------------------*/
.product__details__content {
  max-width: 40%;
  width: 100%;
  padding-left: 10px;
}
.product__details__content .product__details__text {
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.product__details__content .product__details__text .product__details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 17px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 5px;
}
.product__details__content .product__details__text .share-wrapper {
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  max-width: 16px;
  cursor: pointer;
}
.product__details__content .product__details__text h1 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 600;
  text-align: left;
  max-width: calc(100% - 26px);
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .product__details__content .product__details__text h1 {
    font-size: 24px;
  }
}
.product__details__content .product__details__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.product__details__content .product__details__text h3 {
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
.product__details__content .product__details__text p {
  text-align: left;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  max-width: calc(50% - 5px);
}
.product__details__content .product__details__text .price-breakdown {
  width: 100%;
  margin-top: 20px;
}
.product__details__content .product__details__text .price-breakdown h3 {
  margin-bottom: 15px;
  color: #333333;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.product__details__content .product__details__text .price-breakdown h3 p {
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 1.6;
  max-width: calc(50% - 5px);
}
.product__details__content .product__details__text .price-breakdown table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
}
.product__details__content .product__details__text .price-breakdown table tr td {
  padding: 12px 8px;
  border-bottom: 1px solid #dee2e6;
  font-size: 15px;
  color: #333333;
}
.product__details__content .product__details__text .price-breakdown table tr td:first-child {
  font-weight: 500;
}
.product__details__content .product__details__text .price-breakdown table tr td:last-child {
  text-align: right;
  font-weight: 500;
}
.product__details__content .product__details__text .price-breakdown table tr td strong {
  font-weight: 600;
  color: #333333;
}
.product__details__content .product__details__text .price-breakdown table tr:last-child {
  background: rgba(255, 168, 166, 0.2);
}
.product__details__content .product__details__text .price-breakdown table tr:last-child td {
  border-bottom: none;
  padding: 15px 8px;
}
.product__details__content .product__details__text .price-breakdown table tr:last-child td strong {
  font-size: 18px;
  font-weight: 700;
}
.product__details__content .product__details__text form {
  width: 100%;
  margin-top: 10px;
}
.product__details__content .product__details__text form .product__details__cart__option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.product__details__content .product__details__text form .product__details__cart__option .quantity {
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.product__details__content .product__details__text form .product__details__cart__option .quantity .pro-qty {
  width: 100px;
  border: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 10px;
}
.product__details__content .product__details__text form .product__details__cart__option .quantity .pro-qty input {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  padding: 12px 10px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.product__details__content .product__details__text form .product__details__cart__option .quantity .pro-qty span:first-child {
  rotate: 270deg;
}
.product__details__content .product__details__text form .product__details__cart__option .quantity .pro-qty span:last-child {
  rotate: 270deg;
}
.product__details__content .product__details__text .product__details__option .product__details__option__size {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.product__details__content .product__details__text .product__details__option .product__details__option__size span {
  color: #111111;
  display: inline-block;
  margin-right: 10px;
}
.product__details__content .product__details__text .product__details__option .product__details__option__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 15px;
  margin-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
}
.product__details__content .product__details__text .product__details__option .product__details__option__size label.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}
.product__details__content .product__details__text .product__details__option .product__details__option__size label input {
  position: absolute;
  visibility: hidden;
}
.product__details__content .product__details__text .product__details__btns__option a {
  display: inline-block;
  font-size: 13px;
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}
.product__details__content .product__details__text .product__details__btns__option a:last-child {
  margin-right: 0;
}
.product__details__content .product__details__text .product__details__btns__option .product-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  margin: 0;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 20px 0;
}
.product__details__content .product__details__text .product__details__last__option h5 {
  color: #111111;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 26px;
}
.product__details__content .product__details__text .product__details__last__option h5::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  width: 460px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  margin: 0 auto;
}
.product__details__content .product__details__text .product__details__last__option h5 span {
  background: #ffffff;
  padding: 0 30px;
}
.product__details__content .product__details__text .product__details__last__option ul {
  padding-top: 40px;
}
.product__details__content .product__details__text .product__details__last__option ul li {
  list-style: none;
  font-size: 15px;
  color: #333333;
  font-weight: 700;
  line-height: 30px;
}
.product__details__content .product__details__text .product__details__last__option ul li span {
  font-weight: 400;
  color: #797979;
}
@media screen and (max-width: 1200px) {
  .product__details__content {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .product__details__content {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 530px) {
  .product__details__content {
    height: -moz-fit-content;
    height: fit-content;
    gap: 5px;
  }
}

.product.main {
  background: linear-gradient(180deg, #FAFAFA, #ffc0c0);
  position: relative;
  overflow: hidden;
}
.product.main .container {
  padding: 50px 20px;
  background-image: url(../img/jewelary-background/Perfect-Match.png);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: 50px -60px;
}
.product.main .container .heading h2 {
  color: #333333;
}
.product.main .container .heading p {
  color: #666666;
}
.product.main .container .pagination-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product.main .container .pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.product.main .container .pagination-wrapper .pagination .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(244, 84, 52, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.product.main .container .pagination-wrapper .pagination .pagination-link:hover:not(.disabled):not(.active) {
  background-color: #ffffff;
  color: #ffa8a6;
  border-color: #ffa8a6;
  box-shadow: 0 4px 12px rgba(244, 84, 52, 0.3);
}
.product.main .container .pagination-wrapper .pagination .pagination-link.active {
  background: #ffffff;
  color: #ffa8a6;
  border-color: #ffa8a6;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(244, 84, 52, 0.4);
  cursor: default;
}
.product.main .container .pagination-wrapper .pagination .pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.product.main .container .pagination-wrapper .pagination .pagination-link.loading {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
  position: relative;
}
.product.main .container .pagination-wrapper .pagination .pagination-link.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ffa8a6;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.product.main .container .pagination-wrapper .pagination .pagination-link .pagination-arrow {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.product.main .container .pagination-wrapper .pagination .pagination-link .pagination-arrow.prev {
  background-image: url(../img/arrows/left.png);
}
.product.main .container .pagination-wrapper .pagination .pagination-link .pagination-arrow.next {
  background-image: url(../img/arrows/right.png);
}
@media screen and (max-width: 576px) {
  .product.main .container .pagination-wrapper .pagination .pagination-link .pagination-text {
    display: none;
  }
}
.product.main .container .pagination-wrapper .pagination .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product.main .container .pagination-wrapper .pagination .pagination-numbers .pagination-ellipsis {
  padding: 0 8px;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .product.main .container .pagination-wrapper .pagination .pagination-prev,
  .product.main .container .pagination-wrapper .pagination .pagination-next {
    padding: 10px 15px;
    min-width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .product.main .container .pagination-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .product.main .container .pagination-wrapper {
    margin-top: 30px;
  }
  .product.main .container .pagination-wrapper .pagination {
    gap: 6px;
  }
  .product.main .container .pagination-wrapper .pagination .pagination-link {
    padding: 8px 12px;
    min-width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .product.main .container .pagination-wrapper .pagination .pagination-link .pagination-arrow {
    width: 16px;
    height: 16px;
  }
  .product.main .container .pagination-wrapper .pagination .pagination-numbers {
    gap: 4px;
  }
}
.product.bg {
  background: linear-gradient(180deg, #FAFAFA, #ed9a75);
  overflow: hidden;
  z-index: 4;
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product.bg .container {
  padding: 50px 20px;
}
.product.bg .container .heading h2 {
  color: #333333;
}
.product.bg .container .heading p {
  color: #666666;
}
.product.random {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 50px 0;
}
.product.random .container {
  padding: 50px 20px;
  background-image: url(), url(../img/jewelary-background/product-random-flower.png);
  background-repeat: no-repeat;
  background-size: 500px 500px, 200px 200px;
  background-position: -24% -34%, 100% 100%;
}
.product.random .container .heading h6,
.product.random .container .heading p {
  color: #CEB158;
}
.product.random .container .empty-wishlist {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.product.random .container .empty-wishlist i {
  font-size: 64px;
  color: #ffa8a6;
  margin-bottom: 20px;
  opacity: 0.5;
}
.product.random .container .empty-wishlist h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product.random .container .empty-wishlist h3 {
    font-size: 20px;
  }
}
.product.random .container .empty-wishlist p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #CEB158;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .product.random .container .empty-wishlist p {
    font-size: 14px;
  }
}
.product.random .container .empty-wishlist .primary-btn {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}
.product .container {
  padding: 50px 20px;
  background-image: url(../img/jewelary-background/product-random.png), url(../img/jewelary-background/product-random-flower.png);
  background-repeat: no-repeat;
  background-size: 500px 500px, 200px 200px;
  background-position: -24% -34%, 100% 100%;
}
.product .container .product-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.3s ease;
}
.product .container .product-wrapper .product-item {
  overflow: hidden;
  max-width: 265px;
  width: 100%;
  border-radius: 28px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
  box-shadow: 0 8px 32px rgba(255, 168, 166, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0;
  cursor: pointer;
}
.product .container .product-wrapper .product-item .label {
  font-weight: 700;
  letter-spacing: 1.5px;
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #ff9f9f 0%, #ffa8a6 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 2px 8px rgba(255, 168, 166, 0.3);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.product .container .product-wrapper .product-item .catogary {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 12;
  max-width: calc(100% - 120px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-radius: 24px;
  padding: 8px 18px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: left center;
}
.product .container .product-wrapper .product-item .catogary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 159, 159, 0.05) 0%, transparent 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.product .container .product-wrapper .product-item .catogary:hover {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-color: rgba(255, 168, 166, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgb(255, 255, 255);
}
.product .container .product-wrapper .product-item .catogary:hover::before {
  opacity: 1;
}
.product .container .product-wrapper .product-item .catogary span:first-child {
  font-size: 11px;
  color: #ff9f9f;
  max-width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(255, 159, 159, 0.1);
}
.product .container .product-wrapper .product-item .like-warpper {
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 1;
  z-index: 12;
  flex-direction: row;
  gap: 10px;
  border-radius: 50%;
  overflow: visible;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 168, 166, 0.25);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center center;
}
.product .container .product-wrapper .product-item .like-warpper:hover {
  box-shadow: 0 12px 32px rgba(255, 168, 166, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: scale(1.15) rotate(15deg);
}
.product .container .product-wrapper .product-item .like-warpper:hover::before {
  opacity: 1;
}
.product .container .product-wrapper .product-item .like-warpper:hover i {
  transform: scale(1.2) rotate(-5deg);
  color: #ff8a88;
}
.product .container .product-wrapper .product-item .like-warpper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product .container .product-wrapper .product-item .like-warpper a i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product .container .product-wrapper .product-item .like-warpper a i.fa-heart {
  color: #ff9f9f;
}
.product .container .product-wrapper .product-item .like-warpper a i.fa-minus {
  color: #ff6b6b;
}
.product .container .product-wrapper .product-item .like-warpper .remove-from-wishlist:hover i {
  transform: scale(1.2);
  color: #ff6b6b;
}
.product .container .product-wrapper .product-item:hover {
  box-shadow: 0 20px 60px rgba(255, 168, 166, 0.25), 0 8px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 0 0 1px rgba(255, 168, 166, 0.15);
}
.product .container .product-wrapper .product-item:hover::before {
  opacity: 1;
}
.product .container .product-wrapper .product-item:hover::after {
  opacity: 1;
}
.product .container .product-wrapper .product-item:hover .img-wrapper {
  height: 100%;
  border-radius: 28px;
}
.product .container .product-wrapper .product-item:hover .product-inner-wrapper {
  background: linear-gradient(135deg, #ff8a88 0%, #ff9f9f 50%, #ffa8a6 100%);
  box-shadow: 0 8px 24px rgba(255, 168, 166, 0.5), 0 0 0 4px rgba(255, 168, 166, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: pulse-glow 2s ease-in-out infinite;
}
.product .container .product-wrapper .img-wrapper {
  width: 100%;
  height: 345px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 50%, #fafafa 100%);
  position: relative;
  z-index: 1;
  padding: 0.5px;
}
.product .container .product-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.product .container .product-wrapper .type {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  width: 100%;
}
.product .container .product-wrapper .type span:first-child {
  font-size: 12px;
  color: #b76e79;
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
}
.product .container .product-wrapper .type span:last-child {
  font-size: 18px;
  color: #803636;
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
}
.product .container .product-wrapper .name-wrapper {
  width: 100%;
  padding: 16px 70px 16px 20px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  margin: 0;
  height: 80px;
  display: flex;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  transform: translate(-50%, 0);
  border-radius: 0 0 28px 28px;
  border-top: 1px solid rgba(255, 168, 166, 0.15);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.product .container .product-wrapper .name-wrapper h6,
.product .container .product-wrapper .name-wrapper span {
  color: #1a1a1a;
  font-size: 15px;
  transition: all 0.4s ease;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
.product .container .product-wrapper .price {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 10px 20px;
  bottom: 0;
  display: flex;
}
.product .container .product-wrapper .price span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #9d2e2e;
  text-align: left;
  width: 100%;
  font-weight: 500;
}
.product .container .product-wrapper .product-inner-wrapper {
  margin-left: auto;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 12;
  background: linear-gradient(135deg, #ff9f9f 0%, #ffa8a6 50%, #ff9f9f 100%);
  background-size: 200% 200%;
  border-radius: 18px;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 168, 166, 0.3);
  box-shadow: 0 8px 24px rgba(255, 168, 166, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transform-origin: center center;
  overflow: hidden;
}
.product .container .product-wrapper .product-inner-wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}
.product .container .product-wrapper .product-inner-wrapper i {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product .container .product-wrapper .product-inner-wrapper:hover {
  background: linear-gradient(135deg, #ff8a88 0%, #ff9f9f 50%, #ffa8a6 100%);
  background-position: 100% 0;
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(255, 168, 166, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 0 4px rgba(255, 168, 166, 0.15);
  border-color: rgba(255, 168, 166, 0.6);
}
.product .container .product-wrapper .product-inner-wrapper:hover::before {
  opacity: 1;
  animation: shine 1.5s ease-in-out infinite;
}
.product .container .product-wrapper .product-inner-wrapper:active {
  transform: scale(1.05) translateY(0);
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(255, 168, 166, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 12px 32px rgba(255, 168, 166, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}
@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.category {
  background: linear-gradient(180deg, #FAFAFA, #ffffff);
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.category .container {
  padding: 50px 20px;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .category .container {
    padding: 30px 20px;
  }
}
.category .container .heading h2 {
  margin-bottom: 0;
  color: #333333;
}
.category .container .heading p {
  color: #666666;
}
.category .category-slider {
  margin: 0 auto;
  max-width: 100%;
}
.category .category-slider .category-link-wrapper {
  text-align: center;
  padding: 10px;
  outline: none;
}
.category .category-slider .category-link-wrapper a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category .category-slider .category-link-wrapper a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.category .category-slider .category-link-wrapper a:hover img {
  transform: scale(1.1);
}
.category .category-slider .category-link-wrapper a p {
  margin-top: 15px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .category .category-slider .category-link-wrapper a p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.category .category-slider .slick-prev,
.category .category-slider .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.category .category-slider .slick-prev:before,
.category .category-slider .slick-next:before {
  content: "";
  display: none;
}
.category .category-slider .slick-prev:hover,
.category .category-slider .slick-next:hover {
  background-color: #ffa8a6;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.category .category-slider .slick-prev {
  left: -50px;
  background-image: url(../img/arrows/left.png);
}
@media screen and (max-width: 1250px) {
  .category .category-slider .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category-slider .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .category .category-slider .slick-prev {
    left: -10px;
  }
}
.category .category-slider .slick-next {
  right: -50px;
  background-image: url(../img/arrows/right.png);
}
@media screen and (max-width: 1250px) {
  .category .category-slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category-slider .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .category .category-slider .slick-next {
    right: -10px;
  }
}

.product__details__btns__option {
  margin-top: 20px;
  width: 100%;
}
.product__details__btns__option .product-description h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product__details__btns__option .product-description h3 {
    font-size: 20px;
  }
}
.product__details__btns__option .product-description p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product__details__btns__option .product-description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .product__details__btns__option {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .product__details__btns__option {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 530px) {
  .product__details__btns__option {
    height: -moz-fit-content;
    height: fit-content;
    gap: 5px;
  }
}

.product-information {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.product-information .container {
  padding: 50px 20px;
}
.product-information .product-info-tabs {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.product-information .product-info-tabs .tab-content {
  padding: 30px;
}
.product-information .product-info-tabs .tab-content h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-information .product-info-tabs .tab-content h4 {
    font-size: 20px;
  }
}
.product-information .product-info-tabs .tab-content h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-information .product-info-tabs .tab-content h5 {
    font-size: 16px;
  }
}
.product-information .product-info-tabs .tab-content h5 i {
  margin-right: 10px;
}
.product-information .product-info-tabs .tab-content p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-information .product-info-tabs .tab-content p {
    font-size: 14px;
  }
}
.product-information .product-info-tabs .tab-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.product-information .product-info-tabs .tab-content ul li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-information .product-info-tabs .tab-content ul li {
    font-size: 14px;
  }
}
.product-information .product-info-tabs .tab-content div[style*=background] {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
}
.product-information .product-info-tabs .tab-content div[style*=background] p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.product-information .product-info-tabs .tab-content div[style*=background] p i {
  margin-right: 8px;
}

.bg-aurora-beam {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #0a0a0a;
}
.bg-aurora-beam::before, .bg-aurora-beam::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: radial-gradient(ellipse at center, rgba(0, 255, 255, 0.1), transparent 60%);
  filter: blur(120px);
  pointer-events: none;
  z-index: -1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.bg-aurora-beam::before {
  background: radial-gradient(ellipse at 40% 30%, rgba(0, 255, 255, 0.1), transparent 60%);
  animation: auroraBeam1 14s ease-in-out infinite;
  transform: rotate(30deg);
}
.bg-aurora-beam::after {
  background: radial-gradient(ellipse at 60% 70%, rgba(255, 0, 255, 0.08), transparent 60%);
  animation: auroraBeam2 18s ease-in-out infinite;
  transform: rotate(-25deg);
}

@media screen and (max-width: 500px) {
  .product .container .heading h3,
  .best-material .container .heading h3,
  .trends .container .heading h3,
  .instagram .container .heading h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  .product .container .heading h3,
  .best-material .container .heading h3,
  .trends .container .heading h3,
  .instagram .container .heading h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product .container .heading h6,
  .best-material .container .heading h6,
  .trends .container .heading h6,
  .instagram .container .heading h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .product .container .heading h6,
  .best-material .container .heading h6,
  .trends .container .heading h6,
  .instagram .container .heading h6 {
    font-size: 14px;
    font-weight: 500;
  }
}

@keyframes auroraBeam1 {
  0% {
    transform: rotate(30deg) translate(0%, 0%);
  }
  100% {
    transform: rotate(30deg) translate(10%, 10%);
  }
}
@keyframes auroraBeam2 {
  0% {
    transform: rotate(-25deg) translate(0%, 0%);
  }
  100% {
    transform: rotate(-25deg) translate(-15%, -5%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated-section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.filter__controls {
  text-align: center;
  margin-bottom: 45px;
}
.filter__controls li {
  color: #797979;
  font-size: 24px;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  margin-right: 88px;
  cursor: pointer;
}
.filter__controls li:last-child {
  margin-right: 0;
}
.filter__controls li.active {
  color: #111111;
}

.product__item__text {
  position: unset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 270px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  gap: 10px;
  margin-top: -57px;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  padding: 10px 0 0 0;
}
.product__item__text .rating-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-end;
}
.product__item__text .rating-wrapper > * {
  padding: 10px;
}
.product__item__text .rating-wrapper h5 {
  color: #111111;
  font-size: 26px;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
}
.product__item__text .rating-wrapper .type {
  color: #111111;
  font-size: 14px;
  transition: all 0.3s;
  text-align: left;
  width: 100%;
}
.product__item__text .rating-wrapper .catogary {
  color: #111111;
  font-size: 16px;
  transition: all 0.3s;
  text-align: left;
  width: 100%;
}
.product__item__text .type-catogary-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 20px;
  border-radius: 10px;
  padding: 2px 0;
  border: 1px solid #e6c57c;
  margin-bottom: 2px;
}
.product__item__text .price-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 30px;
  color: #803636;
}
.product__item__text .price-button-wrapper h5 {
  color: #803636;
  font-size: 14px;
  transition: all 0.3s;
  text-align: center;
  padding: 0 10px;
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
}
.product__item__text .product_btn_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product__item__text .product_btn_wrapper .buy-now-btn {
  padding: 7px 15px;
  border-radius: 6px;
  box-shadow: 0px 2px 7px -4px rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  background-color: #fc6e51;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  font-size: 14px;
  position: relative;
  transition: background-color 0.1s ease;
  overflow: hidden;
  border: none;
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
}
.product__item__text .product_btn_wrapper .buy-now-btn:focus,
.product__item__text .product_btn_wrapper .buy-now-btn:hover {
  background-color: #f45434;
}
.product__item__text .product_btn_wrapper .buy-now-btn:active {
  background-color: #ca1515;
}
.product__item__text .rating {
  margin-bottom: 6px;
}
.product__item__text .rating i {
  font-size: 14px;
  color: #797979;
  margin-right: -5px;
}
.product__item__text .product__color__select {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}
.product__item__text .product__color__select label {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #5e64d1;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.product__item__text .product__color__select label.black {
  background: #404a47;
}
.product__item__text .product__color__select label.grey {
  background: #d5a667;
}
.product__item__text .product__color__select label.active:after {
  opacity: 1;
}
.product__item__text .product__color__select label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #b9b9b9;
  content: "";
  border-radius: 50%;
  opacity: 0;
}
.product__item__text .product__color__select label input {
  position: absolute;
  visibility: hidden;
}

.product__item__pic__expand {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1000;
  padding: 100px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.product__item__pic__expand .close-icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.product__item__pic__expand img {
  height: 100%;
}

.product__item__pic__expand.expand {
  display: flex;
}

.backgroundImage {
  height: 500px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
.backgroundImage h1 {
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.8em;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
}
@media screen and (max-width: 991px) {
  .backgroundImage h1 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: normal;
  }
}
@media screen and (max-width: 500px) {
  .backgroundImage h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 425px) {
  .backgroundImage h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .backgroundImage {
    height: 400px;
  }
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  background: #f3f2ee;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.breadcrumb-option .container {
  padding: 20px 20px;
}
.breadcrumb-option .breadcrumb__links a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Cormorant Garamond", "Cormorant Upright", "EB Garamond", "Playfair Display", sans-serif;
}
.breadcrumb-option .breadcrumb__links a::after {
  position: absolute;
  right: -14px;
  top: 50%;
  content: "\f105";
  font-family: "FontAwesome";
  transform: translate(0, -50%);
}

.breadcrumb__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.breadcrumb__links span {
  font-size: 15px;
  color: #797979;
  display: inline-block;
}

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.testimonial .container {
  padding: 50px 20px;
}
.testimonial .container .heading {
  margin-bottom: 40px;
  text-align: center;
}
.testimonial .container .heading h2 {
  font-size: 42px;
  font-family: "Lobster Two", cursive;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .testimonial .container .heading h2 {
    font-size: 1.5rem;
  }
}
.testimonial .container .heading p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .testimonial .container .heading p {
    font-size: 16px;
  }
}
.testimonial .container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .testimonial .container .row {
    flex-direction: column;
    gap: 25px;
  }
}
.testimonial .container .row .col-lg-6 {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: 100%;
}
@media screen and (max-width: 992px) {
  .testimonial .container .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonial .container .testimonial__text {
  text-align: left;
  max-width: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial .container .testimonial__text:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.testimonial .container .testimonial__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
  font-style: normal;
  flex: 1;
}
.testimonial .container .testimonial__text p:last-child {
  margin-bottom: 0;
}
.testimonial .container .testimonial__text p strong {
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .testimonial .container .testimonial__text p {
    font-size: 14px;
  }
}
.testimonial .container .testimonial__text span {
  color: #ffa8a6;
  font-size: 72px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  opacity: 0.3;
}
.testimonial .container .testimonial__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}
.testimonial .container .testimonial__author .testimonial__author__pic {
  flex-shrink: 0;
}
.testimonial .container .testimonial__author .testimonial__author__pic img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .container .testimonial__author .testimonial__author__text {
  flex: 1;
}
.testimonial .container .testimonial__author .testimonial__author__text h5 {
  color: #333333;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.testimonial .container .testimonial__author .testimonial__author__text p {
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 0 !important;
  padding-top: 0;
}
.testimonial .container .testimonial__pic {
  height: 600px;
}

/*---------------------
  Testimonial
-----------------------*/
.team {
  padding: 50px 0;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.team .container {
  padding: 50px 20px;
}
.team .container .heading {
  margin-bottom: 40px;
  text-align: center;
}
.team .container .heading h2,
.team .container .heading h3 {
  font-size: 42px;
  font-family: "Lobster Two", cursive;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .team .container .heading h2,
  .team .container .heading h3 {
    font-size: 1.5rem;
  }
}
.team .container .team-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.team .container .team-item-wrapper .team__item {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 300px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.team .container .team-item-wrapper .team__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.team .container .team-item-wrapper .team__item .img-wrapper {
  max-width: 100%;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: none;
}
.team .container .team-item-wrapper .team__item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .container .team-item-wrapper .team__item .name-and-posiion-wrrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  gap: 8px;
  box-shadow: none;
}
.team .container .team-item-wrapper .team__item .name-and-posiion-wrrapper h4 {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .team .container .team-item-wrapper .team__item .name-and-posiion-wrrapper h4 {
    font-size: 18px;
  }
}
.team .container .team-item-wrapper .team__item .name-and-posiion-wrrapper span {
  font-size: 14px;
  display: block;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.shop-details {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.product__details__pic__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .product__details__pic__inner {
    gap: 40px;
  }
}
.product__details__pic__inner .product__details__pic {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .product__details__pic__inner .product__details__pic {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .product__details__pic__inner .product__details__pic {
    flex-direction: column-reverse;
    align-content: center;
  }
}
@media screen and (max-width: 530px) {
  .product__details__pic__inner .product__details__pic {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.product__details__pic__left {
  width: 120px;
  height: calc(var(--block-height) + 25px);
  float: left;
  display: block;
  overflow: auto;
  padding: 0 7px;
}
@media screen and (max-width: 1200px) {
  .product__details__pic__left {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .product__details__pic__left {
    max-width: 420px;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .product__details__pic__left {
    padding: 0 10px 15px;
    gap: 20px;
  }
}
@media screen and (max-width: 530px) {
  .product__details__pic__left {
    height: -moz-fit-content;
    height: fit-content;
    justify-content: flex-start;
    padding: 0 5px 15px;
  }
}
@media screen and (max-width: 450px) {
  .product__details__pic__left {
    width: 280px;
  }
}
.product__details__pic__left .pt {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  height: 113px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}
.product__details__pic__left .pt img {
  min-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product__details__pic__left .pt {
    height: 100%;
    min-width: 100px;
    margin: 0;
  }
}
@media screen and (max-width: 530px) {
  .product__details__pic__left .pt {
    height: 100px;
    min-width: 100px;
  }
}

.image-container {
  width: 512px;
  height: 512px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
  .image-container {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .image-container {
    width: 280px;
    height: 280px;
  }
}

.scaleble-image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--block-width) * 2);
  height: calc(var(--block-height) * 2);
  background-size: calc(var(--block-width) * 2) calc(var(--block-height) * 2);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, 0);
  pointer-events: none !important;
  /* Avoid blocking touch gestures */
  transition: opacity 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .scaleble-image {
    width: 900px;
    height: 900px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 450px) {
  .scaleble-image {
    width: 560px;
    height: 560px;
    background-size: 100% 100%;
  }
}

.image-container:hover .scaleble-image {
  opacity: 1;
}

:root {
  --block-width: 512px;
  /* Smaller default for responsiveness */
  --block-height: 512px;
}

/*---------------------
  Shopping Cart
-----------------------*/
.shopping-cart {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.shopping-cart .container {
  padding: 50px 20px;
  overflow: auto;
  max-width: 100%;
}
.shopping-cart .container .heading {
  margin-bottom: 40px;
  text-align: center;
}
.shopping-cart .container .heading h2 {
  font-size: 42px;
  font-family: "Lobster Two", cursive;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shopping-cart .container .heading h2 {
    font-size: 1.5rem;
  }
}
.shopping-cart .container .heading p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .shopping-cart .container .heading p {
    font-size: 16px;
  }
}
.shopping-cart .container .empty-orders {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.shopping-cart .container .empty-orders i {
  font-size: 64px;
  color: #ffa8a6;
  margin-bottom: 20px;
  opacity: 0.5;
}
.shopping-cart .container .empty-orders h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .shopping-cart .container .empty-orders h3 {
    font-size: 20px;
  }
}
.shopping-cart .container .empty-orders p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .shopping-cart .container .empty-orders p {
    font-size: 14px;
  }
}
.shopping-cart .container .empty-orders .primary-btn {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}
.shopping-cart .container .shopping__cart__table {
  margin-bottom: 30px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow-x: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .shopping-cart .container .shopping__cart__table {
    border-radius: 5px;
  }
}
.shopping-cart .container .shopping__cart__table table {
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .shopping-cart .container .shopping__cart__table table {
    min-width: 800px;
  }
}
.shopping-cart .container .shopping__cart__table table thead {
  border-bottom: 1px solid #cdcdcd;
}
.shopping-cart .container .shopping__cart__table table thead tr th {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
  background-color: #f8f9fa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dee2e6;
}
.shopping-cart .container .shopping__cart__table table tbody tr {
  transition: background-color 0.2s ease;
}
.shopping-cart .container .shopping__cart__table table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.shopping-cart .container .shopping__cart__table table tbody tr:hover {
  background-color: #f0f0f0;
}
.shopping-cart .container .shopping__cart__table table tbody tr td {
  padding: 15px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.error-message {
  color: #dc3545;
  font-weight: 500;
  text-align: center;
}
.shopping-cart .container .shopping__cart__table table tbody tr td .error-text {
  color: #dc3545;
  font-weight: 500;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  max-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
  width: 50px;
  border: none;
  text-align: center;
  color: var(--heading-color);
  font-size: 16px;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .cancel-order-btn, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .cancel-order-btn {
  background-color: #ff6a67;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .cancel-order-btn:hover, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .cancel-order-btn:hover {
  background-color: #ff5252;
  box-shadow: 0 2px 8px rgba(255, 106, 103, 0.3);
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .product-inner-wrapper,
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .view-product-btn, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .product-inner-wrapper,
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .view-product-btn {
  background-color: #2196F3;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .product-inner-wrapper:hover,
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .view-product-btn:hover, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .product-inner-wrapper:hover,
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .view-product-btn:hover {
  background-color: #1976D2;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .download-invoice-btn, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .download-invoice-btn {
  background-color: #4CAF50;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .download-invoice-btn:hover, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .download-invoice-btn:hover {
  background-color: #45a049;
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .invoice-number, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .invoice-number {
  color: #666666;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .action .processing-text, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .action .processing-text {
  color: #999999;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .order-status, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .order-status {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  white-space: nowrap;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .order-status.placed, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .order-status.placed {
  background-color: #a6ff99;
  color: #0d0d0d;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .order-status.pending, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .order-status.pending {
  background-color: #f45434;
  color: #ffffff;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .order-status.approve, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__price .order-status.approve-order, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .order-status.approve, .shopping-cart .container .shopping__cart__table table tbody tr td.cart__bill .order-status.approve-order {
  background-color: #2196F3;
  color: #ffffff;
}
.shopping-cart .container .shopping__cart__table table tbody tr td.cart__close i {
  font-size: 18px;
  color: var(--heading-color);
  height: 40px;
  width: 40px;
  background: #f3f2ee;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.footer__copyright__text {
  border-top: 1px solid #dee2e6;
  padding: 25px 0;
  text-align: center;
  margin-top: 30px;
}
.footer__copyright__text p {
  margin-bottom: 0;
  color: #f4eae3;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer__copyright__text p {
    font-size: 12px;
  }
}
.footer__copyright__text a {
  color: #f4eae3;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__copyright__text a:hover {
  color: #ffa8a6;
}
.footer__copyright__text i {
  color: #ffa8a6;
}

#cropper-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

#cropper-container {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

#crop-image {
  max-width: 100%;
  height: auto;
}

#crop-box {
  position: absolute;
  border: 2px dashed #fff;
  cursor: move;
  width: 200px;
  height: 200px;
  resize: both;
  overflow: hidden;
}

#crop-btn,
#cancel-btn {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  background: blue;
  color: white;
  cursor: pointer;
}

/*---------------------
  Checkout
-----------------------*/
.checkout {
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.checkout .container .alert {
  padding: 15px 20px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid transparent;
}
.checkout .container .alert.alert-success {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.checkout .container .alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.checkout .container .alert.alert-warning {
  background: #fff3cd;
  color: #856404;
  border-color: #ffeaa7;
}
.checkout .container .checkout__form form .checkout__form__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  position: relative;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .checkout .container .checkout__form form .checkout__form__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:first-child {
  max-width: calc(60% - 15px);
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:first-child {
    max-width: 100%;
    position: unset;
    top: unset;
    padding: 20px;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child {
  max-width: calc(40% - 15px);
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child {
    max-width: 100%;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .order__title,
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .order__title,
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order h4 {
    font-size: 20px;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__order__products {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__order__products span {
  font-weight: 600;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item {
  border: 1px solid #dee2e6;
  padding: 20px;
  margin: 15px 0;
  border-radius: 8px;
  background-color: #f8f9fa;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item h6 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  margin-bottom: 8px;
  line-height: 1.6;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item p strong {
  font-weight: 600;
  color: #333333;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item .checkout__total__all {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item .checkout__total__all li {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item .checkout__total__all li:last-child {
  border-bottom: none;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 2px solid #dee2e6;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item .checkout__total__all li span {
  font-weight: 500;
  color: #333333;
  text-align: right;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .product-item .checkout__total__all li strong {
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order p {
  color: #666666;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper {
    align-content: center;
    align-items: center;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .checkout__input__checkbox {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .checkout__input__checkbox #ptype {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  padding: 8px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 425px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .checkout__input__checkbox #ptype {
    width: 100%;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .checkout__input__checkbox #img_qr {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .checkout__input__checkbox #img_qr {
    max-width: 250px;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .primary-btn {
  width: 100%;
  max-width: 280px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main:last-child .checkout__order .checkout__input__checkbox__wrapper .primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 168, 166, 0.4);
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .checkout__title {
  color: #333333;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .checkout__title {
    font-size: 20px;
  }
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper {
  max-width: 100%;
  width: 100%;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper label span {
  color: #dc3545;
  margin-left: 3px;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper input,
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper textarea {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper input:focus,
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper textarea:focus {
  outline: none;
  border-color: #ffa8a6;
  box-shadow: 0 0 0 3px rgba(255, 168, 166, 0.1);
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper input::-moz-placeholder, .checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper textarea::-moz-placeholder {
  color: #999999;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper input::placeholder,
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper textarea::placeholder {
  color: #999999;
}
.checkout .container .checkout__form form .checkout__form__inner .checkout__form__main .input-wrapper textarea {
  resize: vertical;
  min-height: 100px;
}

.contact {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.contact .container {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.contact .container .contact_us_wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper {
    padding: 20px;
  }
}
.contact .container .contact_us_wrapper .contact__text .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.contact .container .contact_us_wrapper .contact__text .section-title span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #ffa8a6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.contact .container .contact_us_wrapper .contact__text .section-title h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper .contact__text .section-title h2 {
    font-size: 24px;
  }
}
.contact .container .contact_us_wrapper .contact__text .section-title p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper .contact__text .section-title p {
    font-size: 14px;
  }
}
.contact .container .contact_us_wrapper .contact__form {
  border: none !important;
}
.contact .container .contact_us_wrapper .contact__form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper {
  width: 100%;
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper input,
.contact .container .contact_us_wrapper .contact__form form .input-wrapper textarea {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper input:focus,
.contact .container .contact_us_wrapper .contact__form form .input-wrapper textarea:focus {
  outline: none;
  border-color: #ffa8a6;
  box-shadow: 0 0 0 3px rgba(255, 168, 166, 0.1);
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper input::-moz-placeholder, .contact .container .contact_us_wrapper .contact__form form .input-wrapper textarea::-moz-placeholder {
  color: #999999;
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper input::placeholder,
.contact .container .contact_us_wrapper .contact__form form .input-wrapper textarea::placeholder {
  color: #999999;
}
.contact .container .contact_us_wrapper .contact__form form .input-wrapper textarea {
  resize: vertical;
  min-height: 120px;
}
.contact .container .contact_us_wrapper .contact__form form .submit-btn {
  align-self: flex-end;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffa8a6;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper .contact__form form .submit-btn {
    width: 100%;
    align-self: stretch;
  }
}
.contact .container .contact_us_wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.contact .container .contact_us_wrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #dee2e6;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper h4 {
    font-size: 20px;
  }
}
.contact .container .contact_us_wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin: 0 0 15px 0;
}
.contact .container .contact_us_wrapper p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_us_wrapper p {
    font-size: 14px;
  }
}
.contact .container .contact_us_wrapper:last-child {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
  padding-top: 30px;
}

/*---------------------
  Map
-----------------------*/
.map {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.offcanvas-menu-wrapper {
  position: fixed;
  right: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  padding: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  align-items: stretch;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
.offcanvas-menu-wrapper .header__menu-wrapper {
  display: none !important;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .offcanvas-menu-wrapper .header__menu-wrapper {
    display: block !important;
    padding: 20px 24px;
    border-bottom: 2px solid #f0f0f0;
    background-color: #ffffff;
  }
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu {
  width: 100%;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li:hover {
  background-color: #f8f9fa;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li.active > a {
  color: #e53637;
  font-weight: 600;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li > a {
  display: block;
  padding: 16px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li > a:hover {
  color: #e53637;
  padding-left: 28px;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown {
  position: relative;
  width: 100%;
  background-color: #f8f9fa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown li {
  border-bottom: 1px solid #e9ecef;
  background-color: transparent;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown li:last-child {
  border-bottom: none;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown li:hover {
  background-color: #ffffff;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown li a {
  padding: 12px 24px 12px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  position: relative;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li .dropdown li a:hover {
  color: #ffa8a6;
  padding-left: 25px;
  background-color: #ffffff;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li:has(.dropdown) > a::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
  color: #999999;
  transition: transform 0.3s ease;
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li.active:has(.dropdown) > a::after, .offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li:hover:has(.dropdown) > a::after {
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li:hover .dropdown, .offcanvas-menu-wrapper .header__menu-wrapper .header__menu ul li.active .dropdown {
  max-height: 1000px;
  padding: 8px 0;
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu-wrapper .offcanvas__nav__option {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  padding: 20px 24px;
  background-color: #ffffff;
}
.offcanvas-menu-wrapper .offcanvas__nav__option a {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background-color: #f8f9fa;
}
.offcanvas-menu-wrapper .offcanvas__nav__option a:hover {
  background-color: #ffa8a6;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(229, 54, 55, 0.3);
}
.offcanvas-menu-wrapper .offcanvas__nav__option a span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 8px;
  background-color: #ffa8a6;
  border-radius: 12px;
  min-width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.offcanvas-menu-wrapper .offcanvas__nav__option a:hover span {
  background-color: #ffffff;
  color: #ffa8a6;
}
.offcanvas-menu-wrapper .offcanvas__nav__option a:last-child {
  margin-right: 0;
}

.offcanvas-menu-wrapper.active {
  opacity: 1;
  right: 0;
}

.offcanvas-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  content: "";
  z-index: 999;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.offcanvas-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.content-wrapper-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 100%;
  width: 100%;
}
.content-wrapper-main .content-wrapper {
  width: 100%;
  margin-bottom: 10px;
}
.content-wrapper-main .content-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .content-wrapper-main .content-wrapper h3 {
    font-size: 20px;
  }
}
.content-wrapper-main .content-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1.8;
}
.content-wrapper-main .content-wrapper p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content-wrapper-main .content-wrapper p {
    font-size: 14px;
  }
}
.content-wrapper-main .content-wrapper p a {
  color: #2196F3;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.content-wrapper-main .content-wrapper p a:hover {
  color: #ffa8a6;
  text-decoration: underline;
}
.content-wrapper-main .content-wrapper p strong {
  font-weight: 600;
  color: #333333;
}
.content-wrapper-main .content-wrapper ul {
  list-style: decimal;
  padding-left: 25px;
  margin: 0 0 15px 0;
  text-align: left;
}
.content-wrapper-main .content-wrapper ul:last-child {
  margin-bottom: 0;
}
.content-wrapper-main .content-wrapper ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: left;
}
.content-wrapper-main .content-wrapper ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content-wrapper-main .content-wrapper ul li {
    font-size: 14px;
  }
}
.content-wrapper-main .content-wrapper ul li a {
  color: #2196F3;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.content-wrapper-main .content-wrapper ul li a:hover {
  color: #ffa8a6;
  text-decoration: underline;
}
.content-wrapper-main .content-wrapper .contact-info {
  margin-top: 15px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #ffa8a6;
}
.content-wrapper-main .content-wrapper .contact-info p {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
.content-wrapper-main .content-wrapper .contact-info p:last-child {
  margin-bottom: 0;
}
.content-wrapper-main .content-wrapper .contact-info p strong {
  font-weight: 600;
  color: #333333;
  margin-right: 8px;
}
.content-wrapper-main .content-wrapper .contact-info p a {
  color: #2196F3;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.content-wrapper-main .content-wrapper .contact-info p a:hover {
  color: #ffa8a6;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .content-wrapper-main .content-wrapper .contact-info p {
    font-size: 14px;
  }
}

/*---------------------
  Lottie Player Styles
-----------------------*/
lottie-player {
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

/* Fallback for when lottie doesn't load */
lottie-player::before {
  content: "✨";
  font-size: 2rem;
  display: none;
}

lottie-player[data-fallback]::before {
  display: inline-block;
}

/*---------------------
  Related Products Section
-----------------------*/
.related {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.related.product .container {
  padding: 50px 20px;
}
.related.product .container .heading h2 {
  color: #333333;
}
.related.product .container .heading p {
  color: #666666;
}
.related.product .container .product-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

/*---------------------
  Contact Support Section
-----------------------*/
.contact-support {
  padding: 50px 0;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.contact-support .container {
  padding: 50px 20px;
}
.contact-support .container .row .col-lg-12 h3 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-support .container .row .col-lg-12 h3 {
    font-size: 24px;
  }
}
.contact-support .container .row .col-lg-12 p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-support .container .row .col-lg-12 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-support .container .row .col-lg-12 div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
  }
}
.contact-support .container .row .col-lg-12 div[style*="display: flex"] div[style*="flex: 1"] {
  text-align: center;
  margin-bottom: 30px;
}
.contact-support .container .row .col-lg-12 div[style*="display: flex"] div[style*="flex: 1"] i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
.contact-support .container .row .col-lg-12 div[style*="display: flex"] div[style*="flex: 1"] p {
  margin: 5px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.contact-support .container .row .col-lg-12 div[style*="display: flex"] div[style*="flex: 1"] p:first-of-type {
  font-weight: 600;
  color: #333333;
}
.contact-support .container .row .col-lg-12 div[style*="display: flex"] div[style*="flex: 1"] p:last-of-type {
  color: #666666;
  font-weight: 400;
}

/*---------------------
  Why Choose Us Section
-----------------------*/
.why-choose-us {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff, #f8f9fa);
  position: relative;
  overflow: hidden;
}
.why-choose-us .container {
  padding: 50px 20px;
}
.why-choose-us .container .heading h2 {
  color: #333333;
}
.why-choose-us .container .heading p {
  color: #666666;
}
.why-choose-us .container .features-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .why-choose-us .container .features-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.why-choose-us .container .features-wrapper .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.why-choose-us .container .features-wrapper .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.why-choose-us .container .features-wrapper .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffa8a6, #ff8a88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.why-choose-us .container .features-wrapper .feature-item .feature-icon i {
  font-size: 32px;
  color: #ffffff;
}
.why-choose-us .container .features-wrapper .feature-item:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}
.why-choose-us .container .features-wrapper .feature-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .why-choose-us .container .features-wrapper .feature-item h4 {
    font-size: 18px;
  }
}
.why-choose-us .container .features-wrapper .feature-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .why-choose-us .container .features-wrapper .feature-item p {
    font-size: 14px;
  }
}

/*---------------------
  Newsletter Section
-----------------------*/
.newsletter {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffa8a6 0%, #ff8a88 100%);
  position: relative;
  overflow: hidden;
}
.newsletter .container {
  padding: 50px 20px;
}
.newsletter .container .newsletter-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper {
    gap: 25px;
  }
}
.newsletter .container .newsletter-wrapper .newsletter-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper .newsletter-content h2 {
    font-size: 28px;
  }
}
.newsletter .container .newsletter-wrapper .newsletter-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper .newsletter-content p {
    font-size: 16px;
  }
}
.newsletter .container .newsletter-wrapper .newsletter-form {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper .newsletter-form {
    flex-direction: column;
    gap: 12px;
  }
}
.newsletter .container .newsletter-wrapper .newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
.newsletter .container .newsletter-wrapper .newsletter-form input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.newsletter .container .newsletter-wrapper .newsletter-form input::-moz-placeholder {
  color: #999999;
}
.newsletter .container .newsletter-wrapper .newsletter-form input::placeholder {
  color: #999999;
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper .newsletter-form input {
    padding: 12px 18px;
    font-size: 15px;
    width: 100%;
  }
}
.newsletter .container .newsletter-wrapper .newsletter-form .submit-btn {
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffa8a6;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: 1px;
}
.newsletter .container .newsletter-wrapper .newsletter-form .submit-btn:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .newsletter .container .newsletter-wrapper .newsletter-form .submit-btn {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
  }
}

/*---------------------
  Trust Badges Section
-----------------------*/
.trust-badges {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
.trust-badges .container {
  padding: 50px 20px;
}
.trust-badges .container .badges-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trust-badges .container .badges-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .trust-badges .container .badges-wrapper {
    grid-template-columns: 1fr;
  }
}
.trust-badges .container .badges-wrapper .badge-item {
  text-align: center;
  padding: 25px 20px;
  background-color: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.trust-badges .container .badges-wrapper .badge-item:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.trust-badges .container .badges-wrapper .badge-item i {
  font-size: 48px;
  color: #ffa8a6;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.trust-badges .container .badges-wrapper .badge-item:hover i {
  transform: scale(1.1);
}
.trust-badges .container .badges-wrapper .badge-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .trust-badges .container .badges-wrapper .badge-item h4 {
    font-size: 22px;
  }
}
.trust-badges .container .badges-wrapper .badge-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/*---------------------
  Call to Action Section
-----------------------*/
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/jewelary-background/product-random.png) no-repeat center;
  background-size: cover;
  opacity: 0.05;
  z-index: 0;
}
.cta-section .container {
  padding: 50px 20px;
  position: relative;
  z-index: 1;
}
.cta-section .container .cta-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.cta-section .container .cta-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cta-section .container .cta-wrapper h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .cta-section .container .cta-wrapper h2 {
    font-size: 28px;
  }
}
.cta-section .container .cta-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .cta-section .container .cta-wrapper p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cta-section .container .cta-wrapper p {
    font-size: 16px;
  }
}
.cta-section .container .cta-wrapper .cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .cta-section .container .cta-wrapper .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
.cta-section .container .cta-wrapper .cta-buttons .primary-btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .cta-section .container .cta-wrapper .cta-buttons .primary-btn {
    width: 100%;
    padding: 14px 30px;
  }
}
.cta-section .container .cta-wrapper .cta-buttons .primary-btn.secondary {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cta-section .container .cta-wrapper .cta-buttons .primary-btn.secondary:hover {
  background-color: #ffffff;
  color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}
.cta-section .container .cta-wrapper .cta-buttons .primary-btn:not(.secondary) {
  background-color: #ffa8a6;
  color: #ffffff;
  border: 2px solid #ffa8a6;
}
.cta-section .container .cta-wrapper .cta-buttons .primary-btn:not(.secondary):hover {
  background-color: #ff8a88;
  border-color: #ff8a88;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 168, 166, 0.4);
}

/* Loading Screen Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff9f9f 0%, #ffb3b3 35%, #ffc8a0 70%, #e9c8a0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: visible;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader .preloader-content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.preloader .preloader-logo {
  font-size: 80px;
  color: #ffffff;
  animation: gemPulse 2s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .preloader .preloader-logo {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .preloader .preloader-logo {
    font-size: 50px;
  }
}
.preloader .preloader-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .preloader .preloader-text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .preloader .preloader-text h3 {
    font-size: 24px;
  }
}
.preloader .preloader-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .preloader .preloader-text p {
    font-size: 14px;
  }
}
.preloader .preloader-spinner {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .preloader .preloader-spinner {
    width: 100px;
    height: 100px;
  }
}
.preloader .preloader-spinner .spinner-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}
.preloader .preloader-spinner .spinner-ring:nth-child(1) {
  width: 100%;
  height: 100%;
  border-top-color: #ffffff;
  animation-duration: 1.5s;
}
.preloader .preloader-spinner .spinner-ring:nth-child(2) {
  width: 80%;
  height: 80%;
  border-top-color: #ffffff;
  animation-duration: 1.2s;
  animation-direction: reverse;
}
.preloader .preloader-spinner .spinner-ring:nth-child(3) {
  width: 60%;
  height: 60%;
  border-top-color: #ffffff;
  animation-duration: 1s;
}

@keyframes gemPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.1) rotate(180deg);
    opacity: 0.8;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */