@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  background-color: #ffffff;
}

h1, .fs-1 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 400;
}

h2, .fs-2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h3, .fs-3 {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
}

h4, .fs-4 {
  font-size: 18px;
  line-height: 24px;
}

p, .p {
  font-size: 16px;
  line-height: 22px;
}

small, .small {
  font-size: 14px;
}

input[type=submit].btn.btn-primary,
.btn-primary,
.page-access-b .login .btn,
.page-access .login .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.button.wc-forward.checkout,
.button.alt,
.woocommerce-Button {
  background-color: #CC0256;
  color: #fff;
  border-width: 2px;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  border-radius: 42px;
  font-weight: 400;
}
input[type=submit].btn.btn-primary:hover,
.btn-primary:hover,
.page-access-b .login .btn:hover,
.page-access .login .btn:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.button.wc-forward.checkout:hover,
.button.alt:hover,
.woocommerce-Button:hover {
  background-color: #fff;
  color: #CC0256;
  border-width: 2px;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  border-radius: 42px;
  font-weight: 400;
  opacity: 0.8;
}

.btn-secondary, .button.wc-forward {
  background-color: transparent;
  color: #333333;
  border-width: 2px;
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-radius: 42px;
  font-weight: 400;
}
.btn-secondary:hover, .button.wc-forward:hover {
  background-color: #F6F6F6;
  color: #333333;
  border-width: 2px;
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-radius: 42px;
  font-weight: 400;
  opacity: 0.8;
}

.btn-alt {
  background-color: transparent;
  color: #CC0256;
  border-width: 0;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  border-radius: 42px;
  font-weight: 400;
  padding: 0 24px;
  min-height: 38px;
  line-height: 38px;
  background-color: rgba(255, 0, 102, 0.1);
}
.btn-alt:hover {
  background-color: transparent;
  color: #CC0256;
  border-width: 0;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  background-color: rgba(255, 0, 102, 0.1);
  border-radius: 42px;
  font-weight: 400;
  opacity: 0.8;
}

.btn-link {
  background-color: transparent;
  color: #CC0256;
  border-width: 2px;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-weight: 400;
  padding: 0 0;
  min-height: auto;
  line-height: 32px;
}
.btn-link:hover {
  background-color: transparent;
  color: #CC0256;
  border-width: 2px;
  border-color: #CC0256;
  border-radius: 0;
  border-style: solid;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-weight: 400;
  padding: 0 0;
  min-height: auto;
  line-height: 32px;
  font-weight: 400;
  opacity: 0.8;
}

.limit {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 576px) {
  .limit {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.bar {
  height: 3px;
  background-color: #CC0256;
  width: 60px;
  display: block;
  margin: 18px auto;
}
.bar.align-left {
  margin: 18px 0;
}

.lead {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .lead {
    font-size: 18px;
    line-height: 26px;
  }
}

.gap {
  gap: 12px;
}

.gap-x2 {
  gap: 18px;
}

.gap-x3 {
  gap: 24px;
}

.gap-lg {
  gap: 48px;
}

.gap-xl {
  gap: 60px;
}

.nav.gap {
  gap: 12px;
}

header.header {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
header.header .wp-nav a {
  font-weight: 300;
}
header.header .logo-pa {
  transform: translateY(4px);
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  header.header .logo-pac {
    width: 120px !important;
  }
  header.header .logo-pa {
    width: 70px !important;
    margin-left: 0;
  }
}
header.header .wp-nav a:hover {
  opacity: 0.7;
}

.btn-user {
  background-color: #e8f1f5;
  border-radius: 42px;
  padding-right: 48px;
  padding-left: 18px;
  font-weight: 300;
  height: 42px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-user .avatar {
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
  background-color: #CC0256;
  border-radius: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer {
  background-color: #e8f1f5;
}
footer.footer .footer-bottom .limit > div {
  border-top: 1px solid #ddd;
}
footer.footer .footer-bottom {
  font-size: 14px;
  font-weight: 400;
}
footer.footer .footer-bottom .item {
  opacity: 0.7;
}
footer.footer .footer-main small {
  opacity: 0.7;
}
footer.footer h4 {
  font-size: 16px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
footer.footer .widget ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 24px;
  border-left: 2px solid #CC0256;
}

.btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 42px;
}

.btn-icon .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 20px;
  min-width: 20px;
  background-color: #CC0256;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}
.btn-icon .badge.empty {
  opacity: 0;
}

.mobile-menu {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  color: #333;
}
.mobile-menu a {
  color: #333;
}
.mobile-menu .logo-pac {
  width: 160px !important;
}
.mobile-menu .logo-pa {
  width: 100px !important;
}
.mobile-menu .nav-mobile li {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
.mobile-menu .nav-mobile li a:hover {
  opacity: 0.7;
}
.mobile-menu .btn-cart {
  width: 100%;
  padding: 18px 0 !important;
}
.mobile-menu .btn-cart .badge {
  top: 15px;
  right: -8px;
}
.mobile-menu .btn-user {
  margin-top: 24px;
  padding-right: 18px;
  padding-left: 56px;
  justify-content: start;
}
.mobile-menu .btn-user .avatar {
  right: auto;
  left: 0;
}

.btn-cart.icon span,
.btn-cart.text i {
  display: none;
}

.mini-cart {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.mini-cart .grid {
  height: 100vh;
}
.mini-cart .head {
  height: 72px;
  padding: 18px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.mini-cart .scroll {
  overflow-y: auto;
}
.mini-cart .scroll > div {
  background-color: #e0e0e0;
}
.mini-cart .scroll ul {
  padding: 24px;
}
.mini-cart .foot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #ddd;
}
.mini-cart .woocommerce-mini-cart__total {
  text-align: center;
  padding: 12px;
}
.mini-cart .woocommerce-mini-cart__buttons a {
  min-height: 42px;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-cart .woocommerce-mini-cart__buttons a + a {
  margin-top: 12px;
}

.mini-cart tr {
  display: grid;
  grid-template-columns: 80px 132px;
  padding: 16px 0;
}

.hp-hub .card {
  border-radius: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.hp-hero {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 24px 24px;
}
@media screen and (max-width: 768px) {
  .hp-hero > .flex-col > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.hp-hero h1 {
  font-size: 60px;
  font-weight: 600;
  color: #CC0256;
}
@media screen and (max-width: 576px) {
  .hp-hero h1 {
    font-size: 48px;
  }
}
.hp-hero ul li {
  padding: 12px 0;
}
.hp-hero ul li:before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #CC0256;
  font-size: 22px;
  padding-right: 12px;
}
.hp-hero figure {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .hp-hero .cell-2 {
    justify-content: center;
  }
}

.bg-key-2 {
  background-color: #e8f1f5;
}

.hp-products .owl-dots {
  margin-top: 42px;
}
.hp-products .owl-dots .owl-dot span {
  background-color: #CC0256;
}

.product.item {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.product.item h2 {
  margin-top: 12px;
  font-size: 16px;
  min-height: 60px;
  line-height: 22px;
}
.product.item .price {
  font-weight: 700;
  color: #010101;
  font-size: 1.25em;
}
.product.item .added_to_cart.wc-forward {
  display: none;
}

.button.added:before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  transform: translateX(-10px);
}

.empty-cart-message::before {
  content: "";
  display: block;
  height: 48px;
  margin: 0 auto 2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 48px;
  width: 48px;
}

.ck-4 {
  color: #028B77;
}

.page-access > .grid {
  padding: 24px;
}
@media screen and (max-width: 576px) {
  .page-access > .grid {
    display: block;
  }
}
.page-access h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.page-access .bound {
  border-radius: 24px;
  background-color: #028B77;
  background-image: url("../images/creative-login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  color: #fff;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 576px) {
  .page-access .bound {
    margin-top: 24px;
  }
}
.page-access .bound > div:first-child {
  height: 45vh;
}
@media screen and (max-width: 1100px) {
  .page-access .bound > div:first-child {
    height: auto;
  }
}
.page-access .bound h1 {
  font-weight: 700;
}
.page-access .bound figure {
  height: 100%;
}
.page-access .bound figure img {
  height: 100%;
  display: block;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .page-access .bound figure img {
    height: auto;
    width: 80%;
  }
}
.page-access .bound .content {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 1100px) {
  .page-access .bound .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-access .bound ul {
  margin-top: 24px;
}
.page-access .bound ul li {
  position: relative;
  padding-left: 42px;
}
.page-access .bound ul li strong {
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .page-access .bound ul li strong {
    display: block;
  }
}
.page-access .bound ul li span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 42px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #028B77;
  font-weight: 400;
}
.page-access .login-password {
  position: relative;
}
.page-access .login-password:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  cursor: pointer;
  font-size: 22px;
}
.page-access .login-password.show:after {
  content: "";
}
.page-access .logos {
  margin-top: 42px;
}
@media screen and (max-width: 576px) {
  .page-access .logos {
    margin-top: 24px;
  }
}
.page-access .logos img {
  max-width: 400px;
}
.page-access .faq {
  opacity: 0.7;
  font-weight: 250;
}
.page-access .faq a {
  text-decoration: underline;
}
.page-access .register a {
  color: #028B77;
  text-decoration: underline;
  font-weight: 600;
}
.page-access .login {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 600px;
}
@media screen and (max-width: 576px) {
  .page-access .login {
    padding: 24px 0;
  }
}
.page-access .login input {
  border-radius: 4px;
  border-color: #ddd;
}
.page-access-b {
  background-image: url("../images/creative-login-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-access-b > .grid {
  padding: 24px;
}
@media screen and (max-width: 576px) {
  .page-access-b > .grid {
    display: block;
  }
}
.page-access-b h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.page-access-b .bound {
  border-radius: 24px;
  height: 100%;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 576px) {
  .page-access-b .bound {
    margin-top: 24px;
  }
}
.page-access-b .bound > div:first-child {
  height: 45vh;
}
@media screen and (max-width: 1100px) {
  .page-access-b .bound > div:first-child {
    height: auto;
  }
}
.page-access-b .bound h1 {
  font-weight: 700;
  color: #CC0256;
}
.page-access-b .bound figure {
  height: 100%;
}
.page-access-b .bound figure img {
  height: 100%;
  display: block;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .page-access-b .bound figure img {
    height: auto;
    width: 80%;
  }
}
.page-access-b .bound .content {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 1100px) {
  .page-access-b .bound .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-access-b .bound ul {
  margin-top: 24px;
}
.page-access-b .bound ul li {
  position: relative;
  padding-left: 42px;
  /*
  &:nth-child(1) {
    strong {color: #EF7A3B;}
    span {background-color: #EF7A3B;}
  }
  &:nth-child(2) {
    strong {color: $key-1;}
    span {background-color: $key-1;}
  }
  &:nth-child(3) {
    strong {color: $key-4;}
    span {background-color: $key-4;}
  }
  &:nth-child(4) {
    strong {color: #015DAB;}
    span {background-color: #015DAB;}
  }
  */
}
.page-access-b .bound ul li strong {
  text-transform: uppercase;
  font-size: 24px;
  color: #028B77;
}
@media screen and (max-width: 1100px) {
  .page-access-b .bound ul li strong {
    display: block;
  }
}
.page-access-b .bound ul li span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #028B77;
  border-radius: 42px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
}
.page-access-b .login-password {
  position: relative;
}
.page-access-b .login-password:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  cursor: pointer;
  font-size: 22px;
}
.page-access-b .login-password.show:after {
  content: "";
}
.page-access-b .logos img {
  max-width: 400px;
}
.page-access-b .faq {
  opacity: 0.7;
  font-weight: 250;
}
.page-access-b .faq a {
  text-decoration: underline;
}
.page-access-b .register a {
  color: #028B77;
  text-decoration: underline;
  font-weight: 600;
}
.page-access-b .login {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 600px;
}
@media screen and (max-width: 576px) {
  .page-access-b .login {
    padding: 24px 0;
  }
}
.page-access-b .login input {
  border-radius: 4px;
  border-color: #ddd;
}
.page-tmpl-register .container-center,
.template-tmpl-register .container-center {
  padding: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.page-tmpl-register h2,
.template-tmpl-register h2 {
  margin-bottom: 0 !important;
}

.page-tmpl-register .login,
.template-tmpl-access .login {
  padding: 0;
}

.promo-card {
  padding: 18px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.promo-grid figure {
  width: 120px;
}
.promo-grid h4 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

.promo-list figure {
  width: 80px;
}
.filters {
  margin-bottom: 18px;
}
.filters a {
  border-radius: 24px;
  background-color: #e8f1f5;
  padding: 6px 18px;
}
.filters a.active {
  background-color: rgba(255, 0, 102, 0.1);
  color: #CC0256;
}

@media screen and (max-width: 1100px) {
  .all-products > .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .all-products > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .all-products > .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body.is-cart-empty a.empty {
  display: none;
}

.wp-block-woocommerce-empty-cart-block h2 {
  text-align: center;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 24px;
}
.wp-block-woocommerce-empty-cart-block h2:before {
  color: #CC0256;
}

.dashboard .main-grid {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .dashboard .main-grid {
    display: block;
  }
}
.dashboard .aside {
  width: 260px;
  padding: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .dashboard .aside {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dashboard .aside nav {
    display: none;
  }
  .dashboard .aside nav.active {
    display: block;
  }
}
.dashboard .aside .nav-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .dashboard .aside .nav-toggle {
    display: block;
  }
}
.dashboard .aside .nav-toggle li {
  padding: 0 8px;
  position: relative;
}
.dashboard .aside .nav-toggle .la-angle-down {
  position: absolute;
  right: 0;
}
.dashboard .aside .nav-toggle.active {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.dashboard .aside .nav-toggle.active .la-angle-down {
  transform: rotate(180deg);
}
.dashboard .aside .nav-user {
  gap: 4px;
}
.dashboard .aside li {
  border-radius: 4px;
  padding: 8px;
}
.dashboard .aside li.current {
  background-color: #E8F1F5;
}
.dashboard .aside a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard .aside a i {
  font-size: 24px;
}
label {
  font-size: 14px;
  color: #666;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date] {
  border-radius: 4px;
  border-color: #ddd;
  color: #333333;
}

.product-detail .grid {
  gap: 60px;
}
@media screen and (max-width: 576px) {
  .product-detail .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 48px;
  }
}
.product-detail .cell-1 {
  width: 30vw;
}
@media screen and (max-width: 576px) {
  .product-detail .cell-1 {
    width: 100%;
  }
}
.product-detail .card {
  position: sticky;
  top: 90px;
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.product-detail .price {
  margin: 24px 0 24px;
  font-weight: 300;
  color: #010101;
  font-size: 1.25em;
}
.product-detail button.single_add_to_cart_button.button.alt,
.product-detail button.single_add_to_cart_button.button.alt:hover {
  background-color: #CC0256;
  border-radius: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  font-weight: 400;
  border: 0;
}
.product-detail .cart {
  display: flex;
  gap: 0;
}
.product-detail .cart .quantity input {
  min-width: 100px;
  height: 100%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border: 1px solid #ddd;
}

/*# sourceMappingURL=theme-style.css.map */
