
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--white: #ffffff;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --default: 5px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dQYsyr {
      min-height:100%;
      align-items:center;
      font-family:'Inter';
      justify-content:start;
      background-color:#fbfbfe;
    }

    .LOXkw {
      color:var(--grey-800, #262626);
      height:18px;
      font-size:15px;
      max-height:18px;
      overflow-y:hidden;
      font-family:'Inter';
      font-weight:600;
    }

    .fBctGq {
      width:100%;
      cursor:pointer;
      height:35px;
      background: var(--theme);
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 470px) {

    .fBctGq {
      width:49%;
      height:42px;
    }
    }

    .eqFslf {
      width:1240px;
      height:65px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .eqFslf {
      width:100%;
      height:55px;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .dotaEb {
      width:65px;
      position:relative;
      max-width:65px;
      max-height:100%;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .dotaEb {
      width:45px;
      max-width:45px;
      max-height:100%;
      align-items:start;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:start;
    }
    }

    .VNJpd {
      gap:12px;
      width:100%;
      padding-top:15px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:15px;
      border-radius:13px;
      padding-right:15px;
      padding-bottom:15px;
      background-color:#fbfbfea6;
    }

    .ndWHh {
      gap:5px;
      color:#00aa5b;
      width:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .evIWzc {
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      max-width:100%;
      max-height:100%;
      object-fit:contain;
      border-radius:6px;
    }

    .cIJXdE {
      top:var(--isOpen);
      left:0px;
      right:0px;
      bottom:0px;
      z-index:99;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      font-family:'Inter';
      justify-content:end;
      background-color:#404040ba;
    }

    .cLSnJr {
      color:var(--grey-500, #737373);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
    }

    .dVZilL {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      align-items:center;
      border-radius:12px;
      justify-content:center;
      background-color:var(--red-700, #B91C1C);
    }

    .uGEjy {
      width:100%;
      height:55px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
    }

    .eJDwSa {
      width:100%;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bwgBds {
      color:var(--grey-500, #737373);
      padding-top:5px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:25px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:#e5e5e563;
    }

    .dBjAGb {
      color:var(--grey-700, #404040);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
    }

    .ehnMKT {
      align-items:center;
      padding-top:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:space-between;
    }

    .bQzDxg {
      width:100%;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
    }

    .fHFPwW {
      gap:10px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .blFvTT {
      width:100%;
      height:48px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .cZcgCH {
      object-fit:cover;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
    }

    @media (max-width: 470px) {

    .cZcgCH {
      width:100%;
      height:170px;
      object-fit:cover;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }
    }

    .dRMcSV {
      color:var(--grey-600, #525252);
      height:18px;
      font-size:15px;
      max-height:18px;
      overflow-y:hidden;
      font-family:'Inter';
      font-weight:500;
      text-decoration-line: line-through;
    }

    .bIpNul {
      gap:34px;
      flex:1;
      width:1240px;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:25px;
      justify-content:start;
      grid-template-rows:repeat(4, 1fr);;
      grid-template-columns:repeat(4, 1fr);;
    }

    @media (max-width: 470px) {

    .bIpNul {
      gap:10px;
      width:100%;
      flex-wrap:wrap;
      max-width:100%;
      align-items:start;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
    }
    }

    .cYbZfl {
      width:100%;
      height:350px;
      object-fit:cover;
    }

    @media (min-width: 470px) {

    .cYbZfl {
      height:450px;
      object-fit:cover;
    }
    }

    .fuUFKz {
      gap:5px;
      width:65px;
      cursor:pointer;
      height:65px;
      position:relative;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:end;
    }

    @media (max-width: 470px) {

    .fuUFKz {
      width:33px;
      height:45px;
      position:relative;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:end;
    }
    }

    .duTcKv {
      width:100%;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:var(--white, #ffffff);
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:0.5px;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:0.5px;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:25px;
    }

    @media (min-width: 470px) {

    .duTcKv {
      width:1240px;
      padding-top:23px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      padding-bottom:23px;
    }
    }

    .eOebVU {
      color:var(--grey-800, #262626);
      height:19px;
      font-size:14px;
      max-height:19px;
      overflow-y:hidden;
      font-family:'Inter';
      font-weight:600;
      padding-left:7px;
      padding-right:7px;
    }

    @media (max-width: 470px) {

    .eOebVU {
      height:18px;
      font-size:13px;
      max-height:18px;
    }
    }

    .diyHyf {
      color:var(--grey-700, #404040);
      display:flex;
      font-size:14px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .eifNBi {
      color:var(--grey-500, #737373);
      font-size:12px;
      font-weight:600;
      text-decoration-line: line-through;
    }

    .beHtKS {
      :;
      gap:16px;
      width:100%;
      cursor:pointer;
      min-width:100%;
      align-items:start;
      aspect-ratio:1 / 1;
      flex-direction:column;
      justify-content:start;
    }

    .fCDwnd {
      top:50%;
      color:var(--grey-800, #262626);
      right:16px;
      width:32px;
      cursor:pointer;
      height:32px;
      z-index:4;
      position:absolute;
      align-items:center;
      border-radius:100px;
      justify-content:center;
      background-color:#ffffffc9;
    }

    .cCYXsI {
      width:100%;
    }

    .fsJQFg {
      :;
      width:100%;
      height:100%;
      transition:all 300ms ease-in 0ms normal;
      align-items:;
      flex-direction:row;
      justify-content:;
    }

    .bBtYjo {
      top:50%;
      left:16px;
      color:var(--grey-800, #262626);
      width:32px;
      cursor:pointer;
      height:32px;
      z-index:4;
      position:absolute;
      align-items:center;
      border-radius:100px;
      justify-content:center;
      background-color:#ffffffc9;
    }

    .dNbCCd {
      width:100%;
      bottom:16px;
      z-index:4;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .bibtGu {
      gap:4px;
      z-index:9;
      position:relative;
      flex-direction:row;
    }

    .dTULOP {
      width:100%;
      height:100%;
      object-fit:cover;
      transition:opacity 300ms ease 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .dTULOP.hidden {
      opacity:0;
    }

    .Oylkt {
      width:6px;
      height:6px;
      border-radius:100px;
      background-color:var(--grey-700, #404040);
    }

    .Oylkt.active {
      width:20px;
      background-color:var(--grey-50, #FAFAFA);
    }

    .fuuCoS {
      width:100%;
      height:100%;
      overflow-x:hidden;
      overflow-y:hidden;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:20px;
      background-color:var(--grey-800, #262626);
    }

    .cVrCnG {
      width:55px;
      height:65px;
    }

    .fnJFzo {
      color:var(--grey-800, #262626);
      font-size:12px;
      font-family:'Inter';
      font-weight:inherit;
    }

    @media (max-width: 470px) {

    .fnJFzo {
      font-size:11px;
    }
    }

    .cAKbMy {
      gap:7px;
    }

    @media (min-width: 470px) {

    .cAKbMy {
      flex-direction:row;
    }
    }

    .MvZub {
      color:var(--white, #ffffff);
      font-size:14px;
      font-family:inherit;
      font-weight:500;
    }

    .cxHaPL {
      gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .EcTo {
      cursor:pointer;
      font-size:12px;
      background: var(--grey-100);
      font-family:inherit;
      font-weight:inherit;
      padding-top:7px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      padding-left:11px;
      border-radius:99px;
      padding-right:11px;
      padding-bottom:7px;
    }

    .bqlrSb {
      gap:15px;
      width:100%;
      z-index:;
      position:relative;
      max-width:100%;
      min-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .bqlrSb {
      gap:0px;
      z-index:;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-top:0px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }
    }

    @media (min-width: 470px) {

    .bLa-dyA {
      display:none;
    }
    }

    .iFOiE {
      width:1240px;
      height:45px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .iFOiE {
      width:100%;
      height:45px;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:center;
    }
    }

    .cixcIa {
      gap:5px;
      width:100%;
      align-items:start;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:center;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    @media (min-width: 470px) {

    .cixcIa {
      width:58%;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }
    }

    .dLySzt {
      gap:5px;
      color:var(--grey-800, #262626);
      width:100%;
      display:flex;
      font-size:20px;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .bXZXQj {
      gap:15px;
      width:100%;
      z-index:;
      position:relative;
      max-width:100%;
      min-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    @media (max-width: 470px) {

    .bXZXQj {
      gap:0px;
      z-index:;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-top:0px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }
    }

    .IVmnH {
      gap:16px;
      align-items:start;
      padding-top:15px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:15px;
      justify-content:space-between;
    }

    @media (min-width: 470px) {

    .IVmnH {
      flex:1;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      padding-bottom:0px;
    }
    }

    .esOzSo {
      gap:12px;
      width:100%;
    }

    @media (min-width: 470px) {

    .esOzSo {
      gap:18px;
    }
    }

    .dxFrrQ {
      color:var(--grey-700, #404040);
      font-size:14px;
      font-family:'Inter';
      font-weight:500;
    }

    @media (min-width: 470px) {

    .dxFrrQ {
      font-size:16px;
    }
    }

    .fxDzrh {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      background: rgba(0, 0, 0, 0.4);
      max-height:100%;
      align-items:end;
      backdrop-filter:blur(10px);;
      justify-content:center;
    }

    .cECYRp {
      color:var(--grey-400, #A3A3A3);
      font-family:Inter;
      flex-direction:row;
    }

    @media (max-width: 470px) {
    }

    .eQzgeo {
      gap:12px;
      width:fit-content;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .XNfGG {
      color:var(--grey-900, #171717);
      font-size:15px;
      font-family:Inter;
      font-weight:600;
    }

    @media (max-width: 470px) {
    }

    .cosAn {
      color:var(--grey-700);
      font-size:14px;
      font-family:Inter;
      font-weight:500;
    }

    @media (max-width: 470px) {
    }

    .bGkmJW {
      color:var(--grey-500, #737373);
      width:26px;
      cursor:pointer;
      height:26px;
      background: #fbfbfe;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-radius:10px;
      justify-content:center;
    }

    .ewjiry {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
    }

    .dTasOt {
      gap:8px;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .ceojlx {
      width:100px;
      height:100px;
      overflow-y:hidden;
      border-color:#e5e5e575;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cFWImv {
      flex:1;
      width:100%;
      align-items:start;
      justify-content:space-between;
    }

    .eWgcSE {
      gap:16px;
      flex-direction:row;
    }

    .bNbRRu {
      width:100%;
      height:50px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bOidOl {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      padding-left:5px;
      padding-right:5px;
    }

    .deGFvn {
      color:var(--grey-600);
      font-size:14px;
      font-family:Inter;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
      text-decoration:line-through;
    }

    @media (max-width: 470px) {

    .deGFvn {
      font-size:14px;
    }
    }

    .fAPmyo {
      flex:1  ;
      row-gap:12px;
      background: white;
      column-gap:12px;
      padding-top:12px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:12px;
    }

    .cPwYcX {
      flex:1  ;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bMlPlU {
      width:100%;
      z-index:;
      position:relative;
      min-height:100%;
      font-family:'Inter';
      background-color:#fbfbfe;
    }

    @media (min-width: 470px) {

    .bMlPlU {
      width:400px;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:0.5px;
    }
    }

    .wPuiC {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:15px;
      background: var(--theme);
      align-items:center;
      font-family:'Inter';
      padding-left:14px;
      border-radius:13px;
      padding-right:14px;
      justify-content:center;
    }

    .bPZPtE {
      color:var(--grey-700, #404040);
      font-size:inherit;
      font-family:'Inter';
      font-weight:inherit;
    }

    .erSKeK {
      right:0px;
      width:100%;
      bottom:0px;
      height:50px;
      position:fixed;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }

    @media (min-width: 470px) {

    .erSKeK {
      width:400px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
    }
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .bHpCOZ {
      color:var(--grey-500, #737373);
      cursor:pointer;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .fzxntL {
      row-gap:2px;
      column-gap:2px;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ehPtgq {
      color:var(--grey-500, #737373);
      width:26px;
      cursor:pointer;
      height:26px;
      background: #fbfbfe;
      align-items:center;
      padding-top:x;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-radius:10px;
      padding-bottom:x;
      justify-content:center;
    }

    .cpSuKi {
      color:var(--grey-800, #262626);
      height:24px;
      font-size:20px;
      max-height:24px;
      overflow-y:hidden;
      font-family:'Inter';
      font-weight:600;
    }

    .eoTAlU {
      width:100%;
      cursor:pointer;
      height:35px;
      align-items:center;
      border-color:var(--theme);
      border-style:solid;
      border-width:1.5px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
    }

    @media (min-width: 470px) {

    .eoTAlU {
      width:49%;
      height:42px;
    }
    }

    .dgfhmW {
      gap:5px;
      width:100%;
      height:80px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bEJylw {
      width:55px;
      height:65px;
      object-fit:cover;
      border-radius:5px;
    }

    .dZUUQd {
      width:100%;
      height:350px;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    @media (min-width: 470px) {

    .dZUUQd {
      height:450px;
    }
    }

    .bTItef {
      width:100%;
      overflow-x:clip;
      overflow-y:clip;
      aspect-ratio:1/1;
      border-top-left-radius:20px;
      border-top-right-radius:20px;
      border-bottom-left-radius:20px;
      border-bottom-right-radius:20px;
    }

    @media (min-width: 470px) {

    .bTItef {
      width:496px;
      height:496px;
    }
    }

    .ekTzQU {
      color:var(--theme);
      font-size:14px;
      font-family:inherit;
      font-weight:500;
    }

    .hzghL {
      gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eGuRUE {
      gap:5px;
      width:220px;
      box-shadow:1px 4px 8px 0px #b1afaf17;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:13px;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 470px) {

    .eGuRUE {
      gap:10px;
      width:48.5%;
    }
    }

    .dlqqBW {
      gap:4px;
      color:var(--grey-50, #FAFAFA);
      width:100%;
      font-family:'Inter';
      font-weight:var(--font-weight-regular);
      padding-bottom:10px;
    }

    @media (max-width: 470px) {

    .dlqqBW {
      gap:3px;
    }
    }

    .eSivVi {
      width:100%;
    }

    @media (min-width: 470px) {

    .eSivVi {
      width:1240px;
      flex-direction:row;
    }
    }

    .dvlbFG {
      font-family:'Inter';
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
    }

    .busWEs {
      gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bnGgsx {
      color:var(--grey-700, #404040);
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .WdxdB {
      color:var(--grey-600, #525252);
      font-size:12px;
      font-family:'Inter';
      font-weight:inherit;
      padding-left:6px;
      padding-right:6px;
      text-decoration-line: line-through;
    }

    @media (max-width: 470px) {

    .WdxdB {
      font-size:11px;
    }
    }

    .evtPgY {
      color:var(--grey-600, #525252);
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
    }

    .ezZGcb {
      top:15px;
      color:#ffffff;
      right:0px;
      z-index:;
      position:absolute;
      font-size:12px;
      font-family:'Inter Tight';
      font-weight:inherit;
      padding-top:3px;
      padding-left:5px;
      border-radius:99px;
      padding-right:5px;
      padding-bottom:3px;
      background-color:var(--red-600, #DC2626);
    }

    @media (max-width: 470px) {

    .ezZGcb {
      top:5px;
      position:absolute;
    }
    }

    .QyXaa {
      color:var(--grey-800, #262626);
      width:100%;
      font-size:15px;
      overflow-y:hidden;
      font-family:'Inter';
      font-weight:600;
      padding-top:15px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    @media (min-width: 470px) {

    .QyXaa {
      width:1240px;
      padding-top:25px;
      padding-bottom:25px;
    }
    }

    @media (min-width: 470px) {

    .djyKof {
      width:42%;
    }
    }

    .dlzEZr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:99;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      font-family:'Inter';
      justify-content:end;
      background-color:#404040ba;
    }

    @media (min-width: 470px) {

    .dlzEZr {
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }

    .bzINeT {
      width:100%;
      height:100%;
      object-fit:cover;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
    }

    .cObxTU {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      background: var(--theme);
      align-items:center;
      border-radius:12px;
      justify-content:center;
    }

    .YauAh {
      color:var(--grey-800, #262626);
      width:fit-content;
      cursor:pointer;
      font-size:15px;
      align-items:center;
      font-weight:400;
      padding-top:8px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:8px;
      justify-content:center;
      background-color:#eaeaec;
      border-top-left-radius:11px;
      border-top-right-radius:11px;
      border-bottom-left-radius:11px;
      border-bottom-right-radius:11px;
    }

    .YauAh.active {
      color:var(--white);
      background: var(--theme);
    }

    .MQzOW {
      height:125px;
      flex-direction:row;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .dCHmpV {
      gap:8px;
      flex-wrap:wrap;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
    }

    .eUpRKG {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      padding-top:8px;
      padding-bottom:8px;
    }

    .cqxPJX {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      padding-top:8px;
      padding-bottom:8px;
    }

    .bfsYGW {
      width:100%;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
    }

    @media (min-width: 470px) {

    .bfsYGW {
      width:400px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }
    }

    .EDANi {
      width:125px;
      height:125px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
    }

    .fBdZJs {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      background:var(--theme);
      align-items:center;
      border-radius:12px;
      justify-content:center;
    }

    .ffbLhs {
      flex:1;
    }

    .crnXUP {
      gap:10px;
      height:fit-content;
      min-height:250px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .eledpQ {
      width:100%;
      height:48px;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }