/** Shopify CDN: Minification failed

Line 743:5 Unexpected "/"

**/
/*
  © 2024 KondaSoft
  https://www.kondasoft.com
*/

/*
  Header
*/
#header-group {
  transition: transform .4s ease-out;
}

#header-group.hide {
  transform: translateY(-100%);
}

/* 
  Announcement bar
*/
.announcement-bar {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}

.announcement-bar .description {
  text-align: center;
  margin: 0;
  color: #ffffff;
}

.announcement-bar .description a {
  color: currentColor;
  transition: all .2s ease-out;
}

.announcement-bar .description a:hover,
.announcement-bar .description a:focus {
  opacity: .75;
}

.announcement-bar .carousel {
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.announcement-bar .carousel-control {
  background-color: transparent;
  border-color: transparent;
}

.announcement-bar .carousel-control-prev {
  left: -1.25rem;
}

.announcement-bar .carousel-control-next {
  right: -1.25rem;
}


/*
  Navbar
*/
.navbar-logo-wrapper,
.navbar-icons-wrapper {
  flex: 0 0 auto;
}

.navbar-menu-wrapper {
  flex: 1 1 auto;
}

#navbar-wrapper {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
  transition: background-color .2s ease-out;
}

#navbar-wrapper.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#navbar-wrapper .navbar-logo {
  font-size: 1.5rem;
  text-decoration: none;
  color: currentColor;
  transition: all .2s ease;
  margin-left:30px;
}

/* #navbar-wrapper .navbar-logo:hover, */
#navbar-wrapper .navbar-logo:focus {
  opacity: .75;
}

.nav-desktop-menu .nav-item {
  padding: 0 .075rem;
  font-size: 14px;
  font-weight: 400;
}

.nav-desktop-menu .nav-link {
    font-weight: 500;
    font-size: 16px;
}

.svg-icon-menu line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-icon-menu-close line:nth-child(1) {
  transform: rotate(45deg) translate(6px, -12px);
}
 
.svg-icon-menu-close line:nth-child(2) {
  opacity: 0;
}

.svg-icon-menu-close line:nth-child(3) {
  transform: rotate(-45deg) translate(-12px, 0px);
}

body #main::after,
body #footer-group::after  {
  content: "";
  transition: all .4s ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(var(--bs-dialog-backdrop-color-rgb), var(--bs-dialog-backdrop-opacity));
  backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
} 

body.navbar-dropdown-open #main,
body.navbar-dropdown-open #footer-group {
  position: relative;
  overflow: hidden;
}

body.navbar-dropdown-open #main::after,
body.navbar-dropdown-open #footer-group::after {
  animation: navbar_dropdown_open .4s ease-out both;
}

@keyframes navbar_dropdown_open {
  to { opacity: 1; visibility: visible; }
}


/*
  Footer
*/

#footer .title {
  font-size: 18px;
}

#footer .nav-item{
  font-size: 16px;
  display:flex;
  color: #999999;
}

@media (max-width: 768px){
#footer .nav-item{
  gap:5px;
}
}

#footer .footer-dec{
  width: 300px;
  color: #999999;
}

#footer .footer-logo{
  text-align: left;
  display: flex;
}

#footer {
  border-top-style: solid;
  border-bottom-style: solid;
}

#footer .footer-block .title span {
  display: inline-block;
  padding: 0.25rem 0.25rem;
  /* background: linear-gradient(to right, rgba(var(--text-color-rgb), .1), transparent); */
  border-radius: var(--bs-border-radius);
  font-weight: 700;
}

#footer .nav-link {
  transition: all .2s ease-out;
  background-color: transparent;
  font-size: 14px;
}

#footer .nav:hover .nav-link {
  opacity: .6;
}

#footer .nav:hover .nav-link:hover,
#footer .nav:hover .nav-link:focus { 
  opacity: 1;
}

#footer .flex-column .title {
  padding-left: 20px;
}

#footer .social-icons {
  border-radius: 50rem;
  background-color: rgba(var(--text-color-rgb), .05);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*
  Hero carousel
*/
.hero-carousel {
  border-top-style: solid;
  border-bottom-style: solid;
}

.hero-carousel .btn-primary {
  color: black;
  padding: 8px 20px;
}

.hero-carousel .media-wrapper img,
.hero-carousel .media-wrapper video {
  display: flex;
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}

.hero-carousel .media-wrapper {
  --opacity: 0;
  position: relative;
}

.hero-carousel .media-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--overlay-color-rgb, 0, 0, 0), var(--overlay-opacity, 0.7));
}

.hero-carousel .carousel-control-prev {
  left: 2%;
}

.hero-carousel .carousel-control-next {
  right: 2%;
}

.hero-carousel .carousel-caption .subtitle {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.4s;
}

.hero-carousel .carousel-caption .title {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.6s;
}

.hero-carousel .carousel-caption .description {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 0.8s;
}

.hero-carousel .carousel-caption .btn-wrapper {
  animation: fade_in_up 0.5s ease-out both;
  animation-delay: 1s;
}


/*
  Image overlay
*/
.image-overlay {
  position: relative;
}

.image-overlay img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.image-overlay .img-wrapper {
  --opacity: 0;
}

.image-overlay .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--overlay-color-rgb, 0, 0, 0), var(--overlay-opacity, 0.7));
  backdrop-filter: blur(var(--overlay-blur, 0));
}

.image-overlay .title {
  animation: fade_in_up .5s ease-out both;
  animation-delay: .2s;
}

.image-overlay .description {
  animation: fade_in_up .5s ease-out both;
  animation-delay: .4s;
}


/* 
  Featured Products
*/
.featured-products {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}


/* 
  Featured collections
*/
.featured-collections {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}
/*
  Media with text
*/
.media-with-text {
  border-top-style: solid;
  border-bottom-style: solid;
}

.media-with-text img {
  width: 100%;
}

.media-with-text video {
  position: absolute;
  object-fit: cover;
}


/*
  Marquee
*/


/*
  FAQ
*/
.faq {
  border-top-style: solid;
  border-bottom-style: solid;
}

.accordion-button:not(.collapsed){
  color: #000;
}
.accordion-body {
  font-size: 14px;
  color: #555;
}

/*
  Richtext
*/
.richtext {
  border-top-style: solid;
  border-bottom-style: solid;
}


/*
  Contact form
*/
.contact-form-section {
  border-top-style: solid;
  border-bottom-style: solid;
}
.form-floating>label {
  font-size: 12px;
  color: #555;
}

/*
  Page content
*/
.page-content {
  border-top-style: solid;
  border-bottom-style: solid;
}



/*
  Cart list
*/
.card-list {
  border-top-style: solid;
  border-bottom-style: solid;
}

.fs-lg {
  font-size: 14px !important;
}

.cart-item-price-final {
  color: #ea5612;
    font-size: 14px;
    font-weight: 500;
}


/*
  Card slider
*/
.card-slider {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}

.card-slider-image {
  width: 80px;
  height: 80px;
  align-self: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .mobile-title {
    font-size: 16x;
    font-family: "Twentieth Century", sans-serif;
  }
}


/*search*/
.search-empty {
  font-size: 14px;
  color: #555;
}


/*
  HTML/Liquid
*/
.html-section {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}


/* 
  Lookbook 
*/


/*
  Newsletter
*/
.newsletter {
  border-top-style: solid;
  border-bottom-style: solid;
}

.newsletter-form .form-floating .form-floating-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 3;
  color: var(--bs-body-color);
}

.newsletter-form .form-floating input {
  padding-left: 3rem;
}

.newsletter-form .form-floating label {
  padding-left: 3rem;
  color: var(--bs-body-color);
}

.newsletter-form .form-floating input:focus + label {
  transform: scale(.85) translateY(-0.5rem) translateX(0.5rem);
}

.newsletter-form .form-floating button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 3;
  height: calc(100% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-trust-badges-item {
  border-radius: var(--bs-border-radius);
}


/*
  Newsletter Popup
*/


/* 
  Testimonials 
*/
.testimonials {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}

.testimonials .card {
  border-radius: 1.5rem;
  border-bottom-left-radius: 0;
}

.testimonials .card .svg-icon-star {
  fill: #F5F10C;
}


/* 
  Blog slider 
*/
.blog-slider {
  display: block;
  border-top-style: solid;
  border-bottom-style: solid;
}


/*
  Sticky ATC (Add to cart)
*/


/*
  Countdown
*/


/*
  Combo cross-sells
*/

/*offcanvas */
.btn-outline-primary {
  color: white;
  background: black;
  border-radius: 30px;
  font-size:14px;
}

/*login-signup popup*/
.btn-lg {
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-size:12px;
  padding: 8px 12px;
  margin-bottom: 10px;
}

.btn-signup {
  color: #000;
  background: #fff;
  border-radius: 30px;
  font-size:14px;
  padding: 8px 12px;
  margin-bottom: 10px;
  border:1px solid black;
  display:block; 
  text-align:center;
  text-decoration:none;
}

/*account page ByNiel */

.account-page {
  display: flex;
  min-height: 100vh; /* full height of viewport */
  margin: 0;
  padding: 40px;
  width: 100%; /* full width */
  box-sizing: border-box;
}

.account-main {
  flex-grow: 1;
  padding: 30px;
}

.account-section {
  margin-bottom: 40px;
  margin-top:20px;
  font-size: 14px;
}

.account-button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 12px;
}

.account-table {
  font-size: 14px;
  border: 1px solid #555;
  border-bottom: 0;
  border-radius: 5px;
  
}

  .outline {
    border-bottom: 1px solid #555;
    padding: 10px;
    border-right:  1px solid #555;
    color: #555;
    font-size:14px;
  }

.account-button:hover {
  background-color: #333;
}


/* Sidebar ByNiel */
.account-sidebar {
  width: 250px;
  background-color: #fff2ea;
  padding: 30px 20px;
  border-right: 1px solid #555;
}

.sidebar-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.sidebar-menu li {
  margin-bottom: 15px;
}

.sidebar-menu a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.sidebar-menu a.active,
.sidebar-menu a:hover {
  color: #000;
  font-weight: 600;
}

/*account page ByNiel */
.account-page {
  display: flex;
  max-width: 100%;
  padding: 40px 80px;
}

.form-row {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  
}

.account-sidebar {
  width: 250px;
  margin-right: 40px;
}

.account-main {
  flex: 1;
}

/* .breadcrumb {
  margin: 10px 0 30px;
  font-size: 14px;
  color: #777;
}

/* .breadcrumb a {
  color: #333;
  text-decoration: none;
}
 */ */
.address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.address-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.address-card {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
  margin-top: 20px;
}

.address-card p {
  margin: 5px 0;
}

.address-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.account-button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 15px;
}

.account-button.small {
  padding: 8px 16px;
  font-size: 13px;
}

.account-button.danger {
  background: #e60023;
}  

.form-add-addresses{
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}