@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Playball&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Mona Sans", sans-serif;
    color: #000;
    background: #F5EFEA;
    overflow-x: hidden;
}

input,
textarea,
button {
    font-family: "Mona Sans", sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
}

pre {
    padding: 0px;
    margin: 0px;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    display: inline-block;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

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

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}

/* main css */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}

.header-pages {
    width: 40%;
}

.header-logo {
    width: 25%;
    display: flex;
    justify-content: center;
}

.header-search {
    width: 35%;
    display: flex;
    justify-content: end;
    gap: 22px;
}

.header-pages ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-pages a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.header-search-1 input {
    padding: 0px 10px 0px 45px;
    width: 340px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid #777572;
    background: transparent;
}

.header-search-1 input::placeholder {
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.header-search-1 button {
    background: transparent;
    border: none;
    position: absolute;
    top: 6px;
    left: 10px;
}

.header-search-1 {
    position: relative;
}

.header-icon1 {
    display: flex;
    align-items: center;
    gap: 22px;
}

.home-banner-main {
    padding: 40px;
    height: 480px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: flex;
    align-items: end;
}

.home-banner-contnet h1 {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 4px;
}

.home-banner-contnet p {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.banner-btns a {
    padding: 10px 40px;
    border-radius: 22px;
    background: var(--Color-4, #CBC5E1);
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.banner-btns {
    display: flex;
    gap: 10px;
}

.owl-nav button:hover {
    background: transparent !important;
}

.banner1 .owl-nav {
    position: absolute;
    right: 30px;
    bottom: 25px;
    display: flex;
    gap: 100px;
}

.banner1 .owl-dots {
    position: absolute;
    right: 85px;
    bottom: 25px;
}

section.home-banner {
    margin-bottom: 50px;
}

.discover-collection-header h2 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
    font-style: italic;
}

.discover-collection-header h2 span {
    font-weight: 700;
    font-style: normal;
}

.discover-collection-header p {
    color: var(--Vintage-Black, #777572);
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.discover-collection-header {
    padding-bottom: 30px;
}

.discover-contnet {
    padding: 15px 8px;
    height: 315px;
    width: 100%;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    background: #fff !important;
}

.discover-flex {
    display: flex;
    justify-content: space-between;
}

.discover-sub {
    width: 24%;
}

.discover-sub a {
    display: block;
}
 
.discover-contnet h3 {
    color: var(--White, #FFF);
    text-align: start   ;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 99;
}

.discover-contnet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 56.86%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 9;
    right: 0;
    bottom: 0;
    border-radius: 12px;
}

.discover-contnet img {
    position: relative;
    z-index: 99;
}

section.discover-collection {
    margin-bottom: 60px;
}

.winter-sub-contnet h4 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.winter-sub-image img {
    display: block;
    object-fit: contain;
}

.winter-sub-image {margin-bottom: 18px;background: #fff;border-radius: 4px;}

.winter-sub-contnet p {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.winter-sub-contnet h5 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.winter-sub-contnet {
    position: relative;
}

img.h-icon1 {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 35px;
}

section.winter-collection {
    padding-bottom: 60px;
}

.winter1 .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 26px;
}

.s-trend1 .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 26px;
}

/* slider 1 */

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper-slide {
    width: max-content;
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.static-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.content {
    display: flex;
    gap: 15px;
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.static-wrapper {
    white-space: nowrap;
    overflow: auto;
}
.home-marquee-contnet {
    padding: 16px 0px;
    background: #CBC5E1;
}

section.home-marquee {
    margin-bottom: 40px;
}

section.why-we {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 20px;
	margin-bottom: 60px;
}

section.why-we .container {
    height: 100%;
}

.why-we-content {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
}

.why-we-contnet1 h2 {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 54px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.why-we-contnet1 h2 span {
    font-family: charm;
}

.why-we-contnet1 p {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
    max-width: 560px;
}

.why-we-content2 a {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 22px;
    background: var(--Color-4, #CBC5E1);
}

.home-marquee-contnet-2 {
    padding: 16px 0px;
    background: var(--Vintage-Brown, #C9B8A9);
}

section.trending-collection {
    padding: 50px 0px;
    margin-bottom: 50px;
    background: #CBC5E1;
}

.design-me-all {
    padding: 34px 50px;
    border-radius: 16px;
    background: #FFF;
}

.design-me-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.design-me-header h2 pre {
    color: var(--Color-2, #85D1D8);
}

.design-me-header h2 span {
    font-family: 'Charm';
    font-weight: 700;
}

.header-top-main {
    background: var(--Vintage-Black, #777572);
}

.header-top {
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top1 a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-top1 a span {
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.home-banner-contnet span img {
    max-width: 144px;
}

.home-banner-contnet h1 {
    display: flex;
    align-items: center;
}

.design-me-header p {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
}

.design-me-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 40px;
}

.design-me-sub1 h5 {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

.design-me-sub1 p {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.design-me-sub1 {
    width: 20%;
    padding: 0px 20px;
    border-right: 1px solid #E0E0E0;
}

.design-me-sub1:first-child {
    padding-left: 0px;
}

.design-me-sub1:last-child {
    border: none;
}

.design-me-btn {
    display: flex;
    justify-content: center;
}

.design-me-btn a {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 22px;
    background: var(--Color-4, #CBC5E1);
    padding: 10px 40px;
    display: flex;
}

section.design-me {
    padding-bottom: 60px;
}

.stay-inspired-main {
    padding: 60px 0px;
    border-radius: 16px;
    background: var(--Color-4, #CBC5E1);
    text-align: center;
}

.stay-inspired-content h3 {
    color: var(--Vintage-Black, #777572);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.stay-inspired-content h3 span {
    color: var(--Color, #3A3A3A);
    font-style: normal;
    font-weight: 700;
}

.stay-inspired-content p {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.stay-inspired-form {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 9;
}

.stay-inspired-form input {
    width: 420px;
    height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
    background: #FFF;
    border: none;
}

.stay-inspired-form button {
    border-radius: 22px;
    background: var(--Color, #3A3A3A);
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 40px;
    border: none;
}

.privacy-form label {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.privacy-form label span a {
    font-weight: 500;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.privacy-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 9;
}

section.stay-inspired {
    padding-bottom: 40px;
}

footer#footer {
    padding: 45px 0px;
    background: var(--Black, #000);
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.footer-logo {
    width: 30%;
}

.footer-links {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.footer-column h4 {
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.footer-column ul li a {
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    max-width: max-content;
}

.footer-column li {
    padding-bottom: 10px;
}

.footer-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

p.footer-copy {
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

p.footer-copy a {
    font-family: charm;
    color: #fff;
}

.stay-inspired-main {
    position: relative;
}

span.stay-icon1 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

span.stay-icon2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.stay-inspired-content {
    position: relative;
    z-index: 9;
}

.shop-banner-content p {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.shop-banner-content h2 {
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shop-banner-content {
    border-radius: 11.812px;
    padding: 55px 35px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.shop-banner {
    margin-bottom: 40px;
}

/* filter */

.shop-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.filter-status {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.filter-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Select Styling */
.filter-select {
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 36px 8px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23888' height='40' viewBox='0 0 20 20' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548L10 12.032l4.484-4.484.707.707L10 13.446 4.809 8.255z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 24px;
    transition: all 0.2s ease;
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.filter-select:hover {
    background-color: #f0edea;
}

.color-select {
    position: relative;
}

.shop-sub1 {
    width: 24%;
    position: relative;
}

.shop-main-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 15px;
}

.shop-sub1 a {
    display: block;
}

.shop-sub1-img {
    border-radius: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 300px;
    margin-bottom: 20px;
}

.shop-sub1-contnet h3 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shop-sub1-contnet p {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.shop-sub1-contnet h4 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.shop-main {
    margin-bottom: 50px;
}

section.shop-trending {
    margin-bottom: 50px;
}

.about-banner-content {
    padding: 50px 0px;
    text-align: center;
}

.about-banner-content h3 {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.about-banner-content h3 span {
    font-weight: 700;
    font-style: italic;
}

.about-banner-content p {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
    max-width: 54%;
    margin: auto;
}

.about-history-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-history-image {
    width: 46%;
}

.about-history-contnet {
    width: 48%;
}

.about-history-image img {
    max-width: 400px;
    border-radius: 12px;
}

.about-history-image {
    text-align: end;
}

.about-history-contnet h5 {
    color: var(--Vintage-Black, #777572);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.about-history-contnet h3 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-history-contnet h3 span {
    font-style: italic;
    font-weight: 700;
}

.about-history-contnet h3:nth-child(3) {
    margin-left: 30px;
}

.about-history-contnet p {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-top: 20px;
}

section.about-history {
    padding: 55px 0px;
}

.about-history-contnet p span {
    font-family: Charm;
    font-size: 24px;
    font-style: normal;
}

section.made-inspire {
    padding: 75px 0px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.made-inspire-content h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 74px;
    /* 115.625% */
    padding-bottom: 30px;
}

.made-inspire-content h2 span {
    font-weight: 600;
}

.made-inspire-content p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 640px;
    margin: auto;
}

/* contact */

.socials {
    display: flex;
    gap: 15px;
}

.socials a {
    background: #C9B8A9;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    color: #FFF;
    transition: 0.3s;
}

.socials a:hover {
    color: #000;
    transform: translateY(-3px);
}

.contact-flex {
    display: flex;
    justify-content: space-between;
}

.contact-left {
    width: 48%;
    max-width: 530px;
}

.contact-right {
    width: 48%;
    max-width: 580px;
}

.contact-right input {
    display: block;
    padding: 10px 20px;
    width: 100%;
    height: 43px;
    border-radius: 22px;
    background: var(--White, #FFF);
    border: none;
    margin-bottom: 20px;
}

.contact-right textarea {
    display: block;
    padding: 10px 20px;
    width: 100%;
    height: 172px;
    border-radius: 22px;
    background: var(--White, #FFF);
    border: none;
    resize: none;
}

.privacy-row input {
    height: 16px;
    width: 16px;
}

.privacy-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.privacy-row label {
    color: var(--Color, #3A3A3A);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.privacy-row label a {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

button.submit-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 22px;
    background: var(--Color, #3A3A3A);
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contact-left h2 {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
    line-height: 75px;
    /* 125% */
    padding-bottom: 15px;
}

.contact-left h2 span {
    font-weight: 700;
}

.contact-left p {
    color: var(--Vintage-Black, #777572);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 60px;
}

h3.hello-title {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 38px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

h3.hello-title span {
    font-weight: 700;
    font-style: normal;
}

section.contact-main {
    padding: 60px 0px;
}

a.contact-email {
    display: block;
    color: var(--Asphalt, #9F9D9C);
    font-family: "Mona Sans";
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 60px;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.stay-inspired-form button:hover {
    background: #bbb3aa;
    border-color: #bbb3aa;
}
.banner-btns a:hover {
    background: #bbb3aa;
    color: #fff;
}
.why-we-content2 a:hover {
    background: #bbb3aa;
    color: #fff;
}
.design-me-btn a:hover {
    background: #bbb3aa;
    color: #fff;
}
.header-pages a::before {
    position: absolute;
    content: "";
    background: #3A3A3A;
    height: 2px;
    width: 0%;
    bottom: -2px;
    transition: 0.6s;
}

.header-pages a:hover::before {
    width: 100%;
}

.header-pages a svg {
    transition: 0.4s;
}

.header-pages a:hover svg {
    transform: rotate(90deg);
}

.footer-column a::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 0%;
    bottom: -2px;
    transition: 0.6s;
}


.footer-column a:hover::before {
    width: 100%;
}

.footer-column a svg {
    transition: 0.4s;
}

.footer-column a:hover svg {
    transform: rotate(90deg);
}
.contact-right br {
    display: none !important;
}
.privacy-row label {
    display: flex;
    gap: 10px;
}
.contact-right .submit-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 22px;
    background: var(--Color, #3A3A3A) !important;
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.stay-inspired-form .submit-btn {
    border-radius: 22px !important;
    background: var(--Color, #3A3A3A) !important;
    color: var(--White, #FFF);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 40px !important;
    border: none !important;
    max-width: max-content;
}
.stay-inspired-form br {
    display: none;
}
.stay-inspired-form span.wpcf7-not-valid-tip {
    position: absolute;
}
.filter-options button {
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 16px 8px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.product-flex-m1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

form.woocommerce-ordering {
    display: none;
}

 /* new */


 .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100%;
    padding: 0px;
} 
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}

header.header {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}
/* .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block
 {
    display: none;
} */
.wc-proceed-to-checkout a {
    background: #000 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
     width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}
.my-acc {
    padding-bottom: 60px;
}
 .wc-block-components-button__text {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    margin-left: auto;
    margin-bottom: 80px;
}






 /* MAIN SECTION */
.pd-section {
    padding: 60px 0;
    background: #f7eee7;
    font-family: "SF Pro Display", sans-serif;
}

.pd-container {
    width: 92%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 40px;
}

/* LEFT GALLERY */
.pd-gallery {
    width: 50%;
}

.pd-img-big img {
    width: 100%;
    border-radius: 10px;
}

.pd-img-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.pd-img-grid img {
    width: 100%;
    border-radius: 10px;
}

/* RIGHT CONTENT */
.pd-content {
    width: 50%;
}

.pd-title {
   color: var(--Color, #3A3A3A);
   font-family: "Mona Sans";
   font-size: 22px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   padding-bottom: 8px;
}

.pd-subtitle {
    margin-bottom: 10px;
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pd-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #C9B8A9;
    padding-bottom: 20px;
}

.pd-color-section {
    margin-bottom: 20px;
}

.pd-color-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.pd-color-list {
    display: flex;
    gap: 10px;
}

.pd-color-list img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
}

.pd-color-list img:hover {
    border-color: #000;
}

/* SIZE BOX */
.pd-size-box {
    margin-bottom: 25px;
}

.pd-size-box label {
    font-weight: 600;
    margin-right: 10px;
}

.pd-size-box select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 160px;
}

/* DESCRIPTION */
.pd-description h3 {
    margin-bottom: 10px;
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pd-description p {
    margin-bottom: 12px;
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* BUTTON */
.pd-btn {
    background: #000;
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
}

.pd-btn:hover {
    opacity: 0.8;
}
header.woocommerce-products-header {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}

p.woocommerce-result-count {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: 40px;
}
section.home-marquee.marquee-p2 {
    margin-top: 60px;
}
.woocommerce-no-products-found {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}
p.pd-subtitle:empty {
    display: none;
}

.pd-content select {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    width: 200px;
    padding-bottom: 5px;
    border-radius: 0px;
}

.pd-content table.variations tr {height: 50px;}

.woocommerce-variation-add-to-cart.variations_button {display: flex;align-items: center;gap: 20px;margin: 30px 0px;}

.pd-content button.single_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0px;
}
.pd-content input {
    width: 100px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #C9B8A9;
}

.pd-description {
    color: #3A3A3A;
    margin-bottom: 30px; 
}
.pd-addtocart {
    display: flex;
    align-items: center;
    gap: 20px;
}
.woocommerce-notices-wrapper {
    display: none !important;
}
.entry-content h2 {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
}

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px;
}
.simple-title {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
}

.simple-content h1, .simple-content h2, .simple-content h3, .simple-content h4, .simple-content h5, .simple-content h6 {
    font-weight: 500;
    padding-bottom: 10px;
}

.simple-content p {
    padding-bottom: 10px;
}
.cart-icon a {
    position: relative;
    display: inline-block;
}

.cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.static-wrapper-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    white-space: nowrap;
    overflow: auto;
}

.footer-payments {
    background: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}
.entry-content {
    max-width: 1380px;
    margin: auto;
    padding: 0px 20px;
}

h2.wp-block-heading.has-text-align-center {
    padding-bottom: 20px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	display: none;
}
li.wc-block-grid__product a {
    display: block !important;
    width: 100% !important;
}
a.wc-block-grid__product-link {
    display: block !important;
    width: 100% !important;
}
.wc-block-grid__product-image {
    display: block !important;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 40px;
}
.footer-payments {
    display: flex;
    justify-content: center;
    align-items: center;
}




/* ---------------------------------- */
/* RESPONSIVE */
/* ---------------------------------- */

@media (max-width: 992px) {
    .pd-container {
        flex-direction: column;
    }

    .pd-gallery,
    .pd-content {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .pd-img-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pd-title {
        font-size: 22px;
    }

    .pd-btn {
        padding: 12px;
        font-size: 14px;
    }
}

 
@media (min-width: 1201px) {
.product-flex-m1 .winter-sub1 {
    width: 23%;
}



}
@media (max-width: 1201px) {
    .header-search-1 input {
        width: 220px;
    }

    .header-pages a {
        gap: 6px;
    }

    .header-pages a {
        font-size: 14px;
    }

    .discover-flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    .discover-sub {
        width: 48%;
    }

    .discover-contnet {
        height: 585px;
    }

    section.why-we {
        width: 100%;
        height: 500px;
    }

    .shop-main-flex {
        gap: 30px 15px;
    }

    .shop-sub1-img {
        min-height: auto;
    }

    .contact-left h2 {
        font-size: 50px;
    }





}



@media (max-width: 901px) {
    .header-search {
        display: none;
    }

    .header-flex {
        flex-direction: row-reverse;
    }

    .header-pages {
        width: 60%;
    }

    .hamburger span {
        width: 25px;
        height: 2px;
        background: #000;
        display: block;
    }

    .hamburger {
        display: flex;
        width: 100%;
        justify-content: end;
        align-items: end;
        position: relative;
        z-index: 9999;
    }

    .header-pages ul {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 60px;
    }

    .header-pages ul {
        background: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 99;
        transform: translateX(-110%);
        transition: 0.8s;
    }

    ul.active-menu {
        transform: translateX(0%);
    }

    .home-banner-main {
        padding: 40px;
        height: 340px;
    }

    .home-banner-contnet h1 {
        font-size: 52px;
    }

    .home-banner-contnet p {
        font-size: 18px;
    }

    .discover-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .discover-contnet {
        height: 390px;
    }

    .design-me-header h2 {
        font-size: 24px;
    }

    .design-me-flex {
        flex-wrap: wrap;
        justify-content: start;
        gap: 30px;
    }

    .design-me-sub1 {
        width: 30%;
    }

    .footer-flex {
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer-links {
        width: 100%;
    }

    .footer-column ul li a {
        font-size: 14px;
    }

    .winter-sub1 a {
        display: block;
    }

    .shop-filter-bar {
        gap: 20px;
    }

    .shop-sub1 {
        width: 48% !important;
    }

    .about-banner-content p {
        max-width: 80%;
    }

    .about-history-flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    .about-history-image {
        width: 100%;
    }

    .about-history-contnet {
        width: 100%;
    }

    .made-inspire-content h2 {
        font-size: 52px;
        line-height: 64px;
        padding-bottom: 20px;
    }

    .contact-left h2 {
        font-size: 40px;
        line-height: 55px;
    }

    a.contact-email {
        font-size: 20px;
    }





}


@media (max-width: 701px) {
.container {
    padding: 0px 10px;
}
.home-banner-contnet h1 {
        font-size: 32px;
    }
    .home-banner-main {
        padding: 15px;
        height: 340px;
    }
    .home-banner-contnet p {
        font-size: 16px;
        max-width: 80%;
    }
    .home-banner-contnet span img {
    max-width: 90px;
}
.banner-btns a {
    padding: 6px 10px;
}
.banner-btns a {
    padding: 6px 20px;
    border-radius: 22px;
    font-size: 12px;
}
.banner1 .owl-nav {
    right: 10px;
    bottom: 50px;
    display: flex;
    gap: 20px;
}
.banner1 .owl-dots {
    display: none;
}
.discover-collection-header h2 {
    font-size: 26px;
}
.discover-sub {
        width: 48%;
    }
   .discover-contnet {
        height: 220px;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        gap: 10px;
    }
    section.winter-collection .discover-collection-header h2 {
    padding-bottom: 50px;
}
section.winter-collection {
    padding-bottom: 50px;
}
.content {
    gap: 20px;
    font-size: 18px;
}
.why-we-contnet1 h2 {
    font-size: 32px;
}
.why-we-contnet1 p {
    font-size: 12px;
    padding-bottom: 20px;
}
.why-we-content {
    padding: 10px;
    gap: 0px;
}
    section.why-we {
        width: 100%;
        height: 340px;
    }
    .design-me-all {
    padding: 20px 10px;
    }
    .design-me-header h2 pre {
    display: flex;
    width: 100%;
    justify-content: center;
}
.design-me-header h2 {
        font-size: 22px;
        flex-wrap: wrap;
    }
    .design-me-header p {
    font-size: 14px;
    }
    .design-me-sub1 {
        width: 48%;
    }
    .design-me-flex {
        flex-wrap: wrap;
        justify-content: start;
        gap: 20px 10px;
    }
.design-me-btn a {
    color: var(--Color, #3A3A3A);
    font-family: "Mona Sans";
    font-size: 14px;
    padding: 10px 30px;
    }
    .stay-inspired-content h3 {
    font-size: 24px;
    }
    .stay-inspired-content p {
    font-size: 12px;
    max-width: 80%;
    margin: auto;
    }
    .stay-inspired-form {
    flex-wrap: wrap;
    padding: 0px 20px;
}
.stay-inspired-form button {
    width: 100%;
    margin-bottom: 10px;
}
.privacy-form {
    padding: 0px 30px;
}
.footer-links {
    flex-wrap: wrap;
    gap: 30px 0px;
}
.footer-column {
    width: 48%;
}
.footer-column ul li a {
        font-size: 12px;
    }
    .footer-flex {
    padding-bottom: 60px;
}
.footer-last {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 0px 20px;
}
.shop-main-flex {
        gap: 30px 10px;
    }
    .shop-sub1-contnet h3 {
    font-size: 16px;
    }
.discover-contnet h3 {
    font-size: 14px;
    text-align: start;
}
.shop-banner-content h2 {
    font-size: 32px;
}
.shop-banner-content {
    padding: 30px 20px;
}
.shop-banner-content p {
    font-size: 14px;
}
.filter-select {
    font-size: 14px;

}
.about-banner-content h3 {
    font-size: 22px;
}
    .about-banner-content p {
        max-width: 90%;
        font-size: 14px;
    }
    .about-banner-content img {
    max-width: 60%;
}
.about-banner-content {
    padding: 30px 0px;
    text-align: center;
}
.about-history-contnet h3 {
    font-size: 28px;
}
.about-history-contnet h3:nth-child(3) {
    margin-left: 20px;
}
.about-history-contnet p {
    font-size: 16px;
    line-height: 160%;
    padding-top: 15px;
}
.made-inspire-content h2 {
        font-size: 32px;
        line-height: 44px;
}
.made-inspire-content p {
    font-size: 14px;
}
section.made-inspire {
    padding: 50px 0px;
}
.contact-flex {
    flex-wrap: wrap;
    gap: 50px;
}
.contact-left {
    width: 100%;
    max-width: 100%;
}
.contact-left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact-left p {
    font-size: 16px;
    padding-bottom: 40px;
}
h3.hello-title {
    font-size: 26px;
}
    a.contact-email {
        font-size: 20px;
        margin-bottom: 30px;
    }
.contact-right {
    width: 100%;
    max-width: 100%;
}
section.contact-main {
    padding: 40px 0px;
}






}


img.h-icon1 {
    display: none !important;
}
nav.woocommerce-breadcrumb {
    display: none;
}




