*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
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)
*/

*:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *)::before,
:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *)::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *)::before,
:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *)::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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.ck-codebuy-ui,
#ck-codebuy-app-block {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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.
*/

.ck-codebuy-ui,
#ck-codebuy-app-block {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h2:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h3:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h4:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h5:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h6:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
strong:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
kbd:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
samp:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
pre:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
sup:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  bottom: -0.25em;
}

sup:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
input:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
optgroup:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
select:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
textarea:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
select:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
input:where([type='button']):where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
input:where([type='reset']):where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
input:where([type='submit']):where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) ::-webkit-inner-spin-button,
:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) ::-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.
*/

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
dl:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
dd:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h1:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h2:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h3:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h4:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h5:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
h6:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
hr:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
figure:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
p:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
pre:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  margin: 0;
}

fieldset:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  margin: 0;
  padding: 0;
}

legend:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  padding: 0;
}

ol:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
ul:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
menu:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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.
*/

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) input::-moz-placeholder, :where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) input::placeholder,
:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
[role="button"]:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
svg:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
video:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
canvas:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
audio:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
iframe:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
embed:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
object:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  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:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *),
video:where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])):where(.ck-codebuy-ui,.ck-codebuy-ui *,#ck-codebuy-app-block,#ck-codebuy-app-block *) {
  display: none;
}

.ck-codebuy-mt-8 {
  margin-top: var(--ck-codebuy-space-8);
}

.ck-codebuy-mt-auto {
  margin-top: auto;
}

.ck-codebuy-flex {
  display: flex;
}

.ck-codebuy-hidden {
  display: none;
}

.ck-codebuy-w-max {
  width: -moz-max-content;
  width: max-content;
}

@keyframes ck-codebuy-pulse {
  50% {
    opacity: .5;
  }
}

.ck-codebuy-animate-pulse {
  animation: ck-codebuy-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.ck-codebuy-flex-col {
  flex-direction: column;
}

.ck-codebuy-items-center {
  align-items: center;
}

.ck-codebuy-gap-1 {
  gap: var(--ck-codebuy-space-1);
}

.ck-codebuy-gap-4 {
  gap: var(--ck-codebuy-space-4);
}

.ck-codebuy-rounded-xl {
  border-radius: 0.75rem;
}

.ck-codebuy-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.ck-codebuy-p-2 {
  padding: var(--ck-codebuy-space-2);
}

.ck-codebuy-p-6 {
  padding: var(--ck-codebuy-space-6);
}

.ck-codebuy-px-6 {
  padding-left: var(--ck-codebuy-space-6);
  padding-right: var(--ck-codebuy-space-6);
}

.ck-codebuy-py-3 {
  padding-top: var(--ck-codebuy-space-3);
  padding-bottom: var(--ck-codebuy-space-3);
}

.ck-codebuy-text-2xl {
  font-size: var(--ck-codebuy-fs-2xl);
}

.ck-codebuy-text-lg {
  font-size: var(--ck-codebuy-fs-lg);
}

.ck-codebuy-text-xl {
  font-size: var(--ck-codebuy-fs-xl);
}

.ck-codebuy-font-medium {
  font-weight: 500;
}

.ck-codebuy-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.ck-codebuy-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ck-codebuy-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  /* Font sizes */
  --ck-codebuy-fs-sm: calc(14 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-base: calc(16 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-lg: calc(18 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-xl: calc(20 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-2xl: calc(24 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-3xl: calc(30 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-4xl: calc(36 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-fs-5xl: calc(48 * var(--ck-codebuy-base-size) / 16 * 1rem);
  /* Spacing */
  --ck-codebuy-space-1: calc(4 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-2: calc(8 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-3: calc(12 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-3-5: calc(14 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-4: calc(16 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-5: calc(20 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-6: calc(24 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-7: calc(28 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-8: calc(32 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-10: calc(40 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-12: calc(48 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-13: calc(52 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-14: calc(56 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-16: calc(64 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-20: calc(80 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-22: calc(88 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-24: calc(96 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-28: calc(112 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-32: calc(128 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-40: calc(160 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-48: calc(192 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-56: calc(224 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-64: calc(256 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-72: calc(288 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-80: calc(320 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-96: calc(384 * var(--ck-codebuy-base-size) / 16 * 1rem);
  --ck-codebuy-space-128: calc(512 * var(--ck-codebuy-base-size) / 16 * 1rem);
}

#codebuy-app-block {
  --color-sub: #f7f4f3;
  --font-size-base: 15px;
  --color-txt: #1b1b1b;
  width: 100%;
  font-family: inherit;
  line-height: 1.5;
}

.ck-codebuy-ui {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding-top: var(--ck-codebuy-space-8);
  padding-bottom: var(--ck-codebuy-space-8);
  text-align: center;
  font-family: inherit;
}

.ck-codebuy-ui select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ck-codebuy-ui * {
  overflow-wrap: break-word;
}

.l-codebuy__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.l-codebuy__columns {
  flex-wrap: wrap;
  gap: var(--ck-codebuy-space-4);
}

.l-codebuy__column.empty-state-column {
  margin-top: var(--ck-codebuy-space-4);
  margin-bottom: var(--ck-codebuy-space-4);
}

@media (min-width: 768px) {
  .l-codebuy__columns {
    display: flex;
  }

  .l-codebuy__column.empty-state-column {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .l-codebuy__columns.sp-columns {
    display: flex;
  }
}

.l-codebuy__columns.aligncenter {
  align-items: center;
}

@media (max-width: 767px) {
  .l-codebuy__columns:not(.sp-columns) .l-codebuy__column {
    margin-top: var(--ck-codebuy-space-16);
  }

  .l-codebuy__columns.sp-columns .l-codebuy__column {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .l-codebuy__column.col2 {
    width: calc((100% - 20px) / 2);
  }

  .l-codebuy__column.col3 {
    width: calc((100% - 28px) / 3);
  }

  .l-codebuy__column.col4 {
    width: calc((100% - 36px) / 4);
  }

  .l-codebuy__column.col5 {
    width: calc((100% - 44px) / 5);
  }
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1 {
    width: calc((100% - 20px) / 1);
  }

  .l-codebuy__column.sp-col2 {
    width: calc((100% - 20px) / 2);
  }

  .l-codebuy__column.sp-col3 {
    width: calc((100% - 28px) / 3);
  }

  .l-codebuy__column.sp-col5 {
    width: calc((100% - 44px) / 5);
  }
}

.loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.5);
}

.loader,
.loader:after {
  height: 10em;
  width: 10em;
  border-radius: 50%;
}

.loader {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1.1em;
  border-right-width: 1.1em;
  border-bottom-width: 1.1em;
  border-left-width: 1.1em;
  border-top-color: rgba(219,219,219,0.6);
  border-right-color: rgba(219,219,219,0.6);
  border-bottom-color: rgba(219,219,219,0.6);
  border-left-color: var(--ck-codebuy-primary-color);
  text-indent: -9999em;
  font-size: 10px;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.c-codebuy__ofi img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-codebuy__zoom {
  overflow: hidden;
}

.c-codebuy__zoom img {
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.c-codebuy__zoom:hover img {
  --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));
}

.c-codebuy__btn {
  margin-top: var(--ck-codebuy-space-12);
}

@media (max-width: 767px) {
  .c-codebuy__btn {
    margin-top: 10px;
  }
}

/* TODO: Add styling based on primary color in v2 */

.c-codebuy__btn_link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 240px;
  max-width: 100%;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: var(--ck-codebuy-space-3-5);
  padding-bottom: var(--ck-codebuy-space-3-5);
  padding-left: var(--ck-codebuy-space-8);
  padding-right: var(--ck-codebuy-space-8);
  text-align: center;
}

.c-codebuy__ttl {
  text-align: left;
  font-size: calc(var(--font-size-base) * 2);
  line-height: 1.8;
}

.c-codebuy__ttl_sub {
  display: block;
  font-size: var(--ck-codebuy-fs-lg);
}

.p-codebuy__typeA {
  color: var(--color-txt);
}

.p-codebuy__typeA_ttl {
  margin: 0;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  padding-top: var(--ck-codebuy-space-3);
  padding-bottom: var(--ck-codebuy-space-3);
  font-size: var(--ck-codebuy-fs-xl);
  font-weight: 700;
}

.p-codebuy__typeA_ttl.disp-none {
  display: none;
}

.p-codebuy__typeA_name {
  font-weight: 700;
  color: var(--font-size-base);
}

.p-codebuy__typeA_name.above {
  margin-bottom: var(--ck-codebuy-space-2);
  text-align: left;
}

.p-codebuy__typeA_txt {
  white-space: pre-wrap;
  font-size: var(--ck-codebuy-fs-lg);
}

.p-codebuy__typeA_thumbnail img {
  aspect-ratio: var(--ck-codebuy-set-img-ratio);
  border-radius: var(--ck-codebuy-card-border-radius);
  -o-object-fit: var(--ck-codebuy-set-img-fit);
     object-fit: var(--ck-codebuy-set-img-fit);
}

@media (max-width: 767px) {
  .p-codebuy__typeA_thumbnail img {
    margin-left: auto;
    margin-right: auto;
    max-height: 594px;
    max-width: 450px;
    border-radius: var(--ck-codebuy-card-border-radius);
  }
}

.p-codebuy__typeA_profile {
  align-items: center;
  border-style: none;
  padding-top: var(--ck-codebuy-space-4);
  padding-bottom: var(--ck-codebuy-space-4);
}

.p-codebuy__typeA_profile_icon {
  margin-right: var(--ck-codebuy-space-1);
  width: 70px;
  max-width: 35%;
  text-align: center;
}

.p-codebuy__typeA_profile_icon img {
  aspect-ratio: var(--ck-codebuy-promoter-img-ratio);
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
  -o-object-position: var(--ck-codebuy-promoter-img-fit);
     object-position: var(--ck-codebuy-promoter-img-fit);
}

.p-codebuy__typeA_profile_list {
  flex: 1 1 0%;
  text-align: left;
}

.p-codebuy__typeA_profile_list li.p-codebuy__typeA_name {
  max-width: 95%;
}

.p-codebuy__typeA_profile_list ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: 1.4;
}

.p-codebuy__typeA_profile_list li {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.p-codebuy__typeA_profile_list li.p-codebuy__typeA_name {
  white-space: nowrap !important;
}

.p-codebuy__typeB {
  color: var(--color-txt);
}

.p-codebuy__typeB_thumbnail {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: var(--ck-codebuy-promoter-img-ratio);
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
  -o-object-position: var(--ck-codebuy-promoter-img-fit);
     object-position: var(--ck-codebuy-promoter-img-fit);
}

.p-codebuy__typeB_thumbnail img {
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
}

.p-codebuy__typeB_ttl {
  padding-top: var(--ck-codebuy-space-4);
  padding-bottom: var(--ck-codebuy-space-4);
  text-align: center;
}

.p-codebuy__typeB_ttl > * {
  display: block;
  white-space: pre-wrap;
}

.p-codebuy__typeB_ttl .name {
  font-size: var(--ck-codebuy-fs-3xl);
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-codebuy__typeB_ttl .name {
    font-size: var(--ck-codebuy-fs-2xl);
  }

  .p-codebuy__typeB_ttl .profile_text {
    font-size: var(--ck-codebuy-fs-xl);
  }
}

.p-codebuy__typeB_ttl,
.p-codebuy__typeB_ttl .profile_text {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.p-codebuy__typeB_ttl .name {
  white-space: nowrap !important;
}

.l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn) {
  row-gap: var(--ck-codebuy-space-16);
}

.p-codebuy__staff_list_item.with-link-btn {
  display: flex;
  flex-direction: column;
}

.p-codebuy__staff_list_item.with-link-btn .p-codebuy__typeB_link {
  margin-bottom: var(--ck-codebuy-space-4);
  flex: 1 1 0%;
}

.p-codebuy__typeB_link-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  border-radius: var(--ck-codebuy-button-border-radius);
  background-color: var(--ck-codebuy-primary-color);
  padding-top: var(--ck-codebuy-space-4);
  padding-bottom: var(--ck-codebuy-space-4);
  text-align: center;
  font-size: var(--ck-codebuy-fs-2xl);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1.p-codebuy__staff_list_item .p-codebuy__typeB_ttl,
  .l-codebuy__column.sp-col1.p-codebuy__staff_list_item
    .p-codebuy__typeB_ttl
    .profile_text {
    max-width: 100%;
    overflow: visible;
  }

  .l-codebuy__column.sp-col1.p-codebuy__staff_list_item
    .p-codebuy__typeB_ttl
    .name {
    white-space: nowrap;
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1) {
    row-gap: 0;
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__staff_list_item.with-link-btn {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .p-codebuy__staff_list_item.with-link-btn .p-codebuy__typeB_link {
    flex: 1 1 auto;
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn)
    .p-codebuy__typeB_link-btn {
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: var(--ck-codebuy-space-4);
    padding-right: var(--ck-codebuy-space-4);
    font-size: var(--ck-codebuy-fs-base);
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__staff_list_favorite_btn {
    top: 50%;
    right: calc(var(--ck-codebuy-space-1) * -1);
    --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));
    padding: var(--ck-codebuy-space-2);
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__staff_list_favorite_btn
    svg {
    height: var(--ck-codebuy-space-6);
    width: var(--ck-codebuy-space-6);
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link-btn.with-favorite-btn {
    margin-right: var(--ck-codebuy-space-12);
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media (min-width: 640px) {
    .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .name {
      max-width: 90%;
    }
  }

  @media (min-width: 768px) {
    .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .name {
      max-width: 100%;
    }
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .profile_text {
    max-width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }

  @media (min-width: 640px) {
    .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .profile_text {
      max-width: 90% !important;
    }
  }

  @media (min-width: 768px) {
    .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl
    .profile_text {
      max-width: 100% !important;
    }
  }

  .l-codebuy__columns:has(.p-codebuy__staff_list_item.with-link-btn.sp-col1)
    .p-codebuy__typeB_link
    .p-codebuy__typeB_ttl {
    max-width: 90% !important;
  }
}

.p-codebuy__typeC {
  color: var(--color-txt);
}

.p-codebuy__typeC_tab_wrap {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--ck-codebuy-space-8);
  box-sizing: border-box;
  min-height: var(--ck-codebuy-space-16);
  width: 100%;
  max-width: 600px;
  border-radius: var(--ck-codebuy-button-border-radius);
  background-color: var(--ck-codebuy-primary-light-color);
  padding: var(--ck-codebuy-space-3);
}

.p-codebuy__typeC_tab_list {
  position: relative;
  margin: 0;
  display: flex;
  height: var(--ck-codebuy-space-16);
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.p-codebuy__typeC_tab_list:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: var(--ck-codebuy-space-12);
  width: 50%;
  --tw-translate-x: 0;
  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));
  background-color: var(--ck-codebuy-primary-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  border-radius: calc(var(--ck-codebuy-button-border-radius) - 3px);
}

.p-codebuy__typeC_tab_list.tab0active:after {
  left: 0;
}

.p-codebuy__typeC_tab_list.tab1active:after {
  left: 50%;
}

.p-codebuy__typeC_tab_item {
  margin: 0;
  display: flex;
  height: var(--ck-codebuy-space-16);
  width: 50%;
  flex: 1 1 0%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.p-codebuy__typeC_tab_item span,
.p-codebuy__typeC_tab_item small {
  display: block;
  min-height: var(--ck-codebuy-space-3);
  width: 100%;
  white-space: nowrap;
}

.p-codebuy__typeC_tab_item.js-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.p-codebuy__typeC_tab_item.js-active > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.p-codebuy__typeC_tab_item a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-codebuy__typeC_tab_contents_list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.p-codebuy__typeC_tab_content:not(:first-child) {
  display: none;
}

.p-codebuy__typeD {
  border-radius: var(--ck-codebuy-card-border-radius);
  color: var(--color-txt);
}

.p-codebuy__typeD input,
.p-codebuy__typeD select {
  width: 100%;
  border-radius: var(--ck-codebuy-button-border-radius);
  font-size: var(--ck-codebuy-fs-xl);
}

.p-codebuy__typeD input:focus,
.p-codebuy__typeD select:focus {
  border-width: 0px;
  border-color: var(--ck-codebuy-primary-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--ck-codebuy-ring-color);
}

.p-codebuy__typeD input:focus-visible,
.p-codebuy__typeD select:focus-visible {
  border-width: 0px;
}

.p-codebuy__typeD_btn_reset.clearForm {
  font-size: var(--ck-codebuy-fs-xl);
}

.p-codebuy__typeD input:not([type='button']),
.p-codebuy__typeD select {
  border-width: 1px;
  padding-left: var(--ck-codebuy-space-4);
  padding-right: var(--ck-codebuy-space-4);
  padding-top: var(--ck-codebuy-space-3);
  padding-bottom: var(--ck-codebuy-space-3);
}

@media (max-width: 767px) {
  .p-codebuy__typeD input,
  .p-codebuy__typeD select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

.p-codebuy__typeD_form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--ck-codebuy-space-16);
  width: 100%;
  border-radius: var(--ck-codebuy-card-border-radius);
  border-color: var(--ck-codebuy-primary-light-color);
  background-color: var(--ck-codebuy-primary-light-color);
  padding: var(--ck-codebuy-space-6);
}

@media (min-width: 1024px) {
  .p-codebuy__typeD_form {
    width: 66.666667%;
  }
}

.p-codebuy__typeD_search {
  margin-bottom: var(--ck-codebuy-space-8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__typeD_tag-filter-wrapper {
  margin-bottom: var(--ck-codebuy-space-6);
  display: grid;
  place-items: stretch;
  -moz-column-gap: var(--ck-codebuy-space-6);
       column-gap: var(--ck-codebuy-space-6);
}

@media (min-width: 768px) {
  .p-codebuy__typeD_tag-filter-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-codebuy__typeD_search-tag-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ck-codebuy-space-2);
}

@media (min-width: 768px) {
  .p-codebuy__typeD_search-tag-filter.is-one {
    grid-column: span 2 / span 2;
  }
}

.p-codebuy__typeD_search-tag-filter.is-odd:not(.is-one) {
  grid-column: span 2 / span 2;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.p-codebuy__typeD_search-tag-filter label {
  display: block !important;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: var(--ck-codebuy-fs-lg);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.p-codebuy__typeD_ttl {
  margin: 0;
  flex: 0.5;
  font-size: calc(var(--font-size-base) * 0.9);
}

.p-codebuy__typeD_input,
.p-codebuy__typeD_select {
  flex: 1.5;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ck-codebuy-primary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-codebuy__typeD_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__typeD_btn > * {
  width: 100%;
  cursor: pointer;
  border-style: none;
  padding-left: var(--ck-codebuy-space-8);
  padding-right: var(--ck-codebuy-space-8);
  padding-top: var(--ck-codebuy-space-2);
  padding-bottom: var(--ck-codebuy-space-2);
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* TODO: Typo on purpose to support v1, remove after v1 is deprecated */

.p-codebuy__typeD_btn_serch {
  border-width: 1px;
  border-style: solid;
  border-color: var(--ck-codebuy-primary-color);
  background-color: var(--ck-codebuy-primary-color);
  padding-left: var(--ck-codebuy-space-8);
  padding-right: var(--ck-codebuy-space-8);
  padding-top: var(--ck-codebuy-space-2);
  padding-bottom: var(--ck-codebuy-space-2);
  font-size: var(--ck-codebuy-fs-2xl);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.p-codebuy__staff_single:not(:first-child) {
  margin-top: var(--ck-codebuy-space-8);
}

.p-codebuy__staff_single_left:not(.p-codebuy__staff_single_left_recent) {
  position: relative;
  margin-right: var(--ck-codebuy-space-4);
  width: 160px;
}

.p-codebuy__staff_single_left,
.p-codebuy__staff_single_right {
  max-width: calc((100% - 8px) / 2);
}

.p-codebuy__staff_single_right ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: 1.3;
}

.p-codebuy__staff_single_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-codebuy__staff_single_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__staff_single_details .p-codebuy__staff_single_right {
  align-items: center;
}

.p-codebuy__staff_single_details .p-codebuy__staff_single_txt > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-codebuy__staff_single_name {
  margin-bottom: var(--ck-codebuy-space-2);
  text-align: left;
  font-size: var(--ck-codebuy-fs-3xl);
  font-weight: 700;
}

.p-codebuy__staff_single_txt {
  text-align: left;
}

@media (max-width: 767px) {
  .p-codebuy__staff_single_name {
    font-size: var(--ck-codebuy-fs-2xl);
  }

  .p-codebuy__staff_single_txt {
    font-size: var(--ck-codebuy-fs-xl);
  }
}

.p-codebuy__staff_single_social_media {
  margin-top: var(--ck-codebuy-space-4);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__staff_single_social_media_item {
  display: flex;
  align-items: center;
  gap: var(--ck-codebuy-space-2);
}

.p-codebuy__staff_single_social_media_item a {
  display: flex;
  align-items: center;
  gap: var(--ck-codebuy-space-2);
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
  color: inherit;
  text-decoration-line: none;
}

.p-codebuy__staff_single_social_media_item::before {
  content: '';
  position: relative;
  display: inline-block;
  height: var(--ck-codebuy-space-8);
  width: var(--ck-codebuy-space-8);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.p-codebuy__staff_single_social_media_item.instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.012-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}

.p-codebuy__staff_single_social_media_item.x::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

.p-codebuy__staff_single_social_media_item.tiktok::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");
}

.p-codebuy__staff_single_ttl,
.p-codebuy__section_ttl {
  margin-bottom: var(--ck-codebuy-space-4);
  padding-top: var(--ck-codebuy-space-2);
  padding-bottom: var(--ck-codebuy-space-2);
  padding-left: var(--ck-codebuy-space-4);
  padding-right: var(--ck-codebuy-space-4);
  font-size: var(--ck-codebuy-fs-3xl);
  font-weight: 700;
}

.p-codebuy__staff_single_thumbnail {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: var(--ck-codebuy-promoter-img-ratio);
  overflow: hidden;
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
  -o-object-fit: var(--ck-codebuy-promoter-img-fit);
     object-fit: var(--ck-codebuy-promoter-img-fit);
}

.p-codebuy__staff_single_thumbnail img {
  margin-left: auto;
  margin-right: auto;
}

.p-codebuy_paginate {
  margin-top: var(--ck-codebuy-space-16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .p-codebuy_paginate {
    margin-top: var(--ck-codebuy-space-20);
  }
}

.p-codebuy_paginate > span {
  position: relative;
  margin-top: var(--ck-codebuy-space-8);
  display: inline-flex;
  height: var(--ck-codebuy-space-10);
  width: 100%;
  max-width: 3.4rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  border-style: solid;
  border-color: var(--ck-codebuy-primary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0;
  font-size: var(--ck-codebuy-fs-lg);
  font-weight: 500;
  color: var(--ck-codebuy-primary-color);
  text-decoration-line: none;
}

.p-codebuy_paginate > span a {
  color: var(--ck-codebuy-primary-color);
}

.p-codebuy_paginate > span.current {
  background-color: var(--ck-codebuy-primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.p-codebuy_paginate > span:not(:last-child) {
  margin-right: var(--ck-codebuy-space-4);
}

.p-codebuy__coordination_single:not(:first-child) {
  margin-top: var(--ck-codebuy-space-16);
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single:not(:first-child) {
    margin-top: 10%;
  }
}

.p-codebuy__coordination_single_left {
  width: 200px;
}

.p-codebuy__coordination_single_left,
.p-codebuy__coordination_single_right {
  max-width: calc((100% - 8px) / 2);
}

.p-codebuy__coordination_single_right ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.p-codebuy__coordination_single_name {
  margin-bottom: var(--ck-codebuy-space-2);
  font-size: var(--ck-codebuy-fs-3xl);
  font-weight: 700;
}

#coordination-single-staff .p-codebuy__coordination_single_name {
  text-align: left;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_name {
    font-size: var(--ck-codebuy-fs-2xl);
  }
}

.p-codebuy__coordination_single_ttl {
  margin-bottom: var(--ck-codebuy-space-4);
  margin-top: var(--ck-codebuy-space-4);
  text-align: left;
  font-size: calc(var(--font-size-base) * 1.2);
  font-weight: 700;
}

.p-codebuy__coordination_single_thumbnail {
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  width: 160px;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_thumbnail {
    height: 120px;
    width: 120px;
    border-radius: var(--ck-codebuy-promoter-img-border-radius);
  }
}

.p-codebuy__coordination_single_thumbnail img {
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_columns {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: var(--ck-codebuy-space-12);
         column-gap: var(--ck-codebuy-space-12);
  }
}

.p-codebuy__coordination_single_slider {
  margin-bottom: var(--ck-codebuy-space-16);
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_slider {
    grid-column: span 5 / span 5;
    grid-column-start: 1;
    grid-row: span 3 / span 3;
    grid-row-start: 1;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .p-codebuy__coordination_single_slider {
    grid-column: span 5 / span 5;
  }
}

@media (max-width: 767px) {
  #coordination-single-staff .p-codebuy__coordination_single_left {
    width: 120px;
  }

  #coordination-single-staff .l-codebuy__columns.sp-columns.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }

  .p-codebuy__coordination_single_slider {
    margin-bottom: var(--ck-codebuy-space-8);
  }
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_cart {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}

@media (min-width: 1024px) {
  .p-codebuy__coordination_single_cart {
    grid-column: span 7 / span 7;
  }
}

.p-codebuy__coordination_single_cart_columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 1024px) {
  .p-codebuy__coordination_single_cart_columns {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* @media (min-width: 768px) and (max-width: 900px) {
  .p-codebuy__coordination_single_cart_columns .col3 {
    @apply ck-codebuy-w-[calc((100%-8px)/2)];
  }
} */

#coordination-single-ttl-product {
  margin-top: var(--ck-codebuy-space-16);
}

@media (min-width: 768px) {
  #coordination-single-ttl-product {
    margin-top: var(--ck-codebuy-space-8);
  }
}

.p-codebuy__coordination_single_cart_product {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0;
}

.p-codebuy__coordination_single_cart_img {
  position: relative;
  margin: 0;
  aspect-ratio: var(--ck-codebuy-set-img-ratio);
  max-width: 100%;
  border-radius: var(--ck-codebuy-card-border-radius);
  -o-object-position: v;
     object-position: v;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.p-codebuy__coordination_single_cart_img img {
  aspect-ratio: var(--ck-codebuy-set-img-ratio);
  border-radius: var(--ck-codebuy-card-border-radius);
  -o-object-fit: var(--ck-codebuy-set-img-fit);
     object-fit: var(--ck-codebuy-set-img-fit);
}

.p-codebuy__coordination_single_cart_img:hover {
  opacity: 0.8;
}

.p-codebuy__coordination_single_cart_img figcaption {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  display: flex;
  width: 100%;
  --tw-translate-x: -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));
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.6);
  padding: var(--ck-codebuy-space-2);
  font-weight: 700;
}

.p-codebuy__coordination_single_cart_txt .sale-price {
  margin-left: var(--ck-codebuy-space-2);
  font-size: var(--ck-codebuy-fs-4xl);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_single_cart_txt_new {
  font-size: var(--ck-codebuy-fs-3xl);
}

.p-codebuy__coordination_single_cart_txt .discount-rate-badge {
  margin-left: var(--ck-codebuy-space-2);
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: var(--ck-codebuy-space-2);
  padding-right: var(--ck-codebuy-space-2);
  padding-top: var(--ck-codebuy-space-1);
  padding-bottom: var(--ck-codebuy-space-1);
  font-size: var(--ck-codebuy-fs-xl);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_single_cart_default_variation {
  margin-top: var(--ck-codebuy-space-4);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--ck-codebuy-space-2);
  border-radius: var(--ck-codebuy-card-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: var(--ck-codebuy-space-4);
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_cart_default_variation {
    display: none;
  }
}

.p-codebuy__coordination_single_cart_default_variation.with-discount-badge {
  margin-top: var(--ck-codebuy-space-2);
}

.p-codebuy__coordination_single_cart_default_variation span:last-child {
  margin-left: var(--ck-codebuy-space-2);
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_cart_default_variation
    .p-codebuy__coordination_single_cart_txt {
    text-align: center;
  }
}

.p-codebuy__coordination_single_cart_variation {
  margin-top: var(--ck-codebuy-space-4);
  margin-left: 0;
  list-style-type: none;
  justify-content: center;
  padding-left: 0;
}

.p-codebuy__coordination_single_cart_variation.with-quantity-control {
  margin-bottom: var(--ck-codebuy-space-2);
}

.p-codebuy__coordination_single_cart_variation li {
  margin-top: var(--ck-codebuy-space-2);
  margin-bottom: var(--ck-codebuy-space-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ck-codebuy-space-2);
}

.p-codebuy__coordination_single_cart_variation select {
  width: 100%;
  cursor: pointer;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: var(--ck-codebuy-space-4);
  font-size: var(--ck-codebuy-fs-xl);
}

.p-codebuy__coordination_single_cart_variation select:focus {
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--ck-codebuy-ring-color);
}

.p-codebuy__coordination_single_cart_variation select:focus-visible {
  border-width: 0px;
}

.p-codebuy__coordination_single_cart_variation_item {
  display: flex;
  flex-direction: column;
}

.p-codebuy__coordination_single_cart_variation_item.label-hidden:not(
    :last-child
  ) {
  margin-bottom: var(--ck-codebuy-space-8);
}

.p-codebuy__coordination_single_cart_variation_item > span {
  font-size: var(--ck-codebuy-fs-lg);
}

.p-codebuy__coordination_single_cart_action {
  margin-top: var(--ck-codebuy-space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ck-codebuy-space-4);
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_cart_action {
    max-width: 450px;
  }
}

.p-codebuy__coordination_single_cart_action.with-individual-btn {
  margin-top: var(--ck-codebuy-space-10);
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_cart_btn {
    flex: 1 1 0%;
  }
}

.p-codebuy__coordination_single_cart_btn button {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-style: none;
  background-color: var(--ck-codebuy-primary-color);
  padding-left: var(--ck-codebuy-space-12);
  padding-right: var(--ck-codebuy-space-12);
  padding-top: var(--ck-codebuy-space-4);
  padding-bottom: var(--ck-codebuy-space-4);
  text-align: center;
  font-size: var(--ck-codebuy-fs-2xl);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_cart_btn button {
    margin-left: 0;
    font-size: var(--ck-codebuy-fs-3xl);
  }
}

.p-codebuy__coordination_single_cart_btn button:hover {
  opacity: 0.8;
}

.p-codebuy__coordination_single_cart_btn button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.p-codebuy__coordination_single_cart_individual_action button {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-style: none;
  background-color: var(--ck-codebuy-primary-color);
  padding-left: var(--ck-codebuy-space-10);
  padding-right: var(--ck-codebuy-space-10);
  padding-top: var(--ck-codebuy-space-3);
  padding-bottom: var(--ck-codebuy-space-3);
  text-align: center;
  font-size: var(--ck-codebuy-fs-xl);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_cart_individual_action button {
    margin-left: 0;
    font-size: var(--ck-codebuy-fs-2xl);
  }
}

.p-codebuy__coordination_single_cart_individual_action button:hover {
  opacity: 0.8;
}

.p-codebuy__coordination_single_cart_individual_action button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.p-codebuy__coordination_single_recent .p-codebuy__typeA_profile {
  align-items: center;
  padding-top: var(--ck-codebuy-space-3);
  padding-bottom: var(--ck-codebuy-space-3);
}

.p-codebuy__coordination_single_description {
  margin-top: var(--ck-codebuy-space-8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_description {
    align-items: flex-start;
  }
}

.p-codebuy__coordination_single_description h3 {
  text-align: center;
  font-size: var(--ck-codebuy-fs-3xl);
  font-weight: 700;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_description h3 {
    text-align: left;
  }
}

.p-codebuy__coordination_single_description article {
  margin-top: calc(var(--ck-codebuy-space-8) * -1);
  text-align: center;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_description article {
    text-align: left;
  }

  .p-codebuy__coordination_single_description article :is(:where(blockquote):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
    margin-left: 0;
    margin-right: 0;
  }

  .p-codebuy__coordination_single_description article :is(:where(ol):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
    margin-left: 0;
    margin-right: 0;
  }

  .p-codebuy__coordination_single_description article :is(:where(ul):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_left {
  width: 70px;
  max-width: 35%;
  text-align: center;
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_left
  .p-codebuy__staff_single_thumbnail
  img {
  border-radius: var(--ck-codebuy-promoter-img-border-radius);
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_right {
  width: calc(100% - 88px);
  max-width: none;
  flex: 1 1 0%;
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_right
  ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: 1.4;
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_right
  .p-codebuy__staff_single_name {
  margin-bottom: 0;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: var(--ck-codebuy-fs-2xl);
  font-weight: 700;
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_name {
  font-size: var(--ck-codebuy-fs-2xl);
}

.p-codebuy__coordination_single_recent
  .p-codebuy__typeA_profile
  .p-codebuy__staff_single_right
  .p-codebuy__staff_single_txt {
  font-size: var(--ck-codebuy-fs-lg);
}

.p-codebuy__staff_single_txt,
.p-codebuy__staff_single_txt.profile_text {
  white-space: pre-wrap;
}

.js-coordination-slider-thumbnail {
  margin-top: var(--ck-codebuy-space-4);
  border-radius: var(--ck-codebuy-card-border-radius);
}

.js-coordination-slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single_thumbnail_container {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
}

.p-codebuy__coordination_single_slider .swiper-slide img,
.p-codebuy__coordination_single_slider .swiper-slide video {
  height: 100%;
  width: 100%;
  border-radius: var(--ck-codebuy-card-border-radius);
}

.p-codebuy__coordination_single_slider .swiper-slide img {
  -o-object-fit: var(--ck-codebuy-set-img-fit);
     object-fit: var(--ck-codebuy-set-img-fit);
  aspect-ratio: var(--ck-codebuy-set-img-ratio);
}

.p-codebuy__coordination_single_slider .swiper-slide video {
  aspect-ratio: 1 / 1;
}

#codebuy-app-block .swiper-slide {
  aspect-ratio: var(--ck-codebuy-set-img-ratio);
  border-radius: var(--ck-codebuy-card-border-radius);
  -o-object-fit: var(--ck-codebuy-set-img-fit);
     object-fit: var(--ck-codebuy-set-img-fit);
}

.js-coordination-slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#codebuy-app-block .swiper {
  width: 100%;
  max-width: 500px;
  overflow-x: scroll;
}

#codebuy-app-block .swiper-slide img {
  height: auto;
  width: 100%;
}

#codebuy-app-block .pagination {
  display: block !important;
  margin-top: var(--ck-codebuy-space-16);
}

@media screen and (min-width: 990px) {
  #codebuy-app-block .pagination {
    margin-top: var(--ck-codebuy-space-20);
  }
}

#codebuy-app-block .pagination__list {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}

#codebuy-app-block .pagination__list > li {
  margin-top: 5px;
  max-width: 3.4rem;
  flex: 1 0 4.4rem;
}

#codebuy-app-block .pagination__list > li:not(:last-child) {
  margin-right: var(--ck-codebuy-space-4);
}

#codebuy-app-block .pagination__item {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  border-style: solid;
  border-color: var(--ck-codebuy-primary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: var(--ck-codebuy-space-1);
  font-size: 18px;
  font-weight: 500;
  color: var(--ck-codebuy-primary-color);
  text-decoration-line: none;
}

#codebuy-app-block .pagination__item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#codebuy-app-block .pagination .pagination__item--current {
  background-color: var(--ck-codebuy-primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#codebuy-app-block a.pagination__item:hover::after {
  height: 0.1rem;
}

.p-codebuy__typeA_thumbnail {
  height: auto;
  border-radius: var(--ck-codebuy-card-border-radius);
}

#codebuy-app-block .breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-bottom: var(--ck-codebuy-space-10);
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  font-size: 14px;
}

#codebuy-app-block .breadcrumb li {
  position: relative;
  margin-right: var(--ck-codebuy-space-7);
  margin-bottom: 5px;
}

#codebuy-app-block .breadcrumb li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  display: block;
  height: 7px;
  width: 7px;
  --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));
  border-top-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

#codebuy-app-block .breadcrumb li:first-child {
  margin-left: 0;
}

#codebuy-app-block .breadcrumb li:last-child {
  margin-right: 0;
}

#codebuy-app-block .breadcrumb li:last-child::before {
  display: none;
}

#codebuy-app-block .breadcrumb li,
#codebuy-app-block .breadcrumb li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#codebuy-app-block .breadcrumb li a:hover {
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  #codebuy-app-block .breadcrumb li {
    font-size: 10px;
  }

  #codebuy-app-block .breadcrumb li::before {
    height: 5px;
    width: 5px;
  }
}

.codebuy-coordination-recent-item:nth-child(n + 6) {
  display: none;
}

@media screen and (max-width: 767px) {
  .codebuy-coordination-recent-item:nth-child(n + 5) {
    display: none;
  }
}

.codebuy-coordination-recent-item .p-codebuy__staff_single_name.above {
  text-align: left;
}

.p-codebuy__staff_single_txt,
.p-codebuy__staff_single_txt.profile_text {
  white-space: pre-wrap;
}

#coordination_obj_ttl,
#codebuy-app-block .bread {
  display: block;
  display: var(--codebuy-ttl-visibility) !important;
}

.codebuy__coordination_single_txt {
  margin-top: var(--ck-codebuy-space-5);
  text-align: left;
}

#codebuy-app-block .bread {
  margin-bottom: var(--ck-codebuy-space-5);
  list-style-type: none;
  padding: 0;
}

.p-codebuy__coordination_single .in_preparation_text {
  text-align: center;
  font-size: var(--ck-codebuy-fs-base);
}

#codebuy-app-block .bread .breadItem {
  display: inline;
  font-size: 14px;
}

#codebuy-app-block .bread .breadItem::after {
  padding-left: 5px;
  padding-right: 5px;
  --tw-content: '＞';
  content: var(--tw-content);
}

#codebuy-app-block .bread .breadItem:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}

#codebuy-app-block .bread .breadItem .breadItemLink {
  display: inline-block;
  color: inherit;
  text-decoration-line: none;
}

.p-codebuy__staff_single .p-codebuy__staff_single_txt {
  line-height: 1.5;
}

.profile_text p:not(:first-child) {
  display: none;
}

.profile_text p,
.profile-box p {
  margin-bottom: 5px;
}

.profile-box p {
  margin-top: var(--ck-codebuy-space-5);
}

.codebuy-skeleton-loading-img,
.codebuy-skeleton-loading-staff-img {
  position: relative;
  display: block !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.codebuy-skeleton-loading-img {
  padding: 100px;
}

.p-codebuy__staff_list_item .codebuy-skeleton-loading-img {
  padding: 50px;
}

.codebuy-skeleton-loading-staff-img {
  padding: 30px;
}

.codebuy-skeleton-loading-text {
  position: relative;
  margin-bottom: 10px;
  display: block !important;
  height: 15px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.codebuy-skeleton-loading-img::before,
.codebuy-skeleton-loading-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  content: '';
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
  animation: skeleton-animation 1.2s infinite;
}

@keyframes skeleton-animation {
  0% {
    --tw-translate-x: 100%;
    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));
  }

  100% {
    --tw-translate-x: 100%;
    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));
  }
}

.p-codebuy__staff_single_txt p:not(:first-child) {
  display: none;
}

.profile-box p {
  margin-bottom: 5px;
}

.swal-modal > .swal-icon > div:empty {
  display: block;
}

.p-codebuy__coordination_used_ttl {
  margin-bottom: var(--ck-codebuy-space-4);
  margin-top: var(--ck-codebuy-space-4);
  font-size: calc(var(--font-size-base) * 1.2);
  font-weight: 700;
}

@media (min-width: 768px) {
  #js-code-item-use.l-codebuy__columns div:nth-child(n + 6) {
    display: none;
  }
}

#single-variant-button-inner {
  margin-top: 25px;
  margin-bottom: 10px;
  height: 30px;
}

#single-variant-button {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  cursor: pointer;
  text-align: center;
}

.p-codebuy__typeC_tab_list li {
  min-width: 150px;
  flex: 1 1 0%;
}

.p-codebuy__staff_single_favorite_btn {
  margin-top: var(--ck-codebuy-space-4);
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-style: none;
  background-color: rgb(107 114 128 / 0.1);
  padding: var(--ck-codebuy-space-4);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.p-codebuy__staff_single_favorite_btn:hover {
  background-color: rgb(107 114 128 / 0.2);
}

.p-codebuy__staff_single_favorite_btn svg,
.p-codebuy__coordination_single_favorite_btn svg {
  height: var(--ck-codebuy-space-8);
  width: var(--ck-codebuy-space-8);
}

.p-codebuy__coordination_single_favorite_btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-style: none;
  background-color: rgb(107 114 128 / 0.1);
  padding: var(--ck-codebuy-space-4);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .p-codebuy__coordination_single_favorite_btn {
    padding: var(--ck-codebuy-space-6);
  }
}

.p-codebuy__coordination_single_favorite_btn:hover {
  background-color: rgb(107 114 128 / 0.2);
}

.ck-codebuy-favorited {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_list_favorite_btn {
  position: absolute;
  top: var(--ck-codebuy-space-2);
  right: var(--ck-codebuy-set-list-fav-btn-right);
  display: flex;
  --tw-translate-x: 0;
  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;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-color: var(--ck-codebuy-set-list-fav-btn-color);
  padding: var(--ck-codebuy-space-3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.p-codebuy__coordination_list_favorite_btn:hover {
  background-color: var(--ck-codebuy-set-list-fav-btn-color-hover);
}

.p-codebuy__coordination_list_favorite_btn svg,
.p-codebuy__staff_list_favorite_btn svg {
  height: var(--ck-codebuy-space-8);
  width: var(--ck-codebuy-space-8);
}

@media (max-width: 767px) {
  .p-codebuy__staff_single_favorite_btn {
    padding: var(--ck-codebuy-space-3);
  }

  .p-codebuy__staff_single_favorite_btn svg {
    height: var(--ck-codebuy-space-6);
    width: var(--ck-codebuy-space-6);
  }
}

.p-codebuy__staff_list_favorite_btn {
  position: absolute;
  top: var(--ck-codebuy-space-2);
  right: var(--ck-codebuy-promoter-list-fav-btn-right);
  z-index: 100;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-color: var(--ck-codebuy-promoter-list-fav-btn-color);
  padding: var(--ck-codebuy-space-4);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.p-codebuy__typeA_thumbnail,
.p-codebuy__typeB_thumbnail,
.p-codebuy__typeB_link,
.p-codebuy__typeA_link {
  position: relative;
}

.p-codebuy__coordination_single_cart_txt_compare {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

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

.p-codebuy__coordination_single_cart_quantity {
  margin-top: auto;
  margin-bottom: var(--ck-codebuy-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--ck-codebuy-space-2);
}

.p-codebuy__coordination_single_cart_quantity.default-variant {
  margin-top: var(--ck-codebuy-space-8);
}

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

.p-codebuy__coordination_single_cart_quantity_controls .quantity-control-group {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-btn {
  display: flex;
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  font-size: var(--ck-codebuy-fs-2xl);
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-btn:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-btn:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-btn:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-input {
  width: 100%;
  flex: 1 1 0%;
  border-width: 0px;
  padding-top: var(--ck-codebuy-space-4);
  padding-bottom: var(--ck-codebuy-space-4);
  text-align: center;
  font-size: var(--ck-codebuy-fs-lg);
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.p-codebuy__coordination_single_cart_quantity_controls .quantity-input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Remove spinner for webkit browsers */

.p-codebuy__coordination_single_cart_quantity_controls
  .quantity-input::-webkit-outer-spin-button,
.p-codebuy__coordination_single_cart_quantity_controls
  .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-codebuy__coordination_single_cart_product {
  grid-row: span 7 / span 7;
  display: grid;
  height: 100%;
  grid-template-rows: subgrid;
}

.p-codebuy__coordination_list_item,
.p-codebuy__staff_list_item {
  position: relative;
}

.p-codebuy__coordination_cart_alert_popup {
  padding: var(--ck-codebuy-space-4);
}

.p-codebuy__coordination_cart_alert_ttl,
.p-codebuy__coordination_cart_alert_container {
  font-size: var(--ck-codebuy-fs-2xl);
  font-weight: 700;
}

.p-codebuy__coordination_cart_alert_confirm_btn {
  padding-top: var(--ck-codebuy-space-2);
  padding-bottom: var(--ck-codebuy-space-2);
  padding-left: var(--ck-codebuy-space-6);
  padding-right: var(--ck-codebuy-space-6);
  font-size: var(--ck-codebuy-fs-2xl);
}

.p-codebuy__coordination_cart_alert_cancel_btn {
  background-color: transparent;
  padding: var(--ck-codebuy-space-2);
  font-size: var(--ck-codebuy-fs-2xl);
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.ck-codebuy-rich-text {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.ck-codebuy-rich-text :where(p):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.ck-codebuy-rich-text :where([class~="lead"]):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.ck-codebuy-rich-text :where(blockquote):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}

.ck-codebuy-rich-text :where(h1):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.ck-codebuy-rich-text :where(h2):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.ck-codebuy-rich-text :where(h3):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.ck-codebuy-rich-text :where(h4):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.ck-codebuy-rich-text :where(img):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ck-codebuy-rich-text :where(picture):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ck-codebuy-rich-text :where(picture > img):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.ck-codebuy-rich-text :where(video):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ck-codebuy-rich-text :where(kbd):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}

.ck-codebuy-rich-text :where(code):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8333333em;
}

.ck-codebuy-rich-text :where(h2 code):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.875em;
}

.ck-codebuy-rich-text :where(h3 code):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8888889em;
}

.ck-codebuy-rich-text :where(pre):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.ck-codebuy-rich-text :where(ol):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.ck-codebuy-rich-text :where(ul):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.ck-codebuy-rich-text :where(li):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ck-codebuy-rich-text :where(ol > li):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-start: 0.4166667em;
}

.ck-codebuy-rich-text :where(ul > li):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-start: 0.4166667em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > ul > li p):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > ul > li > p:first-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > ul > li > p:last-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > ol > li > p:first-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > ol > li > p:last-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.ck-codebuy-rich-text :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.ck-codebuy-rich-text :where(dl):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.ck-codebuy-rich-text :where(dt):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 1.3333333em;
}

.ck-codebuy-rich-text :where(dd):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}

.ck-codebuy-rich-text :where(hr):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.ck-codebuy-rich-text :where(hr + *):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
}

.ck-codebuy-rich-text :where(h2 + *):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
}

.ck-codebuy-rich-text :where(h3 + *):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
}

.ck-codebuy-rich-text :where(h4 + *):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
}

.ck-codebuy-rich-text :where(table):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.ck-codebuy-rich-text :where(thead th):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.ck-codebuy-rich-text :where(thead th:first-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-start: 0;
}

.ck-codebuy-rich-text :where(thead th:last-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-end: 0;
}

.ck-codebuy-rich-text :where(tbody td, tfoot td):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.ck-codebuy-rich-text :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-start: 0;
}

.ck-codebuy-rich-text :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  padding-inline-end: 0;
}

.ck-codebuy-rich-text :where(figure):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ck-codebuy-rich-text :where(figure > *):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.ck-codebuy-rich-text :where(figcaption):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > :first-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-top: 0;
}

.ck-codebuy-rich-text :where(.ck-codebuy-prose-2xl > :last-child):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *)) {
  margin-bottom: 0;
}

.ck-codebuy-rich-text {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.ck-codebuy-rich-text :is(:where(a):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  text-decoration-line: underline !important;
}

.ck-codebuy-rich-text:hover :is(:where(a):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  font-weight: 700;
}

.ck-codebuy-rich-text :is(:where(blockquote):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  list-style-type: decimal;
}

.ck-codebuy-rich-text :is(:where(ol):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  list-style-type: decimal;
}

.ck-codebuy-rich-text :is(:where(ul):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  list-style-type: disc;
}

.ck-codebuy-rich-text :is(:where(img):not(:where([class~="ck-codebuy-not-prose"],[class~="ck-codebuy-not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .l-codebuy__column.sp-col1 .p-codebuy__typeB_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ck-codebuy-space-4);
  }

  .l-codebuy__column.sp-col1.p-codebuy__staff_list_item
    .codebuy-skeleton-loading-img {
    aspect-ratio: auto !important;
    border-radius: 0.5rem !important;
    padding: var(--ck-codebuy-space-20) !important;
  }

  .l-codebuy__column.sp-col1.p-codebuy__staff_list_item:not(:last-child) {
    margin-bottom: var(--ck-codebuy-space-8);
  }

  .l-codebuy__column.sp-col1 .p-codebuy__typeB_thumbnail {
    width: var(--ck-codebuy-space-32);
    flex-shrink: 0;
  }

  .l-codebuy__column.sp-col1 .p-codebuy__typeB_ttl {
    flex: 1 1 0%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .l-codebuy__column.sp-col1.p-codebuy__coordination_list_item:not(
      :last-child
    ) {
    margin-bottom: var(--ck-codebuy-space-8);
  }

  .l-codebuy__column.sp-col1.p-codebuy__coordination_list_item {
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .l-codebuy__column.sp-col1:not(.p-codebuy__staff_list_item)
    .codebuy-skeleton-loading-img {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
  }

  .l-codebuy__column.sp-col1 .codebuy-skeleton-loading-staff-img {
    width: var(--ck-codebuy-space-24);
    padding: var(--ck-codebuy-space-6);
  }
}

@media (min-width: 768px) {
  .l-codebuy__column.col1.p-codebuy__staff_list_item {
    width: 100%;
  }

  .l-codebuy__column.col1.p-codebuy__staff_list_item
    .codebuy-skeleton-loading-img {
    aspect-ratio: auto !important;
    border-radius: 0.5rem !important;
    padding: var(--ck-codebuy-space-40) !important;
  }

  .l-codebuy__column.col1.p-codebuy__staff_list_item:not(:last-child) {
    margin-bottom: var(--ck-codebuy-space-8);
  }

  .l-codebuy__column.col1 .p-codebuy__typeB_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ck-codebuy-space-4);
  }

  .l-codebuy__column.col1 .p-codebuy__typeB_thumbnail {
    width: var(--ck-codebuy-space-64);
    flex-shrink: 0;
  }

  .l-codebuy__column.col1 .p-codebuy__typeB_ttl {
    flex: 1 1 0%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .l-codebuy__column.col1 .codebuy-skeleton-loading-text {
    flex: 1 1 0%;
  }
}

#other-staff-coordination {
  margin-bottom: var(--ck-codebuy-space-8);
}

@media (max-width: 767px) {
  .p-codebuy__coordination_single.staff-info,
  #codebuy-single-staff__staff-info {
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #codebuy-single-staff__staff-info .p-codebuy__staff_single_left {
    width: 120px;
  }
}

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

.p-codebuy__component.p-codebuy__typeD .loading-skeleton {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--ck-codebuy-space-16);
  width: 100%;
  border-radius: var(--ck-codebuy-card-border-radius);
}

@media (min-width: 1024px) {
  .p-codebuy__component.p-codebuy__typeD .loading-skeleton {
    width: 66.666667%;
  }
}

.p-codebuy__component.p-codebuy__typeD
  .loading-skeleton
  > .codebuy-skeleton-loading-img {
  border-radius: var(--ck-codebuy-card-border-radius);
}

/* Ranked  Indicators */

.p-codebuy__coordination_list_item.ranked .rank-badge,
.p-codebuy__staff_list_item.ranked .rank-badge {
  position: absolute;
  top: var(--ck-codebuy-space-2);
  left: var(--ck-codebuy-space-2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-codebuy__coordination_list_item.ranked .rank-badge svg,
.p-codebuy__coordination_list_item.ranked .rank-badge img,
.p-codebuy__staff_list_item.ranked .rank-badge svg,
.p-codebuy__staff_list_item.ranked .rank-badge img {
  height: var(--ck-codebuy-space-22);
  width: var(--ck-codebuy-space-22);
}

.p-codebuy__coordination_list_item.ranked .rank-badge .rank-text,
.p-codebuy__staff_list_item.ranked .rank-badge .rank-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--ck-codebuy-fs-2xl);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

/* Rank colors */

.p-codebuy__coordination_list_item.ranked[data-rank='1'] .rank-badge svg,
.p-codebuy__staff_list_item.ranked[data-rank='1'] .rank-badge svg,
.p-codebuy__coordination_list_item.ranked[data-rank='1'] .rank-badge img,
.p-codebuy__staff_list_item.ranked[data-rank='1'] .rank-badge img {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_list_item.ranked[data-rank='2'] .rank-badge svg,
.p-codebuy__staff_list_item.ranked[data-rank='2'] .rank-badge svg,
.p-codebuy__coordination_list_item.ranked[data-rank='2'] .rank-badge img,
.p-codebuy__staff_list_item.ranked[data-rank='2'] .rank-badge img {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.p-codebuy__coordination_list_item.ranked[data-rank='3'] .rank-badge svg,
.p-codebuy__staff_list_item.ranked[data-rank='3'] .rank-badge svg,
.p-codebuy__coordination_list_item.ranked[data-rank='3'] .rank-badge img,
.p-codebuy__staff_list_item.ranked[data-rank='3'] .rank-badge img {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

/* Variant Input Styles */

.p-codebuy__coordination_single-radio-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__coordination_single-radio-group input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.p-codebuy__coordination_single-color-swatch-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ck-codebuy-space-4);
}

.p-codebuy__coordination_single-radio-group label {
  cursor: pointer;
  border-radius: var(--ck-codebuy-button-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: var(--ck-codebuy-space-4);
  padding-right: var(--ck-codebuy-space-4);
  padding-top: var(--ck-codebuy-space-2);
  padding-bottom: var(--ck-codebuy-space-2);
  font-size: var(--ck-codebuy-fs-xl);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.p-codebuy__coordination_single-radio-group
  input[type='radio']:checked
  + label {
  border-color: var(--ck-codebuy-primary-color);
  background-color: var(--ck-codebuy-primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--ck-codebuy-primary-color);
  --tw-ring-offset-width: 2px;
}

.p-codebuy__coordination_single-radio-group label.sold-out {
  text-decoration-line: line-through;
  opacity: 0.5;
}

.p-codebuy__coordination_single-color-swatch {
  position: relative;
  height: var(--ck-codebuy-space-12);
  width: var(--ck-codebuy-space-12);
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.p-codebuy__coordination_single-color-swatch.selected {
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--ck-codebuy-primary-color);
  --tw-ring-offset-width: 2px;
}

.p-codebuy__coordination_single-color-swatch.image-swatch.selected {
  border-width: 1px;
}

.p-codebuy__coordination_single-color-swatch.sold-out {
  opacity: 0.5;
}

.p-codebuy__coordination_single-color-swatch.sold-out::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
}

.p-codebuy__coordination_single-variant-control-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.p-codebuy__coordination_single_cart_default_variation
  .p-codebuy__coordination_single_cart_txt {
  font-size: var(--ck-codebuy-fs-xl);
}

#coordination-staff-info.with-link-btn #localstrage-staff {
  display: flex;
  align-items: center;
  gap: var(--ck-codebuy-space-2);
}

#coordination-staff-info.with-link-btn .p-codebuy__typeB_link-btn {
  margin-left: 0;
  margin-right: 0;
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: var(--ck-codebuy-space-8);
  padding-right: var(--ck-codebuy-space-8);
}

#coordination-staff-info.with-link-btn .p-codebuy__staff_single_name {
  max-width: 90%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (min-width: 640px) {
  #coordination-staff-info.with-link-btn .p-codebuy__staff_single_name {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #localstrage-staff .l-codebuy__column.p-codebuy__staff_single_left {
    width: 120px;
  }

  #coordination-staff-info.with-link-btn {
    max-width: 100%;
  }

  #coordination-staff-info.with-link-btn #localstrage-staff {
    justify-content: space-between;
  }

  #coordination-staff-info.with-link-btn .p-codebuy__typeB_link-btn {
    font-size: var(--ck-codebuy-fs-lg);
  }

  #coordination-staff-info.with-link-btn
    .l-codebuy__columns.sp-columns.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #coordination-staff-info.with-link-btn
    .l-codebuy__column.p-codebuy__staff_single_left {
    margin-right: 0;
    max-width: 70px;
    flex-shrink: 0;
  }
}

.p-codebuy__coordination_single-variant-input-wrapper:has(
    .p-codebuy__coordination_single-color-swatch-group
      .p-codebuy__coordination_single-select-container
  ) {
  width: 100%;
}

.p-codebuy__coordination_single-color-swatch-group
  .p-codebuy__coordination_single-select-container {
  width: 100%;
}

.hover\:ck-codebuy-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
