@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
--orange: #f38222;
--red: #d72b27;
--text: #2b2b2b;
--white: #ffffff;
--black: #000000;
--SecondaryText: #5F6C7B;
--body: #F2EBE0;
}

html, body {
font-family: "Lato", sans-serif;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
scroll-behavior: smooth;
background-color: var(--body);
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
outline: none;
transition: all 0.2s ease-in;
scroll-behavior: smooth;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.aboutDiv, .servicelist div {
animation: fade both;
animation-duration: 5.5s;
animation-timing-function: linear;
animation-delay: 4.9s;
animation-timeline: view(y);
animation-range-start: cover 22.5vh;
animation-range-end: cover 51.2vh;
/* animation: fade 1s 1s both; */
}

body {
overflow-x: visible;
}

.overlay {
border-image:
linear-gradient(#00000098, #00000098) fill 1;
}

header {
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
justify-content: space-between;
/* justify-content: center; */
gap: 120px;
height: 90px;
padding-top: 10px;
padding-bottom: 8px;
padding-left: 60px;
padding-right: 60px;
width: 100%;
background-color: var(--orange);
position: fixed;
top: 0;
left: 0;
right: 0;
will-change: transform;
z-index: 10;
}

.logo-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 16px;
color: var(--white);
}

.logo-container .text {
font-size: 20px;
font-weight: 500;
color: var(--white);
}

.logo {
height: 70px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
}

.logo_cate {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
width: 100%;
color: var(--white);
}

.logo_cate .category {
display: flex;
align-items: center;
justify-content: center;
gap: 2px;
font-size: 14px;
padding: 16px 12px;
position: relative;
color: white;
}

.category p {
color: white;
}

.logo_cate .category::after {
background-color: transparent;
content: "";
z-index: 2;
position: absolute;
height: 28px;
width: 100%;
top: 44px;
}

.logo_cate .category:hover {
background-color: #C45F00;
/* background-color: #b22222; */
/* background-color: #000000; */
padding: 16px 12px;
cursor: pointer;
border-radius: 50px;
}

.dropdown_sec {
position: absolute;
background-color: transparent;
z-index: 3;
top: 90px;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
/* overflow-y: hidden; */
max-width: 100%;
display: none;
}

.category_table {
background-color: var(--white);
width: 680px;
/* height: auto; */
margin-left: 80px;
box-shadow: 0 8px 32px rgba(0,0,0,0.15);
color: #000000;
position: relative;
top: -1.3px;
border-radius: 6px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
z-index: 5;
gap: 32px;
padding: 32px;
}

.category_table::before {
content: '';
position: absolute;
top: -8px;
left: 312px; /* adjust to point at your button */
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid white;
}

.category_table::after {
content: '';
position: absolute;
top: -10px;
left: 310px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(0,0,0,0.05);
z-index: -1;
}

.category_wrapper:hover .dropdown_sec {
display: block;
}

/* .dropdown_sec:hover:not(.category_table) {
display: none;
} */

/* .category_table:hover .category {
border: 1px solid red;
} */

.circle {
display: flex;
flex-direction: column;
gap: 4px;
justify-content: center;
align-items: center;
cursor: pointer;
flex-wrap: wrap;
}

.circle p {
font-size: 20px;
}

.circle img {
border-radius: 50%;
height: 90px;
width: 90px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
box-shadow: #959da533 0px 8px 24px;
}

.search_nav {
width: 100%;
position: relative;
display: inline-block;
}

input[type="search"] {
padding: 12px 1px 12px 24px;
border: 0;
outline: 0;
border-radius: 50px;
font-size: 16px;
width: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
/* -webkit-appearance: none;
appearance: none; */
margin-right: 49px;
margin-left: 8px;
height: 16px;
/* background-image: url(""); */
cursor: pointer;
}

.search_icon {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
/* margin-left: 8px; */
pointer-events: none;
background: var(--black);
/* border: 1px solid grey; */
color: var(--white);
border-radius: 50%;
padding: 8px;
font-size: 19px;
}

._icon {
display: flex;
gap: 48px;
align-items: center;
justify-content: center;
text-align: center;
font-size: 24px;
color: var(--white);
}

._icon i {
padding: 12px;
/* background-color:burlywood; */
/* border-radius: 50px; */
}

._icon i:hover {
/* background-color: #8f4b0f; */
background-color: #C45F00;
/* background-color: #b22222; */
/* background-color: #000000; */
cursor: pointer;
padding: 12px;
border-radius: 50px;
}

._icon div {
position: relative;
}

._icon span {
font-size: 16.5px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 34.7px;
top: 10px;
}

.hero {
background-image: url("fur2.png");
/* background-color: black; */
object-fit: cover;
background-size: cover;
object-position: center;
background-repeat: no-repeat;
background-position: center;
height: 300px;
margin-top: 90px;
}

.section2 {
display: flex;
justify-content: center;
align-items: center;
/* display: none; */
}

.line_category {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 36px;
margin-top: 60px;
margin-bottom: 36px;
justify-content: center;
align-items: center;
width: 720px;
padding-inline: 10px;
/* overflow-x: hidden; */
}

.circle1 {
display: flex;
flex-direction: column;
gap: 4px;
justify-content: center;
align-items: center;
cursor: pointer;
}

.circle1 img:hover {
/* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
transform: translateY(-12px);
}

.circle1 p {
font-size: 20px;
}

.circle1 img {
border-radius: 50%;
height: 120px;
width: 120px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
box-shadow: #959da533 0px 8px 24px;
}

.products_section {
padding-inline: 48px;
padding-top: 48px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
/* background-color: #F5F5F5; */
gap: 24px;
}

.products {
display: flex;
gap: 36px;
row-gap: 32px;
flex-wrap: wrap;
justify-content: space-between;
flex-basis: auto;
flex-shrink: 1;
flex-grow: 1;
align-items: center;
justify-content: center;
}

.top_picks {
margin-top: 36px;
/* height: 770px;
padding-bottom: 20px;
overflow: hidden; */
}

.top_picks h1 {
margin-bottom: 16px;
}

.product_div {
/* border: 1px solid red; */
width: 236px;
display: flex;
flex-direction: column;
box-shadow: #959da533 0px 8px 24px;
border-radius: 12px;
overflow: hidden;
gap: 0;
border: 1px solid transparent;
height: 323px;
z-index: 1;
}

.product_div:hover {
cursor: pointer;
/* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
border: 1px solid var(--red);
}

.image {
/* background-color: gainsboro; */
height: 234px;
position: relative;
overflow: hidden;
}

.image img {
width: 100%;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
/* border: 1px solid; */
}

.image span {
position: absolute;
top: 5%;
left: 50%;
transform: translate(-50%, -50%);bottom: 236px;
left: 212px;
cursor: pointer;
}

span i {
color: var(--SecondaryText);
font-size: 17px;
cursor: pointer;
/* border: 1px solid red; */
}

/* .love {
color: red;
} */

.product_details {
display: flex;
flex-direction: column;
padding-inline: 8px;
padding-top: 8px;
gap: 8px;
padding-bottom: 16px;
background-color: #fff;
}

.product_name {
font-size: 15px;
text-align: left;
}

.price {
display: flex;
gap: 8px;
align-items: center;
/* justify-content: center; */
}

.price p:first-child {
font-weight: 500;
font-size: 17px;
}

.price p:last-child {
font-size: 15px;
text-decoration: line-through;
}

.add_to_cart button {
border: 0;
outline: 0;
border: 1px solid;
background-color: #fff;
padding: 8px 18px;
border-radius: 16px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.add_to_cart i {
font-size: 20px;
height: 20px;
/* background-color: white; */
}

.price_cart {
display: flex;
justify-content: space-between;
align-items: center;
padding-inline: 4px;
}

.exit {
width: 100%;
font-size: 32px;
padding-top: 20px;
cursor: pointer;
}

.helpHeader {
flex-direction: column;
gap: 36px;
padding-inline: 92px;
padding-top: 8px;
margin-top: 96px;
}

.product_page {
background-color: var(--body);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 12;
width: 100%;
height: 100%;
/* display: flex; */
flex-direction: column;
display: none;
gap: 36px;
/* padding-inline: 92px; */
padding-bottom: 44px;
overflow-y: scroll;
opacity: 0;
transform: translateY(60px);
pointer-events: none;
transition: opacity 0.4s ease, transform 0.4s ease;
}

.product_page.active {
opacity: 1;
transform: translateY(0);
pointer-events: all;
display: flex;
animation: pageEnter 0.4s ease forwards;
}

@keyframes pageEnter {
  0%   { opacity: 0; transform: translateY(60px); }
  60%  { opacity: 1; transform: translateY(-8px); } /* slight overshoot */
  100% { opacity: 1; transform: translateY(0); }
}


.picked {
display: flex;
gap: 28px;
margin-bottom: 32px;
}

.options_div h2 {
text-align: center;
padding-bottom: 36px;
}

.options {
display: flex;
gap: 24px;
flex-wrap: wrap;
justify-content: center;
}

.options .product_div {
height: 300px;
}

/* body, body::-webkit-scrollbar {
width: 0; Idddd
} */

.item_gallery {
display: flex;
gap: 20px;
}

.slide {
width: 100px;
overflow: hidden;
}

.slide img {
width: 100%;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
border-radius: 8px;
}

.item_image {
border-radius: 10px;
width: 380px;
height: 400px;
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
}


.ratings i {
font-size: 20px;
color: gold;
}

.item_details {
display: flex;
flex-direction: column;
gap: 32px;
width: 100%;
}

.item_details h2 {
font-size: 28px;
}

.price {
font-size: 18px;
font-weight: 500;
}

.quantity_cart {
display: flex;
justify-content: space-between;
gap: 24px;
width: 100%;
overflow: hidden;
/* display: inline-block; */
/* background-color: rgb(184, 184, 184); */
}

.add_minus  {
display: flex;
text-align: center;
gap: 0;
border: 1px solid var(--SecondaryText);
height: 40px;
}

.add_minus span {
padding: 8px;
width: 40px;
cursor: pointer;
font-weight: 600;
user-select: none;
}

.add_minus p {
border-left: 1px solid var(--SecondaryText);
border-right: 1px solid var(--SecondaryText);
display: flex;
align-items: center;
width: 60px;
text-align: center;
justify-content: center;
}

.add_to_cart_btn {
width: 100%;
text-align: center;
/* border: 0; */
padding: 18px;
/* background-color: red; */
box-sizing: border-box;
/* border: 1px solid black; */
color: var(--text);
background-color: var(--orange);
}


.overview ul {
display: flex;
flex-direction: column;
gap: 12px;
list-style: none;
}

li::before {
content: "✔️";
margin-right: 8px;
line-height: 30px;
}




.menu-bar {
display: none;
}

.menu-bar div {
height: 3px;
width: 32px;
background-color: red;
transition: .45;
position: relative;
right: -1px;
border-radius: 52px;
cursor: pointer;
}

.menu-bar div:not(:last-child) {
margin-bottom: 6px;
}

.menuAccordion {
height: 100%;
width: 90%;
position: fixed;
top: 0;
bottom: 0;
background-color: white;
z-index: 10000;
right: -700px;
overflow-y: auto;
scroll-behavior: smooth;
transition: 0.5s;
display: none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

body.activeSlide .menuAccordion {
right: 0;
}

.menuHeader {
padding: 0.9rem;
padding-left: 14px;
padding-right: 21px;
height: 75px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
font-weight: bold;
border-bottom: 1px solid #000000;
overflow: hidden;
}

.menuHeader p {
font-size: 22px;
color: black;
}

.menu-cross div {
height: 4px;
width: 26px;
background-color: red;
transition: .45;
position: relative;
border-radius: 68px;
cursor: pointer;
}

.menulinks {
display: flex;
flex-direction: column;
padding-top: 8px;
gap: 3px;
padding-left: 10px;
}

.one {
transform: rotate(132deg);
position: relative;
background-color: white;
top: 4px;
}

.twO {
transform: rotate(-134deg);
position: relative;
}

.goto {
display: flex;
flex-direction: column;
gap: 24px;
padding-left: 24px;
padding-top: 36px;
padding-bottom: 32px;
}

.goto a {
font-size: 18px;
font-weight: bold;
color: red;
text-underline-offset: 4px;
}

.goto a:hover {
text-decoration: 3px solid #874f26 underline;
}

.btns {
padding-inline: 24px;
display: flex;
flex-wrap: wrap;
gap: 32px;
}

.btns .button {
width: 100%;
text-align: center;
}

.accord {
text-align: center;
align-items: center;
justify-content: center;
width: 100%;
}

h1, h2, h3, h4 {
font-family: "Anton", sans-serif;
z-index: 2;
}

p {
text-wrap: pretty;
color: #2B2B2B;
}

h1, h2 {
letter-spacing: 0.6px;
}




/* .hero1 {
background: linear-gradient(135deg, #2C1A0E 0%, #7A5840 100%);
padding: 100px 40px;
text-align: center;
color: white;
}

.hero1 h1 {
      font-size: 52px;
      margin-bottom: 10px;
      line-height: 1.2;
}

.hero1 p {
      font-size: 18px;
      color: rgba(255,255,255,0.8);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.8;
} */

.hero1 {
      background: linear-gradient(135deg, #2C1A0E 0%, #7A5840 100%);
      padding: 100px 40px;
      text-align: center;
      color: white;
    }

    .hero1 h1 {
      /* font-family: 'Playfair Display', serif; */
      font-size: 52px;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .hero1 p {
      font-size: 18px;
      color: rgba(255,255,255,0.8);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.8;
    }

    /* ── Section base ── */
    .aboutpage section {
      padding: 80px 40px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .section-label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #F5821F;
      margin-bottom: 12px;
    }

    .aboutpage h2 {
      /* font-family: 'Playfair Display', serif; */
      font-size: 36px;
      color: #2C1A0E;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .aboutpage .p {
      font-size: 15px;
      color: #555;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    /* ── Story ── */
    .story {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .story-image {
      width: 100%;
      height: 400px;
      /* background: linear-gradient(145deg, #A0785A, #7A5840); */
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 80px;
      overflow: hidden;
    }

    /* ── Values ── */
    .values-section {
      background: white;
      padding: 80px 40px;
    }

    .values-inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .values-inner .section-label,
    .values-inner h2 {
      text-align: center;
    }

    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 48px;
    }

    .value-card {
      background: #F5F5F5;
      border-radius: 12px;
      padding: 32px 24px;
      text-align: center;
      transition: transform 0.2s;
    }

    .value-card:hover { transform: translateY(-6px); }

    .value-icon {
      font-size: 40px;
      margin-bottom: 16px;
    }

    .value-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      color: #2C1A0E;
      margin-bottom: 10px;
    }

    .value-card p {
      font-size: 14px;
      color: #777;
      margin: 0;
    }

    /* ── Stats ── */
    .stats {
      background: #F5821F;
      padding: 60px 40px;
    }

    .stats-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px;
      text-align: center;
    }

    .stat h3 {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      color: white;
      margin-bottom: 8px;
    }

    .stat p {
      color: rgba(255,255,255,0.85);
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
    }

    /* ── Team ── */
    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 48px;
    }

    .team-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      text-align: center;
      padding-bottom: 24px;
    }

    .team-avatar {
      width: 100%;
      height: 200px;
      background: linear-gradient(145deg, #EDE0D4, #C9B8A8);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 60px;
      margin-bottom: 16px;
    }

    .team-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      color: #2C1A0E;
      margin-bottom: 4px;
    }

    .team-card span {
      font-size: 13px;
      color: #F5821F;
      font-weight: 600;
    }

    /* ── CTA ── */
    .cta {
      background: #2C1A0E;
      padding: 80px 40px;
      text-align: center;
      color: white;
    }

    .cta h2 {
      color: white;
      font-family: 'Playfair Display', serif;
      font-size: 40px;
      margin-bottom: 16px;
    }

    .cta p {
      color: rgba(255,255,255,0.7);
      max-width: 500px;
      margin: 0 auto 32px;
    }

    .story-image img {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
display: block;
height: 320px;
      border-radius: 16px;
    }

    .cta a {
      background: #F5821F;
      color: white;
      padding: 16px 48px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      transition: background 0.2s;
    }

    .cta a:hover { background: #C45F00; }

    /* ── Footer ── */
    /* footer {
      background: #1a1a1a;
      color: #888;
      text-align: center;
      padding: 24px;
      font-size: 13px;
    }

    footer span { color: #F5821F; } */

    /* ── Responsive ── */







/* THE CART SECTION */

.cart-container {
display: flex;
flex-direction: column;
padding-top: 20px;
margin-top: 90px;
padding-inline: 90px;
justify-content: center;
/* align-items: center; */
}

.cartHandle {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}

.cart-container h2 {
text-align: center;
padding-bottom: 28px;
font-size: 28px;
}

.cartItems {
display: flex;
flex-direction: column;
gap: 40px;
}

.cartItem {
display: flex;
flex-direction: row;
gap: 36px;
padding: 12px;
}

.cartItem img {
height: 160px;
width: 160px;
border-radius: 12px;
}

.itemDetails {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.itemName {
font-size: 24px;
font-weight: 700;
}

.price {
font-size: 20px;
font-weight: 500;
}

.updateValue {
display: flex;
text-align: center;
gap: 0;
border: 1px solid var(--SecondaryText);
height: 40px;
background-color: #fff;
width: fit-content;
border-radius: 4px;
}

.updateValue span {
padding: 8px;
width: 40px;
cursor: pointer;
font-weight: 600;
user-select: none;
flex-grow: 0;
}

.updateValue p {
border-left: 1px solid var(--SecondaryText);
border-right: 1px solid var(--SecondaryText);
display: flex;
align-items: center;
width: 60px;
text-align: center;
justify-content: center;
}

.delete {
padding: 5px 15px;
/* background-color: #fff; */
background-color: transparent;
border: 0;
border-radius: 4px;
cursor: pointer;
}

.delete i {
font-weight: bolder;
color: red;
font-size: 28px;
text-align: center;
/* box-shadow: #959da533 0px 8px 24px; */
}

.buttons {
display: flex;
gap: 28px;
}

.cart-total {
padding: 12px;
display: flex;
flex-direction: column;
gap: 32px;
/* border: 1px solid var(--text); */
}

.cart-total h2 {
text-align: left;
font-size: 24px;
}

.cart-total div {
display: flex;
gap: 40px;
font-size: 18px;
font-weight: bold;
}

.checkout-btn {
width: 100%;
text-align: center;
padding: 18px;
color: var(--text);
background-color: var(--orange);
border: 0;
font-size: 19px;
cursor: pointer;
border-radius: 4px;
color: white;
}

.empty {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}



.cart-container h3 {
margin-top: 20px;
margin-bottom: 4px;
}

.cart-container a {
color: var(--orange);
}

.cart-container h2 {
margin-top: 12px;
}



/* FOOTER */

footer {
padding-inline: 104px;
display: flex;
flex-direction: column;
margin-top: 80px;
}

.footer-div {
display: flex;
justify-content: space-between;
padding-block: 40px;

}

footer h4 {
font-size: 20px;
letter-spacing: 2px;
padding-bottom: 8px;
}

.socials {
display: flex;
flex-direction: column;
gap: 12px;
}

.socials div {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
text-align: center;
/* justify-content: center; */
}

.socials i {
font-size: 25px;
color: black;
}

.socials i:hover {
color: #f38222;
}

.policy {
color: var(--orange);
}

.links {
display: flex;
gap: 60px;
}

.links div {
display: flex;
flex-direction: column;
gap: 2px;
}

.links a {
color: #F5821F;
font-size: 16px;
}

.rights {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 16px 1px;
color: var(--SecondaryText);
/* background-color: var(--orange); */
}

@media screen and (max-width: 475px) {
    body {
    overflow-x: hidden;
    }

    header {
    gap: 10px;
    padding-inline: 20px;
    height: auto;
    }

    .logo {
    height: 50px;
    }

    .logo_cate {
    display: none;
    }

    ._icon {
    gap: 8px;
    font-size: 22px;
    }

    .hero {
    height: 120px;
    }

    h1 {
    font-size: 32px;
    }

    .products_section {
    padding-inline: 10px;
    }

    .products {
    row-gap: 28px;
    }

    .product_div {
    width: 174px;
    height: 240px;
    }

    .price_cart, .cart-container {
    padding-inline: 10px;
    }

    .product_details {
    font-size: 14px;
    }

    .price p:first-child {
    font-size: 16px;
    }

    .add_to_cart button {
    padding: 6px 12px;
    border-radius: 14px;
    }

    .add_to_cart i {
    font-size: 16px;
    height: 18px;
    }

    .picked {
    flex-wrap: wrap;
    }

    footer {
    padding-inline: 12px;
    }

    .footer-div {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 36px;
    }

    .line_category {
    width: 100%;
    }

    .links {
    flex-wrap: wrap;
    }
}

@media screen and (min-width: 475px) and (max-width: 640px) {
    body {
    overflow-x: hidden;
    }

    header {
    padding-inline: 24px;
    gap: 30px;
    height: auto;
    }

    .picked {
    flex-wrap: wrap;
    }

    .price_cart, .cart-container {
    padding-inline: 24px;
    }

    .line_category {
    width: 100%;
    }


}

@media screen and (min-width: 640px) and (max-width: 768px) {
    body {
    overflow-x: hidden;
    }

    header {
    padding-inline: 24px;
    gap: 30px;
    height: auto;
    }

    .price_cart, .cart-container {
    padding-inline: 24px;
    }

    footer {
    padding-inline: 20px;
    }

    .footer-div {
    flex-wrap: wrap;
    gap: 40px;
    }

    .picked {
    flex-wrap: wrap;
    }

    .line_category {
    width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    footer {
    padding-inline: 32px;
    }
}

    @media (max-width: 768px) {
      .story { grid-template-columns: 1fr; }
      .values-grid { grid-template-columns: 1fr; }
      .stats-inner { grid-template-columns: repeat(2, 1fr); }
      .team-grid { grid-template-columns: 1fr; }
      .hero1 h1 { font-size: 36px; }
    }
