* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #f4eeea;
    color: #321d18;
    font-family: Poppins, sans-serif
}

.brnCircle{
    font-size: 14px!important;
    font-family: 'Poppins'!important;;
    font-weight: 600!important;;
    background: #f8f4f1!important;;
    border: 1px solid #fa751a!important;;
    border-radius: 27px!important;;
    padding: 7px 10px 6px 10px!important;;
    cursor: pointer!important;
}
.policy-heading{
        padding-left: 54px;
    font-size: 25px;
   padding-top: 0px;
   margin-top: 0px;
    font-weight: 600;
    font-family: 'Poppins';
}

.data-privacyPolicy{
      padding-left: 54px;
    font-size: 14px;
    margin-right: 40px;
    font-weight: 500;
    font-family: 'Poppins';
}
.header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 20px;
    position:relative;
}

.brand{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    color:#000;
}

nav{
    display:flex;
    gap:25px;
}

nav a{
    text-decoration:none;
    color:#000;
    font-weight:500;
}


.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    user-select:none;
}

.top {
    text-align: center;
    background: #c89a65;
    color: white;
    padding: 9px;
    font-size: 10px;
    letter-spacing: 1px
}

header {
  height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
     padding: 12px 4%;
  background: #f8f4f1;

  position: sticky;
  top: 0;
  z-index: 1000;

  box-shadow: 0 2px 12px rgba(50, 29, 24, 0.08);
}

header .brand {
  grid-column: 2;
  justify-self: center;
  font: 30px Georgia, serif;
  text-align: center;
  line-height: 0.65;
}

header nav {
  grid-row: 1;
  justify-self: start;
  display: flex;
    gap: 10px;
      font-size: 14px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

header .icons {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  gap: 14px;
  align-items: center;
}


.brand small {
    display: block;
    font: 8px Arial;
    letter-spacing: 2px;
    margin-top: 11px
}


a {
    text-decoration: none;
    color: inherit
}


.button,
.filters button {
    border: 0;
    background: none;
    font-size: 18px
}

.hero {
    height: 650px;
    background:url('assets/screen.webp') center/cover, #b57b48;
    display: flex;
    align-items: center;
    padding-left: 10%
}

.view-toggle {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 10px;
}

.view-toggle-btn {
   min-width: 96px;
    height: 35px;
    padding: 0 18px;
    border: none;
    border-radius: 50px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
    letter-spacing: .5px;
}

.view-toggle-btn:hover {
    background: #d32f2f;
    transform: translateY(-2px);
}

.sequionhero {
    height: 650px;
    background:  url('assets/seqionBanner.webp') center/cover, #b57b48;
    display: flex;
    align-items: center;
    padding-left: 10%
}
@media (min-width: 701px) and (max-width: 1024px) {
    
    .icons{
        gap:8px;
    }

    .icon-btn{
        width: 25px;
        height: 25px;
        font-size: 10px;
        border-radius: 50px;
    }

    .cart-count{
        width:18px;
        height:18px;
        font-size:10px;
    }
    .hero {
        height: 540px;
        background-position: 60% center;
    }

    .colors {
        grid-template-columns: repeat(4, 1fr);
    }

    .products {
        grid-template-columns: repeat(4, 1fr);
    }

    .craft {
        grid-template-columns: 1fr 1fr;
   
    }

    .values {
        grid-column: span 2;
        height: auto;
    }
}
.product-image-wrap {
    position: relative;
}

.product-image-wrap img {
    display: block;
}

.product-image-wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-image-wrap img {
    display: block;
    width: 100%;
    height: 142px;
    object-fit: cover;
    transition: transform 0.45s ease;
    will-change: transform;
}

.product:hover .product-image-wrap img {
    transform: scale(1.12);
}

.wishlist-btn {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.88) !important;
    color: #432018 !important;
    font-size: 17px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wishlist-btn.active {
    color: #9b1f24 !important;
}

.add-cart-btn {
    width: 100%;
}

.hero h1 {
    font: 70px Georgia;
    margin: 0;
    color: #843229;
    letter-spacing: 7px
}

.hero h2 {
    font: 20px Georgia
}

.hero em {
    font: 32px cursive
}

.hero p {
    line-height: 1.5
}

.btn {
    display: inline-block;
    background: #442016;
    color: white;
    padding: 13px 20px;
    font-size: 11px;
    margin-top: 12px
}

.title {
    text-align: center;
    font: 19px Georgia;
    margin: 18px
}

.colors,
.products {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 7px;
    padding: 0 1.7%;
    font-family: 'Poppins';
}

.color {
    height: 313px;
    background: var(--bg) center/cover;
    position: relative
}

.color a1 {
    font-size: 10px;
    float: right;
    margin-top: -30px;
}

.color div {
      position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    background: var(--c);
    color: #fff;
    padding: 8px 5px;
    height: 36px;
    font-family: 'Poppins';
}

.top {
  width: 100%;
  overflow: hidden;
  background: #3b1d16;
  color: #ffffff;
  padding: 10px 0;
  white-space: nowrap;
}

.top-track {
  display: inline-flex;
  align-items: center;
  gap: 90px;
  width: max-content;
  animation: newsTicker 40s linear infinite;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.top:hover .top-track {
  animation-play-state: paused;
}

@keyframes newsTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.color b {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
}

.color p {
    font-size: 10px;
    line-height: 0.2;
    margin-top: 5px;
}

.color a {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}

.craft {
    display: grid;
    grid-template-columns: 1.2fr 1.15fr .8fr;
    gap: 5px;
    padding: 12px 1.7%
}

.story {
    height: 300px;
 padding-top: 50px;
    padding-left: 259px;
    color: white;
    background: url('assets/story.jpg') center/cover, #774525
}
.flat,
.values {
    height: 300px;
    padding: 50px;
    color: white;
    background: url('assets/story.jpg') center/cover, #774525
}

.story h2 {
    font: 17px Georgia
}

.story p,
.values {
    font-size: 11px;
    line-height: 1.5
}

.story a {
    font-size: 10px;
    text-decoration: underline
}

.flat {
    background: url('assets/flat.jpg') center/cover, #d29b64
}

.values {
    background: #9b603a
}

.values p {
    margin: 2px 0 12px 31px
}

.heading {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    align-items: center
}

.heading h2 {
    font: 18px Georgia
}

.heading a {
    font-size: 10px;
    text-decoration: underline
}

.product {
    position: relative;
    text-align: center
}

.product img {
    width: 100%;
    height: 142px;
    object-fit: cover;
    background: #b8815c
}

.product h3 {
    font-size: 10px;
    margin: 7px 0
}

.product p {
    font-size: 11px;
    margin: 0
}

.product button {
    background: #432018;
    color: white;
    border: 0;
    padding: 8px;
    font-size: 9px;
    margin: 8px
}

.newsletter {
    margin-top: 30px;
    background: #e2cdb7;
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 18px;
    font-size: 11px
}

.newsletter p {
    font-size: 9px
}

.newsletter input {
    padding: 10px;
    width: 190px;
    border: 0
}

.newsletter button {
    padding: 11px;
    background: #4b271c;
    color: #fff;
    border: 0;
    font-size: 9px
}

footer {
    padding: 18px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px
}

footer .brand {
    font-size: 30px
}

.page {
    padding: 0px 4%;
    min-height: 70vh
}

.page h1 {
    font: 40px Georgia
}

.filters {
    margin: 25px 0
}

.shopgrid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0
}

.shopgrid .product img {
    height: 300px
}

.cartrow {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #cdb8a8;
    padding: 15px 0;
    align-items: center
}

.cartrow img {
    width: 80px;
    height: 90px;
    object-fit: cover
}

.cartrow button {
    margin-left: auto
}

.checkout {
    text-align: right;
    padding: 20px
}

.about {
    max-width: 700px;
    line-height: 1.8
}

@media (max-width: 700px) {

    .icons{
        gap:8px;
    }

    .icon-btn{
         width: 25px;
        height: 25px;
        font-size: 10px;
        border-radius: 50px;
    }

    .cart-count{
        width:18px;
        height:18px;
        font-size:10px;
    }
    body {
        overflow-x: hidden;
    }

    .top {
        font-size: 8px;
        padding: 8px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    header {
        height: 78px;
        grid-template-columns: 1fr auto 1fr;
        padding: 0 14px;
    }

    header .brand {
        font-size: 30px;
        line-height: 0.7;
        margin-top: 18px;
    }

    .brand small {
        font-size: 6px;
        letter-spacing: 1.5px;
        margin-top: 8px;
    }

        .product:hover .product-image-wrap img,
    .shopgrid .product:hover .product-image-wrap img {
        transform: scale(1);
    }


    .hero {
        height: 520px;
        padding: 0 25px;
        align-items: flex-end;
        padding-bottom: 55px;
        background-position: 63% center;
        background:
            linear-gradient(
                90deg,
                rgba(243, 231, 216, 0.95) 0%,
                rgba(243, 231, 216, 0.72) 45%,
                rgba(243, 231, 216, 0.1) 100%
            ),
            url('assets/screen.webp') 63% center / cover,
            #b57b48;
    }

        .sequinhero {
        height: 520px;
        padding: 0 25px;
        align-items: flex-end;
        padding-bottom: 55px;
        background-position: 63% center;
        background:
            linear-gradient(
                90deg,
                rgba(243, 231, 216, 0.95) 0%,
                rgba(243, 231, 216, 0.72) 45%,
                rgba(243, 231, 216, 0.1) 100%
            ),
            url('assets/seqionBanner.webp') 63% center / cover,
            #b57b48;
    }

    .hero-slider-buttons {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 25px;
    display: flex;
    gap: 10px;
}

.hero-slider-buttons button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #2d1b14;
    font-size: 22px;
    cursor: pointer;
}

.hero-slider-buttons button:hover {
    background: #fff;
}

    .hero h1 {
        font-size: 43px;
        letter-spacing: 4px;
    }

    .hero h2 {
        font-size: 17px;
        margin: 10px 0;
    }

    .hero em {
        font-size: 27px;
    }

    .hero p {
        font-size: 13px;
        margin-top: 16px;
    }

    .btn {
        font-size: 10px;
        padding: 13px 16px;
    }

    .title {
        font-size: 17px;
        margin: 25px 10px 18px;
    }

    .colors {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 12px;
    }

    .color {
        height: 285px;
    }

    .color div {
height: 37px;
        padding: 7px 5px
    }

    .color b {
        font-size: 16px;
    }

    .color p {
        font-size: 9px;
        margin: 7px 0;
    }

    .craft {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px 12px;
    }

    .story,
    .flat,
    .values {
        height: 240px;
        padding: 25px;
    }

    .flat {
        height: 250px;
    }

    .values {
        height: auto;
        min-height: 240px;
        padding: 24px;
    }

    .heading {
        padding: 0 15px;
        margin-top: 12px;
    }

    .heading h2 {
        font-size: 17px;
    }

    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 12px;
    }

    .product img {
        height: 210px;
    }

    .product h3 {
        font-size: 10px;
        margin: 8px 0 4px;
    }

    .product p {
        font-size: 11px;
    }

    .product button {
        width: 100%;
        margin: 9px 0 0;
        padding: 10px 5px;
        font-size: 9px;
    }

    .newsletter {
        margin-top: 35px;
        display: block;
        text-align: center;
        padding: 28px 18px;
    }

    .newsletter p {
        font-size: 10px;
        line-height: 1.5;
    }

    .newsletter form {
        display: flex;
        margin-top: 16px;
        justify-content: center;
    }

    .newsletter input {
        width: 65%;
        padding: 12px;
        font-size: 10px;
    }

    .newsletter button {
        width: 35%;
        padding: 12px 5px;
        font-size: 8px;
    }

    footer {
        padding: 25px 18px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    footer .brand {
        font-size: 34px;
    }

    footer span {
        font-size: 10px;
        line-height: 1.8;
    }

    .page {
           padding: 0px 4%;
    }

    .page h1 {
        font-size: 32px;
    }

    .shopgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .shopgrid .product img {
        height: 230px;
    }

    .filters {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .filters button {
        border: 1px solid #432018;
        padding: 8px 12px;
        font-size: 10px;
    }

    .cartrow {
        gap: 12px;
        font-size: 12px;
    }

    .cartrow img {
        width: 65px;
        height: 75px;
    }

    .checkout {
        text-align: left;
        padding: 20px 0;
    }

    .checkout .btn {
        width: 100%;
        text-align: center;
    }

    .about {
        font-size: 14px;
    }
}

.about-page {
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f7f2eb;
}

.about-left {
    padding: 20px 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #8c5a43;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-left h1 {
    font-size: clamp(38px, 4vw, 65px);
    line-height: 1.1;
    margin: 0 0 28px;
    color: #2c1c18;
    font-weight: 600;
}

.about-left p {
    max-width: 520px;
    color: #5f514c;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 16px;
}

.about-left strong {
    margin-top: 8px;
    color: #3c241d;
    font-size: 16px;
}

.btn {
    width: fit-content;
    margin-top: 32px;
    padding: 14px 25px;
    background: #5b2d22;
    color: white;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.btn:hover {
    background: #8b4a38;
    transform: translateY(-3px);
}

.about-right {
    position: relative;
    height: 540px;
    width: 600px;
    min-height: 650px;
    overflow: hidden;
}

.about-right img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-right:hover img {
    transform: scale(1.06);
}

.about-card {
    position: absolute;
    bottom: 35px;
    left: 35px;
    background: #f7f2eb;
    padding: 20px 28px;
    min-width: 160px;
}

.about-card span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #5b2d22;
}

.about-card p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #5f514c;
}

@media (max-width: 768px) {
    .about-page {
        grid-template-columns: 1fr;
    }

    .about-left {
        padding: 65px 8%;
    }

    .about-right {
        min-height: 460px;
    }

    .about-left h1 {
        font-size: 42px;
    }

    .links
    {
        color:#000000;
        font-size:12px;
        font-weight:500;
        font-family: 'Poppins';
    }

        .links:hover{
        color:#fa751a;
        font-size:12px;
        font-weight:500;
        font-family: 'Poppins';
    }
    .cart-count{
    top:-6px;
    right:-6px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#d32f2f;
    color:#fff;
    font-size:11px;
    font-weight:600;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:1;
}
}