@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.download-now {
    background-image: url("/assets/download_now_sm_sample.png");
    display: grid;
    gap: 4rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 13 13 / var(--tw-bg-opacity));
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 8rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
@media (min-width: 640px){
  .download-now{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px){
  .download-now{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .download-now{
    align-items: center;
  }
  .download-now{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .download-now{
    height: 20rem;
  }
}
@media (min-width: 48em) {
    .download-now {
      background-image: url("/assets/download_now_sample.png");
    }
  }
@media (min-width: md) {
    .download-now {
      background-image: url("/assets/download_now_sample.png");
    }
  }
.download-now-wrapper{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.download-now-wrapper > div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
@media (min-width: 768px){
  .download-now-wrapper > div{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px){
  .download-now-wrapper > div{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.download-now-content .title{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.download-now-content .content{
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.download-now .buttons{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}
@media (min-width: 768px){
  .download-now .buttons{
    margin-right: 0px;
  }
  .download-now .buttons{
    margin-left: auto;
  }
}
book-card{
  display: flex;
}
.book-card{
  width: 100%;
}
.book-card-image{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.book-card-content{
  display: flex;
  height: 12.5rem;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px){
  .book-card-content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.book-card-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3ch;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4375rem;
  }
.book-card-content .title:hover{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.book-card-content .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
.book-card-content .price-buy-section{
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.book-card-content .price-buy-section .price{
  font-weight: 500;
}
.book-card-content .price-buy-section button{
  height: 2rem;
  width: 4rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.book-card-content .price-buy-section button:hover{
  --tw-bg-opacity: 0.8;
}
.book-card-wrapper {
    -moz-column-gap: max(2%, 24px);
         column-gap: max(2%, 24px);
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
@media (min-width: 40em) {
    .book-card-wrapper {
      -moz-column-gap: max(2%, 17px);
           column-gap: max(2%, 17px);
    }
  }
@media (min-width: sm) {
    .book-card-wrapper {
      -moz-column-gap: max(2%, 17px);
           column-gap: max(2%, 17px);
    }
  }
.book-card-wrapper > * {
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 100%;
  }
@media (min-width: 640px){
  .book-card-wrapper > *{
    width: 48%;
  }
}
@media (min-width: 768px){
  .book-card-wrapper > *{
    width: 31.5%;
  }
}
@media (min-width: 1024px){
  .book-card-wrapper > *{
    width: 23.5%;
  }
}
@media (min-width: 40em) {
    .book-card-wrapper > * {
      -moz-column-gap: 2%;
           column-gap: 2%;
    }
  }
@media (min-width: sm) {
    .book-card-wrapper > * {
      -moz-column-gap: 2%;
           column-gap: 2%;
    }
  }
.book-card > a{
  display: flex;
  overflow: hidden;
}
.book-card > a:hover .book-card-image{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.book-card:hover{
  cursor: default;
}
.bag-items{
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px){
  .bag-items{
    display: grid;
  }
  .bag-items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bag-items{
    flex-direction: row;
  }
  .bag-items{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1024px){
  .bag-items{
    grid-template-columns: none;
  }
  .bag-items{
    flex-direction: column;
  }
}
.bag-items.empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  padding-top: 18rem;
  padding-bottom: 24rem;
  text-align: center;
}
.bag-items.empty p{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.bag-item{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px){
  .bag-item{
    flex-direction: row;
  }
  .bag-item{
    align-items: center;
  }
  .bag-item{
    border-bottom-width: 1px;
  }
}
.bag-item .image{
  width: 100%;
  border-radius: 0.375rem;
}
@media (min-width: 1024px){
  .bag-item .image{
    height: 13rem;
  }
  .bag-item .image{
    width: 13rem;
  }
}
.bag-item .content{
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px){
  .bag-item .content{
    margin-top: 0px;
  }
}
.bag-item .content .price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.bag-item .content > div:first-child{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.bag-item .content > div:first-child .price{
  display: none;
}
@media (min-width: 1024px){
  .bag-item .content > div:first-child .price{
    display: block;
  }
}
.bag-item .content > div:last-child{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bag-item .content > div:last-child .price{
  display: block;
}
@media (min-width: 1024px){
  .bag-item .content > div:last-child .price{
    display: none;
  }
}
.bag-item .content h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .bag-item .content h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.bag-item .content .description {
    line-height: 19.62px;
    margin-bottom: 1rem;
    max-width: 55ch;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
.bag-item .content .writer{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.bag-item .content .remove{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.bag-item .content .remove svg{
  margin-right: 0.625rem;
}
.wrapper{
  padding-top: 1.75rem;
}
@media (min-width: 768px){
  .wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){
  .wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
.sub-nav {
    background-image: url("/assets/sub_nav_dark_sm.png");
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(13 13 13 / var(--tw-bg-opacity));
    min-height: 18rem;
  }
@media (min-width: 48em) {
    .sub-nav {
      background-image: url("/assets/sub_nav_dark.png");
    }
  }
@media (min-width: md) {
    .sub-nav {
      background-image: url("/assets/sub_nav_dark.png");
    }
  }
.sub-nav .title {
    font-size: 36px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
@media (min-width: 48em) {
    .sub-nav .title {
      font-size: 64px;
    }
  }
@media (min-width: md) {
    .sub-nav .title {
      font-size: 64px;
    }
  }
.sub-nav-inner{
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  background-size: cover;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 640px){
  .sub-nav-inner{
    flex-direction: row;
  }
  .sub-nav-inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px){
  .sub-nav-inner{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.sub-nav-inner > div{
  display: flex;
  flex-direction: column;
}
.sub-nav-inner .title {
    font-size: 36px;
  }
.sub-nav-inner .subtitle {
    max-width: 408px;
    line-height: 17.85px;
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.sub-nav-inner .big-finish img{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 640px){
  .sub-nav-inner .big-finish img{
    margin-left: auto;
  }
}
.sub-nav-inner .big-finish p{
  margin-top: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.book-nav{
  margin-bottom: 1.5rem;
  display: flex;
  padding-left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .book-nav{
    padding-left: 0px;
  }
}
.book-nav .active{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.book-nav li.seperator{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 640px){
  .book-nav li.seperator{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px){
  .book-nav li.seperator{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.book-card-wrapper{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .book-card-wrapper{
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1024px){
  .book-card-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.shopping{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (min-width: 640px){
  .shopping{
    margin-bottom: 11rem;
  }
}
@media (min-width: 1024px){
  .shopping{
    margin-left: 0px;
    margin-right: 0px;
  }
  .shopping{
    flex-direction: row;
  }
}
.shopping-bag{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px){
  .shopping-bag{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.shopping-bag .header{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.75rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .shopping-bag .header{
    flex-direction: row;
  }
}
.shopping-bag .header a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.shopping-bag .header .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){
  .shopping-bag .header .title{
    max-width: 126px;
  }
}
@media (min-width: 48em) {
    .shopping-bag .header .title {
      max-width: none;
    }
  }
@media (min-width: md) {
    .shopping-bag .header .title {
      max-width: none;
    }
  }
.shopping-bag hr{
  margin-bottom: 2.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.shopping .checkout{
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.25rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px){
  .shopping .checkout{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.shopping .checkout button{
  margin-top: 1rem;
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.shopping .checkout button:hover{
  --tw-bg-opacity: 0.8;
}
@media (min-width: 1024px){
  .shopping .checkout button{
    width: 16rem;
  }
}
.shopping .checkout > p:first-child{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.shopping .checkout-button{
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shopping .checkout .shopping-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.shopping .checkout .sub-total{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .shopping .checkout .sub-total{
    max-width: 25rem;
  }
}
.shopping .checkout .sub-total > span:last-child{
  font-weight: 700;
}
.terms-and-conditions{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px){
  .terms-and-conditions{
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
.terms-and-conditions_wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.terms-and-conditions > article{
  margin-top: 3.5rem;
  padding-left: 1.75rem;
}
.terms-and-conditions h1{
  margin-bottom: 4rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.terms-and-conditions article p.note{
  margin-bottom: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.terms-and-conditions article .body{
  padding-bottom: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.terms-and-conditions article .body p{
  margin-bottom: 2rem;
}
.product-banner{
  display: flex;
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .product-banner{
    align-items: center;
  }
}
.product-banner{
  flex-direction: column;
  border-radius: 0.75rem;
  padding: 1.5rem;
  padding-right: 2rem;
  text-transform: capitalize;
}
@media (min-width: 1024px){
  .product-banner{
    gap: 3rem;
  }
}
@media (min-width: 1280px){
  .product-banner{
    flex-direction: row;
  }
  .product-banner{
    gap: 3rem;
  }
  .product-banner{
    padding: 2rem;
  }
}
@media (min-width: 1536px){
  .product-banner{
    gap: 6rem;
  }
}
.product-banner .image {
    max-height: 501px;
    max-width: 502px;
    width: 100%;
  }
.product-banner-content {
    max-width: 502px;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding-top: 2rem;
  }
@media (min-width: 1280px){
  .product-banner-content{
    padding-top: 0px;
  }
}
.product-banner-content > :first-child{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-banner-content > :first-child button, .product-banner-content > :first-child div{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-banner-content > :first-child .play{
  margin-left: 0.5rem;
}
.product-banner-content .price, .product-banner-content .title{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .product-banner-content .price, .product-banner-content .title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.product-banner-content .writer, .product-banner-content .category{
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-banner-content .writer{
  font-weight: 600;
}
@media (min-width: 1024px){
  .product-banner-content .price{
    font-size: 28px;
  }
}
.product-banner-content button.bag {
    width: 100%;
    display: flex;
    height: 3.5rem;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(203 87 21 / var(--tw-bg-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.product-banner-content button.bag:hover{
  --tw-bg-opacity: 0.8;
}
@media (min-width: 80em) {
    .product-banner-content button.bag {
      width: 380px;
    }
  }
@media (min-width: xl) {
    .product-banner-content button.bag {
      width: 380px;
    }
  }
@media (min-width: 80em) {
    .product-banner-content button.bag {
      width: 418px;
    }
  }
@media (min-width: xl) {
    .product-banner-content button.bag {
      width: 418px;
    }
  }
.product-banner-content button.bag svg{
  margin-right: 1.25rem;
}
.product-banner-content .others{
  display: flex;
  justify-content: space-between;
}
.product-banner-content .others > button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-banner-content .others > button svg{
  margin-left: 0.5rem;
}
.content-section{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .content-section{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.content-section-tab{
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  overflow: auto;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){
  .content-section-tab{
    padding-bottom: 0px;
  }
}
.content-section-tab button {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 600;
  }
.content-section-tab button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.content-section .content {
    min-height: 8rem;
    margin-bottom: 6rem;
    display: none;
    border-radius: 0.75rem;
    border-top-left-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
@media (min-width: 1024px){
  .content-section .content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .content-section .content{
    padding-top: 3rem;
  }
}
.content-section .content .info{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  font-weight: 600;
}
@media (min-width: 1024px){
  .content-section .content .info{
    flex-direction: row;
  }
}
.content-section .content .info p{
  display: flex;
}
.content-section .content .info span{
  margin-left: 0.5rem;
  display: flex;
  font-weight: 400;
  text-transform: none;
}
.content-section .content .article{
  margin-top: 3rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.75rem;
}
@media (min-width: 1024px){
  .content-section .content .article{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-section .active{
  display: block;
}
.book-card-section{
  margin-bottom: 8rem;
}
.book-card-section h4{
  padding-left: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .book-card-section h4{
    padding-left: 0px;
  }
}
.book-card-section .book-card-wrapper{
  flex-wrap: nowrap;
  overflow-x: auto;
}
.address-wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1.25rem;
}
.address-wrapper .shopping-bag .header .title{
  max-width: 20rem;
}
.address-wrapper .shopping-bag .header a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.billing{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .billing{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px){
  .billing{
    padding-bottom: 5rem;
  }
}
.billing .title{
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.billing hr{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.billing .card{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.billing .card .header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.billing .card .header h1, .billing .card .header h2{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.billing .card .header a{
  display: none;
}
@media (min-width: 1024px){
  .billing .card .header a{
    display: block;
  }
}
.billing .card a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.billing .card > a{
  display: block;
}
@media (min-width: 1024px){
  .billing .card > a{
    display: none;
  }
}
.billing .address-card {
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
@media (min-width: 768px){
  .billing .address-card{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }
  .billing .address-card{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 48em) {
    .billing .address-card {
      width: 416px;
    }
  }
@media (min-width: md) {
    .billing .address-card {
      width: 416px;
    }
  }
.billing .address-card p:first-child{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.billing .address-card p:last-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.billing .address-form{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.billing .address-form textarea, .billing .address-form input{
  display: flex;
  width: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.billing .address-form textarea::-moz-placeholder, .billing .address-form input::-moz-placeholder{
  text-transform: capitalize;
}
.billing .address-form textarea:-ms-input-placeholder, .billing .address-form input:-ms-input-placeholder{
  text-transform: capitalize;
}
.billing .address-form textarea::placeholder, .billing .address-form input::placeholder{
  text-transform: capitalize;
}
@media (min-width: 64em) {
    .billing .address-form textarea,
.billing .address-form input {
      width: 469px;
    }
  }
@media (min-width: lg) {
    .billing .address-form textarea,
.billing .address-form input {
      width: 469px;
    }
  }
.billing .address-form input{
  height: 3.5rem;
}
.billing .address-form textarea{
  padding-top: 1.25rem;
}
.billing .address-form button{
  display: flex;
  height: 3.5rem;
  width: 16rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.voucher{
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .voucher{
    border-radius: 0.5rem;
  }
}
.voucher-button{
  margin-top: 0.5rem;
  height: 4rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.voucher-section{
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
@media (min-width: 1024px){
  .voucher-section{
    row-gap: 1.25rem;
  }
}
.voucher-section input{
  height: 3rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.voucher-section .checkout{
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .voucher-section .checkout{
    border-radius: 0.5rem;
  }
}
.voucher-section .checkout-head{
  margin-bottom: 2.5rem;
}
.voucher-section .checkout .sub-total {
    max-width: 400px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
.voucher-section .checkout .sub-total > span:last-child{
  font-weight: 700;
}
.voucher-section .checkout .card-title{
  margin-bottom: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.voucher-section .checkout .inputs{
  margin-top: 0.75rem;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.voucher-section .checkout button.pay-now{
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.voucher-section .checkout img{
  margin-top: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.voucher-head{
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.voucher-head + p{
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.sign-up, .reset-password, .sign-in{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px){
  .sign-up, .reset-password, .sign-in{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  .sign-up, .reset-password, .sign-in{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sign-up, .reset-password, .sign-in{
    padding-top: 6rem;
  }
  .sign-up, .reset-password, .sign-in{
    padding-bottom: 24rem;
  }
}
.sign-up > *, .reset-password > *, .sign-in > *{
  width: 100%;
}
@media (min-width: 48em) {
    .sign-up > *,
.reset-password > *,
.sign-in > * {
      width: 468px;
    }
  }
@media (min-width: md) {
    .sign-up > *,
.reset-password > *,
.sign-in > * {
      width: 468px;
    }
  }
.sign-up header, .reset-password header, .sign-in header{
  margin-bottom: 2rem;
  text-align: center;
}
.sign-up header a img, .reset-password header a img, .sign-in header a img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: flex;
}
.sign-up header h2, .reset-password header h2, .sign-in header h2{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 30ch;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.sign-up header p, .reset-password header p, .sign-in header p{
  margin-left: auto;
  margin-right: auto;
  max-width: 42ch;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .sign-up header p, .reset-password header p, .sign-in header p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sign-up form, .reset-password form, .sign-in form{
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sign-up form .split > div, .sign-up form input:not([type=radio]), .sign-up form input:not([type=checkbox]), .reset-password form .split > div, .reset-password form input:not([type=radio]), .reset-password form input:not([type=checkbox]), .sign-in form .split > div, .sign-in form input:not([type=radio]), .sign-in form input:not([type=checkbox]){
  display: flex;
  height: 3.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.sign-up form input::-moz-placeholder, .reset-password form input::-moz-placeholder, .sign-in form input::-moz-placeholder{
  text-transform: capitalize;
}
.sign-up form input:-ms-input-placeholder, .reset-password form input:-ms-input-placeholder, .sign-in form input:-ms-input-placeholder{
  text-transform: capitalize;
}
.sign-up form input::placeholder, .reset-password form input::placeholder, .sign-in form input::placeholder{
  text-transform: capitalize;
}
.sign-up form .split, .reset-password form .split, .sign-in form .split{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.25rem;
}
@media (min-width: 1024px){
  .sign-up form .split, .reset-password form .split, .sign-in form .split{
    flex-direction: row;
  }
}
.sign-up form .split input, .reset-password form .split input, .sign-in form .split input{
  height: 1.5rem;
  width: 1.5rem;
}
.sign-up form .split div, .reset-password form .split div, .sign-in form .split div{
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px){
  .sign-up form .split div, .reset-password form .split div, .sign-in form .split div{
    width: 12rem;
  }
}
.sign-up form .forgot-password, .reset-password form .forgot-password, .sign-in form .forgot-password{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.sign-up form .forgot-password-wrapper, .reset-password form .forgot-password-wrapper, .sign-in form .forgot-password-wrapper{
  margin-bottom: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .sign-up form .forgot-password-wrapper, .reset-password form .forgot-password-wrapper, .sign-in form .forgot-password-wrapper{
    align-items: flex-start;
  }
}
.sign-up form .update, .reset-password form .update, .sign-in form .update{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.sign-up form .update input:not([type=radio]), .reset-password form .update input:not([type=radio]), .sign-in form .update input:not([type=radio]){
  margin-top: 0.25rem;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sign-up form .consent, .reset-password form .consent, .sign-in form .consent{
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .sign-up form .consent, .reset-password form .consent, .sign-in form .consent{
    margin-top: 1rem;
  }
}
.sign-up form .consent a, .reset-password form .consent a, .sign-in form .consent a{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.sign-up form button[type=submit], .reset-password form button[type=submit], .sign-in form button[type=submit]{
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sign-up .link-sign-up, .sign-up .link-sign-in, .reset-password .link-sign-up, .reset-password .link-sign-in, .sign-in .link-sign-up, .sign-in .link-sign-in{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sign-up .link-sign-up a, .sign-up .link-sign-in a, .reset-password .link-sign-up a, .reset-password .link-sign-in a, .sign-in .link-sign-up a, .sign-in .link-sign-in a{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.sign-up form .update{
  margin-top: 0px;
  align-items: flex-start;
}
.label-invisible{
  visibility: hidden;
  height: 0px;
}
.reset-password h2{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.reset-password p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.reset-password button[type=submit]{
  margin-top: 1.5rem;
}
.reset-password .password-wrapper{
  position: relative;
  display: flex;
}
.reset-password .password-wrapper input {
    border-radius: 10px;
    width: 100%;
  }
.reset-password .password-wrapper button{
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){
  .reset-password .password-wrapper button{
    right: 4rem;
  }
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.border{
  border-width: 1px;
}
.bg-light100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
*,
html,
body {
  font-size: 1em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.alert{
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.hr{
  margin-top: 1.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/
.nav-top{
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1.125rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 80em) {
  .nav-top {
    padding: 0.5rem 8.75rem;
  }
}
@media (min-width: xl) {
  .nav-top {
    padding: 0.5rem 8.75rem;
  }
}
@media (min-width: 48em) {
  .nav-top {
    padding: 0.625rem 3.75rem;
  }
}
@media (min-width: md) {
  .nav-top {
    padding: 0.625rem 3.75rem;
  }
}
.nav-top-link{
  margin-left: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.nav-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.5625rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 80em) {
  .nav-main {
    padding: 1.125rem 8.75rem;
  }
}
@media (min-width: xl) {
  .nav-main {
    padding: 1.125rem 8.75rem;
  }
}
@media (min-width: 48em) {
  .nav-main {
    padding: 1.125rem 3.75rem;
  }
}
@media (min-width: md) {
  .nav-main {
    padding: 1.125rem 3.75rem;
  }
}
.nav-main-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
.nav-main-logo{
  display: none;
  height: auto;
}
@media (min-width: 768px){
  .nav-main-logo{
    display: block;
  }
}
.nav-main-logo {
  max-width: 13.5rem;
}
.nav-main-logo-mobile{
  height: auto;
}
@media (min-width: 768px){
  .nav-main-logo-mobile{
    display: none;
  }
}
.nav-main-logo-mobile {
  max-width: 2.375rem;
}
.nav-main-links{
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.nav-main .nav-search{
  position: relative;
}
@media (min-width: 48em) {
  .nav-main .nav-search {
    min-width: 14.125rem;
    margin-right: 5.75rem;
  }
}
@media (min-width: md) {
  .nav-main .nav-search {
    min-width: 14.125rem;
    margin-right: 5.75rem;
  }
}
.nav-main .nav-search input{
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-main .nav-search input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-main .nav-search input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-main .nav-search input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .nav-main .nav-search input{
    display: block;
  }
}
.nav-main .nav-search input {
  border-bottom: 1px solid #4f4f4f;
}
.nav-main .nav-search input:focus {
  outline: none;
  border-bottom: 1px solid #fff;
}
.nav-main .nav-search svg{
  position: absolute;
  top: 0px;
  right: 0px;
}
.category-text{
  margin-top: 7rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media (min-width: 768px){
  .category-text{
    margin-top: 10rem;
  }
}
.category-text p{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px){
  .category-text p{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 48em) {
  .category-text p {
    font-size: 28px;
  }
}
@media (min-width: md) {
  .category-text p {
    font-size: 28px;
  }
}
.category-text a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.category-text a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.category-text a:hover svg path{
  fill: #CB5715;
}
.category-container{
  position: relative;
  display: flex;
  width: 100%;
  overflow: scroll;
}
@media (min-width: 640px){
  .category-container{
    overflow: visible;
  }
}
.category-container .arrows{
  position: absolute;
  top: 50%;
  right: -1.5rem;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .category-container .arrows{
    display: flex;
  }
}
.category-container .arrows {
  z-index: 99;
}
.category-container .arrows div{
  display: flex;
  height: 3rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.category-container .arrows .left-arrow {
  opacity: 0.5;
}
.category-container-after::after {
  content: "";
  width: 100%;
  background: rgba(17, 17, 17, 0.75);
  right: -100%;
  position: absolute;
  height: calc(100% + 4px);
  top: -4px;
  z-index: 7;
  display: none;
}
@media (min-width: 640px){
  .category-container-after::after{
    display: block;
  }
}
.category-container-before::before {
  content: "";
  width: 100%;
  background: rgba(17, 17, 17, 0.75);
  left: -100%;
  position: absolute;
  height: calc(100% + 4px);
  top: -4px;
  z-index: 7;
}
.category-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.category-wrapper-item {
  min-width: 265px;
  margin-right: 24px;
  width: 50%;
}
@media (min-width: 768px){
  .category-wrapper-item{
    width: 33.333333%;
  }
}
@media (min-width: 1024px){
  .category-wrapper-item{
    width: 25%;
  }
}
@media (min-width: 1280px){
  .category-wrapper-item{
    width: 16.666667%;
  }
}
@media (min-width: 40em) {
  .category-wrapper-item {
    min-width: 31.3333333333%;
    margin-right: 2%;
  }
}
@media (min-width: sm) {
  .category-wrapper-item {
    min-width: 31.3333333333%;
    margin-right: 2%;
  }
}
@media (min-width: 64em) {
  .category-wrapper-item {
    min-width: 23.5%;
    margin-right: 2%;
  }
}
@media (min-width: lg) {
  .category-wrapper-item {
    min-width: 23.5%;
    margin-right: 2%;
  }
}
@media (min-width: 80em) {
  .category-wrapper-item {
    min-width: 18%;
    margin-right: 2%;
  }
}
@media (min-width: xl) {
  .category-wrapper-item {
    min-width: 18%;
    margin-right: 2%;
  }
}
footer{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
footer > div {
  padding-block: 6.125rem 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  footer > div{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px){
  footer > div{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
footer > div {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  footer > div {
    padding-block: 6.125rem 0;
  }
}
@media (min-width: md) {
  footer > div {
    padding-block: 6.125rem 0;
  }
}
@media (min-width: 1300px) {
  footer > div {
    padding-block: 6.125rem 0;
  }
}
.footer{
  display: grid;
  justify-items: center;
  gap: 5rem;
  text-align: center;
}
@media (min-width: 768px){
  .footer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer{
    justify-items: start;
  }
  .footer{
    gap: 0px;
  }
  .footer{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .footer{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer {
  color: white;
}
.footer-heading{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}
.footer-subtitle{
  margin-top: 2rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .address-wrapper{
  font-weight: 300;
  max-width: 11.625rem;
}
.footer-links a{
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-update{
  font-weight: 300;
}
@media (min-width: 48em) {
  .footer-payment-link {
    margin-top: 5.125rem;
  }
}
@media (min-width: md) {
  .footer-payment-link {
    margin-top: 5.125rem;
  }
}
.footer-socials-box{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer-form{
  margin-top: 3rem;
}
.footer-form input{
  height: 3rem;
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.footer-form input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.footer-form input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.footer-form input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.footer-form button{
  margin-top: 1.5rem;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-weight: 300;
}
.footer-form button:hover{
  --tw-bg-opacity: 0.8;
}
.footer-form button {
  width: 9.8125rem;
}
.footer-footnote{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .footer-footnote{
    flex-direction: row;
  }
  .footer-footnote{
    text-align: left;
  }
}
.footer-footnote {
  font-size: 0.6875rem;
  margin-top: 5.25rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.footer-footnote span{
  display: block;
}
@media (min-width: 768px){
  .footer-footnote span{
    display: inline;
  }
}
.footer-footnote-link{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer-footnote P{
  margin-top: 2rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 768px){
  .footer-footnote P{
    margin-top: 0px;
  }
  .footer-footnote P{
    display: inline;
  }
}
.four{
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  overflow-x: auto;
}
.four .trailer-modal-background{
  display: flex;
  overflow-x: hidden;
  background-color:  rgba(196, 196, 196, 0.6);
  padding-top: 6rem;
  vertical-align: middle;
}
@media (min-width: 1280px){
  .four .trailer-modal-background{
    padding-top: 11rem;
  }
}
.four .trailer-modal-content{
  position: relative;
  margin: auto;
  width: 91.666667%;
}
@media (min-width: 768px){
  .four .trailer-modal-content{
    width: 80%;
  }
}
.four .trailer-modal-content .modal-video {
  height: 338px;
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px){
  .four .trailer-modal-content .modal-video{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 48em) {
  .four .trailer-modal-content .modal-video {
    height: 538px;
  }
}
@media (min-width: md) {
  .four .trailer-modal-content .modal-video {
    height: 538px;
  }
}
.four .trailer-modal-content .modal-title{
  margin-top: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .four .trailer-modal-content .modal-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.four .trailer-modal-content .play {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.four .trailer-modal-content .play svg{
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 768px){
  .four .trailer-modal-content .play svg{
    height: auto;
  }
  .four .trailer-modal-content .play svg{
    width: auto;
  }
}
.four .trailer-modal-content .modal-info{
  display: grid;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  row-gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .four .trailer-modal-content .modal-info{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .four .trailer-modal-content .modal-info{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.four .trailer-modal-content .modal-info > div {
  grid-template-columns: 120px 120px;
  display: grid;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
@media (min-width: 48em) {
  .four .trailer-modal-content .modal-info > div {
    grid-template-columns: 120px 230px;
  }
}
@media (min-width: md) {
  .four .trailer-modal-content .modal-info > div {
    grid-template-columns: 120px 230px;
  }
}
.four .trailer-modal-content .modal-info .title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.four .trailer-modal-content .modal-info-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  padding-top: 4rem;
  padding-bottom: 12rem;
}
@media (min-width: 1024px){
  .four .trailer-modal-content .modal-info-wrapper{
    padding-left: 3rem;
  }
  .four .trailer-modal-content .modal-info-wrapper{
    padding-right: 2rem;
  }
}
.four .close{
  position: absolute;
  top: -3rem;
  right: 0px;
}
@media (min-width: 1024px){
  .four .close{
    top: 0px;
  }
  .four .close{
    right: -4rem;
  }
}
.four .close svg{
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 768px){
  .four .close svg{
    height: auto;
  }
  .four .close svg{
    width: auto;
  }
}
.four .options{
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (min-width: 768px){
  .four .options{
    margin-top: 3.5rem;
  }
  .four .options{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.four .options > button{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.four .options svg{
  height: 1.75rem;
  width: 1.75rem;
}
@media (min-width: 768px){
  .four .options svg{
    height: auto;
  }
  .four .options svg{
    width: auto;
  }
}
.four .book-card-wrapper{
  margin-top: 4rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 3rem;
  padding-right: 1rem;
  padding-left: 0px;
}
@media (min-width: 640px){
  .four .book-card-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .four .book-card-wrapper{
    row-gap: 5rem;
  }
}
@media (min-width: 1024px){
  .four .book-card-wrapper{
    margin-top: 7rem;
  }
  .four .book-card-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .four .book-card-wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.open{
  display: flex;
}
#trailer-modal {
  transform: scale(0);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}
#trailer-modal.four {
  transform: scale(1);
  z-index: 0;
}
#trailer-modal.four .trailer-modal-background{
  background-color:  rgba(196, 196, 196, 0.6);
}
#trailer-modal.four .trailer-modal-background .trailer-modal-content {
  -webkit-animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@-webkit-keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.carousel{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .carousel{
    background-image: none;
  }
}
@media (min-width: 1024px){
  .carousel{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  }
}
@media (min-width: 640px){
  .carousel-item{
    height: 41.4375rem;
  }
}
.carousel-item-img{
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px){
  .carousel-item-img{
    height: 100%;
  }
}
a:hover {
  text-decoration: inherit;
}
.home{
  overflow-x: hidden;
}
.home-header{
  position: relative;
  overflow-x: hidden;
}
.home-heading{
  display: flex;
  min-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  background-size: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 0;
  height: auto;
}
@media (min-width: 40em) {
  .home-heading {
    background: linear-gradient(180.1deg, rgba(0, 0, 0, 0) 55.4%, #111111 92.71%);
    height: 41.4375rem;
  }
}
@media (min-width: sm) {
  .home-heading {
    background: linear-gradient(180.1deg, rgba(0, 0, 0, 0) 55.4%, #111111 92.71%);
    height: 41.4375rem;
  }
}
@media (min-width: 1300px) {
  .home-heading {
    height: 41.4375rem;
  }
}
.home-heading-bg{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
}
@media (min-width: 40em) {
  .home-heading-bg {
    background: linear-gradient(180.1deg, rgba(0, 0, 0, 0) 55.4%, #111111 92.71%);
  }
}
@media (min-width: sm) {
  .home-heading-bg {
    background: linear-gradient(180.1deg, rgba(0, 0, 0, 0) 55.4%, #111111 92.71%);
  }
}
.home-heading-wrapper{
  position: relative;
  display: flex;
}
.home-heading-img {
  height: 224px;
  top: 0px;
  right: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px){
  .home-heading-img{
    position: absolute;
  }
  .home-heading-img{
    height: 100%;
  }
}
@media (min-width: 40em) {
  .home-heading-img {
    z-index: -1;
  }
}
@media (min-width: sm) {
  .home-heading-img {
    z-index: -1;
  }
}
.home-heading-text-wrapper{
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  width: 100%;
}
@media (min-width: 640px){
  .home-heading-text-wrapper{
    position: absolute;
  }
  .home-heading-text-wrapper{
    bottom: 2rem;
  }
  .home-heading-text-wrapper{
    left: 50%;
  }
  .home-heading-text-wrapper{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px){
  .home-heading-text-wrapper{
    margin-top: 0px;
  }
}
.home-heading-text-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 48em) {
  .home-heading-text-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .home-heading-text-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.home-heading-title{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .home-heading-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.home-heading-text{
  z-index: 10;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-heading-link{
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-heading-link:hover{
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-heading-link {
  width: 6.625rem;
  height: 39px;
}
.home-heading-pointer-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
  z-index: 99999;
}
@media (min-width: 48em) {
  .home-heading-pointer-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .home-heading-pointer-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.home-heading-pointer{
  position: absolute;
  left: 0px;
  bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  .home-heading-pointer{
    bottom: 4rem;
  }
}
@media (min-width: 48em) {
  .home-heading-pointer {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .home-heading-pointer {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 40em) {
  .home-heading-pointer {
    right: 0;
    bottom: 11.5%;
  }
}
@media (min-width: sm) {
  .home-heading-pointer {
    right: 0;
    bottom: 11.5%;
  }
}
.home-heading-pointer li{
  margin-right: 0.25rem;
  height: 0.625rem;
  width: 0.625rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .home-heading-pointer li{
    margin-right: 0px;
  }
  .home-heading-pointer li{
    margin-left: 0.5rem;
  }
  .home-heading-pointer li{
    height: 0.875rem;
  }
  .home-heading-pointer li{
    width: 0.875rem;
  }
}
.home-heading-pointer li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
}
.home .main{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 7rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home .main-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 48em) {
  .home .main-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .home .main-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.home .main-wrapper .book-card .content{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.home-download{
  display: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .home-download{
    display: flex;
  }
}
@media (min-width: 48em) {
  .home-download {
    padding: 2.5rem 3.25rem;
  }
}
@media (min-width: md) {
  .home-download {
    padding: 2.5rem 3.25rem;
  }
}
@media (min-width: 64em) {
  .home-download {
    padding: 2.5rem 6.25rem;
  }
}
@media (min-width: lg) {
  .home-download {
    padding: 2.5rem 6.25rem;
  }
}
.home-download-text{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-download-links{
  display: flex;
  gap: 1.25rem;
}
.home .premier-releases-text{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px){
  .home .premier-releases-text{
    margin-top: 5rem;
  }
}
.home .premier-releases-text p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 640px){
  .home .premier-releases-text p{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 48em) {
  .home .premier-releases-text p {
    font-size: 28px;
  }
}
@media (min-width: md) {
  .home .premier-releases-text p {
    font-size: 28px;
  }
}
.home .premier-releases-text a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.home .premier-releases-text a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.home .premier-releases-text a:hover svg path{
  fill: #CB5715;
}
.home .premier-releases-container{
  position: relative;
  display: flex;
}
.home .premier-releases-container .arrows{
  position: absolute;
  top: 50%;
  right: -1.5rem;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .home .premier-releases-container .arrows{
    display: flex;
  }
}
.home .premier-releases-container .arrows {
  z-index: 99;
}
.home .premier-releases-container .arrows div{
  display: flex;
  height: 3rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.home .premier-releases-container .arrows .left-arrow {
  opacity: 0.5;
}
.home .premier-releases-container-after::after {
  content: "";
  width: 100%;
  background: rgba(17, 17, 17, 0.75);
  right: -100%;
  position: absolute;
  height: calc(100% + 4px);
  top: -4px;
  z-index: 7;
}
.home .premier-releases-container-before::before {
  content: "";
  width: 100%;
  background: rgba(17, 17, 17, 0.75);
  left: -100%;
  position: absolute;
  height: calc(100% + 4px);
  top: -4px;
  z-index: 7;
}
.home .premier-releases-wrapper{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: scroll;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 640px){
  .home .premier-releases-wrapper{
    overflow: visible;
  }
}
.home .premier-releases-wrapper-item {
  min-width: 265px;
  margin-right: 24px;
  aspect-ratio: 1 / 1;
}
@media (min-width: 40em) {
  .home .premier-releases-wrapper-item {
    min-width: 32%;
    margin-right: 1.3333333333%;
  }
}
@media (min-width: sm) {
  .home .premier-releases-wrapper-item {
    min-width: 32%;
    margin-right: 1.3333333333%;
  }
}
.home .premier-releases-wrapper-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home .premier-releases-wrapper-item:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.about-heading{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 11.4375rem;
}
@media (min-width: 48em) {
  .about-heading {
    height: 18.5625rem;
  }
}
@media (min-width: md) {
  .about-heading {
    height: 18.5625rem;
  }
}
.about-nav{
  margin-bottom: 1.5rem;
  display: flex;
  padding-right: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .about-nav{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.about-nav .active{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.about-nav li.seperator{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 640px){
  .about-nav li.seperator{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px){
  .about-nav li.seperator{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.about-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .about-main{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 48em) {
  .about-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .about-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.about-tab{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .about-tab{
    margin-top: 5rem;
  }
  .about-tab{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px){
  .about-tab{
    flex-direction: row;
  }
}
@media (min-width: 64em) {
  .about-tab-1 {
    max-width: 13.25rem;
    min-width: 13.25rem;
    margin-right: 4.5rem;
  }
}
@media (min-width: lg) {
  .about-tab-1 {
    max-width: 13.25rem;
    min-width: 13.25rem;
    margin-right: 4.5rem;
  }
}
.about-tab-title{
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .about-tab-title{
    margin-bottom: 5rem;
  }
  .about-tab-title{
    font-weight: 400;
  }
}
@media (min-width: 48em) {
  .about-tab-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media (min-width: md) {
  .about-tab-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.about-tab-buttons{
  display: flex;
  overflow-x: scroll;
}
@media (min-width: 1024px){
  .about-tab-buttons{
    display: block;
  }
  .about-tab-buttons{
    overflow-x: hidden;
  }
}
.about-tab-buttons button{
  display: block;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-weight: 600;
}
.about-tab-buttons button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .about-tab-buttons button{
    border-bottom-width: 1px;
  }
  .about-tab-buttons button{
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-tab-buttons button{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 64em) {
  .about-tab-buttons button {
    min-width: 9.375rem;
  }
}
@media (min-width: lg) {
  .about-tab-buttons button {
    min-width: 9.375rem;
  }
}
.about-tab-buttons .active{
  --tw-text-opacity: 1;
  color: rgb(239 109 29 / var(--tw-text-opacity));
  background-color: rgba(255, 255, 255, 0.26);
}
.about-tab-content{
  display: none;
  margin-bottom: 8.3125rem;
}
.about-tab-content:first-child{
  display: block;
}
.about-tab-content-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .about-tab-content-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.about-tab-content-title {
  margin-bottom: 3.25rem;
}
.about-tab-content p{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.contact-nav{
  margin-bottom: 1.5rem;
  display: flex;
  padding-right: 1.75rem;
  padding-top: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .contact-nav{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.contact-nav .active{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.contact-nav li.seperator{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 640px){
  .contact-nav li.seperator{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px){
  .contact-nav li.seperator{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.contact-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 48em) {
  .contact-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .contact-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.contact-heading{
  padding-top: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px){
  .contact .faq{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.contact .faq-text{
  margin-top: 2rem;
  margin-bottom: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact .faq-text{
    margin-top: 4rem;
  }
}
.contact .faq-button{
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact .faq-button{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .contact .faq-button{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.contact .faq .active-btn{
  margin-bottom: 0px;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}
.contact .faq-answer{
  display: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact .faq-answer{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .contact .faq-answer{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.contact .faq-answer {
  background-color: rgba(250, 247, 247, 0.6);
}
.contact .faq-view-more{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .contact .contact-us{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.contact-form{
  margin-top: 2.5rem;
  margin-bottom: 6rem;
  width: 100%;
}
.contact-form-group{
  width: 100%;
  gap: 1.25rem;
}
@media (min-width: 640px){
  .contact-form-group{
    display: flex;
  }
}
.contact-form-group input{
  margin-bottom: 1.25rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-form-group input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.contact-form-group input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.contact-form-group input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact-form-group input{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .contact-form-group input{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact-form-textarea{
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-form-textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.contact-form-textarea:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.contact-form-textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact-form-textarea{
    padding: 2rem;
  }
}
.contact-form-button{
  margin-top: 2rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: 60px;
  width: 180px;
}
.search{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.search-main{
  margin-top: 2.25rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 48em) {
  .search-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .search-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.search-nav{
  margin-bottom: 1.5rem;
  display: flex;
  padding-right: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.search-nav .active{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.search-nav li.seperator{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 640px){
  .search-nav li.seperator{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px){
  .search-nav li.seperator{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.search-input{
  position: relative;
}
.search-input input{
  height: 4rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .search-input input{
    padding-left: 5rem;
  }
}
.search-input svg{
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
@media (min-width: 1024px){
  .search-input svg{
    left: 1.75rem;
  }
}
.search-wrapper{
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px){
  .search-wrapper{
    display: flex;
  }
}
.search-filter{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  overflow: scroll;
}
@media (min-width: 1024px){
  .search-filter{
    position: relative;
  }
  .search-filter{
    display: block;
  }
  .search-filter{
    height: auto;
  }
  .search-filter{
    overflow: hidden;
  }
}
.search-filter {
  width: 95%;
}
@media (min-width: 64em) {
  .search-filter {
    min-width: 14.25rem;
    max-width: 14.25rem;
  }
}
@media (min-width: lg) {
  .search-filter {
    min-width: 14.25rem;
    max-width: 14.25rem;
  }
}
.search-filter-heading{
  display: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 1024px){
  .search-filter-heading{
    display: block;
  }
}
.search-filter-heading {
  min-width: 14.25rem;
}
.search-filter-box{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 1024px){
  .search-filter-box{
    border-radius: 0.5rem;
  }
}
.search-filter-box label{
  position: relative;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 128px;
}
.search-filter-box label svg {
  display: inline;
}
.search-filter-box label .checkbox{
  position: absolute;
  top: 0px;
  left: -2rem;
  display: block;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  height: 18px;
  width: 18px;
}
.search-filter-box label .checkbox-tick{
  position: absolute;
  top: 0px;
  left: 0.25rem;
  display: none;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height: 12px;
  width: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
}
.search-filter-box input{
  margin-bottom: 0.5rem;
  opacity: 0;
}
.search-filter-box input:checked ~ label{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.search-filter-box input:checked ~ label .checkbox{
  --tw-border-opacity: 1;
  border-color: rgb(203 87 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
}
.search-filter-box input:checked ~ label .checkbox-tick{
  display: block;
}
.search-filter-box .see-all{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.search-filter-box .see-all svg{
  margin-left: 0.75rem;
}
.search-filter-title{
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.search-filter-wrap{
  margin-bottom: 3rem;
}
.search-results{
  width: 100%;
}
@media (min-width: 1024px){
  .search-results{
    margin-left: 2rem;
  }
}
.search-results-number{
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .search-results-number{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .search-results-number{
    display: block;
  }
}
.search-results-heading{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.search-results-heading .mobile{
  display: block;
}
@media (min-width: 1024px){
  .search-results-heading .mobile{
    display: none;
  }
}
.search-results-wrapper {
    -moz-column-gap: max(2%, 24px);
         column-gap: max(2%, 24px);
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
@media (min-width: 40em) {
    .search-results-wrapper {
      -moz-column-gap: max(2%, 17px);
           column-gap: max(2%, 17px);
    }
  }
@media (min-width: sm) {
    .search-results-wrapper {
      -moz-column-gap: max(2%, 17px);
           column-gap: max(2%, 17px);
    }
  }
.search-results-wrapper > * {
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 100%;
  }
@media (min-width: 640px){
  .search-results-wrapper > *{
    width: 48%;
  }
}
@media (min-width: 768px){
  .search-results-wrapper > *{
    width: 31.5%;
  }
}
@media (min-width: 1024px){
  .search-results-wrapper > *{
    width: 23.5%;
  }
}
@media (min-width: 40em) {
    .search-results-wrapper > * {
      -moz-column-gap: 2%;
           column-gap: 2%;
    }
  }
@media (min-width: sm) {
    .search-results-wrapper > * {
      -moz-column-gap: 2%;
           column-gap: 2%;
    }
  }
.search-results-wrapper{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .search-results-wrapper{
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1024px){
  .search-results-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.book-card-section .search-results-wrapper{
  flex-wrap: nowrap;
  overflow-x: auto;
}
.search-results-wrapper{
  margin-bottom: 1.75rem;
  display: grid;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
.four .search-results-wrapper{
  margin-top: 4rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 3rem;
  padding-right: 1rem;
  padding-left: 0px;
}
@media (min-width: 640px){
  .four .search-results-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .four .search-results-wrapper{
    row-gap: 5rem;
  }
}
@media (min-width: 1024px){
  .four .search-results-wrapper{
    margin-top: 7rem;
  }
  .four .search-results-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .four .search-results-wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px){
  .search-results-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search-results-wrapper > *{
  display: flex;
  width: 100%;
  min-width: 218px;
  max-width: 289px;
  flex-direction: column;
  align-items: center;
}
.search-results-sort{
  position: relative;
  margin-left: auto;
  display: none;
}
@media (min-width: 1024px){
  .search-results-sort{
    display: block;
  }
}
.search-results-sort select{
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.search-results-sort svg{
  position: absolute;
  top: 50%;
  right: 2.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mobile-filter{
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .mobile-filter{
    display: none;
  }
}
.mobile-filter {
  width: 103px;
  height: 33px;
  border-radius: 20px;
}
.mobile-filter svg{
  margin-left: 1rem;
}
.mobile-filter-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (min-width: 64em) {
  .mobile-filter-heading {
    display: none;
  }
}
@media (min-width: lg) {
  .mobile-filter-heading {
    display: none;
  }
}
.mobile-filter-search{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: 60px;
}
@media (min-width: 64em) {
  .mobile-filter-search {
    display: none;
  }
}
@media (min-width: lg) {
  .mobile-filter-search {
    display: none;
  }
}
.epmty-search{
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 24rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (min-width: 640px){
  .epmty-search{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.epmty-search svg{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
.account{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.account-nav{
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  display: flex;
  padding-right: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.account-nav .active{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.account-nav li.seperator{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 640px){
  .account-nav li.seperator{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px){
  .account-nav li.seperator{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.account-main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (min-width: 48em) {
  .account-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: md) {
  .account-main {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.account-header{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .account-header{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.account-menu{
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1280px){
  .account-menu{
    display: none;
  }
}
.account-menu {
  top: -63px;
  height: 25px;
}
.account-menu .close {
  display: none;
}
.account-container{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (min-width: 1280px){
  .account-container{
    flex-direction: row;
  }
}
.account-container {
  margin-bottom: 6.25rem;
}
.account-links{
  position: relative;
  gap: 1rem;
  min-width: 15.625rem;
}
.account-links-wrapper{
  margin-bottom: 3rem;
  display: none;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media (min-width: 1280px){
  .account-links-wrapper{
    margin-bottom: 0px;
  }
  .account-links-wrapper{
    display: flex;
  }
}
.account-link{
  display: flex;
  align-items: center;
  gap: 0.875rem;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.account-link:hover{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .account-link{
    width: 100%;
  }
}
.account .account-container .active{
  --tw-border-opacity: 1;
  border-color: rgb(203 87 21 / var(--tw-border-opacity));
  border-left-width: 3px;
}
.account-content{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){
  .account-content{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.account-content-title{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 640px){
  .account-content-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.account-content .wishlist-item{
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.account-content .wishlist-item:last-child{
  border-bottom-width: 0px;
}
.account-content-item{
  margin-top: 1.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 640px){
  .account-content-item{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px){
  .account-content-item{
    flex-direction: row;
  }
  .account-content-item{
    gap: 2.25rem;
  }
}
.account-content-item:last-child{
  border-bottom-width: 0px;
}
.account-content-item img{
  aspect-ratio: 1 / 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: none;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){
  .account-content-item img{
    border-radius: 0.375rem;
  }
}
@media (min-width: 64em) {
  .account-content-item img {
    width: 204px;
  }
}
@media (min-width: lg) {
  .account-content-item img {
    width: 204px;
  }
}
.account-content-item-detail{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .account-content-item-detail{
    margin-top: 0px;
  }
  .account-content-item-detail{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.account-content-item .order-details{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
@media (min-width: 640px){
  .account-content-item .order-details{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.account-content-item .order-title{
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 640px){
  .account-content-item .order-title{
    margin-bottom: 1rem;
  }
  .account-content-item .order-title{
    flex-direction: row;
  }
  .account-content-item .order-title{
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .account-content-item .order-title{
    margin-bottom: 0.5rem;
  }
  .account-content-item .order-title{
    margin-top: 0.5rem;
  }
}
.account-content-item .order-title:hover{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.account-content-item .order-amount{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.account-content-item .order-text{
  margin-bottom: 0.25rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.account-content-item .order-links{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-content-item .order-rate{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.account-content-item .order-link{
  margin-left: 0.875rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.account-content-item .order-link:hover{
  --tw-bg-opacity: 0.8;
}
@media (min-width: 40em) {
  .account-content-item .order-link {
    width: 140px;
  }
}
@media (min-width: sm) {
  .account-content-item .order-link {
    width: 140px;
  }
}
.account-content-item .wishlist-title{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px){
  .account-content-item .wishlist-title{
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px){
  .account-content-item .wishlist-title{
    margin-top: 0px;
  }
}
.account-content-item .wishlist-links{
  margin-top: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.account .wishlist-wrapper{
  margin-bottom: 0px;
  border-bottom-width: 0px;
}
.wishlist-desc{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .wishlist-desc{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .wishlist-desc{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
}
.wishlist-desc {
  max-width: 30rem;
}
.wishlist-links{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px){
  .wishlist-links{
    flex-direction: row;
  }
}
.wishlist-links .order-link{
  margin-left: 0px;
  width: 100%;
}
@media (min-width: 40em) {
  .wishlist-links .order-link {
    width: 140px;
  }
}
@media (min-width: sm) {
  .wishlist-links .order-link {
    width: 140px;
  }
}
.wishlist-remove{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .wishlist-remove{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px){
  .wishlist-remove{
    margin-bottom: 0px;
  }
}
.wishlist-number{
  margin-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 640px){
  .wishlist-number{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wishlist-empty{
  margin-left: auto;
  margin-right: auto;
  margin-top: 13rem;
  margin-bottom: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wishlist-empty > p{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.wishlist-empty > a{
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.rate-modal{
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){
  .rate-modal{
    display: flex;
  }
}
.rate-modal {
  background: rgba(0, 0, 0, 0.5);
}
.rate-container{
  z-index: 50;
  max-width: 20rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
  text-align: center;
}
@media (min-width: 640px){
  .rate-container{
    max-width: 24rem;
  }
}
.rate-container h3{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.rate-stars{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.rate-stars svg{
  cursor: pointer;
}
.rate-stars svg path{
  fill: #FFFFFF;
}
.rate-stars .star-fill path{
  fill: #CB5715;
}
.rate-cancel{
  margin-right: 1rem;
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.rate-submit{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.password-container{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
}
@media (min-width: 640px){
  .password-container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.password-title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.password-text{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.password-input{
  margin-bottom: 1.25rem;
  display: block;
  height: 4rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.password-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.password-input:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.password-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.password-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
@media (min-width: 640px){
  .password-input{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.password-input {
  background-color: #fbfbfb;
  max-width: 26.875rem;
}
.password-validation{
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
}
.password-button{
  margin-top: 2rem;
  margin-bottom: 10rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 87 21 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.password-button:hover{
  --tw-bg-opacity: 0.8;
}
@media (min-width: 1024px){
  .password-button{
    margin-bottom: 15rem;
  }
}
.password-button {
  height: 60px;
  width: 180px;
}
.date-select-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.date-select{
  position: relative;
  /* For IE10 */
}
.date-select select{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.date-select select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.date-select select {
  background-color: #fbfbfb;
  height: 60px;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.date-select select::-ms-expand {
  display: none;
}
.date-select svg{
  position: absolute;
  top: 50%;
  right: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .date-select svg{
    right: 1.5rem;
  }
}
.date{
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.error-page {
  padding-bottom: 537px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-top: 9rem;
}
.error-page h2 {
  font-size: 85px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(203 87 21 / var(--tw-text-opacity));
}
.error-page p:nth-child(2){
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.error-page p{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .lg\:bg-gray600{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }
}
