<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */

/* noto-sans-jp-300 - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-regular - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-500 - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-600 - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-700 - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-800 - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-jp-900 - japanese_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/noto-sans-jp-v52-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* quicksand-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
src: url('../fonts/quicksand-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
src: url('../fonts/quicksand-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
src: url('../fonts/quicksand-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
src: url('../fonts/quicksand-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

  
/* Top Page */

.card-content{
    height: calc(100% - 210px);
}
.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}
.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}
.opened {
    opacity: 1;
}
.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}
.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}
.circle-plus .circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #333;
}
.circle-plus .circle .horizontal {
    position: absolute;
    background-color: white;
    width: 26px;
    height: 3px;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -1.5px;
}
.circle-plus .circle .vertical {
    position: absolute;
    background-color: white;
    width: 3px;
    height: 26px;
    left: 50%;
    margin-left: -1.5px;
    top: 50%;
    margin-top: -14px;
}
#toc .toc-item:last-child{
    margin-bottom: 0;
}
/* column css */

.toc-item{
 padding: 5px 0px;
 font-weight: 600;
 margin-bottom: 12px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
}
.toc-item a{
    border-left: 1px solid #333;
    padding-left: 15px;
    margin-left: 10px;

}

.toc-h2 a{
    font-size: 13px;
    font-weight: 700;
    color: #6D6D6D;
}
.toc-h3 { margin-left: 1.5em }
.toc-h4 { margin-left: 2em }
.toc-h5 { margin-left: 3em }

.toc-h3, .toc-h4, .toc-h5 {
    font-weight: 700;    
    color: #6D6D6D;
    font-size: 13px;
}
.toc-h3 a, .toc-h4 a, .toc-h5 a{
    font-weight: 400;    
}
.slick-dots{
    bottom: -65px !important;
    z-index: 20;
}
.slick-dots li button::before{
    font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
    font-size: 18px !important;
    color: #FF8761 !important;
}
.slick-next{
    display: none !important;
}
.slick-track
{
    display: flex !important;
    gap: 50px;
}

.slick-slide
{
    height: inherit !important;
}
#â€œbreadcrumbsâ€ {
    color: #FF8761;
}
#â€œbreadcrumbsâ€ .breadcrumb_last{
    color: #333;
}
label.error{
    color: red;
}
div.toast-error {
    width: 100% !important;
}
#btnSubmit{
 transition: all 0.2s ease-in;
}
#btnSubmit:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
lds-dual-ring {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.2s;
}
.lds-dual-ring:after {
    content: " ";
    width: 18px;
    display: block;
    height: 18px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-ring.hidden {
    opacity: 0;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (min-width: 768px) {
    .slick-dots{
        bottom: -75px !important;
    }
    .toc-item{
        margin-bottom: 20px;
    }
    .toc-h2 a{
        font-size: 18px;
    }
    .toc-h3 .toc-h4 .toc-h5 {
        font-size: 15px;
    }
}

/* Top Category */

:root{
    --red-color: #f52828;
    --brown-color: #333;
    --white-color: #fff;
}
#pr-shop .banner-top {
    border: 4px solid var(--red-color);
}
.banner-top {
    position: relative;
    margin-top: 60px;
}
.banner-top .banner-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 22px solid var(--red-color);
    border-right: 20px solid var(--red-color);
    border-left: 20px solid var(--red-color);
    border-bottom: 5px solid transparent;
    /* background-color: var(--red-color); */
}
.banner-top .banner-tag p {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white-color);
    font-weight: 800;
    text-align: center;
    font-size: 12px;
}

article .title{
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #845F53;
    padding: 8px 0;
}
article &gt; .title{
    background-color: #FFF8F2;
    border-left: 5px solid #FF8761;
    padding-left: 10px;
}
/* text-[#845F53] text-lg font-semibold */
.content{
    margin-top: 30px;
}
.content-top{
    color: #845F53;
    font-size: 18px;
    font-weight: 600;
}
.content-line{
    border-top: 2px dotted #E8E8E8;
    margin: 20px 0px;
}
.content-bottom{
    color: var(--brown-color);
    line-height: 30px;
    font-size: 15px;
}
/* "w-5 h-[3px] bg-[#845F53] rounded-full */
.price .title{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    padding: 0 !important;
}
.price .title .line{
    width: 16px;
    height: 3px;
    background: #845F53;
    border-radius: 3px;
    margin-right: 0px;
}
.price .title p{
    font-weight: 700;
    font-size: 20px;
    color: #845F53;
}
/* "w-full h-1 border border-[#ff8761] mt-[6px] */
    .line-1{
    margin-top: 6px;
    width: 100%;
    height: 4px;
    border: 1px solid #ff8761;
}
/* border border-[#333] bg-[#845f53] text-white font-bold py-[6px] */
.table-price{
    margin-top: 20px;
}
.table-price table thead tr th{
    border: 1px solid var(--brown-color);
    background-color: #845f53;
    color: white;
    font-weight: 700;
    padding: 6px 0;
}

.table-price table tbody tr{
    text-align: center;
}
/* border border-[var(--brown-color)] py-2  text-[#393327] leading-[26px] bg-[#FFF8F2] */
.table-price table tbody tr td{
    border: 1px solid var(--brown-color);
    padding: 8px 0;
    color: var(--brown-color);
    line-height: 26px;
}
.table-price table tbody tr td:first-child{
    color: #393327;
    background-color: #FFF8F2;
}
/* grid grid-cols-1 md:grid-cols-2 gap-[30px] */
.info-price{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}
.info-price .info-price_item{
    display: flex;
    flex-direction: column;
}
/* flex items-center gap-2 mt-[40px] */
.info-price .item-top{
    display: flex;
    align-items: center;
    gap: 8px;
}
/* class="w-5 h-[3px] bg-[#845F53] rounded-full" */
.info-price .item-top div{
    width: 20px;
    height: 3px;
    background-color: #845F53;
    border-radius: 4px;
}
/* font-bold text-xl md:text-2xl text-[#845F53] */
.info-price .item-top h3{
    font-weight: 700;
    font-size: 20px;
    color: #845F53;
}
.info-price .info-price_description{
    font-weight: bold;
    padding-left: 28px;
    margin-top: 15px; 
    color: var(--brown-color);
}
.info-contact{
    background-color: #FFF8F2;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
} 
/* table text-[15px] md:text-xl font-bold text-[var(--brown-color)] */
.info-contact .info-contact_table{
    display: table;
    font-size: 15px;
    font-weight: 700;
    color: var(--brown-color);
}
.info-contact .info-contact_table .table_row{
    display: table-row;
}
.info-contact .info-contact_table .table_row:first-child .table_cell{
    padding-bottom: 8px;
}
.info-contact .info-contact_table .table_cell{
    display: table-cell ;
}
.info-contact .info-contact_table .table_cell span{
    padding-left: 12px;
}
.info-contact .info-contact_table .table_cell a{
    padding-left: 8px;
    text-decoration: underline;
    color: #FF8761;
}

.info-contact .info-contact_table .table_cell img{
    display: inline-block;
    width: 16px;
}
.info-contact .info-contact_table .table_cell:last-child span{
    padding-left: 6px;
}
.info-contact .info-contact_table .table_cell:last-child span:last-child{
    padding-left: 8px;
}
.handle-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--brown-color);
    gap: 30px;
    margin-top: 40px;
}
/* cursor-pointer min-w-[300px] bg-[#FF8761] flex gap-3 item-center justify-center py-4 px-[60px] rounded-[6px] relative */
.handle-contact a{
    cursor: pointer;
    min-width: 300px;
    background-color: #FF8761;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 0px;
    border-radius: 6px;
    position: relative;
}
.handle-contact a:last-child{
   background-color: #E3E3E3;
}
.handle-contact a:first-child{
    color: var(--white-color);
}
.handle-contact a p{
    font-weight: 700;
}
.handle-contact a svg{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 12px;
}
#â€œbreadcrumbsâ€ {
    color: #FF8761;
}
#â€œbreadcrumbsâ€ .breadcrumb_last{
    color: var(--brown-color);
}
@media only screen and (min-width: 768px) {
    .banner-top .banner-tag {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 32px solid var(--red-color);
        border-right: 27px solid var(--red-color);
        border-left: 27px solid var(--red-color);
        border-bottom: 10px solid transparent;
        /* background-color: var(--red-color); */
    }
    .banner-top .banner-tag p {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        color: var(--white-color);
        font-weight: 800;
        text-align: center;
        font-size: 12px;
    }    
    .banner-top .banner-tag p {
        font-size: 18px;
    }
    article &gt; .title{
        margin-top: 20px;
        font-size: 24px;
        padding-left: 16px;
    }
    .content-line{
        margin: 15px 0px;
    }
    .content-bottom{
        font-size: 16px;
    }
    .price .title .line{
        width: 20px;
    }
    .price .title p{
        font-size: 24px;
    }
    .table-price{
        margin-top: 30px;
    }
    .info-price{
        grid-template-columns: 1fr 1fr;
    }
    .info-price .item-top h3{
        font-size: 24px;
    }
    .info-price .info-price_description{
        font-size: 18px;
    }
    .list-items{
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}   

@media only screen and (min-width: 900px) { 
    .handle-contact{
        flex-direction: row;
        margin-top: 35px;
    }
    .handle-contact a{
         flex: 1;
         min-width: auto;
    }
    .info-contact{
        padding: 30px 40px;
        margin-top: 50px;
    }
    .info-contact .info-contact_table{
        font-size: 20px;
    }
    .info-contact .info-contact_table .table_cell img{
        width: 20px;
    }
    .info-contact .info-contact_table .table_cell:last-child span{
        padding-left: 14px;
    }
   
}

/* Slicks */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Column details */

.table-scroll {
    position: relative;
    overflow: hidden;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #000;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
}
.table-scroll th {
    color: white;
    font-weight: bold;
    background-color: #845f53;
}
.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}
.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.clone th,
.clone td {
    visibility: hidden;
}
.clone td,
.clone th {
    border-color: transparent;
}
.clone tbody th {
    visibility: visible;
    color: red;
}
.clone .fixed-side {
    border: 1px solid #000;
    background: #eee;
    visibility: visible;
    color: #845f53;
}

/* table scroll y */

.scrollY {
    position: relative;
    border: 1px solid #000;
    padding-top: 36px;
    background: #845f53;
    width: 100%;
}
.scrollY-container {
    overflow-y: auto;
    max-height: 200px;
}
.scrollY table {
    border-spacing: 0;
    width: 100%;
}
.scrollY td + td {
    border-left: 1px solid #000;
}
.scrollY td,
.scrollY th {
    border-bottom: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 10px 25px;
    font-size: 15px ;
}
.scrollY th {
    height: 0;
    padding: 6px 25px;  
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
}
.scrollY th div {
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 6px 25px;
    top: 0;
    margin-left: -25px;
    line-height: normal;
    border-left: 1px solid #000;
    font-size: 16px;
}
.pagination{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
ul.page-numbers{
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-numbers li{
    width: 28px;
    height: 28px;
}
.page-numbers li a{
    border: 1px solid #333;
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.page-numbers li a.next, .page-numbers li a.prev{
    border: none;
}
.page-numbers li .dots{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
}
.page-numbers li a:not(.next, .prev):hover{
    background-color: #FF8761;
}
ul.page-numbers li:hover a:not(.next, .prev){
    color: #fff;
}
ul.page-numbers li:last-child , .page-numbers li:first-child{
    border: none;
}
ul.page-numbers .current{
    display: flex;
    color: #fff;
    background-color: #845F53;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
}
ul.page-numbers li .page-numbers{
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .pagination{
        margin-top: 80px;
    }
    ul.page-numbers{
        gap: 20px;
    }
    .page-numbers li{
        width: 45px;
        height: 45px;
    }
    ul.page-numbers li .page-numbers{
        font-size: 20px;
    }
    ul.page-numbers li .dots{
        width: auto;
    }
}

/* Custom CSS */

/* Global Styles */
body {
    font-family: Arial, sans-serif;
}

/* Content Styles */
.content-left {
    flex-basis: 70%;
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

.intro {
    margin-top: 40px;
}


/* ... (other section styles) ... */

/* Price Section Styles */
.flex-container {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.line {
    width: 5px;
    height: 3px;
    background-color: #845F53;
    /* border-radius: 50%; */
    margin-right: 10px;
}

.price-title {
    font-weight: bold;
    font-size: 2rem;
}

.custom-description p{
    line-height: 30px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .custom-description p{
        line-height: 34px;
    }
}

/* ... (table styles) ... */
</pre></body></html>