.wpc-wrap.v2 {
    max-width: 100%;
    background: #f7f3f3;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wpc-wrap.v2 .wpc-topbar {
    margin: 0;
    background: #000;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.wpc-wrap.v2 .wpc-topbar .icon {
    color: #fff;
    font-size: 20px;
}

.wpc-wrap.v2 .wpc-topbar .left {
    display: flex;
    gap: 20px;
}

.wpc-wrap.v2 .wpc-topbar .right {
    display: none;
}

.wpc-tabbar {
    position: relative;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px 15px;
    justify-content: center;
    gap: 15px !important;
    display: flex;
}

.wpc-tabbar .button.tab {
    all: unset;
    color: #000 !important;
    font-size: 16px;
    cursor: pointer;
    background: none !important;
    padding: 12px 30px;
    border-radius: 5px;
}

.wpc-stage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.wpc-stage .wpc-box {
    width: fit-content;
    margin: 0 auto;
}

.wpc-stage .wpc-box , .wpc-stage .wpc-box * {
    height: auto !important;
    width: 250px !important;
    aspect-ratio: 1/2;
}

.wpc-wrap.v2 .wpc-drawer .panel {
    right: -45% !important;
    width: fit-content;
    left: unset !important;
    top: 50% !important;
    transform: translateY(-25%);
    max-width: 450px;
}

.wpc-tabbar .button.tab.active {
    background: #e3e3e3 !important;
    color: #27ad60 !important;
}

.wpc-wrap.v2 .wpc-drawer .head {
    background: #000 !important;
}

.wpc-wrap.v2 .wpc-drawer .head span {
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
}

.wpc-wrap.v2 .wpc-drawer .tabs {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    gap: 0px !important;
}

.wpc-wrap.v2 .wpc-drawer .body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px !important;
}

.wpc-wrap.v2 .wpc-drawer button.tab {
    flex: 1;
    border: none;
    padding: 0;
    color: #000;
    padding: 10px;
    background: none !important;
}

.wpc-wrap.v2 .wpc-drawer button.tab.active {
    background: #e3e3e3 !important;
    color: #27ad60 !important;
}


.wpc-wrap.v2 .wpc-drawer input[type="color"] {
    border: none;
    background: none !important;
    border-radius: 5px !important;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    padding: 0;
    box-shadow: rgb(0 0 0 / 87%) 0px 1px 4px;
    margin-bottom: 0;
}

.wpc-wrap.v2 .wpc-drawer input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.wpc-wrap.v2 .wpc-drawer input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 5px;  /* inner color box round */
}

.wpc-wrap.v2 .wpc-drawer button.button-primary {
    background: #000000;
    color: #fff;
    border: none;
    padding: 15px 25px;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-top: 0;
}

.wpc-wrap.v2 .wpc-drawer :where(.p-solid,.p-grad) {
    padding: 0;
}

.wpc-wrap.v2 .wpc-drawer :where(.p-solid,.p-grad) button {
    margin-top: 10px !important;
}

.wpc-wrap.v2 .wpc-drawer :where(.p-solid,.p-grad) {
    margin-top: 10px;
}

.wpc-mini , .wpc-filter-bar {
    background: #fff;
    z-index: 999;
    flex-direction: column;
    top: 50% !important;
    transform: translateY(-35%);
    left: unset !important;
    gap: 7px !important;
    display: flex;
    right: 0;
    max-width: 200px !important;
    min-width: 200px !important;
    width: 200px !important;
}

.wpc-mini button {
    border: 1px solid #00000054;
    color: #000 !important;
    box-shadow: none !important;
    background: none !important;
    border-radius: 5px;
    line-height: 1;
    font-size: 14px !important;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 10px 15px;
    transition: 0.3s ease-in-out all;
}

.wpc-mini .button {
    background: #e3e3e3 !important;
    color: #000 !important;
    padding: 8px !important;
}

.wpc-mini button:hover {
    background: #000 !important;
    color: #fff !important;
}

.wpc-filter-scroll {
    flex-direction: column;
    width: 100%;
    height: 200px;
    flex-wrap: nowrap !important;
}

.wpc-filter-scroll .wpc-filter {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 7px;
    border-radius: 4px;
}

.wpc-filter-scroll .thumb {
    object-fit: contain;
    object-position: center !important;
    width: fit-content !important;
    height: 50px !important;
    border: none !important;
}

.wpc-filter-scroll .lbl {
    margin: 0 !important;
    display: none;
}

.wpc-filter-scroll .wpc-filter.active {
    background: #e3e3e3;
}

.wpc-mini div, .wpc-filter-bar div {
    flex-wrap: wrap;
}

.p-format .button.u {
    display: none !important;
}

.wpc-wrap.v2 .wpc-topbar .left {
    display: none;
}

.wpc-wrap.v2 .wpc-topbar .right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 18px;
}

.wpc-wrap.v2 .wpc-topbar .left {
    display: none;
}

.wpc-wrap.v2 .wpc-topbar .right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 18px;
}

.wpc-buy {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpc-buy .wpc-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpc-buy .wpc-qty button {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    padding: 0;
    min-width: var(--size);
    min-height: var(--size);
    max-width: var(--size);
    max-height: var(--size);
    background: #000;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
}

.wpc-buy .wpc-qty input {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2em;
    font-family: 'Poppins';
    font-weight: 600;
    border: none;
    width: 35px;
    padding: 0;
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.wpc-buy .wpc-qty input::-webkit-outer-spin-button,
.wpc-buy .wpc-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wpc-buy .wpc-buy-now {
    background: linear-gradient(to right, #8d3197 0%, #1577c4 100%) !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    font-family: 'Poppins';
    font-weight: bold !important;
    font-size: 16px !important;
    transition: 0.3s ease-in-out all;
}

.wpc-buy .wpc-buy-now:hover {
    background: #000 !important;
}


/* Responsive */

@media (max-width: 900px) {
  .wpc-tabbar .button.tab {
    font-size: 10px;
    padding: 10px 10px;
  }

  .wpc-stage .wpc-box, .wpc-stage .wpc-box * {
      width: 170px !important;
  }

  .wpc-wrap.v2 .wpc-topbar .right {
      font-size: 14px;
  }

  .wpc-wrap.v2 .wpc-drawer .panel {
      right: unset !important;
      left: 50% !important;
      transform: translate(-50%, 0px) scale(0.8) !important;
      top: 0 !important;
  }

  select.wpc-font {
      min-width: 80px;
  }

  input.wpc-size {
      width: 30px !important;
      padding: 7px 0px !important;
  }

  .wpc-mini, .wpc-filter-bar {
      transform: translate(0px, 100px) scale(0.7) !important;
      left: 0 !important;
      top: 0 !important;
  }
}