body {
    font-family: 'Poppins', sans-serif !important;
}
.clr-primary {
  color: #153d47;
}
.bgclr-primary {
  background-color: #153d47 !important;
}
.text-gray {
    color: #b5bfc1;
}
.text-darkgray {
   color: #797979 !important;
}
.bg-lightgray {
    background-color:#efefef;
}
.bg-cream {
    background-color: #FBF5F0;
}
.text-cream {
    color: #FBF5F0;
}
.text-beige {
  color: #E9CFB4;
}
.bg-beige {
  background-color: #E9CFB4;
}
.bottom-border {
    border-bottom: 1px dashed #D86F6F;
    padding-bottom: 8px;
}
.container-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
}
.section-title {
    color: #082a31;
    font-family: Americana BT;
    margin-bottom: 30px;
}
.section-wrap {
    padding: 50px 0;
}
@media (min-width: 768px) {
    .desk-hide {
        display: none !important;
    }
    /* text-bg-image Section 2 */
    .text-image.bg-image .section-title h2,
    .text-image.bg-image p {
    color:white;
    }
}
/* ============================= DROPDOWN STYLES ============================= */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-toggle {
    background: none;
    border: none;
}
.dropdown .dropdown-menu,
.dropdown .dropdown-menu.inner-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 99;
    border: none;
}
.dropdown .dropdown-menu li a {
    background-color: #f0f0f0;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #000;
}
.dropdown .dropdown-menu li a:hover {
    background-color: #f0f0f0;
}
.dropdown .dropdown-menu.show {
    display: block;
}
.dropdown-toggle img {
    transition: transform 0.3s ease;
}
.dropdown.show .dropdown-toggle img {
    transform: rotate(180deg);
}
.header .dropdown-toggle::after,
.language-currency .dropdown-toggle::after{
    all: unset;
}
/* Announcement Bar */
.announcement-bar h6{
    font-size: 16px;
    margin-bottom: 0;
}
/* Header */
.logo h1 {
    margin-bottom: 0;
}
.header-top {
    padding: 25px 42px;
}
.header-left,
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header .icon:hover {
    transform: scale(1.1);
}
.header .main-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 0;
}
.header .main-nav a {
    text-decoration: none;
    color: #333;
}
/* Footer */
.footer {
    padding: 64px 0 32px;
}
.footer-heading ,
.contact-info {
    margin-bottom: 32px;
}
.contact-info p {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-section li {
    margin-bottom: 16px;
}
.footer-section a {
    color: #b5bfc1;
    text-decoration: none;
}
.footer-section a:hover {
    color: white;
}
.footer-bottom {
    border-top: 1px solid #1a4a56;
    padding-top: 32px;
}
.social-media-icon ul {
    display: flex;
    justify-content: center;
    gap: 28px;
    list-style: none;
    padding: 0;
}
.language-currency .dropdown .dropdown-menu,
.language-currency .dropdown .dropdown-menu.inner-dropdown{
    transform: translateY(-4rem);
    top: unset;
    bottom: -100%;
    left: unset;
    right: -100%;
}
.language-currency .dropdown button{
    color: #fff;
}
/* hero */
.hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
}

/* sale banner */
.sale-banner .coupon{
  border: 2px dashed #E9CFB4;
  border-radius: 20px;
}
/* Categories  */
.categories .category-card {
    width: 210px;
    height: 210px;
}
/* Marquee */
.marquee-content {
  animation: marquee 20s linear infinite;
  min-width: max-content;  
  font-size: 38px;             
  font-family: "Americana BT", serif;
  font-weight: 700;
  letter-spacing: 7px;       
}
@keyframes marquee{
  0%   { transform: translateX( 0%); }
  100% { transform: translateX(-50%); }
}
 /* text-image  */
.text-image .btn:hover {
  color:#000;
}
.sustainability-img {
    width: 100%;
    height: 400px;
}
/* Collections Section */
.collections .product-image {
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.collections .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections .add-to-cart-btn.btn-white {
  display: none;
  padding: 12px 30px;
  background-color: #fff;
  gap:10px;
  border-radius: 6px;
}
.collections .product-card:hover .add-to-cart-btn {
  display: flex;
}
.collections .sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #16b36e;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
}
.collections .tab {
  font-size: 20px;
  cursor: pointer;
  padding: 6px 12px;
  color: #a69e8d;
}
.collections .tab.active {
  color: #082a31;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='6' viewBox='0 0 69 6' fill='none'%3E%3Cpath d='M1.4613 4.15647L2.40597 3.21181C4.17981 1.43797 7.05577 1.43798 8.82961 3.21182C10.6034 4.98565 13.4794 4.98566 15.2532 3.21182C17.0271 1.43798 19.903 1.43798 21.6769 3.21182C23.4507 4.98566 26.3267 4.98566 28.1005 3.21182C29.8744 1.43798 32.7503 1.43798 34.5242 3.21182C36.298 4.98565 39.174 4.98566 40.9478 3.21182C42.7216 1.43798 45.5976 1.43798 47.3714 3.21182C49.1453 4.98566 52.0212 4.98566 53.7951 3.21182C55.5689 1.43798 58.4449 1.43798 60.2187 3.21182C61.9925 4.98566 64.8685 4.98566 66.6423 3.21183L67.5387 2.31552' stroke='%23082A32' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 6px;
  padding-bottom: 6px;
}
.collections .tab:hover:not(.active) {
  color: #082a31;
}
.collections .tab-content {
  display: none;
}
.collections .tab-content.active {
  display: block;
}
.collections .animated-text-wrapper {
  font-size: 130px;
  font-family: Americana, sans-serif;
  font-weight: 700;
  color: #082a32;
  opacity: 0.1;
  overflow: hidden;
  white-space: nowrap;
}
.collections .animated-text.animated-letters {
  animation: 5s ease 1s infinite alternate none running typewriter;
  overflow: hidden;
  white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}
@keyframes typewriter {
  0% { width: 0%; }
  100% { width: 100%; }
}
.collections .collections-content {
    margin-top: -80px;
}
/* product details */
.product-detail .product-detail-content img{
  max-height: 797px;
}
.purchase-section {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-end;
}
.quantity-selector {
  display: flex;
  gap: 16px;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.quantity-selector span {
  color: #333;
  font-size: 16px;
}
.add-to-cart {
  width: 100%;
  height: 52px;
  background: white;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.add-to-cart:hover {
  background: #082a31;
  color: white;
}
.buy-now {
  width: 100%;
  height: 52px;
  background: #082a31;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.buy-now:hover {
  background: #0a3540;
}
.sale-badge {
  top: 20px;
  left: 20px;
  background: #16b36e;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 4px;
  overflow: hidden;
}
.quantity-controls button {
  width: 51px;
  height: 51px;
  border: none;
  background: white;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.quantity-controls button:hover {
  background: #f5f5f5;
}
.quantity-controls span {
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-size: 20px;
  font-weight: 500;
  background: white;
  border: none;
}
.stock-fill {
  background: #f44336;
}
.product-options .color-swatch,
.size-options .size-btn {
  width: 52px; 
  height: 30px;
}
/*  deal section */
.deal-week .deal-overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 8rem 1rem;
}
/* testimonial */
.testimonial {
    position: relative;
    text-align: center;
}
.testimonial .image-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 251px;
    overflow: hidden;
    position: absolute;
    bottom: 30%;
    z-index: -1;
}
.testimonial .testimonial-content {
    background: #fff7ee;
    box-shadow: 0 0 10.7px 0 #e9c398;
    clip-path: polygon(2.09% 1.82%, 92.74% 13.63%, 92.85% 100%, 2.2% 90.78%);
    padding: 60px 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.testimonial .quote-mark {
    font-size: 48px;
    color: #082a31;
    margin-bottom: 16px;
}
.testimonial .stars {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 32px;
}
.testimonial .product-card-small {
    background: #ffe4c7;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    width: 227px;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial .product-card-small img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    background: white;
    padding: 6px;
}
.testimonial .product-card-small div {
    padding: 0 12px;
    text-align: left;
}
.testimonial .product-card-small p {
    color: #153d47;
    font-size: 14px;
    margin: 0;
}
.testimonial .product-card-small .price {
    font-weight: 500;
    font-size: 16px;
}
.testimonial .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #d3d3d3b2;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.testimonial .nav-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}
.testimonial .nav-btn.prev {
    left: 143px;
}
.testimonial .nav-btn.next {
    right: 143px;
}
/* newsletter */
.newsletter input.form-control {
  border: 1px solid #e9cfb4;
  height: 48px;
  padding-left: 20px;
  font-size: 16px;
}
/* features */
.feature-icon {
  flex-shrink: 0;
  font-size: 36px;
}
.features h3 {
  color: #082a31;
  font-size: 16px;
  font-weight: 500;
}
.features p {
  color: #797979;
  font-size: 14px;
}
 /* blog */
 .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
}
.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-section .blog-meta {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
    width: fit-content;
    padding: 10px 16px;
    background: #EFEFEF;
    border-radius: 6px;
}
.blog-section .blog-meta i {
    margin-right: 5px;
}
.blog-section .tags {
    margin-bottom: 15px;
}
.blog-section .tags span {
    background: #EFEFEF;
    color: #797979;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 12px;
}
.blog-section .learn-more {
    text-decoration: none;
    color: #000;
    margin-top: auto;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}
.blog-content h3 {
    color: #082A32;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 24px;
}
/* faq */
.faq-content h2 {
    font-size: 28px;
    margin-bottom: 45px;
    color: #1d2b2f;
    text-align: center;
}
.faq-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.faq-accordion .faq-item {
    background: #f3f3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s ease;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px 20px;
    gap: 12px;
}
.faq-icon {
    width: 20px;
    height: 20px;
}
.faq-question span {
    flex: 1;
    font-size: 16px;
    color: #333;
}
.faq-question .arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}
.faq-answer {
    display: none;
    padding: 0 20px 15px;
    color: #555;
    font-size: 14px;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-item.active .arrow {
    transform: rotate(180deg);
}
/* text-bg-image Section 2 */
.text-image.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* quotes */
.decor-img-left,
.decor-img-right {
  max-height: 300px;
  opacity: 0.1;
}
.decor-img-left {
  top: 14%;
}
.decor-img-right {
  bottom: 0;
}
/*  insta section */
.instagram-section .decor {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  z-index: -1;
}
/* grid section */
.fashion-grid-section img {
  max-height: 330px;
  height: 100%;
  object-fit: cover;
}
.overlay-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}