@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("finapp.custome.css");


:root {
  --primary-color: #e30272; /* Khai báo */
  --otakul-orange: #e30272;
  --otakul-bg: #f5f5f5;
}

a {
  text-decoration: none;
}
 .modal.modal-bottom .modal-dialog {
  bottom: 0;
  position: fixed;
  transform: translate(0, 100%);
  margin: 0;
  width: 100%;
  min-width: 100%;
}

.modal.modal-bottom .modal-dialog .modal-content {
  max-width: 500px;
  margin: 0 auto;
}

.modal.modal-bottom.show .modal-dialog {
  transform: translate(0, 0);
}

.page-home .section-white {
  background: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-home #category-section p.small {
  height: 1.7rem;
  font-size: 0.75rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 430px) {
  .page-home #category-section img {
    width: 60px;
    height: 60px;
  }
}

.page-home .category-scroll-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  grid-auto-columns: 120px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #f0f0f0;
}

.page-home .category-scroll-container::-webkit-scrollbar {
  height: 4px;
}

.page-home .category-scroll-container::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}

.page-home .category-item-scroll {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
  text-decoration: none;
  color: #333;
}

.page-home .category-item-scroll:hover {
  background-color: #fbfbfb;
  color: var(--otakul-orange);
}

@media (max-width: 768px) {
  .page-home .category-scroll-container {
    grid-auto-columns: 100px;
  }
}


body {
    background-color: #f5f5f5;
}
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
hr {
    margin: 0 0;
    color: #e3e9ef;
    background-color: currentColor;
    border: 0;
    opacity: 1
}
hr:not([size]) {
    height: 1px
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #373f50;
}
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}
.bg-dark {
    --cz-dark-rgb: 55, 63, 80;
    --cz-bg-opacity: 1;
    background-color: rgba(var(--cz-dark-rgb), var(--cz-bg-opacity)) !important;
}
.bg-darker {
    --cz-bg-opacity: 1;
    background-color: #2b3445 !important;
}
.widget-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
    font-weight: 500;
}
.text-light {
    --cz-text-opacity: 1;
    --cz-light-rgb: 255, 255, 255;
    color: rgba(var(--cz-light-rgb), var(--cz-text-opacity)) !important;
}
.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-list-item {
    margin-bottom: 0.5rem;
}
.widget-light .widget-list-link {
    color: rgba(255, 255, 255, .65);
}
.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
}

/************** btn.btn-rainbow  **************/
@property --bg-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}

@keyframes spin {
  to {
    --bg-angle: 360deg;
  }
}

.btn.btn-rainbow {
  animation: spin 2.5s infinite linear running;
    background: linear-gradient(to bottom, #fff, #fff) padding-box, conic-gradient(from var(--bg-angle) in oklch longer hue, #ff00c4 0 0) border-box;
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 0px 0px 2px 1px #dbdbdb;

  &:hover {
    animation-play-state: paused;
  }
}
/************** btn.btn-rainbow **************/
/************** btn.btn-linerunning **************/

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.btn.btn-linerunning {
   
  justify-content: center;
  align-items: center;
 
  border: 2px solid #0000;
  border-radius: 12px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(
        var(--angle),
        #ff0000,
        #e30272,
        #fd83c2
      ) border-box;
  animation: 4s rotate linear infinite;
}
/************** btn.btn-linerunning **************/
.btn-pink{
    background-color:  #e30272 !important;
    color:#e3e9ef 
 }
 .btn-pink:hover{
    background-color:  #d2006a;
    color:#fff
}
 .text-pink{
    color:  #ff0081
 }
 .bg-pink{
  background-color:  #e30272
 }
 .bg-pink .nav-link {
    color: #fff
 }

 .modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom .75s ease-in-out;
}


 #timSanPhamAjax.load{background:url(../images/loading.svg) 98% center no-repeat #fff!important}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-suggestion h5{ margin: 0px; color: #888 ; font-size: 85% }
.autocomplete-suggestion h5 b{  color: #454545 ;   }
.autocomplete-suggestion div .text-danger, .autocomplete-suggestion div .text-primary{ font-size: 80% }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #aaa; padding-top: 15px;  }
.autocomplete-group {  }
.autocomplete-group strong { display: block; border-bottom: 1px solid #ccc; font-size: 120% }
.autocomplete-no-suggestion { padding: 50px 5px;
    text-align: center; }

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }
  
 
  /* Animation */
  
  .waves .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .waves .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .waves .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .waves .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .waves .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
  }


footer h4 {
    --cz-text-opacity: 1;
    --cz-light-rgb: 255, 255, 255;
    color: rgba(var(--cz-light-rgb), var(--cz-text-opacity)) !important;
    font-size: 1.2rem;
}
footer p {
    color: #9599a2;
}
footer .text-primary {
    --cz-text-opacity: 1;
    --cz-primary-rgb: 254, 105, 106;
    color: rgba(var(--cz-primary-rgb), var(--cz-text-opacity)) !important;
}

.btn-social.bs-light {
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}
.btn-social {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
    border-radius: 0.3125rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    text-decoration: none !important;
}
.btn-social>i, .btn-social>svg{
    line-height: 2.125rem;
    height: 2.125rem;
    width: 1rem;
}

@media (min-width: 768px) {
    .text-md-nowrap {
        white-space: nowrap !important;
    }
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
}
.pb-grid-gutter {
    padding-bottom: 1.875rem !important;
}
.mb-grid-gutter {
    margin-bottom: 1.875rem !important;
}
.fs-xl {
    font-size: calc(1.2875rem + 0.45vw) !important;
}
.fs-lg {
    font-size: 1.125rem !important;
}
.fs-base {
    font-size: 1rem !important;
}
.fs-md {
    font-size: 0.9375rem !important;
}
.fs-sm {
    font-size: 0.875rem !important;
}
.fs-ms {
    font-size: 0.8125rem !important;
}
.fs-xs {
    font-size: 0.75rem !important;
}
h1,.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}
h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}
h3,.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}
h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    /*
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1.0625rem;
}
*/
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.bg-position-center {
    background-position: center !important;
}
.bg-size-cover {
    background-size: cover !important;
}
.bg-accent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accent-rgb), var(--bs-bg-opacity)) !important;
}
.text-muted {
    color: #aaa !important;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn-tag {
    display: inline-block;
    padding: 0.375rem 0.5625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: .75rem;
    white-space: nowrap;
}
.btn-primary.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem #0d6efd;
}
.btn-accent {
    color: #fff;
    background-color: #4e54c8;
    border-color: #4e54c8;
    box-shadow: unset;
}
.btn-outline-accent {
    border-color: rgba(78, 84, 200, .35);
}
.btn-outline-accent {
    color: #4e54c8;
    border-color: #4e54c8;
}
.navbar.bg-pink .nav-item:hover .dropdown-toggle::after{
    color: #ffffffd1;
    vertical-align: 0.07em;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover .icon-arrow::after {
    transition: all 0.4s ease;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover .icon-arrow::after {
    margin-left: 20px;
}
.navbar.bg-pink .dropdown-toggle::after{
    color: #ffffff80;
    transition: all 0.2s ease;
}
.megamenu .dropdown-item .text-muted, .megasubmenu .dropdown-item .text-muted, .dropdown-large  .dropdown-item .text-muted {
    word-break: break-word !important; 
    white-space: pre-line !important; 
}
.megamenu .dropdown-item, .megasubmenu .dropdown-item, .dropdown-large  .dropdown-item{
    white-space: pre-line !important; 
}
.megamenu .col4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
.offcanvas.show .megamenu .col4 {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}
.text-col-4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
  }
  @media (max-width: 800px) {
    .text-col-lg-4 {
      -webkit-column-count: 2; /* Chrome, Safari, Opera */
      -moz-column-count: 2; /* Firefox */
      column-count: 2;
    }
  }
  @media (max-width: 500px) {
    .text-col-md-4 {
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
    }
  }
  }


/*
  .appBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DCDCE9;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: env(safe-area-inset-bottom);
  }
  
  .appBottomMenu.no-border {
    border: 0 !important;
    box-shadow: 0 !important;
  }
  
  .appBottomMenu .item {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .appBottomMenu .item:before {
    content: '';
    display: block;
    height: 2px;
    border-radius: 0 0 10px 10px;
    background: transparent;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0;
  }
  
  .appBottomMenu .item .col {
    width: 100%;
    padding: 0 4px;
    text-align: center;
  }
  
  .appBottomMenu .item .icon{
    display: inline-flex;
    margin: 1px auto 3px auto;
    font-size: 24px;
    line-height: 1em;
    color: #27173E;
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
  }
  
  .appBottomMenu .item .action-button {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: var(--primary-color);
  }
  
  .appBottomMenu .item .action-button.large {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .appBottomMenu .item .action-button .icon  {
    color: #FFF !important;
    margin: 0 !important;
    line-height: 0 !important;
  }
  
  .appBottomMenu .item strong {
    margin-top: 4px;
    display: block;
    color: #27173E;
    font-weight: 400;
  }
  
  .appBottomMenu .item:active {
    opacity: .8;
  }
  
  .appBottomMenu .item.active:before {
    background: var(--primary-color);
  }
  
  .appBottomMenu .item.active .icon,
  .appBottomMenu .item.active strong {
    color: var(--primary-color) !important;
    font-weight: 500;
  }
  
  .appBottomMenu .item:hover .icon,
  .appBottomMenu .item:hover strong {
    color: #27173E;
  }
  
  .appBottomMenu.text-light {
    color: #FFF;
  }
  
  .appBottomMenu.text-light .item {
    color: #FFF;
    opacity: .7;
  }
  
  .appBottomMenu.text-light .item .icon,
  .appBottomMenu.text-light .item strong {
    color: #FFF;
  }
  
  .appBottomMenu.text-light .item.active {
    opacity: 1;
  }
  
  .appBottomMenu.text-light .item.active .icon,
  .appBottomMenu.text-light .item.active strong {
    color: #FFF !important;
  }
  
  .appBottomMenu.bg-primary, .appBottomMenu.bg-secondary, .appBottomMenu.bg-success, .appBottomMenu.bg-warning, .appBottomMenu.bg-danger, .appBottomMenu.bg-info, .appBottomMenu.bg-light, .appBottomMenu.bg-dark {
    border: 0;
  }
  
  .appBottomMenu.bg-primary .item:before, .appBottomMenu.bg-secondary .item:before, .appBottomMenu.bg-success .item:before, .appBottomMenu.bg-warning .item:before, .appBottomMenu.bg-danger .item:before, .appBottomMenu.bg-info .item:before, .appBottomMenu.bg-light .item:before, .appBottomMenu.bg-dark .item:before {
    display: none;
  }
  
*/

  #offcanvasUserControl .dropdown-header {
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

#offcanvasUserControl .dropdown-menu {
    min-width: 250px;
}

#offcanvasUserControl .dropdown-item {
    padding: 0.5rem 1rem;
    transition: all 0.2s;
}

#offcanvasUserControl .dropdown-item:hover {
    background-color: #f8f9fa;
}

#offcanvasUserControl .dropdown-item.active, #offcanvasUserControl .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--otakul-orange);
}

#offcanvasUserControl .dropdown-item i {
    width: 20px;
    margin-right: 8px;
}

#offcanvasUserControl .dropdown-item.text-danger:hover {
    background-color: #fff5f5;
}

#offcanvasUserControl .avatar-section {
    text-align: center;
    position: relative;
    display: inline-flex;
}

#offcanvasUserControl .avatar-section .imaged {
    border: 5px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

#offcanvasUserControl .avatar-section .button {
    background: #6236FF;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#offcanvasUserControl .imaged.w100 {
    width: 100px !important;
}
#offcanvasUserControl .imaged.rounded {
    border-radius: 100% !important;
}


/*start flash sale */
.page-flashsale,
.page-kham-pha,
.page-sieu-re {
  --otakul-bg: #f5f5f5;
  background-color: var(--otakul-bg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-flashsale .text-otakul,
.page-kham-pha .text-otakul,
.page-sieu-re .text-otakul {
  color: var(--otakul-orange) !important;
}

.page-flashsale .bg-otakul,
.page-kham-pha .bg-otakul,
.page-sieu-re .bg-otakul {
  background-color: var(--otakul-orange) !important;
}

.page-flashsale .border-otakul,
.page-kham-pha .border-otakul,
.page-sieu-re .border-otakul {
  border-color: var(--otakul-orange) !important;
}

.page-flashsale .container-custom,
.page-kham-pha .container-custom,
.page-sieu-re .container-custom {
  max-width: 1200px;
  margin: 0 auto;
}

.page-flashsale .product-card,
.page-kham-pha .product-card,
.page-sieu-re .product-card {
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  height: 100%;
  position: relative;
}

.page-flashsale .product-card:hover,
.page-kham-pha .product-card:hover,
.page-sieu-re .product-card:hover {
  border-color: var(--otakul-orange);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-flashsale .product-image-square,
.page-kham-pha .product-image-square,
.page-sieu-re .product-image-square {
  width: 100%;
  aspect-ratio: 1/1.666
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.page-flashsale .product-image-square img,
.page-kham-pha .product-image-square img,
.page-sieu-re .product-image-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-flashsale .discount-badge,
.page-sieu-re .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 212, 36, 0.9);
  color: #ee4d2d;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  border-bottom-left-radius: 2px;
}

.page-flashsale .flash-sale-progress {
  background-color: #ffbda6;
  border-radius: 8px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.page-flashsale .flash-sale-progress-bar {
  background-color: #ee4d2d;
  height: 100%;
  width: 0%;
}

.page-flashsale .flash-sale-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.page-flashsale .flash-sale-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 13;
}
/*end flash sale */
/*start sieu-re */

.page-sieu-re .price-tabs {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow-x: auto;
  white-space: nowrap;
}

.page-sieu-re .price-tab-item {
  display: inline-block;
  padding: 15px 20px;
  color: #555;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: all 0.2s;
}

.page-sieu-re .price-tab-item:hover {
  color: var(--otakul-orange);
}

.page-sieu-re .price-tab-item.active {
  color: var(--otakul-orange);
  border-bottom-color: var(--otakul-orange);
  font-weight: bold;
}

.page-sieu-re .price-tab-icon {
  margin-right: 5px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .page-flashsale .fs-6 {
    font-size: 0.88rem !important;
  }

  .page-flashsale .btn-custom-responsive {
    font-size: 11px !important;
    padding-left: 8px !important;
    padding-right: 6px !important;
  }

  .page-sieu-re .btn-custom-responsive {
    font-size: 11px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/*end sieu-re */

/**********************************************************/
/**********************************************************/
/***
/**** Cách phần dưới này là đinh dạng của trang sản phẩm  */
/***
/**********************************************************/
/**********************************************************/
/*Nút tim nằm ở trang danh sách sản phẩm theo phân mục, hoặc danh sách sản phẩm khi search*/
.btn-wishlist {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: #333;
    text-align: center;
    position: absolute;
      top: .75rem;
      right: .75rem;
      z-index: 10
}
 
 
 
.btn-wishlist.btn-sm,
 .btn-group-sm>.btn-wishlist.btn {
    width: 2rem;
    height: 2rem;
}
.btn-wishlist.btn-sm>i,
 .btn-group-sm>.btn-wishlist.btn>i {
    font-size: .8125rem;
    line-height: 2rem;
}


/*heaer navabar hiễn thị ở tất cả các trang */
 
.badge-lienhe{
    border:1px solid #f69113;
    padding: 3px 8px;
    font-size: 0.55rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #f69113;
    color: #fff;
    line-height: 1;
    
}
 
/* Base style cho tất cả các badge */
.giam {
    --bg-color: #f69113;
    --text-color: #ffffff;
    --badge-width: 62px;
    --badge-height: 16px;
    width: var(--badge-width);
    height: var(--badge-height);

    background-color: var(--bg-color);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    /* Kích thước nhỏ phù hợp với 16px height */
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
 

/* Tùy chọn Hình răng cưa (Sawtooth) */
.giam-sawtooth {
    /* Sử dụng clip-path để tạo các răng cưa nhọn */
    clip-path: polygon(0% 0%, 100% 0%,
            95% 25%, 100% 50%, 95% 75%, 100% 100%,
            0% 100%, 5% 75%, 0% 50%, 5% 25%);
}

/**** End đinh dạng của trang sản phẩm  */