@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

    @font-face{
      font-family:myFont;
      src:
          url("../includes/gRound/GothamRnd-Bold.otf");
  }
  @font-face{
      font-family:myFontII;
      src:
          url("../includes/gRound/GothamRnd-Medium.otf");
  }
  @font-face{
      font-family:myFontIII;
      src:
          url("../includes/gRound/GothamRnd-Light.otf");
  }

  
  :root {
    --primary-color: #057a4a;
    --accent-color: #f19d1c;
    --bg-light: #f9f9f9;
    --text-dark:#212120;
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'myFont', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    background-color: #f9f9f9;
  }
  
  main {
    padding: 30px 100px 80px 100px;
  }

  a{
    text-decoration: none;
    color:var(--accent-color);
    font-family: myFontII;
  }
  table{
    line-height: 3rem;
    text-align: left;
    width:100%;
    white-space: nowrap;
  }
  table td {
    padding-right: 20px;
  }
  table tbody{
     font-family: myFontIII;
  }
  table button {
    width: 100%;
    height: 60px;
    font-family: myFontII;
    font-size: 20px;
    color: #ffffff;
    background-color: var(--accent-color);
    border: none;
    border-radius: 40px
  }
  h3 {
    margin: 2rem 0 1rem 0;
    font-family: myFontII;
    color: var(--primary-color);
   }
  
  input[type="radio"]{
    accent-color: var(--primary-color);
    margin-right: 0.5em;
  }

  label {
    font-family: myFontII;
    margin-right: 10px;
  }

  header a {
      font-family: myFont;
  }

  svg {
    height: 20px;
  }
  
  header {
    background: #fff;
    font-size: 1.2rem;
    padding: 1rem 0;
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    width: 100%;
    display: wrap;
    gap: 2rem;
    position: sticky !important;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d6;
    padding: 0px 100px 40px 100px;
    height: 120px;
    z-index: 10; 
  }
  
  
  .logo {
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
  }
  .logo img {
    margin-top: 25px;
  }

  .icons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    margin-top: 3rem;
    color:var(--text-dark);
  }

  .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-menu ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    justify-content: center;
    margin-top: 3rem;
  }
  
  .nav-menu a {
    text-decoration: none;
    color: var(--primary-color);
  }
  
  /* Mobile Styles */
  .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .menu-toggle .hamburger,
  .menu-toggle .hamburger::before,
  .menu-toggle .hamburger::after {
    content: '';
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  
  .menu-toggle .hamburger::before {
    transform: translateY(-6px);
  }
  
  .menu-toggle .hamburger::after {
    transform: translateY(4px);
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  } 
    
    .text-dark {
      color: var(--text-dark);
      font-family: myFontIII;
    }

    .text-dark-md {
      color: var(--text-dark);
      font-family: myFontII;
    }

    .text-dark-l {
      color: var(--text-dark);
      font-family: myFont;
    }

    /* index */

    
    .hero {
      background: var(--accent-color);
      padding: 0;
      color: white;
      width: 100%;
    }

    .product-banner img {
      max-width: 100%;
      margin-top: 1rem;
    }
    .section-review{
      background: url(../images/files/rev-bg.png);
      background-repeat: repeat-x;
      background-size: contain;
      height:auto;
      padding: 2rem;
      font-family: myFontII;
      font-size: 1.2rem;
      text-align: center;
    }
    .section-review a {
      text-align:center;
    }
    .reviews {
      
      display: flex;
      justify-content: center;
      text-align:center;
      gap: 1rem;
    }

    .reviews article {
      width: 250px;
      line-height: 2.5rem;
      padding: 1rem;
      border-radius: 8px;
    }
    .reviews span {
      margin-left: 50%;
    }

    .separator {
      display: flex;
      align-items: center;
      text-align: center;
      font-size: 2rem;
      color: var(--primary-color);
      margin: 30px 0;
    }
    
    .separator::before,
    .separator::after {
      content: '';
      flex: 1;
      border-bottom: 2px solid var(--primary-color);
    }
    
    .separator:not(:empty)::before {
      margin-right: .25em;
    }
    
    .separator:not(:empty)::after {
      margin-left: .25em;
    }

    .favorites {
      text-align: center;
      padding: 0 100px;
      
    }

    .index-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 5rem;
    }

    .shop-link {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    

    .shop-cta {
        width: 150px;
        height: 60px;
        border: solid;
        border-width: thin;
        border-radius: 50px;
        border-color: #3b3b3b;
        font-size: 1rem;
        font-weight: bold;
        color: var(--text-dark);
        background-color: #ffffff;
        cursor: pointer;
        margin: 3rem 0;
    }

    .empower {
      background: url(../images/files/orange-bg-bottom.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 50px 0;
    }

    .values {
      display: flex;
      justify-content: space-around;
      padding: 2rem;
      flex-wrap: wrap;
      text-align: center;
      color: white;
      margin-top: 2rem;
    }

    .delight{
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      font-size: 3rem;
      color: var(--bg-light);
    }

    .delight-sub{
      font-family: myFontIII;
      margin-top: -20px;
    }

    .carousel-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-height: 90vh;
    }
    
    .carousel-slide {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    
    .carousel-item {
      position: relative;
      flex: 0 0 100%;
    }
    
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .hero-text {
      position: absolute;
      color: #fff;
      padding: 1rem;
      width: 100%;
      max-width: 800px;
    }
    
    .center-copy .hero-text {
      top: 25%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    
    .left-copy .hero-text {
      top: 40%;
      left: 5%;
      transform: translateY(-50%);
      text-align: left;
    }
    
    .hero-text h1 {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.2;
    }
    

    .shelf-hero-text {
      text-align: center;
      margin: 2rem 0;
    }

    .highlight {
      color: var(--primary-color);
      font-weight: bold;
    }

    .shelf-hero-text h2 {
      font-size: 2rem;
      color: var(--accent-color);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5rem;
    }

    .product {
      text-align: center;
      overflow: hidden;
      z-index: 1;
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 1rem;
    }
    .product img {
      width: 100%;
      border-radius: 1rem;
      height: auto;
      transition: opacity 0.3s ease-in-out;
    }
    .product:hover {
      transform: scale(1.1);
      transition: all 0.8s ease;
    }
    
    .product .product-btn {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }

    .product:hover {
      opacity: 1;
    }

    .product-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 50px;
      border: solid;
      border-width: thin;
      border-radius: 50px;
      border-color: #3b3b3b;
      font-size: 1rem;
      font-weight: bold;
      color: var(--text-dark);
      background-color: #ffffff;
      cursor: pointer;
      margin-top: -3rem;
      opacity: 0;

      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .product:hover .product-btn {
      opacity: 1;
      pointer-events: auto;
    }

    .product-btn:hover{
      width: 100%;
      height: 50px;
      border:solid;
      border-width: thin;
      border-radius: 50px;
      border-color: #3b3b3b;
      font-family: myFont;
      color:#ffffff;
      font-size: 15px;
      background-color: #3b3b3b;
    }
    .danger-sub{
      content: "";
      position: inherit;
      background: var(--accent-color);
      width: 65%;
      height: 20px;
    }

    .success-sub{
        content: "";
        position: inherit;
        background: var(--primary-color);
        width: 65%;
        height: 20px;
    }

/* product details style */
    .prod-detail-container {
      display: flex;
      flex-direction: column;
      padding: 5rem;
      gap: 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .product-detail {
      display: flex;
      flex-wrap: wrap;
      gap: 5rem;
      justify-content: center;
    }

    .product-images {
      flex: 1;
      max-width: 400px;
    }

    .product-images img {
      width: 100%;
      border-radius: 1rem;
    }

    .thumbnail-list {
      display: flex;
      gap: 0.5rem;
      margin-top: 1rem;
    }

    .thumbnail-list img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 0.5rem;
      cursor: pointer;
      border: 2px solid transparent;
    }

    .thumbnail-list img.active {
      border-color: var(--accent-color);
    }

    .product-info {
      flex: 1;
      max-width: 500px;
    }

    .product-info h1 {
      font-size: 1.8rem;
      margin-bottom: 0.5rem;
    }

    .product-info p {
      margin: 0.5rem 0;
    }

    .product-info select,
    .product-info input {
      width: 100%;
      padding: 0.5rem;
      margin: 0.5rem 0;
      font-size: 1rem;
      border-radius: 0.5rem;
      border: 1px solid #ccc;
    }

    .quantity-control {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0.5rem;
      margin: 1rem 0 1rem 0;
    }


    .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      width: 100%;
      background-color: var(--accent-color);
      border: none;
      color: white;
      cursor: pointer;
      font-size: 0.8rem;
      margin-top: 1rem;
      height: 30px;
    border-radius: 40px;
    }

    .btn-secondary {
      display: block;
      text-align: center;
      margin-top: 0.5rem;
      color: var(--primary-color);
      text-decoration: none;
      font-weight: bold;
    }
    
    .product-meta{
      margin-top: 3rem;
    }
    .product-meta h3 {
      color: var(--primary-color);
      margin-top: 1rem;
      font-family: myFontIII;
      font-size: 1rem;
    }
    .product-meta p {
      color: var(--text-dark);
      margin-top: 1rem;
      font-family: myFontIII;
      font-size: 1rem;
    }

    .shop-deet-link {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;

    }

    .cart-link{
      color: var(--accent-color);
      font-family: myFontIII;
      font-size: 0.8rem;
    }

    .cart-link-alt{
      color: var(--text-dark);
      font-family: myFontIII;
      font-size: 0.8rem;
    }

    .shop-link{
      color:var(--primary-color);
      font-family: myFontIII;
      font-size: 0.8rem;
    }

    /* cart style */
   
    
    .icons {
      display: flex;
      gap: 1rem;
    }
    
    .cart-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 2rem 0;
      background: #f9f9f9;
    }
    .cart-items, .summary {
      flex: 1 1 100%;
      margin-bottom: 2rem;
      
    }
    section h4 {
      margin-bottom: 1rem;
    }
    .item {
      display: flex;
      align-items: start;
      gap: 1rem;
      padding: 3rem;
      border-radius: 20px;
      background: #fff;
      margin-bottom: 1rem;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .item img {
      width: 60px;
      height: auto;
    }
    
    .item-info p {
      font-size: 0.875rem;
      color: #666;
      white-space: nowrap;
    }

    .item-qty {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #212120;
      height: 2.5rem;

    }
    
    .item-qty,
    .item-price {
      margin-left: auto;
      min-width: 80px;
      text-align: right;
    }
    
    .summary {
      background: #fff;
      padding: 1.5rem;
      border-radius: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      padding: 2rem;
    }
    .summary-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 3rem;
      padding: 0.4rem;
    }
    .summary-content p {
      font-size: 0.9rem;
    }

    .summary-content input:not(input[type="radio"]){
      display: flex;
      text-align: center;
      align-items: center;
      width: 100%;
      padding: 0.75rem;
      font-family: myFont;
      border-radius: 5px;
      margin-bottom: 1rem;
    }
    .divider{
      border-bottom: 1px solid #e7e7e7;
      margin: 10px 0px;

    }
    .coupon {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--primary-color);
      float: right;
      font-family: myFontII;
    }
    .result{
      color: rgb(248, 7, 7);
      font-family: myFontII;
    }
    .switch {
      color: #aaa7ad;
      font-size:5px;
      line-height:2;
      cursor: pointer;
      font-family: myFontII;
    }
    .checkout {
      background: var(--accent-color);
      color: white;
      border: none;
      padding: 0.75rem 1rem;
      font-size: 1rem;
      width: 100%;
      border-radius: 20px;
      cursor: pointer;
    }
    
    .back-link {
      display: block;
      justify-content: center;
      margin-top: 0.5rem;
      color: var(--accent-color);
      text-align: center;
    }
    
    .disclaimer {
      padding: 2rem 0;
    }
    
    .cart-count {
      background: var(--text-dark);
      color: white;
      padding: 2px 6px;
      border-radius: 50%;
      font-size: 0.75rem;
      vertical-align: top;
    }
    .close {
      cursor: pointer;
    }

    /* Login */
    .nav-link h1 {
      text-transform: uppercase;
      margin: 1rem 0;
      font-size: 1.2rem;
    }
    .home-link {
      font-size: 0.8rem;
      color: #999999;
    }
    .danger{
      content: "";
      position:inherit;
      background: var(--accent-color);
      width: 45%;
      height: 20px;
      top: calc(50% + 2px);
      left: 0;
      z-index: -1
    }
    .auth-content{
      padding: 3rem 20rem;
      
    }
    .auth-form{
      background-color: #ffffff;
      padding: 3rem;
    }
    
    .success{
      content: "";
      position:inherit;
      background: var(--primary-color);
      width: 45%;
      height: 20px;
      top: calc(50% + 2px);
      left: 0;
      z-index: -1
    }
    .password-toggle-icon {
      position: absolute;
      top: 50%;
      right: 10px;
      cursor: pointer;
    }

    .password-toggle-icon i {
      font-size: 18px;
      line-height: 1;
      color: #333;
      transition: color 0.3s ease-in-out;
      margin-top: 40%;
      padding-right: 10px;
    }
    .login-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      border-radius: 50px;
      border: none;
      font-size: 1rem;
      font-weight: bold;
      color: var(--bg-light);
      background-color: var(--primary-color);
      margin:2em 0;
      cursor: pointer;
    }

    /* checkout */

    .billing-page {
      display: grid;
      gap: 2rem;
      margin: 2rem 0;
    }

    .billing-form{
      width: 65%;
    }

    .billing-form input:not(input[type="radio"]),
    .billing-form select {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 1rem;
      background-color: #f2f7f2;
    }

    .form-row {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .form-row input,
    .form-row select {
      flex: 1 1 45%;
    }
    

    .order-summary .item {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
      background: #f9f9f9;
      padding: 1rem;
      border-radius: 6px;
    }

    .order-summary img {
      width: 60px;
    }

    .order-summary .qty,
    .order-summary .price {
      margin-left: auto;
      min-width: 80px;
      text-align: right;
    }

    .totals p {
      display: flex;
      justify-content: space-between;
      margin: 0.5rem 0;
      font-weight: bold;
    }

    .payOptions {
      display: flex;
      align-items: center;
    }

    .payment-options {
      margin: 2rem 0;
    }

    .payment-options label {
      display: block;
      margin-bottom: 1rem;
    }

    .payment-options .note {
      font-size: 0.9rem;
      color: #bd9191;
      margin-left: 1.5rem;
    }

    .payment-options input[type='radio'] {
      font-size: 0.9rem;
      color: #555;
      margin-left: 1rem;
    }


    .dispatch {
      margin-bottom: 8px;
      }
		  

    #id1{
      display: none;
    }
    .payment-btn {
      cursor: pointer;
    }
    

    .success-page {
      display: flex;
      justify-content: center;
      align-items:center;
      flex-direction: column;
    }


    .title-bg {
      position: relative;
      display: inline-block;
      justify-content: start;
      z-index: 2;
      font-size: 1.2rem;
      padding: 0 10px;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 10px;
      color: #232323;
      }

    .title-bg:after {
      content: "";
      position: absolute;
      background: var(--primary-color);
      width: 100%;
      height: calc(50% + 2px);
      top: calc(50% + 2px);
      left: 0;
      z-index: -1
    }

    .fail{
      position: relative;
      display: inline-block;
      text-align: start;
      z-index: 2;
      padding: 0 10px;
      line-height: 1;
      font-size: 1.2rem;
      margin-top: 0;
      margin-bottom: 10px;
      color: #232323;
    }
    
    .fail:after {
      content: "";
      position: absolute;
      background: var(--accent-color);
      width: 100%;
      height: calc(50% + 2px);
      top: calc(50% + 2px);
      left: 0;
      z-index: -1
    }

    /* our story */
    .steps, .mission {
      padding: 50px 0;
      background: var(--accent-color);
    }
    .founder{
      display: grid;
      align-items: center;
      grid-template-columns: repeat(2,1fr);
      padding: 7rem 0 0 0;
      gap: 8rem;
    }

    .founder img{
      height: auto;
      width: 100%;
    }
    .founder h2 {
      color: var(--primary-color);
      font-size: 3rem;
    }

    .founder p {
      font-size: 1.5rem;
      font-family: myFontIII;
      line-height: 3rem;
      color: var(--text-dark);
      word-wrap: break-word;
      /* white-space: initial; */
      margin-top: 2rem
    }
    .founder span {
      color: var(--bg-light);
      font-size: 3rem;
    }
    .mission {
      background: url(../images/files/orange-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin: auto;
      padding: 0 7rem 2rem 7rem;
    }
    .mission p {
      color: var(--bg-light);
      font-family: myFontIII;
    }

    .women-leadership {
      background-color: var(--accent-color);
    }
    .women-images img{
      height: auto;
      width: 100%;
    }
    .women-images h2{
      color: var(--primary-color);
      font-size: 3rem;
    }

    .women-leadership .women-images {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .closing {
      background: url(../images/files/orange-bottom.png);
      background-repeat: no-repeat;
      background-size: cover;
      align-items: center;
      
      padding-bottom: 8rem;

    }
    .closing p {
      color: var(--bg-light);
      font-family: myFontIII;
    }

    /* blog */

    .blog-container {
      display: flex;
      flex-wrap: wrap;
      gap: 8rem;
      padding: 32px 100px;
    }

    .blog-container a {
      font-size: 1rem;
      color: var(--text-dark);
      cursor: pointer;
    }
    .blog-container a:hover {
      font-size: 18px;
      color: var(--accent-color);
    }
    .blog-container p {
      margin-top: 1.2rem;
      font-family: myFontIII;
    }
    
    .main-content {
      flex: 2;
      min-width: 300px;
    }

    .detail-content {
      display: flex;
      max-width: 100px;
    }
    
    .sidebar {
      flex: 1;
      min-width: 260px;
      padding: 1rem;
      border-radius: 20px;
        display: block;
        text-align: left;
        padding:0px 50px;
    }
    
    .featured-post {
      background: #fefefe;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 2rem;
    }
    
    .featured-post img {
      width: 100%;
      height: auto;
    }
    
    .featured-post .content {
      padding: 1rem;
    }

    .detail-container {
      font-size: 1.2rem;
    }
    .detail-container a {
      font-size: 1rem;
      color: var(--text-dark);
      cursor: pointer;
    }
    .detail-container a:hover {
      font-size: 18px;
      color: var(--accent-color);
    }
    .detail-container p {
      margin-top: 1.2rem;
      font-family: myFontIII;
      font-size: 1rem;
    }
    .detail-post {
      overflow: hidden;
      margin: 2rem 0;
    }

    .detail-post h3{
      font-size: 2rem;
      color: var(--text-dark);
      text-align: center;
    }
    
    .detail-post img {
      width: 100%;
      height: auto;
      margin: 1.2rem 0;
    }
    
    .detail-post .content {
      padding: 1rem 0;
    }

    .post-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px;
    }
    
    .post-card {
      border-radius: 10px;
      /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); */
      padding: 1rem;
      flex: 1 1 100%;
      
    }
    
    .post-card img {
      width: 100%;
      border-radius: 6px;
    }
    
    .post-card h3 {
      margin-top: 0.75rem;
      font-size: 1.1rem;
      color: #333;
    }
    
    .sidebar h2 {
      font-size: 1.2rem;
      margin-bottom: 3rem;
    }
    
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    
    .sidebar li {
      margin-bottom: 1rem;
      font-family: myFontIII;
      font-size: 0.95rem;
    }

    .sidebar h4 {
      margin-bottom: 0.5rem;
      font-family: myFontIII;
      color: var(--accent-color);
    }
    
    .see-more {
      display: inline-block;
      margin-top: 1rem;
      text-decoration: none;
      font-size: 0.9rem;
    }

    .read{
      display: flex; 
      justify-content: center; 
      align-content: center; 
      align-items: center;
      width: 100%;
    }

    .blog-button{
      font-family: "myFontII";
      color: #ffffff; 
      background-color: var(--accent-color); 
      height: 60px; 
      border: none; 
      border-radius: 20px;
      padding: 20px;
      text-align: center;
    }
    .other{
      font-size: 2rem;
      color: var(--text-dark);
      margin: 8rem 0 4rem 0;
      text-align: center;
    }

    .blog-footer-img{
      margin: 90px 40px;
    }
    .blog-footer-img img{
        margin: 0; 
        border-radius: 20px 20px 20px 20px;
    }

    .media-content{
      padding: 3rem 5rem;
      
    }

    .content img {
      max-width: 100%;
      /* height: auto; */
    }
    .contact-text, .contact-text a{
      font-family: myFontIII;
      line-height: 2rem;
    }
    .contact-content {
      margin: -5rem 0rem 5rem 0;
    }

    .accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
    }

    .active, .accordion:hover {
      background-color: #ccc;
    }	  
    .panel {
      padding: 10px 0;
      background-color: white;
      overflow: hidden;
      display: none;
      padding-left: 15px;
    }
    .panel p {
      font-family: myFontIII;
    }
    .accordion:after {
      content: '\02795'; /* "plus" sign (+) */
      font-size: 13px;
      color: #f0f0f0;
      float: right;
      margin-left: 5px;
    }

  


    footer {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      padding: 30px 100px 30px 100px;
      gap: 1rem;
    }
   
    .footer-section h2 {
      font-size: 1.5rem;
      font-family: myFontIII;
      margin-bottom: 0.5rem;
      color: var(--accent-color);
    }

    .footer-section h4 {
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      color: var(--primary-color);
    }

    .footer-section h5 {
      margin-bottom: 0.5rem;
      font-family: myFontIII;
      color: var(--primary-color);
    }
    .social-icons{
      margin-top: 50%;
    }
    .policy {
      margin-top: 50%;
      display: flex;
      white-space: pre;
    }

    .addr{
      font-size: 0.8rem;
      color: var(--primary-color);
    }


    .footer-section ul {
      list-style: none;
    }

    .footer-section ul li a {
      text-decoration: none;
      color: #333;
    }

    .social-icons a {
      margin-right: 0.5rem;
      text-decoration: none;
      font-weight: bold;
      color: var(--primary-color);
    }

    .form-input{
      flex-grow: 1;
      display: block;
      width: 100%;
      height: 50px;
      font-family: myFontIII;
      text-align: left;
      border: 1px solid #d3d3d1;
      color: var(--text-dark);
      box-shadow: unset !important;
      outline: none !important;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 15px 0px 15px 0px;
      overflow: hidden;
      border-radius: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    .sub-button{
        width: 100% !important;
        height: 50px;
        border-radius: 40px !important;
        padding-left: 55px !important;
        padding-right: 55px !important;
        margin: 0 !important;
        background-color: var(--accent-color);
        border:none; 
        font-size: 18px;
        color: #fff;
      }
      .footer-spacer {
        height: 60px; 
        display: none;
      }
      

      .mobile-nav {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #ccc;
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        justify-content: space-around;
        padding: 0.5rem 0;
      }

      .mobile-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        font-size: 0.75rem;
        color: #333;
      }

      .mobile-nav .material-icons {
        font-size: 24px;
        margin-bottom: 2px;
        color: var(--primary-color);
      }

      .bubble {
        position: absolute;
        top: 0px;
        right: 0px;
        min-width: 23px;
        min-height: 23px;
        text-align: center;
        border-radius: 50%;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: 22px;
        background-color: var(--primary-color);
        color: #fff;
      }
  
      /* tablet screen  */

    @media (min-width: 768px) and (max-width: 1024px) {
      .menu-toggle {
        display: block;
      }

      nav ul, .icons{
        flex-direction: column;
        display: none;
        width: 100%;
        background-color: var(--primary-color);
        padding: 1rem;
      }

      .nav-menu a {
        text-decoration: none;
        color: var(--bg-light);
        font-weight: 300;
      }
    
      .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        color: var(--primary-color);
        background-color: var(--bg-light);
      }
    
      .nav-menu.open {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
      }
    
      .nav-menu ul {
        flex-direction: column;
        padding: 1rem;
        border-bottom: 1px solid #212120;
        background: var(--bg-light);
      }
      .nav-menu ul a{
        color: var(--primary-color);
      }
      .logo {
        font-size: 1.8rem;
      }
      .nav-menu ul {
        gap: 1rem;
        font-size: 1rem;
      }
      .hero {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
      }

      .hero img {
        width: 100%;
        height: auto;
      }

      .hero .text-content {
        padding: 1rem;
        font-size: 1.4rem;
      }
      .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
      }

      .product-card img {
        width: 100%;
        height: auto;
      }

      .product-card h3 {
        font-size: 1.2rem;
      }
      .product-info {
        padding: 0 1rem;
      }
      .cart-container {
        flex-direction: column !important;
        gap: 1.5rem;
      }

      .cart-summary {
        width: 100%;
      }
      .check-details{
        display:block;

      }

      .cart-items {
        width: 100%;
      }
      .billing-form {
        flex-direction: column;
        gap: 2rem;
      }

      .billing-form .form-group {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
      }

      .billing-form,
      .billing-form input,
      .billing-form select,
      .billing-form textarea {
        width: 100%;
        font-size: 1rem;
      }

      .auth-content{
        padding: 0;
        font-size: 0.8rem;
      }
      .media-content{
        padding: 3rem 0;
      }
      .footer-section h4 {
        font-size: 1.2rem;
      }

      .footer-section ul li a {
        font-size: 1rem;
      }
      .mobile-nav {
        display: flex;
      }
      .mobile-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        font-size: 0.75rem;
        color: #333;
      }

      .mobile-nav .material-icons {
        font-size: 24px;
        margin-bottom: 2px;
        color: var(--primary-color);
      }
    }

    @media (min-width: 768px) {
        .cart-items {
          flex: 0 0 65%;
        }
      
        .summary {
          flex: 0 0 30%;
        }
     }
     

     /* mobile display */

    @media (max-width: 768px) {
      header,main,footer {
        padding: 30px;
      }

      .menu-toggle {
        display: block;
      }

      nav ul, .icons{
        flex-direction: column;
        display: none;
        width: 100%;
        background-color: var(--primary-color);
        padding: 1rem;
      }

      .nav-menu a {
        text-decoration: none;
        color: var(--bg-light);
        font-weight: 300;
      }
    
      .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        color: var(--primary-color);
        background-color: var(--bg-light);
      }
    
      .nav-menu.open {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
      }
    
      .nav-menu ul {
        flex-direction: column;
        padding: 1rem;
        border-bottom: 1px solid #212120;
        background: var(--bg-light);
      }
      .nav-menu ul a{
        color: var(--primary-color);
      }

      .logo img {
        margin-top: 0;

      }

      .hero-text h1 {
        font-size: 1.5rem;
      }

      .hero-text {
        position: absolute;
        color: #fff;
        padding: 1rem;
        width: 100%;
        max-width: 300px;
      }
      
      .center-copy .hero-text {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
      
      .left-copy .hero-text {
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
      .hero-text h2 {
        font-size: 1.2rem;
        color: var(--accent-color);
      }
      .section-review{
        background-size: cover;
        height:300px;
      }
      .reviews {
      
        display: flex;
        justify-content: center;
      }

      .hide {
        display: none;
      }

      .index-grid, .product-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }
      .favorites {
        padding: 0 50px;
        
      }
      .separator {
        font-size: 1rem;
        white-space: nowrap;
      }
     
      .product .product-btn {
        opacity: 1;
      }
      .delight{
        font-size: 1.8rem;
      }
      .delight-sub{
        margin-top: 0;
      }
      .item {
        display: grid;
        align-items: start;
        grid-template-columns: repeat(2,1fr);
      }

      .item-qty {
        height: 2rem;
      }
      
      .item-qty,
      .item-price {
        margin-left: 0;
        min-width: 60px;
        text-align: left;
      }

      .container {
        padding: 5rem 0 5rem 0;
      }
      .social-icons, .policy{
        margin-top: 0;
      }
      .product-detail {
        flex-direction: column;
        padding:0 30px;
      }

      .footer-spacer {
        display: block;
      }
      .mobile-nav {
        display: flex;
      }
      .nav-link h1 {
        font-size: 0.8rem;
      }
      .auth-content{
        padding: 0;
        font-size: 0.8rem;
      }
      .auth-form{
        padding: 30px;
      }
      .cart-container,.summary {
        flex-direction: column;
        gap: 1.5rem;
      }
      .auth-form h2{
        margin-bottom: 1em;
      }
      .billing-page {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 2rem 0;
      }
      .billing-form{
        width: 100%;
      }
      .payOptions {
        display: flex;
        align-items: center;
      }
  
      .payment-options {
        margin: 2rem 0;
      }

      .payOptions img{
        max-width: 14rem;
      }
  
      .payment-options label {
        display: block;
        margin-bottom: 1rem;
      }
  
      .payment-options .note {
        font-size: 0.9rem;
        color: #bd9191;
        margin-left: 1.5rem;
      }
  
      .payment-options input[type='radio'] {
        font-size: 0.9rem;
        color: #555;
        margin-left: 1rem;
      }

      .payment-btn {
        font-size: 1rem;
      }

      .steps {
        flex-direction: column;
        align-items: center;
      }

      /* our story */
    .steps, .mission {
      padding: 50px 0;
      background: var(--accent-color);
    }
    .founder{
      display: grid;
      align-items: center;
      grid-template-columns: repeat(1,1fr);
      padding: 3rem 0 0 0;
      gap: 4rem;
    }
    .founder h2 {
      color: var(--primary-color);
      font-size: 1.8rem;
      text-align: center;
    }

    .founder p {
      font-size: 1.2rem;
      line-height: 1.8rem;
      word-wrap: break-word;
      /* white-space: initial; */
      margin-top: 1rem
    }
    .founder span {
      color: var(--bg-light);
      font-size: 1.8rem;
      padding-bottom: 2rem;
    }
    .mission {
      padding: 4rem;
    }

    .blog-container {
      flex-direction: column;
      padding: 1rem;
    }
  
    .post-grid {
      grid-template-columns: 1fr;
      grid-gap: 20px;
      flex-direction: column;
      
    }
    .sidebar {
      order: 1;
      margin-top: auto;
    }
    .detail-post .content {
      padding: 0;
    }
    .media-content{
      padding: 3rem 0;
      
    }
    .contact-content {
      margin: -30px 10px 30px 10px;
    }

    
  
}
