
:root{
  --gpm-black:#11100f;
  --gpm-ink:#1b1714;
  --gpm-brown:#795038;
  --gpm-camel:#b78358;
  --gpm-beige:#eadbc9;
  --gpm-cream:#faf6f1;
  --gpm-ease:cubic-bezier(.22,1,.36,1);
}

/* =========================================================
   GLOBAL PERFORMANCE RULES
   - no backdrop-filter
   - no blur/filter animation
   - only transform + opacity on hover
   ========================================================= */
body.gocce-pro-max-performance *{
  -webkit-tap-highlight-color:transparent;
}
body.gocce-pro-max-performance .gpm-gpu{
  transform:translateZ(0);
  backface-visibility:hidden;
}

/* =========================================================
   PREMIUM MARQUEE — warm, elegant, light
   ========================================================= */
.gpm-marquee{
  width:100%;
  overflow:hidden;
  background:linear-gradient(90deg,#f0e5d8,#dfc5aa 50%,#f0e5d8);
  border-top:1px solid rgba(80,53,35,.10);
  border-bottom:1px solid rgba(80,53,35,.10);
  color:#251b15;
  contain:layout paint;
}
.gpm-marquee-track{
  display:flex;
  width:max-content;
  min-width:200%;
  will-change:transform;
  animation:gpmMarquee 38s linear infinite;
}
.gpm-marquee:hover .gpm-marquee-track{
  animation-play-state:paused;
}
.gpm-marquee-group{
  display:flex;
  align-items:center;
  gap:clamp(28px,3.2vw,58px);
  padding:14px clamp(28px,3.2vw,58px) 14px 0;
}
.gpm-marquee-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  white-space:nowrap;
  font-size:clamp(11px,.85vw,14px);
  font-weight:750;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.gpm-marquee-item::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#85583b;
}
@keyframes gpmMarquee{
  to{transform:translate3d(-50%,0,0)}
}

/* =========================================================
   COLLECTIONS — desktop 4, tablet/mobile 2x2
   ========================================================= */
.gpm-collections{
  position:relative;
  padding:clamp(36px,4.2vw,68px) 0 clamp(42px,5vw,82px);
  background:
    linear-gradient(180deg,#fff 0%,#faf6f1 100%);
  overflow:hidden;
  contain:layout paint;
}
.gpm-collections::before{
  content:"";
  position:absolute;
  left:-8%;
  top:10%;
  width:34%;
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(183,131,88,.045);
  pointer-events:none;
}
.gpm-collections::after{
  content:"";
  position:absolute;
  right:-10%;
  bottom:-20%;
  width:36%;
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(17,16,15,.025);
  pointer-events:none;
}
.gpm-collections-head,
.gpm-collections-grid{
  position:relative;
  z-index:1;
  width:min(1680px,calc(100% - 64px));
  margin-left:auto;
  margin-right:auto;
}
.gpm-collections-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:clamp(24px,3vw,42px);
}
.gpm-eyebrow{
  margin:0 0 9px;
  color:var(--gpm-brown);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.19em;
  text-transform:uppercase;
}
.gpm-collections-title{
  margin:0;
  color:var(--gpm-black);
  font-size:clamp(48px,5.8vw,100px);
  line-height:.88;
  font-weight:500;
  letter-spacing:-.065em;
}
.gpm-collections-sub{
  max-width:590px;
  margin:15px 0 0;
  color:#6c6057;
  font-size:clamp(13px,.95vw,16px);
  line-height:1.55;
}
.gpm-all-link{
  display:inline-flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto;
  color:#17130f;
  font-size:13px;
  line-height:1;
  font-weight:750;
  padding:0 0 9px;
  border-bottom:1px solid rgba(17,16,15,.55);
  text-decoration:none;
  transition:gap .3s var(--gpm-ease),color .3s ease,border-color .3s ease;
}
.gpm-all-link:hover{
  gap:16px;
  color:var(--gpm-brown);
  border-color:var(--gpm-brown);
}
.gpm-collections-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:clamp(12px,1.5vw,24px)!important;
}
.gpm-card{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  aspect-ratio:.80!important;
  overflow:hidden!important;
  background:#eeeae5!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  text-decoration:none!important;
  contain:layout paint;
  transition:transform .42s var(--gpm-ease)!important;
}
.gpm-card::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(8,7,6,.05) 67%,rgba(8,7,6,.57) 100%);
  opacity:.92;
  pointer-events:none;
}
.gpm-card::after{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  bottom:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,var(--gpm-black),var(--gpm-camel));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .42s var(--gpm-ease);
}
.gpm-card:hover{
  transform:translate3d(0,-6px,0)!important;
}
.gpm-card:hover::after{
  transform:scaleX(1);
}
.gpm-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:clamp(8px,1vw,16px)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  transform:translate3d(0,0,0) scale(1)!important;
  transition:transform .55s var(--gpm-ease)!important;
}
.gpm-card:hover img{
  transform:translate3d(0,-3px,0) scale(1.035)!important;
}
.gpm-card-label{
  position:absolute;
  z-index:5;
  left:clamp(14px,1.4vw,24px);
  right:clamp(14px,1.4vw,24px);
  bottom:clamp(14px,1.5vw,24px);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  color:#fff;
  pointer-events:none;
}
.gpm-card-index{
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.7);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.15em;
}
.gpm-card-name{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#fff!important;
  font-size:clamp(20px,1.7vw,34px)!important;
  line-height:.98!important;
  font-weight:750!important;
  letter-spacing:-.04em!important;
  text-transform:uppercase!important;
  text-shadow:0 2px 10px rgba(0,0,0,.25);
}
.gpm-card-arrow{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:16px;
  transition:transform .3s var(--gpm-ease);
}
.gpm-card:hover .gpm-card-arrow{
  transform:translate3d(4px,0,0);
}

/* hide duplicated old category titles only */
.gpm-card > h2,
.gpm-card > h3,
.gpm-card .woocommerce-loop-category__title,
.gpm-card > [class*="title"]:not(.gpm-card-label):not(.gpm-card-name){
  display:none!important;
}

/* =========================================================
   HOME PRODUCT SECTIONS
   ========================================================= */
.gpm-products-section{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(180deg,#fff 0%,#fcfaf7 100%)!important;
  contain:layout paint;
}
.gpm-products-section::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(121,80,56,.12),transparent);
  pointer-events:none;
}
.gpm-products-section ul.products,
.gpm-products-section .wc-block-grid__products,
.gpm-products-section .wc-block-product-template{
  row-gap:22px!important;
  column-gap:28px!important;
}
.gpm-products-section li.product,
.gpm-products-section .wc-block-grid__product,
.gpm-products-section .wc-block-product,
.gpm-products-section .gocce-motion-product{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  transition:transform .35s var(--gpm-ease)!important;
}
.gpm-products-section li.product:hover,
.gpm-products-section .wc-block-grid__product:hover,
.gpm-products-section .wc-block-product:hover,
.gpm-products-section .gocce-motion-product:hover{
  transform:translate3d(0,-4px,0)!important;
}

/* keep homepage images natural and not flattened */
.gpm-products-section li.product img,
.gpm-products-section .wc-block-grid__product img,
.gpm-products-section .wc-block-product img,
.gpm-products-section .gocce-motion-product img{
  width:auto!important;
  max-width:92%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:none!important;
  filter:none!important;
  transition:transform .42s var(--gpm-ease)!important;
}
.gpm-products-section li.product:hover img,
.gpm-products-section .wc-block-grid__product:hover img,
.gpm-products-section .wc-block-product:hover img,
.gpm-products-section .gocce-motion-product:hover img{
  transform:translate3d(0,-3px,0) scale(1.025)!important;
}

/* =========================================================
   LIGHT REVEAL
   ========================================================= */
.gpm-reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
}
.gpm-reveal.gpm-in{
  opacity:1;
  transform:translate3d(0,0,0);
  transition:opacity .65s var(--gpm-ease),transform .65s var(--gpm-ease);
}

/* =========================================================
   SEARCH HOVER — only while mouse is over it
   ========================================================= */
.gpm-search-target{
  transform-origin:center;
}
@media (hover:hover) and (pointer:fine){
  .gpm-search-target:hover{
    animation:gpmSearchWiggle .42s ease-in-out infinite alternate;
  }
}
@keyframes gpmSearchWiggle{
  from{transform:translate3d(-2px,0,0) rotate(-2deg)}
  to{transform:translate3d(2px,0,0) rotate(2deg)}
}

/* =========================================================
   MENU OUTSIDE CLOSE AREA
   ========================================================= */
#gpm-menu-overlay{
  position:fixed;
  inset:0;
  z-index:9990;
  background:rgba(17,16,15,.10);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
#gpm-menu-overlay.gpm-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='14' fill='white' stroke='%23111' stroke-opacity='.18'/%3E%3Cpath d='M10 10L20 20M20 10L10 20' stroke='%23111' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") 15 15, pointer;
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */
@media(max-width:1100px){
  .gpm-collections-head,
  .gpm-collections-grid{
    width:calc(100% - 40px);
  }
  .gpm-collections-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:767px){
  .gpm-marquee-group{
    gap:24px;
    padding:12px 24px 12px 0;
  }
  .gpm-marquee-item{
    font-size:10px;
    letter-spacing:.13em;
  }
  .gpm-marquee-track{
    animation-duration:34s;
  }

  .gpm-collections{
    padding:30px 0 40px;
  }
  .gpm-collections-head{
    width:calc(100% - 28px);
    display:block;
    margin-bottom:18px;
  }
  .gpm-collections-title{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    font-size:clamp(38px,13vw,56px);
    line-height:.9;
  }
  .gpm-collections-sub{
    max-width:94%;
    margin-top:11px;
    font-size:12px;
  }
  .gpm-all-link{
    margin-top:15px;
    font-size:12px;
  }
  .gpm-collections-grid{
    width:calc(100% - 20px);
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .gpm-card{
    aspect-ratio:.80!important;
  }
  .gpm-card-label{
    left:10px;
    right:10px;
    bottom:10px;
    gap:6px;
  }
  .gpm-card-index{
    font-size:7px;
    margin-bottom:4px;
  }
  .gpm-card-name{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    font-size:clamp(12px,4vw,17px)!important;
    line-height:1!important;
  }
  .gpm-card-arrow{
    width:25px;
    height:25px;
    flex-basis:25px;
    font-size:12px;
  }

  /* Homepage products: two columns, never one-by-one */
  .gpm-products-section ul.products,
  .gpm-products-section .wc-block-grid__products,
  .gpm-products-section .wc-block-product-template{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .gpm-products-section li.product,
  .gpm-products-section .wc-block-grid__product,
  .gpm-products-section .wc-block-product,
  .gpm-products-section .gocce-motion-product{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  .gpm-products-section li.product img,
  .gpm-products-section .wc-block-grid__product img,
  .gpm-products-section .wc-block-product img,
  .gpm-products-section .gocce-motion-product img{
    max-width:100%!important;
  }
  .gpm-products-section .woocommerce-loop-product__title,
  .gpm-products-section .wc-block-grid__product-title{
    font-size:14px!important;
    line-height:1.3!important;
  }
  .gpm-products-section .price,
  .gpm-products-section .wc-block-grid__product-price{
    font-size:14px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .gpm-marquee-track,
  .gpm-search-target:hover{
    animation:none!important;
  }
  .gpm-reveal,
  .gpm-reveal.gpm-in,
  .gpm-card,
  .gpm-card img{
    transition:none!important;
    transform:none!important;
  }
}
