.gc-shop-page{padding:0}
.gc-shop-panel{padding:22px;background:linear-gradient(180deg,#171313 0%,#100d0d 100%);border:1px solid rgba(214,180,112,.16);box-shadow:0 22px 55px rgba(0,0,0,.28)}
.gc-shop-head{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:22px;padding:20px 22px;border:1px solid rgba(214,180,112,.18);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));box-shadow:inset 0 1px rgba(255,255,255,.025)}
.gc-shop-head h2{margin:0;color:#f2e4c8;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500;letter-spacing:.025em}
.gc-shop-head p{margin:7px 0 0;color:#aa9b87;font-size:13px;letter-spacing:.01em}
.gc-shop-wallet{display:flex;gap:9px;flex-wrap:wrap}
.gc-shop-wallet span{min-width:92px;padding:10px 14px;border:1px solid rgba(214,180,112,.16);border-radius:10px;background:rgba(255,255,255,.018);text-align:center}
.gc-shop-wallet b{display:block;color:#d8b66e;font-size:18px;font-weight:700;letter-spacing:.02em}
.gc-shop-wallet small{color:#8f8374;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.gc-shop-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:22px}
.gc-shop-categories{display:flex;flex-direction:column;gap:4px;padding:9px;border:1px solid rgba(214,180,112,.13);border-radius:12px;background:#121010}
.gc-shop-categories button{position:relative;padding:13px 14px;border:0;border-bottom:1px solid rgba(255,255,255,.045);border-radius:7px;background:transparent;color:#b9ab98;font:600 12px/1.2 Inter,Segoe UI,Arial,sans-serif;letter-spacing:.025em;text-align:left;cursor:pointer;transition:color .18s ease,background .18s ease,padding .18s ease}
.gc-shop-categories button:last-child{border-bottom:0}
.gc-shop-categories button::before{content:"";position:absolute;left:0;top:50%;width:1px;height:0;background:#d8b66e;transform:translateY(-50%);transition:height .18s ease}
.gc-shop-categories button:hover{padding-left:17px;background:rgba(214,180,112,.035);color:#eee2cd}
.gc-shop-categories button.active{padding-left:18px;background:rgba(214,180,112,.055);color:#f1dfbd}
.gc-shop-categories button.active::before{height:22px}
.gc-shop-content{min-width:0}
.gc-shop-category-panel{display:none}
.gc-shop-category-panel.active{display:block}
.gc-shop-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:2px 1px 12px;border-bottom:1px solid rgba(214,180,112,.13)}
.gc-shop-category-head h3{margin:0;color:#eadabd;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500;letter-spacing:.02em}
.gc-shop-category-head span{padding:5px 9px;border:1px solid rgba(214,180,112,.14);border-radius:999px;background:transparent;color:#998b78;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.11em}
.gc-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.gc-shop-item{position:relative;display:flex;flex-direction:column;padding:10px;border:1px solid rgba(214,180,112,.13);border-radius:12px;background:#151212;box-shadow:0 12px 26px rgba(0,0,0,.18);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.gc-shop-item::before{content:"";position:absolute;left:14px;right:14px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(216,182,110,.55),transparent)}
.gc-shop-item:hover{transform:translateY(-3px);border-color:rgba(214,180,112,.27);box-shadow:0 17px 30px rgba(0,0,0,.24)}
.gc-shop-item-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:290px;overflow:hidden;border:1px solid rgba(214,180,112,.12);border-radius:8px;background:linear-gradient(145deg,#1d1918,#121010);padding:12px}
.gc-shop-item-image::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 34px rgba(0,0,0,.3);pointer-events:none}
.gc-shop-item-image img{position:relative;z-index:1;display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;margin:auto}
.gc-shop-image-placeholder{position:relative;width:46px;height:58px;border:1px solid rgba(214,180,112,.28);border-radius:4px;background:linear-gradient(180deg,rgba(214,180,112,.08),rgba(214,180,112,.02));box-shadow:0 0 0 4px rgba(214,180,112,.025)}
.gc-shop-image-placeholder::before,.gc-shop-image-placeholder::after{content:"";position:absolute;left:9px;right:9px;height:1px;background:rgba(214,180,112,.24)}
.gc-shop-image-placeholder::before{top:21px}.gc-shop-image-placeholder::after{top:31px}
.gc-shop-item h4{margin:12px 2px 10px;color:#e9decb;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;font-weight:650;letter-spacing:.015em}
.gc-shop-item-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.045)}
.gc-shop-item-footer strong{color:#d8b66e;font-size:13px;font-weight:700;letter-spacing:.015em}
.gc-shop-item-footer button{padding:7px 9px;border:1px solid rgba(214,180,112,.12);border-radius:7px;background:transparent;color:#736a5f;font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.07em}
@media(max-width:1050px){.gc-shop-layout{grid-template-columns:1fr}.gc-shop-categories{flex-direction:row;overflow:auto}.gc-shop-categories button{white-space:nowrap;border-bottom:0;border-right:1px solid rgba(255,255,255,.045)}.gc-shop-categories button::before{left:50%;top:auto;bottom:0;width:0;height:1px;transform:translateX(-50%);transition:width .18s ease}.gc-shop-categories button.active::before{width:22px;height:1px}.gc-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.gc-shop-head{align-items:flex-start;flex-direction:column}.gc-shop-wallet{width:100%}.gc-shop-wallet span{flex:1}.gc-shop-grid{grid-template-columns:1fr}.gc-shop-item-image{height:340px}}

/* 8.8.4.9 — copie exacte de la carte de l’accueil dans le visualiseur */
.gc-shop-layout{grid-template-columns:190px minmax(0,1fr) 330px;align-items:start}
.gc-shop-preview{position:sticky;top:18px;min-width:0;padding:14px;border:1px solid rgba(214,180,112,.16);border-radius:12px;background:#121010}
.gc-shop-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid rgba(214,180,112,.12)}
.gc-shop-preview-head small{display:block;margin-bottom:4px;color:#8f8374;font-size:9px;text-transform:uppercase;letter-spacing:.15em}
.gc-shop-preview-head h3{margin:0;color:#eadabd;font:500 18px/1.15 Georgia,"Times New Roman",serif}
.gc-shop-preview-head button{padding:6px 8px;border:1px solid rgba(214,180,112,.15);border-radius:6px;background:transparent;color:#9f917e;font-size:9px;text-transform:uppercase;letter-spacing:.07em;cursor:pointer}
.gc-shop-preview-head button:hover{border-color:rgba(214,180,112,.34);color:#eadabd}
.gc-shop-preview-card-stage{position:relative;isolation:isolate;overflow:hidden;border-radius:12px}
.gc-shop-preview-background,.gc-shop-preview-effect{position:absolute;inset:0;z-index:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity .18s ease}
.gc-shop-preview-background.has-image{opacity:1}
.gc-shop-preview-background.has-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.12),rgba(5,5,5,.5))}
.gc-shop-preview-effect{z-index:4;pointer-events:none;mix-blend-mode:screen}
.gc-shop-preview-effect.has-image{opacity:.72}
.gc-shop-profile-card-mount{position:relative;z-index:2}
.gc-shop-home-profile-clone.profile{width:100%;margin:0!important;min-height:0;position:relative;background:rgba(10,10,10,.78)!important;backdrop-filter:blur(2px)}
.gc-shop-preview-background.has-image~.gc-shop-profile-card-mount .gc-shop-home-profile-clone.profile{background:rgba(10,10,10,.58)!important}
.gc-shop-home-profile-clone .profile-actions{display:none!important}
.gc-shop-home-profile-clone .profile-body{position:relative;z-index:2}
.gc-shop-home-profile-clone .profile-banner{background-size:cover!important;background-position:center!important}
.gc-shop-home-profile-clone .profile-banner.gc-shop-custom-banner{height:78px!important}
.gc-shop-home-profile-clone .avatar-wrap{position:relative;overflow:visible!important;z-index:5}
.gc-shop-home-profile-clone .gc-shop-avatar-frame-layer{position:absolute;z-index:8;left:50%;top:50%;width:118px;height:118px;max-width:none;object-fit:contain;transform:translate(-50%,-50%);pointer-events:none;filter:drop-shadow(0 7px 8px rgba(0,0,0,.55))}
.gc-shop-home-profile-clone .gc-shop-avatar-frame-layer[hidden]{display:none}
.gc-shop-home-profile-clone .gc-profile-wallet{grid-template-columns:repeat(3,1fr)}
.gc-shop-preview-selection{display:grid;gap:1px;margin-top:10px;border:1px solid rgba(214,180,112,.12);background:rgba(214,180,112,.12)}
.gc-shop-preview-selection span{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;padding:8px 9px;background:#151212}
.gc-shop-preview-selection small{color:#857969;font-size:8px;text-transform:uppercase;letter-spacing:.1em}
.gc-shop-preview-selection b{min-width:0;color:#d6c8b3;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gc-shop-preview-help{margin:10px 2px 0;color:#817668;font-size:10px;line-height:1.45;text-align:center}
.gc-shop-item{cursor:pointer;outline:none}
.gc-shop-item:focus-visible{border-color:rgba(214,180,112,.45);box-shadow:0 0 0 2px rgba(214,180,112,.11)}
.gc-shop-item.is-selected{border-color:rgba(214,180,112,.55);box-shadow:0 0 0 1px rgba(214,180,112,.18),0 17px 30px rgba(0,0,0,.28)}
.gc-shop-item.is-selected::after{content:"APERÇU";position:absolute;z-index:3;right:8px;top:8px;padding:4px 6px;border:1px solid rgba(214,180,112,.3);background:rgba(12,10,9,.88);color:#d8b66e;font-size:7px;font-weight:800;letter-spacing:.1em}
@media(max-width:1320px){.gc-shop-layout{grid-template-columns:180px minmax(0,1fr) 300px}}
@media(max-width:1080px){.gc-shop-layout{grid-template-columns:190px minmax(0,1fr)}.gc-shop-preview{grid-column:1/-1;position:static;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px}.gc-shop-preview-head{grid-column:1/-1}.gc-shop-preview-selection{align-self:start;margin-top:0}.gc-shop-preview-help{align-self:end;text-align:left}}
@media(max-width:720px){.gc-shop-preview{display:block}.gc-shop-preview-selection{margin-top:10px}.gc-shop-preview-help{text-align:center}}

/* 8.8.4.10 — carte d’accueil réellement identique + fonds nets */
.gc-shop-layout{grid-template-columns:190px minmax(0,1fr) 390px}
.gc-shop-preview-card-stage{overflow:visible;border-radius:0}
.gc-shop-profile-card-mount{position:relative;z-index:2}
.gc-shop-home-profile-clone.profile{
  width:100%;
  margin:0!important;
  min-height:0;
  position:relative;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.gc-shop-home-profile-clone.profile:not(.gc-shop-has-profile-background){
  background-image:none!important;
}
.gc-shop-home-profile-clone.profile.gc-shop-has-profile-background{
  background-image:linear-gradient(180deg,rgba(9,7,6,.28),rgba(9,7,6,.68)),var(--gc-shop-profile-background)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  image-rendering:auto;
}
.gc-shop-home-profile-clone .profile-actions{display:flex!important}
.gc-shop-home-profile-clone button,
.gc-shop-home-profile-clone input,
.gc-shop-home-profile-clone select,
.gc-shop-home-profile-clone textarea,
.gc-shop-home-profile-clone a{pointer-events:none!important}
.gc-shop-home-profile-clone .gc-profile-wallet{grid-template-columns:repeat(3,1fr)!important}
.gc-shop-home-profile-clone .profile-banner:not(.gc-shop-custom-banner){
  background-size:auto!important;
  background-position:initial!important;
}
.gc-shop-home-profile-clone .profile-banner.gc-shop-custom-banner{
  background-size:cover!important;
  background-position:center!important;
}
.gc-shop-preview-background{display:none!important}
@media(max-width:1380px){.gc-shop-layout{grid-template-columns:180px minmax(0,1fr) 350px}}
@media(max-width:1120px){.gc-shop-layout{grid-template-columns:190px minmax(0,1fr)}.gc-shop-preview{grid-column:1/-1;position:static}}
