.elementor-1405 .elementor-element.elementor-element-7d7bc47{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1405{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1405 .elementor-element.elementor-element-7d7bc47{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-7d7bc47 */.gg-home{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#f3ebe7;
  font-family:'Inter',Arial,sans-serif;
  color:#222;
}

.gg-home *{
  box-sizing:border-box;
}

.gg-home h1,
.gg-home h2,
.gg-editorial h2,
.gg-story h2{
  font-family:Georgia,'Times New Roman',serif;
}

/* HERO */
.gg-hero{
  min-height:560px;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:center;
  padding:90px 7%;
}

.gg-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(44,25,17,.72),rgba(44,25,17,.22),rgba(44,25,17,.04));
}

.gg-hero-content{
  position:relative;
  z-index:2;
  max-width:470px;
  color:#fff;
}

.gg-hero-content span,
.gg-editorial span,
.gg-story-text span{
  display:block;
  color:#c89a55;
  font-size:13px;
  font-weight:700;
  letter-spacing:2.8px;
  margin-bottom:20px;
}

.gg-hero h1{
  font-size:72px;
  line-height:.96;
  font-weight:400;
  margin:0 0 24px;
}

.gg-hero p{
  font-size:16px;
  line-height:1.6;
  max-width:410px;
  margin-bottom:32px;
}

.gg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#c9954d;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  padding:17px 34px;
  border-radius:3px;
  letter-spacing:.5px;
}

/* PRODUCTS */
.gg-section{
  max-width:1280px;
  margin:0 auto;
  padding:60px 24px 25px;
}

.gg-title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

.gg-title-row h2{
  font-size:32px;
  font-weight:400;
  margin:0;
}

.gg-title-row a{
  color:#222;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}

.gg-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.gg-product-card{
  position:relative;
  background:#fffaf7;
  border-radius:12px;
  padding:28px 28px 32px;
  text-align:center;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
  min-height:520px;
}

.gg-badge{
  position:absolute;
  top:24px;
  left:24px;
  background:#d4a76a;
  color:#fff;
  font-size:11px;
  font-weight:800;
  padding:7px 12px;
  border-radius:3px;
}

.gg-heart{
  position:absolute;
  top:23px;
  right:24px;
  font-size:26px;
  color:#777;
}

.gg-product-card img{
  width:100%;
  height:255px;
  object-fit:contain;
  margin-bottom:24px;
}

.gg-product-card h3{
  font-size:16px;
  line-height:1.5;
  font-weight:500;
  min-height:70px;
  margin:0 0 16px;
}

.gg-price{
  font-size:20px;
  font-weight:700;
  margin:0 0 12px;
}

.gg-stars{
  color:#c9954d;
  font-size:17px;
  margin-bottom:24px;
}

.gg-stars small{
  color:#777;
  margin-left:5px;
}

.gg-buy{
  display:flex;
  justify-content:center;
  align-items:center;
  background:#bd8541;
  color:#fff;
  text-decoration:none;
  height:48px;
  border-radius:4px;
  font-size:13px;
  font-weight:800;
}

/* CATEGORIES */
.gg-categories{
  max-width:1280px;
  margin:0 auto;
  padding:5px 24px 28px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.gg-cat{
  position:relative;
  min-height:300px;
  border-radius:8px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  text-align:center;
  color:#fff;
  text-decoration:none;
  padding:34px 20px;
}

.gg-cat:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.05));
}

.gg-cat span,
.gg-cat small{
  position:relative;
  z-index:2;
}

.gg-cat span{
  font-family:Georgia,'Times New Roman',serif;
  font-size:29px;
  margin-bottom:10px;
}

.gg-cat small{
  font-size:12px;
  font-weight:800;
}

/* EDITORIAL */
.gg-editorial{
  max-width:1280px;
  min-height:360px;
  margin:0 auto 34px;
  border-radius:12px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  position:relative;
  padding:58px 70px;
  color:#fff;
}

.gg-editorial:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(70,42,28,.72),rgba(70,42,28,.2));
}

.gg-editorial div{
  position:relative;
  z-index:2;
  max-width:420px;
}

.gg-editorial h2{
  font-size:46px;
  line-height:1.05;
  font-weight:400;
  margin:0 0 20px;
}

.gg-editorial p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:28px;
}

/* BENEFITS */
.gg-benefits{
  max-width:1280px;
  margin:0 auto 38px;
  background:#fffaf7;
  border-radius:12px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  padding:30px 24px;
}

.gg-benefits div{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:18px;
  align-items:center;
  padding:0 28px;
  border-right:1px solid #e2d6ce;
}

.gg-benefits div:last-child{
  border-right:0;
}

.gg-benefits img{
  width:36px;
  height:36px;
  object-fit:contain;
  grid-row:1/3;
}

.gg-benefits strong{
  font-size:16px;
  line-height:1.3;
}

.gg-benefits span{
  font-size:14px;
  color:#766b66;
}

/* STORY */
.gg-story{
  max-width:1280px;
  margin:0 auto;
  padding:0 24px 80px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center;
}

.gg-story-img img{
  width:100%;
  height:460px;
  object-fit:cover;
  border-radius:8px;
}

.gg-story-text h2{
  font-size:48px;
  line-height:1.05;
  font-weight:400;
  margin:0 0 22px;
}

.gg-story-text p{
  font-size:17px;
  line-height:1.8;
  color:#5f5753;
  max-width:470px;
  margin-bottom:30px;
}

.gg-outline-btn{
  display:inline-flex;
  padding:15px 34px;
  border:1px solid #222;
  color:#222;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}

/* MOBILE */
@media(max-width:1024px){
  .gg-hero h1{
    font-size:58px;
  }

  .gg-product-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .gg-categories{
    grid-template-columns:repeat(2,1fr);
  }

  .gg-benefits{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
  }

  .gg-benefits div{
    border-right:0;
  }

  .gg-story{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .gg-hero{
    min-height:560px;
    padding:70px 24px;
    background-position:center;
  }

  .gg-hero h1{
    font-size:48px;
  }

  .gg-hero p{
    font-size:15px;
  }

  .gg-title-row{
    align-items:flex-start;
    gap:15px;
  }

  .gg-title-row h2{
    font-size:28px;
  }

  .gg-product-grid,
  .gg-categories,
  .gg-benefits{
    grid-template-columns:1fr;
  }

  .gg-product-card{
    min-height:auto;
  }

  .gg-cat{
    min-height:250px;
  }

  .gg-editorial{
    margin:0 24px 30px;
    padding:45px 28px;
  }

  .gg-editorial h2{
    font-size:38px;
  }

  .gg-benefits{
    margin:0 24px 35px;
  }

  .gg-benefits div{
    padding:18px 10px;
  }

  .gg-story{
    padding:0 24px 60px;
    gap:35px;
  }

  .gg-story-img img{
    height:340px;
  }

  .gg-story-text h2{
    font-size:38px;
  }
}

html,
body{
    overflow-x:hidden;
}/* End custom CSS */