.sea-wrap {
    display: grid;
    grid-template-columns: minmax(320px,420px) 1fr;
    gap: 20px;
    justify-self: center;
    align-items: start;
    font-family: system-ui,Inter,Segoe UI,Arial
}
.male-only {
  display: none;
}

.female-only {
  display: none;
}

.sea-stage {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    overflow: hidden
}

.sea-stage svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain
}

.sea-controls .row {
    margin-bottom: 14px
}

.sea-controls label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #d1d5db
}

.sea-seg {
    display: inline-flex;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.08)
}

.sea-seg button {
    border: 0;
    background: transparent;
    padding: 8px 14px;
    cursor: pointer;
    color: #e5e7eb
}

.sea-seg button.active {
    background: #fe9e1a;
    color: #000000;
    font-weight: 600;
}

.sea-swatches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.sea-swatches button {
    width: 33px;
    height: 33px;
    border-radius: 60%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
    cursor: pointer
}

/* Background swatches (same shape as skin tones) */
.sea-swatches[data-key="bg"] button {
  width: 33px;
  height: 33px;
  border-radius: 60%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease;
  margin-right: 6px;
}

.sea-swatches[data-key="bg"] button:hover {
  transform: scale(1.1);
}

.sea-actions {
    margin-top: 16px
}

.sea-save {
    background: #FE9E19;
    color: #111;
    border: 0;
    border-radius: 12px;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(254,158,25,.35)
}

@media screen and (max-width: 639px) {
    .elementor-4640 .elementor-element.elementor-element-0404e54 .elementor-shortcode {
    background-color: #00374b;
    border-radius: 20px!important;
    padding: 0!important;
    border: 4px solid #fe9e1a;
    box-shadow: 0 6px 18px rgba(254, 158, 25, .35);
}
.sea-wrap {
    display: block;
   
}
.sea-controls {
    padding: 20px;
}
}

.seenex-avatar-shop-balance {
  margin-bottom: 20px;
  font-size: 16px;
}

.seenex-avatar-shop-grid {
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
}

.seenex-avatar-shop-item {
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.seenex-avatar-shop-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f7ff;
  height: 140px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.seenex-avatar-shop-thumb img {
  max-width: 100%;
  max-height: 100%;
  display:block;
}

.seenex-avatar-shop-thumb-placeholder {
  font-size: 40px;
  font-weight: 700;
  color:#999;
}

.seenex-item-locked,
.seenex-item-unlocked {
  position:absolute;
  bottom:8px;
  right:8px;
  background:rgba(0,0,0,0.75);
  color:#fff;
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
}

.seenex-item-unlocked {
  background:#27ae60;
}

.seenex-avatar-shop-title {
  margin:10px 0 2px;
  font-size:15px;
  font-weight:600;
}

.seenex-avatar-shop-type {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#999;
  margin-bottom:6px;
}

.seenex-avatar-shop-price {
  font-size:13px;
  margin-bottom:10px;
}

.seenex-shop-btn {
  display:inline-block;
  width:100%;
  border:none;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  cursor:pointer;
  background:#ff9f1c;
  color:#fff;
  font-weight:600;
}

.seenex-shop-btn:hover {
  opacity:.9;
}

.seenex-shop-btn-disabled {
  background:#ccc;
  cursor:default;
}

.seenex-shop-message {
  margin-top:6px;
  font-size:12px;
}

.seenex-shop-message.seenex-success { color:#27ae60; }
.seenex-shop-message.seenex-error { color:#e74c3c; }

.seenex-avatar-shop,
.seenex-avatar-shop * {
    color: #ffffff !important;
        justify-items: center;
}

.seenex-avatar-shop-title {
    color: #00374b !important;
}

.seenex-avatar-shop-price strong {
    color: #00374b !important;
}

.seenex-item-locked,
.seenex-item-unlocked {
    color: #fff !important;
}

.seenex-shop-btn {
    background: #ffb648 !important;
    color: #000 !important;
    border-radius: 8px;
    font-weight: 600;
}

.seenex-avatar-shop-thumb {
    background: transparent !important;
}

.seenex-bg-preview {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seenex-bg-preview svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.seenex-active-btn {
    background: #1abc9c !important;
    color: white !important;
    font-weight: bold;
}

.seenex-shop-btn-active {
    background: #2ecc71;
    color: white;
    cursor: default;
}

.sea-shop-preview {
    padding-bottom: 40px;
}

/* ============================
   SEENEX AVATAR SHOP — CLEAN UI
   ============================ */

/* Grid layout */
.seenex-avatar-shop-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    padding: 20px;
}

/* Item Card */
.seenex-avatar-shop-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Thumbnail area */
.seenex-avatar-shop-thumb {
    margin-bottom: 15px;
    position: relative;
    min-height: 120px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Accessory thumbnail (SVG image) */
.seenex-accessory-thumb-img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Unlocked / locked label */
.seenex-item-unlocked,
.seenex-item-locked {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 12px;
    color: white;
}

.seenex-item-unlocked {
    background: #4caf50;
}

.seenex-item-locked {
    background: #e53935;
}

/* Title */
.seenex-avatar-shop-title {
    font-size: 18px;
    margin: 20px 0 5px;
    font-weight: 600;
    color: #0d2a3d;
}

/* Type text */
.seenex-avatar-shop-type {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.7;
}

/* Buttons */
.seenex-shop-btn {
    width: 100%;
    padding: 12px 0;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: 0.2s ease;
    font-weight: 600;
}

/* Activate button */
.seenex-activate-accessory {
    background: #ffb74d;
    color: #333;
}

.seenex-activate-accessory:hover {
    background: #ffa726;
}

/* Deactivate */
.seenex-deactivate-accessory {
    background: #ff7043;
    color: white;
}

.seenex-deactivate-accessory:hover {
    background: #ff5722;
}

/* Disabled / active state */
.seenex-shop-btn-active {
    background: #4caf50 !important;
    color: white !important;
    cursor: default;
}

/* Message text under button */
.seenex-shop-message {
    margin-top: 10px;
    font-size: 13px;
}

.seenex-success {
    color: #4caf50;
}

.seenex-error {
    color: #e53935;
}
