:root {
  --paper: #f2efe7;
  --ink: #2f251e;
  --muted: #6a5a4b;
  --line: rgba(92, 72, 53, 0.28);
  --gold: #9f7c4d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: var(--paper);
  background-image: url("../images/bg-texture.png");
  background-size: 164px 164px;
  background-repeat: repeat;
  background-position: 0 0;
  color: var(--ink);
  font-family: "Lora", serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  background: transparent;
}
.site-header .logo{width: 180px; position: absolute;
    left: 0;}
.site-header .topbar {
  display: grid;
  /* grid-template-columns: auto 1fr auto; */
  align-items: center;
  /* column-gap: clamp(1rem, 3vw, 3rem); */
  justify-content: center;
}
.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #383029;
}

.custom-orders {
  position: static;
  transform: none;
  justify-self: end;
  white-space: nowrap;
  color: #4d4034;
  font-size: 18px;
}

/* Top header cart and wishlist actions */
.topbar-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.topbar-actions .cart-link,
.topbar-actions .wishlist-link,
.topbar-actions .custom-orders {
  font-size: 16px;
  color: #4d4034;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-right: 1px solid rgba(92, 72, 53, 0.2);
}

.topbar-actions .custom-orders {
  border-right: none;
  padding-right: 0;
  position: relative;
}

.topbar-actions .cart-link:hover,
.topbar-actions .wishlist-link:hover,
.topbar-actions .profile-icon:hover {
  color: #9f6d32 !important;
}
.topbar-actions .custom-orders::after{content: ''; position: absolute; bottom: 5px; left: 0%; width: 100%; height: 1px; background-color: rgba(92, 72, 53, 0.22); transform: scaleX(0); transform-origin: bottom left; transition: transform 0.4s;}
.topbar-actions .custom-orders:hover::after {
    transform: scaleX(1);
}
.cart-badge {
  background: #9f6d32;
  color: white;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 0.3rem;
}

/* Top header cart and wishlist actions */
.topbar-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  z-index: 1;
}

/* .topbar-actions .cart-link,
.topbar-actions .wishlist-link,
.topbar-actions .custom-orders {
  font-size: 16px;
  color: #4d4034;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-right: 1px solid rgba(92, 72, 53, 0.2);
}

.topbar-actions .custom-orders {
  border-right: none;
  padding-right: 0;
}

.topbar-actions .cart-link:hover,
.topbar-actions .wishlist-link:hover,
.topbar-actions .custom-orders:hover {
  color: #2e241b;
} */

.cart-badge {
  background: #9f6d32;
  color: white;
  border-radius: 50%;
  padding: 0.1rem 0.4rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 0.3rem;
}

/* Remove WordPress default link styling */
a {
  color: inherit !important;
  text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
  color: inherit !important;
  text-decoration: none !important;
}

/* Specific overrides for common WordPress link classes */
.wp-block-button__link,
.wp-block-file__button,
.wp-block-button__link:hover,
.wp-block-file__button:hover {
  text-decoration: none !important;
}

/* Remove underlines from all links globally */
* a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: inherit !important;
}

/* Ensure cart and wishlist links don't get default styling */
.cart-link,
.wishlist-link,
.profile-link,
.custom-orders {
  text-decoration: none !important;
}

.cart-link:hover,
.wishlist-link:hover,
.profile-link:hover,
.custom-orders:hover {
  text-decoration: none !important;
}

.main-nav {
  justify-self: center;
  border-top: 0 !important;
}

.main-nav .nav {
  flex-wrap: nowrap;
}

.main-nav .nav-link {
  color: #594a3d;
  font-size: 16px;
  padding: 0.45rem 0.2rem 0;
  border-bottom: 1px solid transparent;
}
.main-nav .nav-item{
  position: relative;
}
/* .main-nav .nav-link:hover {
  color: #2e241b;
  border-bottom: 1px solid #2e241b;
} */
.main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: rgba(92, 72, 53, 0.22);
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.4s;
}
.main-nav .nav-link:hover::after {
    transform: scaleX(1);
}
.main-nav .nav-link.active{border-bottom: 1px solid rgba(92, 72, 53, 0.22);}
.cart-link{position: relative;}
.cart-link .cart-badge{position: absolute; right: 0; top: 0;}
/* .cart-link img{width: 24px !important; height: 24px !important;} */
.middle_nav{gap: 20px;}
.hero-section {
  position: relative;
  min-height: 492px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 492px;
  object-fit: cover;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease;
}
.carousel-item.active .hero-image {
  transform: scale(1.08);
}
.animate-text {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.delay-1 {
  animation-delay: 0.4s;
}
.delay-2 {
  animation-delay: 0.8s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 22, 15, 0.46) 0%, rgba(29, 22, 15, 0.12) 45%, rgba(29, 22, 15, 0.18) 100%);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #f5eee1;
  /* max-width: 1160px; */
}

.hero-content h1, .status-publish .page-title, .woocommerce-order-details__title, .products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.03;
  margin-bottom: 0.5rem;
}

.hero-content h1 span {
  /* font-style: italic; */
  font-weight: 400;
}

.hero-content hr {
  border-color: rgba(234, 224, 208, 0.75);
  width: 390px;
  margin: 0.2rem 0 0.65rem;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  max-width: 580px;
  text-align: center;
}
.hero-content .hero_content_wrap{
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-btn {
  border-radius: 0;
  font-size: 16px;
  padding: 0 20px;
  text-transform: capitalize;
  height: 40px;
  border: 1px solid #fff;
  color: #5d4d3e !important;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.hero-btn:hover{
  background: rgba(232, 218, 201, 0.62);
  color: #000 !important;
}
.story-wrap {
  max-width: 1160px;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  margin-bottom: 0.45rem;
  border-bottom: 2px solid var(--line);
  max-width: max-content;
}

.section-subtitle, .contact-form-box h3, .cta_content_wrapper h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #4a3e31;
  max-width: max-content;
  padding-bottom: 6px;
}

.section-copy {
  font-size: 16px;
  color: #3d3229;
  line-height: 1.6;
  max-width: 620px;
}
.framed-image img{width: 100%; object-fit: cover;}
.section-divider {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin: 0.2rem 0;
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.section-divider span {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: #403328;
  white-space: nowrap;
}

.craft-copy {
  font-size: 16px;
  color: #43372d;
  margin-top: 0.55rem;
}

.feature-item img {
  width: 66px;
  height: 66px;
  margin-bottom: 0.7rem;
}

.feature-item h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin: 0 auto 5px;
  border-bottom: 1px solid var(--line);
  max-width: max-content;
  padding-bottom: 6px;
}

.feature-item p {
  font-size: 16px;
  color: #3f342a;
  margin: 0;
}

.feature-item.middle {
  border-left: 1px solid rgba(108, 89, 68, 0.2);
  border-right: 1px solid rgba(108, 89, 68, 0.2);
}

.featured-section .small-gap {
  margin-top: 0.35rem;
}

.featured-section .section-divider span {
  font-size: 48px;
}
.product-card .img_box{
    height: 255px;
    overflow: hidden;
}
.product-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition: 0.4s ease;
  height: 100%;
}
.product-card img:hover{transform: scale(1.1);}
.listing-card img{width: 100%; height: 100%; transition: 0.4s ease;}
.listing-card .img_box{height: 255px; overflow: hidden;}
.listing-card img:hover{transform: scale(1.1);}
.related-card img{width: 100%; height: 100%; transition: 0.4s ease;}
.related-card .img_box{height: 255px; overflow: hidden;}
.related-card img:hover{transform: scale(1.1);}
.thumb-row .img_box{height: 120px; overflow: hidden;}
.thumb-row img{width: 100%; height: 100%; transition: 0.4s ease;}
.thumb-row img:hover{transform: scale(1.1);}
.product.type-product .img_box{height: 255px; overflow: hidden;}
.product.type-product img{width: 100%; height: 100%; object-fit: cover; transition: 0.4s ease;}
.product.type-product img:hover{transform: scale(1.1);}
.wc-block-grid__product-image{height: 255px; overflow: hidden;}
.wc-block-grid__product-image img{width: 100%; height: 100%; object-fit: cover; transition: 0.4s ease;}
.wc-block-grid__product-image img:hover{transform: scale(1.1);}
.product-card h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-top: 0.42rem;
  margin-bottom: 0;
}
.product-card a h6:hover{color: #000 !important;}
.view-more {
  border: 1px solid rgba(58, 45, 33, 0.42);
  border-radius: 5px;
  color: #4e3f31;
  background: #ece1cf;
  font-size: 16px;
  letter-spacing: 1.3px;
  padding: 0.45rem 1.55rem;
}

.view-more:hover {
  background: #A67C52;
  color: #33261d;
  border: 1px solid rgba(58, 45, 33, 0.42);
}

.quote-line span {
  font-size: clamp(2.2rem, 2.6vw, 3.2rem);
}
/* footer */
.footer-top{
  padding-bottom: 25px;
}
.site-footer {
  background-color: #a67c52;
  /* border-top: 1px solid var(--line); */
  /* border-bottom: 1px solid var(--line); */
}

.site-footer h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 6px;
  color: #fff;
}
.site-footer .follow_us_wrap h6{
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #fff;
}
.social-circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #2d241f;
  color: #f5efe4;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.social-circle i{color: #f5efe4;}
.social-circle:hover{
  opacity: 0.85;
}
.testimonial {
  font-size: 18px;
  color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0;
  text-align: left;
}

.contact {
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.contact a{
  color: #3e3127;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  max-width: max-content;
  margin-bottom: 10px;
  display: flex;
  color: #fff !important;
}
.contact a:hover{
  border-bottom: 1px solid #ccc;
}
.copyright {
  font-size: 10px;
  color: #fff;
  border-top: 1px solid #ccc;
}

.breadcrumbs {
  color: #5b4d41;
  font-size: 16px;
}

.crumb-link {
  color: #5f5144;
}

.crumb-link:hover {
  color: #3a2f25;
}

.crumb-sep {
  color: #7b6d5f;
  margin-top: 1px;
}

.toolbar-select {
  border: 1px solid rgba(81, 63, 45, 0.3);
  background: rgba(244, 237, 226, 0.92);
  color: #5b4d3f;
  font-size: 12px;
  line-height: 1;
  height: 38px;
  padding: 0 30px 0 14px;
  min-width: 80px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6a5949 50%), linear-gradient(135deg, #6a5949 50%, transparent 50%);
  background-position: calc(100% - 16px) 15px, calc(100% - 10px) 15px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.toolbar-select:focus {
  outline: none;
  border-color: rgba(81, 63, 45, 0.55);
}

.sort-select {
  min-width: 175px;
}

.products-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  color: #3e3128;
  margin-bottom: 0.3rem;
}

.products-head p {
  font-size: 16px;
  color: #4b3d31;
  margin-bottom: 40px;
}

.products-categories {
  display: flex;
  flex-wrap: wrap;
  /* border-top: 1px solid rgba(108, 89, 68, 0.16);
  border-bottom: 1px solid rgba(108, 89, 68, 0.16);
  background: rgba(232, 221, 207, 0.45);
  padding: 9px 0; */
  gap: 8px;
}

.cat-pill {
  border: 1px solid rgba(83, 66, 48, 0.24);
  background: rgba(249, 243, 233, 0.6);
  color: #4a3d31;
  min-width: 80px;
  height: 38px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.cat-pill:hover{
  background: #9a6f35;
  border-color: #8b642e;
  color: #f7f0e4;
}
.cat-pill.active {
  background: #9a6f35;
  border-color: #8b642e;
  color: #f7f0e4;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.listing-card, .product-card, .product.type-product, .related-card {
    background-color: #f7f5f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 15px;
}
.product.type-product{padding: 0 0 15px !important;}
.listing-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}
.product.type-product .star-rating{position: absolute; top: 0; left: 10px; background-color: #f7f5f1; height: 22px; padding: 0 10px; display: flex; justify-content: center; align-items: center; border-radius: 5px; width: 75px !important; line-height: 1.5;}
.listing-card h3, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-title, .woocommerce-loop-product__title, .feature-item h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: #3e3128;
  font-weight: 500;
  margin: 12px 0 0;
}
.listing-card h3:hover{color: #000;}
.woocommerce-loop-product__title, .woocommerce-Price-amount.amount{font-size: 24px !important; text-align: center;padding: 0 !important;}
.woocommerce-Price-amount.amount{display: flex; justify-content: center; margin: 0;}
.listing-card .price, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-price.price, .woocommerce-Price-amount.amount, .feature-item h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  color: #3f3329;
  line-height: 1;
  margin: 3px 0 10px;
}
.listing-card .price:hover, .woocommerce-Price-amount.amount:hover{color: #000;}
.details-btn, .add_to_cart_button, .wc-block-components-checkout-place-order-button, .woocommerce-order-details a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 40px;
  border: 1px solid rgba(58, 45, 33, 0.42);
  color: #5d4d3e;
  background: #ece1cf;
  font-size: 16px !important;
  padding: 0 20px;
  border-radius: 5px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_simple, .woocommerce-Button.button, .woocommerce-button.button.woocommerce-form-login__submit {
     width: 136px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    border: 1px solid rgba(58, 45, 33, 0.42) !important;
    background: #ece1cf !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
    border-radius: 5px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button{min-width: 155px !important; display: inline-block !important;} 
.details-btn:hover, .add_to_cart_button:hover {
  background: #A67C52;
  color: #3a2f25;
  border: 1px solid rgba(58, 45, 33, 0.42);
}
.wc-block-components-checkout-place-order-button{
  background: #A67C52;
  color: #3a2f25;
}
.wc-block-components-checkout-place-order-button:hover{
  border: 1px solid rgba(58, 45, 33, 0.42);
  color: #5d4d3e;
  background: #ece1cf;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .button.product_type_simple:hover, .woocommerce-order-details a.button:hover, .woocommerce-Button.button:hover, .woocommerce-button.button.woocommerce-form-login__submit:hover{
  background: #A67C52 !important;
  color: #3a2f25 !important;
  border: 1px solid rgba(58, 45, 33, 0.42) !important;
}
.woocommerce-Button.button{margin-top: 15px !important;}
.woocommerce-button.button.view{background: rgba(244, 237, 226, 0.5);font-size: 16px !important;
    border: 1px solid rgba(72, 56, 40, 0.38) !important; font-weight: 400 !important;}
.woocommerce-button.button.view:hover{
  background: rgba(232, 218, 201, 0.62) !important;
  color: #3a2f25 !important;
}
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.page-box,
.page-next,
.page-arrow {
  min-width: 34px;
  height: 34px;
  border: 1px solid rgba(84, 66, 49, 0.28);
  color: #65564a;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  background: rgba(245, 239, 229, 0.85);
}

.page-box.active {
  background: rgba(226, 214, 198, 0.8);
}

.page-box.dots {
  pointer-events: none;
}

.page-next {
  min-width: 64px;
  margin-left: 10px;
}

.page-arrow {
  min-width: 28px;
}
/* menu */
.menu{display: none;}
/* PRODUCT DETAILS PAGE STYLES: START */

.detail-breadcrumbs {
  color: #5b4d41;
  font-size: 16px;
}
.detail-breadcrumbs a{position: relative;}
.detail-breadcrumbs a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(92, 72, 53, 0.22);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s;
}
.detail-breadcrumbs a:hover::after{
  transform: scaleX(1);
}
.crumb-current {
  color: #5c4d40;
}

.hero-product-image {
  /* aspect-ratio: 1.13 / 1; */
  object-fit: cover;
  border: 1px solid rgba(71, 55, 38, 0.3);
}

.thumb-row {
  display: flex !important;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 5px;
  scroll-behavior: smooth;
  gap: 10px;
}
.thumb-row .img_box {
  flex: 0 0 auto;
  width: 150px;
}
.thumb-row::-webkit-scrollbar {
  height: 6px;
  width: 100%;
}
.thumb-row::-webkit-scrollbar-thumb {
  background: #A67C52;
  border-radius: 10px;
}
.thumb-img {
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border: 1px solid rgba(71, 55, 38, 0.25);
  cursor: pointer;
}

.product-meta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #3f3228;
  margin-bottom: 0.38rem;
}

.detail-price {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1;
  color: #3f3329;
  margin-bottom: 0.52rem;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(92, 72, 53, 0.22);
  padding-bottom: 12px;
}

.stars {
  color: #9f7c4d;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.reviews {
  font-size: 18px;
  color: #5b4b3e;
}

.detail-copy {
  margin: 16px 0 12px;
  color: #43372d;
  font-size: 16px;
  line-height: 1.35;
}

.name-label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  color: #3f3229;
  margin-bottom: 8px;
}

/* .name-label em {
  font-style: italic;
} */

.name-input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(90, 71, 52, 0.28);
  background: rgba(247, 241, 232, 0.58);
  font-size: 18px;
  color: #4e4034;
  padding: 0 16px;
}

.name-input::placeholder {
  color: #9a8c7c;
}

.field-note {
  color: #6c5d4e;
  font-size: 16px;
  margin: 8px 0 14px;
}

.cart-btn {
  width: 100%;
  height: 60px !important;
  font-size: 16px !important;
  background: #A67C52 !important;
  color: #3a2f25 !important;
  border: 1px solid rgba(58, 45, 33, 0.42) !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  font-family: "Lora", serif !important;
  border-radius: 5px !important;
}
.cart-btn .btn-text{color: #3a2f25 !important;}
.cart-btn:hover {
    border: 1px solid rgba(58, 45, 33, 0.42) !important;
    color: #5d4d3e !important;
    background: #ece1cf !important;
}
.wp-element-button.wc-block-cart__submit-button{
  width: 100%;
  height: 54px !important;
  border: 1px solid #927045 !important;
  background: #A67C52 !important;
  color: #33261d !important;
  letter-spacing: 0.6px;
  font-size: 16px !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
}
.wp-element-button.wc-block-cart__submit-button:hover{
  background-color: #ece1cf !important;
  color:  #4e3f31 !important;
}
.wp-element-button.wc-block-cart__submit-button:focus{outline: none !important; box-shadow: none !important;}

.wishlist span{
  margin-top: 14px;
  color: #524539;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.product-details {
  border-top: 1px solid rgba(92, 72, 53, 0.22);
}

.product-details h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: #3f3228;
  margin-bottom: 0.5rem;
}

.details-intro {
  font-size: 16px;
  color: #3e3229;
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.includes-title {
  font-size: 20px;
  color: #3f3229;
  margin-bottom: 0.2rem;
}

.includes-list {
  margin: 0;
  padding-left: 1.3rem;
}

.includes-list li {
  font-size: 16px;
  color: #3f3329;
  line-height: 1.46;
  margin-bottom: 0.26rem;
}

.feature-icons-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(92, 72, 53, 0.22);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.feature-icon-item {
  text-align: center;
  padding: 4px 8px;
}

.feature-icon-item + .feature-icon-item {
  border-left: 1px solid rgba(92, 72, 53, 0.2);
}

.feature-icon-item img {
  width: 52px;
  height: 52px;
  margin-bottom: 6px;
  object-fit: cover;
}

.feature-icon-item span {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #46392e;
}

.feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-points li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 4px;
  color: #3f3329;
  font-size: 18px;
  line-height: 1.2;
}

.feature-points li img{
  width: 50px;
  object-fit: cover;
}

.related-products h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: italic;
  text-align: center;
  color: #44372d;
  margin: 0;
}

.related-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.related-card h5, .contact-page .contact-left h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  margin: 10px 0 1px;
  color: #3f3229;
}

.related-card p {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 9px;
  color: #40332a;
}
.wishlist .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{width: 100%;}
.my-wishlist a{width: 100%; display: flex !important; align-items: center !important; justify-content: center !important; }
.wishlist span{margin-top: 0 !important;}
.wp-block-woocommerce-cart h2.new-store{font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
  color: #40332a;}

.toolbar-select option:hover {
  background: var(--gold) !important;
}
/* contact form */
.contact_section { padding: 80px 0; }
.contact_section h1 { font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 500; line-height: 1.03; margin-bottom: 0.5rem; text-align: center; }
.contact_section .title p { font-size: 16px; padding-bottom: 40px; text-align: center; }
.info-card { background: #f4ece3; padding: 0 25px 50px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border: 1px solid #e0d6c8; } 
.info_card_wrap { padding-top: 50px; }
.info_card_wrap h5 { font-family: "Cormorant Garamond", serif; font-size: 24px; color: #3e3128; font-weight: 500; padding: 0; } 
.info_card_wrap .info_wrappper { display: flex; align-items: center; gap: 10px; } 
.info_card_wrap .info_wrappper a { color: #3e3128; text-decoration: none; }
.info_card_wrap .info_wrappper a:hover { color: #A67C52 } 
.info_card_wrap .info_wrappper i { color: #3e3128; } 
.info_card_wrap .social-circle { width: 35px; height: 35px; font-size: 18px; }
.form-box h3 { font-size: 30px; text-align: center; font-family: "Cormorant Garamond", serif; color: #3e3128; font-weight: 600; padding: 0 0 15px; } 
.form-box { background: #f4ece3; padding: 30px; border-radius: 10px; border: 1px solid #e0d6c8; } 
.custom-input { border: 1.5px solid #cbbfb3; border-radius: 8px; padding: 12px; background: transparent; }
.custom-input:focus { border-color: #A67C52 !important; box-shadow: none !important; background: transparent; } 
textarea.custom-input { height: 120px; resize: none; } 
.btn-custom { background: #A67C52; border-radius: 5px; padding: 12px; width: 100%; border: 1px solid rgba(58, 45, 33, 0.42); transition: 0.3s; } 
.btn-custom:hover { background: #ece1cf; border: 1px solid rgba(58, 45, 33, 0.42); }
.bottom-img { margin-top: 40px; border-radius: 10px; overflow: hidden; height: 300px; } 
.bottom-img img{object-fit: cover; object-position: center;}
/* end contact form */
.wishlist span {font-size: 16px;}
.woocommerce-ordering{display: none;}
.detail-price .woocommerce-Price-amount.amount{justify-content: flex-start !important;}
.star-rating{margin: 8px auto !important;}
.out-stock-btn{padding: 0 !important;}
.star-rating span::before{color: #C49A6C !important;}
.star-rating:before {color: #E5C9A8 !important;}
/* .woocommerce-form.woocommerce-form-login.login p a:hover{border-bottom: 1px solid #ccc;} */
.wishlist_table .product-add-to-cart a{display: flex !important; width: 136px;}
.wishlist-title.wishlist-title-with-form .btn.button.show-title-form:hover{background: transparent !important; background-color: transparent !important;}
.added_to_cart.wc-forward{display: flex !important; justify-content: center;}
.added_to_cart.wc-forward:hover{color: #000 !important;}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{width: 150px !important;}
/* .wp-element-button.wc-block-cart__submit-button{background:transparent !important; color: #000 !important; } */
/* .wp-element-button.wc-block-cart__submit-button:hover{background:#fff !important; color: #000 !important;} } */
.wc-blocks-components-select .wc-blocks-components-select__container{background: transparent !important; font-family: "Lora", serif;}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-textarea{background: transparent !important; font-family: "Lora", serif; }
.wc-block-components-totals-coupon__button{ font-family: "Lora", serif;   background: #a07944 !important; border: 0 !important;     border-radius: 5px;}
.wc-block-components-totals-coupon__button:hover {border: 1px solid #927045 !important; background-color: #ece1cf !important; color: #33261d !important;}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {opacity: 1 !important; color: #4e3f31 !important;}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained .wc-block-components-button__text{opacity: 1 !important; color: #4e3f31 !important;}
.woocommerce-order ul{padding-left: 0;}
.woocommerce-MyAccount-navigation ul li a, .woocommerce-form.woocommerce-form-register.register a, .my-logout-class, .woocommerce-form.woocommerce-form-login.login p a, .products-topbar a{position: relative;}
.woocommerce-MyAccount-navigation ul li a::after, .woocommerce-form.woocommerce-form-register.register a:after, .my-logout-class::after, .woocommerce-form.woocommerce-form-login.login p a::after, .products-topbar a::after{ content: ''; position: absolute; bottom: -0; left: 0%; width: 100%; height: 1px; background-color: rgba(92, 72, 53, 0.22); transform: scaleX(0); transform-origin: bottom left; transition: transform 0.4s; }
.woocommerce-MyAccount-navigation ul li a:hover::after, .woocommerce-form.woocommerce-form-register.register a:hover::after, .my-logout-class:hover::after, .woocommerce-form.woocommerce-form-login.login p a:hover::after, .products-topbar a:hover::after{ transform: scaleX(1); }
.contact-form-box label{display: block;}
.contact-form-box label span{margin-top: 5px; display: flex;}
.contact-form-box .wpcf7-submit{background: transparent; color: #000; height: 100%;}
.contact-form-box .wpcf7-submit:hover{background: rgba(232, 218, 201, 0.62); color: #000;}
.woocommerce-MyAccount-orders .woocommerce-Price-amount.amount, .woocommerce-table--order-details .woocommerce-Price-amount.amount{justify-content: flex-start;}
.btn, .wpcf7-submit, .wc-block-cart .wc-block-cart__totals-title, .wc-block-components-text-input label, button, input, optgroup, select, textarea { font-family: "Lora", serif;}
.wpcf7-submit {font-weight: 400 !important;}
.wc-block-grid__product-title:hover{color: #000 !important;}
/* .wc-block-grid__products .wc-block-grid__product-image img{height: 300px; object-fit: cover; } */
.wc-block-components-radio-control-accordion-content .content, .radio-control-wc-payment-method-options-stripe__label span, .wc-block-components-address-card span, .wc-block-components-checkbox__label{font-size: 16px;}
.woocommerce-order-details .button{font-weight: 400 !important;}
.contact-form-box form textarea{resize: none; height: 80px;}
.wc-block-components-panel__button {font-size: 16px;}
.wc-block-components-panel__button:hover{color: #000;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{font-size: 16px;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover{color: #000 !important;}
.wishlist span:hover {color: #000;}
.cart-actions .quantity .qty{background: transparent !important; border-radius: 5px;}
.wc-block-cart .wc-block-cart__totals-title, .wc-block-cart-items .wc-block-cart-items__header span{font-weight: 600;}
/* cart description */
.woocommerce-account form{background: transparent !important;}
.woocommerce form .form-row .input-text{background-color: transparent !important;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{padding-left: 15px;}
.wishlist_table thead tr th{background: #ece1cf !important;}
.woocommerce table.shop_table.wishlist_table tr td{background: transparent !important ;}
.wpcf7 form.sent .wpcf7-response-output { border-color: none; color: #46b450; border: none; text-align: center; margin: 0; padding: 0; }
.wpcf7 form.invalid .wpcf7-response-output{color: #a67c52; text-align: center; border: none; margin: 0; padding: 0;}
.coming-container{flex: 1;}
.container, .products-page{flex: 1;}
.product_all_filter_sec { display: flex; justify-content: space-between; align-items: center; }
.carousel-control-next, .carousel-control-prev{background-color: rgba(0, 0, 0, 1); width: 45px; height: 45px; border-radius: 50%; margin: auto 5%;}
.wc-block-grid__products{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 25px;}
.wc-block-grid__products .wc-block-grid__product{ background-color: #f7f5f1; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 10px; border-bottom: 0 !important; padding-bottom: 3px; border-left: 0 !important; border-right: 0 !important; max-width:100% !important;}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{margin: 0 ;}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image{margin: 0 !important;}
.woocommerce ul.products li.product { margin: 0; width: 100%;}
.custom_select.custom_select_3{min-width: 175px;}
.woocommerce.columns-4 ul.products{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 25px;}
.woocommerce.columns-4 ul.products::after, .woocommerce.columns-4 ul.products::before{display: none;}
.single_product_image{position: relative;}
.single_product_image .wishlist_icon{position: absolute; top: 15px; right: 20px; background-color: #a07944; width: 30px; height: 25px; display: flex; align-items: center; justify-content: center; border-radius: 5px; font-size: 16px; color: #fff; cursor: pointer;}
.single_product_image .wishlist_icon:hover{color: #ece1cf ;}
.product-hero img.thumb-img{opacity: 0.75;}
.product-hero img.thumb-img.active { opacity: 1; }
.story_banner_sec { background-image: url('assets/images/story_banner.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; height: 350px; display: flex; justify-content: center; align-items: center; } 
.story_banner_sec .overlay { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(29, 22, 15, 0.46) 0%, rgba(29, 22, 15, 0.12) 45%, rgba(29, 22, 15, 0.18) 100% ); } 
.gift_section .overlay { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(29, 22, 15, 0.46) 0%, rgba(29, 22, 15, 0.55) 45%, rgba(29, 22, 15, 0.18) 100% ); } 
.story_banner_sec .story_banner_wrapper, .gift_section .gift_content_wrapper { position: relative; z-index: 1; } 
.story_banner_wrapper, .gift_section .gift_content_wrapper { display: flex; flex-direction: column; align-items: center; text-align: center; color: white; } 
.gift_section { background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; height: 300px; display: flex; justify-content: center; align-items: center; color: white; }
.cta_content_wrapper{display: flex; align-items: center; gap: 15px;}
.cta_content_wrapper .btn.view-more{border: 1px solid rgb(247 239 229) ;background: transparent ;}
.cta_content_wrapper .btn.view-more:hover{background-color: #A67C52; border: 1px solid #A67C52;}
.cta_content_wrapper h3{color: #fff !important; padding-bottom: 0;}
.feature-item h3{margin: 0;}
.woocommerce-error{border-top: none !important; background: transparent !important; color: #d21414;}
.woocommerce-info{border-top: none !important; background: transparent !important;}
.woocommerce-info::before{color: #515151;}
.tag_wishlist_wrapper{ position: absolute;top: 10px; z-index: 5;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.tag_wishlist_wrapper .wishlist_icon{width: 28px;height: 21px;display: flex; align-items: center;justify-content: center; border-radius: 5px;font-size: 12px;color: #fff; cursor: pointer; margin-right: 10px;}
.tag_wishlist_wrapper .wishlist_icon:hover{color: #ece1cf;}
.tag_wishlist_wrapper .tag_name{background-color: #a67c52; color: #fff;height: 21px; padding: 0px 10px; text-transform: capitalize; font-size: 12px;display: flex; align-items: center; justify-content: center;  border-radius: 5px;margin-left: 10px; cursor: default;}
.img_box{position: relative;}
.woocommerce-EditAccountForm.edit-account fieldset{ border-top: 1px solid rgba(58, 45, 33, 0.2); padding-top: 15px; margin-top: 30px;}

/* review */
.rating-box { border: 1px solid #e2d9cd; padding: 20px; border-radius: 10px; text-align: center; min-height: 220px;}
.rating-number { font-size: 48px; color: #A67C52; font-family: "Cormorant Garamond", serif; font-weight: 500; margin-bottom: 10px; }
.stars { color: #c59a5d; font-size: 18px;}
.review-card .stars { font-size: 12px; letter-spacing: 0; }
.review-card { border: 1px solid #e2d9cd; padding: 20px; border-radius: 10px; height: 100%; min-height: 220px }
.review-card h6 { color: #3e2f23; font-family: "Cormorant Garamond", serif; font-size: 14px; font-weight: 500;}
.review-card h5 { color: #3e2f23; font-family: "Cormorant Garamond", serif; font-size: 16px; font-weight: 500; padding: 5px 0;}
.review-card small{font-size: 12px; display: flex; margin: 0; color: #7a5a2f;}
.review-card p { font-size: 14px; color: #5c4b3a; }
.avatar { width: 40px; height: 40px; background: #e8dfd3; color: #7a5a2f; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: bold; font-size: 20px; font-family: "Cormorant Garamond", serif; }
.verified { color: #7a5a2f; font-size: 12px; }
.review-section .owl-nav, .product-slider .owl-nav { position: absolute; top: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; width: 100%;}
.review-section .owl-theme .owl-nav [class*=owl-], .product-slider .owl-nav [class*=owl-] { width: 35px; height: 35px; border-radius: 50%; background: #A67C52; color: #fff; display: flex; justify-content: center; align-items: center; border: 1px solid transparent; position: relative; z-index: 2;}
.review-section .owl-theme .owl-nav [class*=owl-]:hover, .product-slider .owl-nav [class*=owl-]:hover [class*=owl-]:hover { background: #ece1cf; color: #3a2f25; border: 1px solid #A67C52;}
.product-slider .owl-nav [class*=owl-]{background: #A67C52 !important; color: #fff !important; border: 1px solid transparent !important;}
.product-slider .owl-nav [class*=owl-]:hover{background: #ece1cf !important; color: #3a2f25 !important; border: 1px solid #A67C52 !important;}
.review-section .owl-carousel .owl-stage-outer{z-index: 2;}
.review-card p .see_more:hover{color: #a67c52 !important;}
.review_modal .modal-header{padding: 10px 10px 0; border-bottom: 0;}
.review_modal .modal-content{background-color: var(--paper);background-image: url("../images/bg-texture.png"); background-size: 164px 164px; background-repeat: repeat;background-position: 0 0;}
.review_modal .btn-close{position: absolute; right: 10px; top: 10px; z-index: 1;}
.review_modal .btn-close:focus{box-shadow: none !important; outline: none !important;}
.review-section .owl-nav .owl-prev{right: 25px;}
.review-section .owl-nav .owl-next{left: 25px;}
.modal_review_card{padding: 10px;border:none;min-height: 100%; border-radius: 0;}
.testimonial-wrapper { position: relative; min-height: 54px; overflow: hidden; }
.testimonial { position: absolute; opacity: 0; animation: fadeTestimonial 9s infinite; }
@keyframes fadeTestimonial {
  0%   { opacity: 0;  }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}
.t1 { animation-delay: 0s; }
.t2 { animation-delay: 3s; }
.t3 { animation-delay: 6s; }
/* end review */
/* responsive */
@media (max-width: 1366px) {
  .hero-content h1, .section-title, .products-head h2, .status-publish .page-title, .wp-block-woocommerce-cart h2.new-store, .woocommerce-order-details__title, .products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {font-size: 40px;}
  .product-details h3{font-size: 28px;}
   .wishlist span {font-size: 16px;}
  .section-subtitle, .related-card p, .contact-form-box h3, .feature-item h3, .cta_content_wrapper h3{font-size: 22px;}
  .section-copy, .craft-copy, .hero-content p, .testimonial {font-size: 16px;}
  .section-divider span, .featured-section .section-divider span, .related-products h4{font-size: 40px;}
  .feature-item h5, .product-card h6, .site-footer h6, .listing-card h3, .related-card h5, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-title, .contact-page .contact-left h4{font-size: 22px;}
  .woocommerce-loop-product__title, .woocommerce-Price-amount.amount{font-size: 22px !important;}
  .feature-item p,  .products-head p, .reviews{font-size: 16px;}
  .breadcrumbs{font-size: 16px;}
  .detail-breadcrumbs {
    font-size: 16px;
  }
  .detail-copy, .feature-icon-item span{font-size: 16px;}
  .product-meta h2{font-size: 40px;}
  .feature-points li{font-size: 16px;}
  .listing-card .price, .detail-price, .name-label, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-price.price, .feature-item h4{font-size: 24px;}
  .includes-title{font-size: 18px;}
  .contact_section h1{font-size: 40px;}
  .info_card_wrap h5{font-size: 22px;}
  .form-box h3 {font-size: 26px;}
}
@media (max-width: 1199px) {
  .hero-content h1, .section-title, .products-head h2, .product-meta h2, .status-publish .page-title, .wp-block-woocommerce-cart h2.new-store, .products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {font-size: 36px;}
  .wishlist span {font-size: 16px;}
  .product-details h3{font-size: 26px;}
  .section-subtitle, .related-card p, .contact-form-box h3, .feature-item h3, .cta_content_wrapper h3{font-size: 20px;}
  .section-divider span, .featured-section .section-divider span, .related-products h4{font-size: 36px;}
  .feature-item h5, .product-card h6, .site-footer h6, .listing-card h3, .related-card h5, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-title, .contact-page .contact-left h4{font-size: 20px;}
   .woocommerce-loop-product__title, .woocommerce-Price-amount.amount{font-size: 20px !important;}
  .hero-product-image { aspect-ratio: 1.13 / 1; }
  .listing-card .price, .detail-price, .name-label, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-price.price, .feature-item h4{font-size: 22px;}
  .includes-title{font-size: 18px;}
  .contact_section h1{font-size: 36px;}
  .info_card_wrap h5{font-size: 20px;}
  .form-box h3 {font-size: 24px;}
}

@media (max-width: 991px) {
  .site-header{display: none;}
  .menu{display: block;}
  .menu, .menu .offcanvas.offcanvas-end.show{
    background-image: url("../images/bg-texture.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
  }
  .menu .navbar-brand img{width: 205px;}
  .menu .navbar-brand.side_img{width: 150px;}
  .menu .navbar-toggler {border: none;}
  .menu .navbar-toggler:focus, .menu .btn-close:focus {box-shadow: none; }
  .hero-content h1, .section-title, .products-head h2, .product-meta h2, .status-publish .page-title, .wp-block-woocommerce-cart h2.new-store, .woocommerce-order-details__title, .products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {font-size: 30px;}
  .product-details h3{font-size: 24px;}
   .wishlist span {font-size: 16px;}
  .hero-btn {font-size: 14px;}
  .section-subtitle, .related-card p, .contact-form-box h3, .feature-item h3, .cta_content_wrapper h3{font-size: 18px;}
  .section-divider span, .featured-section .section-divider span, .related-products h4{font-size: 30px;}
  .feature-item h5, .product-card h6, .site-footer h6, .listing-card h3, .related-card h5, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-title, .contact-page .contact-left h4{font-size: 18px;}
   .woocommerce-loop-product__title, .woocommerce-Price-amount.amount{font-size: 18px !important;}
   .feature-points li{font-size: 16px;}
  .listing-card .price, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-price.price, .feature-item h4{font-size: 20px;}
  .custom-orders {font-size: 16px;}
  .main-nav .nav {gap: 1rem !important;}
  .main-nav .nav-link, .reviews, .field-note, .detail-copy, .details-intro, .includes-list li, .feature-icon-item span, .cart-btn {font-size: 16px;}
  .detail-price, .name-label{font-size: 20px;}

  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content hr {
    width: min(360px, 82vw);
  }

  .feature-item.middle {
    border: 0;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wc-block-grid__products{grid-template-columns: 1fr 1fr;}
  .woocommerce.columns-4 ul.products{grid-template-columns: 1fr 1fr;}
  .sort-select {
    min-width: 180px;
  }
  .products-categories { overflow-x: auto; flex-wrap: nowrap; padding-top: 15px; width: 100%; }
  /* PRODUCT DETAILS PAGE STYLES: START (tablet) */

  .cart-btn {
    height: 52px;
  }

  /* PRODUCT DETAILS PAGE STYLES: END (tablet) */
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .contact_section h1{font-size: 30px;}
  .info_card_wrap h5{font-size: 18px;}
  .form-box h3 {font-size: 22px;}
  .product_all_filter_sec{flex-direction: column-reverse; align-items: flex-start;}
  .testimonial-wrapper {min-height: 72px;}
}

@media (max-width: 767px) {
  .hero-content h1, .section-title, .products-head h2, .product-meta h2, .status-publish .page-title, .wp-block-woocommerce-cart h2.new-store, .woocommerce-order-details__title, .products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {font-size: 26px;}
  .product-details h3{font-size: 22px;}
  .wishlist{font-size: 18px;}
  .feature-points li {font-size: 16px;}
  .section-subtitle, .related-products h4, .related-card p, .contact-form-box h3{font-size: 18px;}
  .section-copy, .feature-item p, .view-more{font-size: 14px;}
  .section-divider span, .featured-section .section-divider span{font-size: 26px;}
  .listing-card .price, .detail-, .name-label, .wp-block-woocommerce-product-new ul li .wc-block-grid__product-price.price, .feature-item h4{font-size: 18px;}
  .products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .woocommerce.columns-4 ul.products{grid-template-columns: 1fr;}
  .woocommerce ul.products li.product { margin: 0 !important; width: 100% !important; }
  .products-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial {
    font-size: 16px;
  }
  .testimonial {text-align: center;}
  .feature-grid {gap: 25px;}
  .feature-item h5, .product-card h6, .site-footer h6, .listing-card h3, .includes-title, .related-card h5,.wp-block-woocommerce-product-new ul li .wc-block-grid__product-title, .contact-page .contact-left h4{font-size: 16px;}
  .contact a {margin: 0 auto 15px;}
   .woocommerce-loop-product__title, .woocommerce-Price-amount.amount{font-size: 16px !important;}
  .breadcrumbs, .products-head p, .includes-list li, .feature-points li{font-size: 16px;}
   .cat-pill{font-size: 10px;}
   .toolbar-select{font-size: 10px;}
  /* .menu, .menu .offcanvas.offcanvas-end.show{
    background-image: url("../images/bg-texture.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
  }
  .menu .navbar-brand img{width: 205px;}
  .menu .navbar-brand.side_img{width: 150px;}
  .menu .navbar-toggler {border: none;}
  .menu .navbar-toggler:focus, .menu .btn-close:focus {box-shadow: none; } */
  /* PRODUCT DETAILS PAGE STYLES: START (mobile) */
  .feature-icons-row {
    grid-template-columns: 1fr;
  }
  .wc-block-grid__products{grid-template-columns:1fr;}
  .feature-icon-item + .feature-icon-item {
    border-left: 0;
    border-top: 1px solid rgba(92, 72, 53, 0.2);
    margin-top: 6px;
    padding-top: 12px;
  }

  .name-input {
    height: 46px;
    font-size: 16px;
  }

  .detail-breadcrumbs {
    flex-wrap: wrap;
  }

  .feature-points li {
    padding-left: 34px;
  }

  .feature-points li::before {
    left: 0;
  }
  .contact_section h1{font-size: 24px;}
  .info_card_wrap h5{font-size: 18px;}
  .form-box h3 {font-size: 20px;}
.toolbar_scroll {
  /* overflow-x: auto; */
  width: 100%;
}

.toolbar_scroll .d-flex {
  flex-wrap: wrap !important;
}

.toolbar-select {
  min-width: 150px;   /* force overflow */
  flex-shrink: 0;     /* prevent shrinking */
}
.story_section_2 .row { flex-direction: column-reverse; }
.cta_content_wrapper{flex-direction: column; gap: 0;}
}
@media (max-width: 575px) {
  .menu .navbar-brand img{width: 190px;}
}
@media (max-width: 480px) {
  .menu .navbar-brand img{width: 180px;}
  .hero-content h1, .section-title, .products-head h2, .product-meta h2, .status-publish .page-title, .wp-block-woocommerce-cart h2.new-store ,.products-head h2, .contact-hero h1, .story_banner_wrapper h1, .gift_content_wrapper h2 {font-size: 24px;}
  .section-divider span, .featured-section .section-divider span, .detail-price{font-size: 24px;}
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 100%;
  }
  .wc-block-grid__products{grid-template-columns:1fr; display: grid !important; gap: 26px;}
  .wc-block-grid.has-4-columns .wc-block-grid__product{padding-bottom: 15px;}
  .rating-box{padding: 20px;}
}
@media (max-width: 400px) {
  .menu .navbar-brand img{width: 150px;}
  .section-divider span{white-space: normal;}
}


/* changed by sampa */

.main-nav {
  justify-self: left !important;
}

.profile-menu{
position:relative;
display:inline-block;
}

.profile-icon{
font-size:20px;
cursor:pointer;
padding:5px;
}

.profile-dropdown{
position:absolute;
top:35px;
right:0;
background:white;
border:1px solid #e5e5e5;
min-width:150px;
display:none;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
z-index:999;
}

.profile-dropdown a{
display:block;
padding:10px;
color:#333;
text-decoration:none;
}

.profile-dropdown a:hover{
background:#f7f3ee;
}

.profile-menu:hover .profile-dropdown{
display:block;
}