.elementor-925 .elementor-element.elementor-element-7be10ad{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-925 .elementor-element.elementor-element-7be10ad:not(.elementor-motion-effects-element-type-background), .elementor-925 .elementor-element.elementor-element-7be10ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF0F3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-925 .elementor-element.elementor-element-441153f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -40px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-925 .elementor-element.elementor-element-441153f .elementor-heading-title{font-family:"Prompt", Sans-serif;font-size:50px;font-weight:900;color:#CA2132;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-925 .elementor-element.elementor-element-70af6dc{text-align:center;font-family:"Prompt", Sans-serif;font-weight:500;color:#6C162E99;}.elementor-925 .elementor-element.elementor-element-418ee2f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-925 .elementor-element.elementor-element-7c24275{width:100%;max-width:100%;}.elementor-925 .elementor-element.elementor-element-7c24275.etheme-account-page-tabs-vertical .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-bottom:12px;}.elementor-925 .elementor-element.elementor-element-7c24275.etheme-account-page-tabs-horizontal .woocommerce-MyAccount-navigation ul li:not(:last-child){margin-inline-end:12px;}@media(min-width:768px){.elementor-925 .elementor-element.elementor-element-418ee2f{--width:1280px;}}/* Start custom CSS for woocommerce-account-etheme_page, class: .elementor-element-7c24275 *//* ===============================
   SIDEBAR WRAPPER
================================ */
.woocommerce-MyAccount-navigation-wrapper {
  background: #fff;
  border-radius: 32px;
  padding: 28px;
  border: 1px solid #fde2e7;
  position: sticky;
  top: 120px;
}

/* user info */
.MyAccount-user-info {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fde2e7;
}

.MyAccount-user-info img {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 4px solid #fde2e7;
}

.MyAccount-user-name {
  font-weight: 900;
  font-size: 18px;
  color: #111827;
}

.MyAccount-user-info div div:last-child {
  color: #ca2132;
  font-weight: 600;
  font-size: 13px;
}
/* ===============================
   ACCOUNT MENU
================================ */

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 18px;
  font-weight: 800;
  color: #6b7280;
  transition: all .25s ease;
}

/* icon */
.woocommerce-MyAccount-navigation li i {
  font-size: 18px;
  opacity: .7;
}

/* hover */
.woocommerce-MyAccount-navigation li a:hover {
  background: #fff1f2;
  color: #ca2132;
}

/* active (แดงแบบ Figma) */
.woocommerce-MyAccount-navigation li.is-active a {
  background: #ca2132;
  color: #fff;
  box-shadow: 0 16px 40px rgba(202,33,50,.35);
}

.woocommerce-MyAccount-navigation li.is-active i {
  opacity: 1;
}
/* ===============================
   CONTENT CARD
================================ */

.woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
  border: 1px solid #fde2e7;
}

/* title */
.woocommerce-MyAccount-content h3.title span {
  font-size: 28px;
  font-weight: 900;
  color: #111827;
}

/* text */
.woocommerce-MyAccount-content p {
  color: #6b7280;
  font-weight: 500;
}
.MyAccount-dashboard-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 20px;
  margin-top: 24px;
}

.MyAccount-dashboard-buttons a {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid #fde2e7;
  font-weight: 900;
  color: #111827;
  transition: all .25s ease;
}

.MyAccount-dashboard-buttons a:hover {
  transform: translateY(-4px);
  color: #ca2132;
}

.swiper-entry > h3.title span {
  font-family: 'Prompt', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #111827;
  letter-spacing: -.02em;
}

.swiper-entry > h3.title {
  margin-bottom: 28px;
}

.product-slide .content-product {
  background: #fff;
  border-radius: 28px;
  border: 1px solid #fde2e7;
  padding: 18px 18px 22px;
  height: 100%;
  transition: all .35s ease;
}

.product-slide:hover .content-product {
  transform: translateY(-6px);
}
.product-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  background: #fff5f7;
}

.product-image-wrapper img {
  transition: transform .4s ease;
}

.product-slide:hover img {
  transform: scale(1.06);
}

.products-page-cats a {
  display: inline-block;
  background: #fff1f2;
  color: #ca2132;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.content-product .product-title a {
  font-family: 'Prompt';!important
  font-size: 16px;!important
  font-weight: 800;!important
  color: #111827;!important
  line-height: 1.35;!important
}

.product-title a:hover {
  color: #ca2132; !important
}
.content-product .price {
  font-family: 'Prompt', sans-serif;!important
  font-weight: 900;!important
  font-size: 16px;!important
  color: #ca2132;!important
}

.content-product .price del {
  color: #9ca3af;!important
  font-weight: 600;!important
}

.content-product .price ins {
  text-decoration: none;
}

.sale-wrapper .onsale {
  background: #ca2132;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  border-radius: 999px;
  padding: 6px 12px;
  top: 14px;
  left: 14px;
}

.st-swatch-preview li span {
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #f3c7cf;
  background: #fff;
  color: #111827;
  transition: all .2s ease;
}

.st-swatch-preview li span:hover,
.st-swatch-preview li.active span {
  background: #ca2132;
  color: #fff;
  border-color: #ca2132;
}
.product-details .button {
  margin-top: 14px;
  width: 100%;
  border-radius: 999px;
  font-family: 'Prompt', sans-serif;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 12px 0;
  background: #ca2132;
  color: #fff;
  transition: all .25s ease;
}

.product-details .button:hover {
  background: #a91b29;
  transform: translateY(-2px);
}

.product-slide .product-type-simple .price:has(bdi:contains("฿0")) {
  color: #9ca3af;
}

.product-slide .product-type-simple .button {
  background: #e5e7eb;
  color: #6b7280;
  pointer-events: none;
}
ul.st-swatch-preview li {
    border: none;
}/* End custom CSS */