@charset "UTF-8";

/* fonts */
@font-face {
  font-family: "Druk Wide";
  src:
    url("../fonts/DrukWide-Bold.woff2") format("woff2"),
    url("../fonts/DrukWide-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Masthead";
  src:
    url("../fonts/Masthead-Regular.woff2") format("woff2"),
    url("../fonts/Masthead-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playboy Visuelt";
  src:
    url("../fonts/PlayboyVisuelt-Bold.woff2") format("woff2"),
    url("../fonts/PlayboyVisuelt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playboy Visuelt";
  src:
    url("../fonts/PlayboyVisuelt-Light.woff2") format("woff2"),
    url("../fonts/PlayboyVisuelt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playboy Visuelt";
  src:
    url("../fonts/PlayboyVisuelt-LightItalic.woff2") format("woff2"),
    url("../fonts/PlayboyVisuelt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Playboy Visuelt";
  src:
    url("../fonts/PlayboyVisuelt-Medium.woff2") format("woff2"),
    url("../fonts/PlayboyVisuelt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playboy Visuelt";
  src:
    url("../fonts/PlayboyVisuelt-Regular.woff2") format("woff2"),
    url("../fonts/PlayboyVisuelt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-UltralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-Italic.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-Regular.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-Ultrabold.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-Ultrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-UltraboldItalic.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-UltraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src:
    url("../fonts/PPEditorialNew-Ultralight.woff2") format("woff2"),
    url("../fonts/PPEditorialNew-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* fonts */

/* CSS Document */
:root {
  --white: #fff;
  --black: #000;
  --bs-primary: #000000;
  --bs-gray-100: #d9d9d9;
  --bs-gray-200: #d2d2d2;
  --bs-gray-400: #e2e1e5;
  --bs-gray-300: #8f8f8f;
  --bs-gray-500: #646464;
  --bs-gray-dark: #636363;
  --bs-gray-600: #595959;
  --bs-secondary: #d49d06;
  --bs-secondary-light: #f8de7e;
  --bs-secondary-100: #e5b06b;
  --bs-greenish-cyan: #e9eeec;
  --bs-orangy-Red: #b63016;
  --bs-font-sans-serif:
    "Playboy Visuelt", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-secondary:
    "Masthead", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-pp-editorial:
    "PP Editorial New", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-druk-wide:
    "Druk Wide", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-playfair-display:
    "Playfair Display", -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #10282c;
  --bs-body-bg: var(--bs-gray-100);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-success: #a8f0c5;
  --bs-info: #94bdd1;
  --bs-warning: #e8d67d;
  --bs-danger: #9c1111;
  --bs-danger-light: #ed5a5a;
  --bs-gutter-x: 30px;
  --transition: all 0.3s ease-in-out;
}

/*==============================================================
    Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: inherit !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background: var(--bs-primary);
  border-radius: 8px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  color: var(--bs-primary);
  background: var(--white);
  font-family: var(--bs-font-sans-serif);
}

a {
  outline: none;
  text-decoration: none;
  color: #555;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

input,
select {
  outline: none;
  resize: none;
  font-family: "DM Sans", serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}


.h2,
.h3,
.h5,
h2,
h3,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: var(--bs-primary-dark);
  font-family: var(--bs-font-secondary);
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================================================
    Bootstrap Hack
==============================================================*/

input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--bs-gray-200);
}

input:-moz-placeholder {
  opacity: 1;
  color: var(--bs-gray-200);
}

input::-moz-placeholder {
  opacity: 1;
  color: var(--bs-gray-200);
}

input:-ms-input-placeholder {
  opacity: 1;
  color: var(--bs-gray-200);
}

/*==============================================================
    Custom Style
==============================================================*/
.container {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container {
  --bs-gutter-x: 30px;
}


h2,
h3,
h5 {
  line-height: 135%;
  margin: 0;
}

.h2 {
  font-size: 56px;
}

.h3 {
  font-size: 40px;
}

.h5 {
  font-size: 24px;
}

.text-center {
  text-align: center;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  border-radius: 100px;
  padding: 12px 74px 15px;
  color: var(--bs-primary);
  background: var(--white);
  text-transform: uppercase;
  border: 2.5px solid var(--bs-primary);
  font-family: var(--bs-font-secondary);
  transition: var(--transition);
}

.btn.btn-sm {
  font-size: 12px;
  line-height: 1;
  border: 0.89px solid var(--white);
}

.btn.btn-white {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}

/* .btn {
    --bs-btn-padding-x: 32px;
    --bs-btn-padding-y: 14px;
    --bs-btn-font-family: var(--bs-font-secondary);
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-dark);
    --bs-btn-border-width: 0;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 43px;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-gray-700);
    --bs-btn-disabled-bg: var(--bs-gray-500);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-dark);
    --bs-btn-active-border-color: var(--bs-primary-dark);
}

.btn.btn-white-outline {
    --bs-btn-hover-color: var(--bs-gray-100);
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-gray-100);
    --bs-btn-active-border-color: var(--bs-gray-100);
}

.btn-secondary {
    --bs-btn-padding-x: 28px;
    --bs-btn-padding-y: 12px;
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-secondary);
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-gray-400);
    --bs-btn-bg: transparent;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-gray-700);
    --bs-btn-disabled-bg: var(--bs-gray-500);
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-gray-400);
    --bs-btn-active-border-color: var(--bs-secondary);
}

.btn-white {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-focus-box-shadow: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-gray-700);
    --bs-btn-disabled-bg: var(--bs-gray-500);
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-gray-400);
    --bs-btn-active-border-color: var(--bs-secondary);
} */

/* ===== header ===== */
.header-wrap {
  position: relative;
  z-index: 99;
  height: 84px;
}

.header-wrap header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bs-primary);
}

.header-wrap header .container {
  max-width: 1416px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap header .header-logo a {
  width: 192px;
  display: inline-block;
  transition: var(--transition);
}

.header-wrap header .header-logo a img {
  width: 100%;
  height: auto;
}

.header-wrap .header-menu .menu > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  padding: 35px 0 31px;
}

.header-wrap .header-menu .menu a.signup {
  font-weight: 500;
  line-height: 1.056;
  color: var(--bs-primary);
  padding: 9px 28px 3px;
  border-radius: 100px;
  background: var(--white);
  transition: var(--transition);
  border: 1px solid transparent;
}

.header-wrap .header-menu .menu a.signup:hover {
  color: var(--white);
  border-color: var(--white);
  background: var(--bs-primary);
}

.header-wrap .cart-btn,
.header-wrap .search-btn {
  padding-left: 22px;
  display: inline-flex;
}

.header-wrap .cart-btn button,
.header-wrap .search-btn button {
  cursor: pointer;
  display: inline-flex;
  background: transparent;
  border: 0;
  color: var(--white);
}

.header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 991;
  background: var(--bs-primary);
  padding: 33px 0 67px;
}

.header-search .container {
  max-width: 1270px;
  position: relative;
  padding-top: 28px;
}

.header-search .close-btn {
  cursor: pointer;
  border: 0;
  display: inline-flex;
  color: var(--white);
  background: transparent;
  position: absolute;
  top: 0;
  right: 15px;
}

.header-search .search-box .input-box {
  display: flex;
  align-items: center;
  border-bottom: 3px solid var(--bs-gray-100);
}

.header-search .search-box .input-box input {
  font-size: 62.67px;
  line-height: 0.9;
  font-weight: 500;
  border: 0;
  width: 100%;
  background: transparent;
  font-family: var(--bs-font-sans-serif);
  color: var(--white);
}

.header-search .search-box .input-box input::-webkit-input-placeholder {
  color: var(--bs-gray-100);
  font-family: var(--bs-font-sans-serif);
}

.header-search .search-box .input-box input:-moz-placeholder {
  color: var(--bs-gray-100);
  font-family: var(--bs-font-sans-serif);
}

.header-search .search-box .input-box input::-moz-placeholder {
  color: var(--bs-gray-100);
  font-family: var(--bs-font-sans-serif);
}

.header-search .search-box .input-box input:-ms-input-placeholder {
  color: var(--bs-gray-100);
  font-family: var(--bs-font-sans-serif);
}

.header-search .search-box .input-box .btn {
  cursor: pointer;
  font-size: 24px;
  line-height: 1.125;
  border: 1.1px solid var(--white);
  min-width: 101px;
  transition: var(--transition);
  padding: 0;
}

.header-search .search-box .input-box .btn:hover {
  color: var(--bs-primary);
  background: var(--white);
}

/* ===== Footer ===== */
.footer-wrap {
  padding: 29px 0 39px;
  background: var(--bs-primary);
}

.footer-wrap .container {
  max-width: 1134px;
}

.footer-wrap .footer-logo {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 1px;
  background: var(--white);
  margin: auto;
  z-index: -1;
}

.footer-wrap .footer-logo a {
  display: inline-block;
  width: 384px;
  transition: var(--transition);
  background: var(--bs-primary);
  padding: 0 39px;
}

.footer-wrap .footer-logo a img {
  width: 100%;
}

.footer-wrap .menu-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
  padding-top: 40px;
}

.footer-wrap .menu-row .col {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: var(--bs-font-sans-serif);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer-menu li {
  display: inline-flex;
}

.footer-menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
  color: var(--white);
}

.footer-wrap .newsletter {
  margin-top: auto;
  padding-top: 30px;
}

.footer-wrap .newsletter h3 {
  font-size: 21px;
  line-height: 19.23px;
  font-weight: 400;
  color: var(--white);
  padding-bottom: 12px;
  font-family: var(--bs-font-sans-serif);
}

.footer-wrap .newsletter .input-box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
}

.footer-wrap .newsletter .input-box input {
  height: 34px;
  font-size: 10px;
  line-height: 1;
  padding: 5px 10px;
  color: var(--bs-primary);
  border-radius: 4px;
  background: var(--white);
  border: 0.69px solid var(--bs-gray-300);
  min-width: 206px;
  font-family: var(--bs-font-sans-serif);
}

.footer-wrap .newsletter .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--bs-gray-300);
}

.footer-wrap .newsletter .input-box input:-moz-placeholder {
  opacity: 1;
  color: var(--bs-gray-300);
}

.footer-wrap .newsletter .input-box input::-moz-placeholder {
  opacity: 1;
  color: var(--bs-gray-300);
}

.footer-wrap .newsletter .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: var(--bs-gray-300);
}

.footer-wrap .newsletter .input-box button {
  cursor: pointer;
  font-family: var(--bs-font-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 3px 17px 5px;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100px;
  background: transparent;
  text-transform: uppercase;
  transition: var(--transition);
}

.footer-wrap .newsletter .input-box button:hover {
  color: var(--bs-primary);
  background: var(--white);
}

.footer-wrap .footer-center {
  padding-top: 6px;
}

.footer-wrap .social-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-wrap .social-wrap h3 {
  font-size: 11.85px;
  line-height: 135%;
  font-weight: 500;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 7px;
  font-family: var(--bs-font-sans-serif);
}

.footer-wrap .social-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 14px;
}

.footer-wrap .social-wrap ul li {
  display: inline-flex;
}

.footer-wrap .social-wrap ul li a {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--bs-primary);
  background: var(--bs-gray-100);
  border-radius: 100px;
  transition: var(--transition);
}

.footer-wrap .social-wrap ul li a:hover {
  color: var(--white);
  background: var(--bs-secondary);
}

.footer-wrap .footer-bottom {
  padding-top: 33px;
  font-size: 11px;
  line-height: 135%;
  font-weight: 500;
  text-align: center;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.footer-wrap .footer-bottom p {
  padding: 0;
  margin: 0;
}

.footer-wrap .footer-bottom a {
  color: currentColor;
  transition: var(--transition);
  text-decoration: underline;
}

.footer-wrap .footer-bottom .copyrights a {
  text-decoration: none;
}

.footer-wrap .footer-bottom .copyrights a:hover {
  color: var(--bs-secondary);
}

/* hero banner */

/* featured-article */

/* article-1978 */

/* join-now */

/* browse-issue */

/* gallery-slider-wrap */

/* ==== browse-single ==== */

/* ==== browse-single ==== */
/* ==== create-account-wrap ==== */

/* ==== create-account-wrap ==== */

/* ==== splash ==== */

/* ==== splash ==== */

/* Blueshoon additions july 24, 2025 */

body {
  overflow: hidden;
}

.payment-page .bunny-svg {
  position: absolute;
  bottom: 25px;
  opacity: 0.05;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 492px;
  height: 100%;
  pointer-events: none;
}
.payment-page .legal-text {
  font-family: "Playboy Visuelt";
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.payment-page .legal-text2 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.75px;
}
.payment-page .digital-archive {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.payment-page .digital-archive label {
  font-family: "Playboy Visuelt";
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
}
.payment-page .line-items li {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.payment-page .original-price {
  color: rgba(255, 50, 50, 1);
  text-decoration: line-through;
  font-style: italic;
  margin-right: 8px;
}
.payment-page form h3 {
  font-family: "Playboy Visuelt";
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0px;
  border-bottom: 1px solid black;
  display: inline-block;
  margin-bottom: 10px;
}
.payment-page .form-group label {
  font-family: "Playboy Visuelt";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2%;
  display: block;
}
.payment-page .form-group input,
.payment-page .form-group select {
  display: block;
  height: 48px;
  top: 28px;
  opacity: 1;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(226, 225, 229, 1);
  width: 100%;

  font-family: Playboy Visuelt;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.payment-page .billing-info {
  margin-bottom: 25px;
}
.payment-page .shipping-info {
  margin-bottom: 25px;
}
button.btn-wrap-payment {
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 20px auto;
  display: block;
}
.payment-page .btn.btn-black2 {
  color: var(--white);
  border-color: var(--black);
  background: black;
}
.payment-page .btn.btn-black2 svg {
  fill: currentColor;
  margin-left: 10px;
}

.payment-page {
  padding: 32px 40px;
  display: flex;
  justify-content: center;
}
.payment-page form {
  display: flex;
  justify-content: space-around;
  max-width: 1280px;
  gap: 40px;
}
.payment-page .form-sidebar {
  flex-basis: 65%;
  flex-grow: 1;
  background: rgba(18, 18, 18, 1);
  padding: 45px 28px;
  border-radius: 12px;
  color: white;
  position: relative;
}
.payment-page .sidebar-header {
  font-family: "Encode Sans Semi Expanded", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  background: white;
  padding: 8px;
  width: 100%;
  margin-bottom: 30px;
  color: black;
}
.payment-page .line-items-hr {
  margin: 18px 0;
}
.payment-page .total {
  margin-bottom: 64px;
  text-align: right;
}
.payment-page h2 {
  font-family: "Playboy Visuelt";
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 52px;
  margin-top: 5px;
}
.payment-page .terms-conditions-label {
  font-family: "Playboy Visuelt";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
}
.payment-page .exp-year {
  width: calc(4ch + 60px) !important;
}
.payment-page .cvv {
  margin-left: 12px;
}
.payment-page .cvv input {
  width: calc(4ch + 35px) !important;
}
.payment-page .cvv-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.payment-page .cvv-tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

.payment-page .cvv-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.payment-page .cvv-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.landing-page .btn.btn-black {
  color: var(--black);
  border-color: var(--white);
  background: white;
}

.landing-page .btn-preorder {
  border-radius: 26px;
  border-width: 3px;
  padding: 12px 34px;
  gap: 6px;
  font-weight: 400;
  font-size: 46px;
  line-height: 135%;
  vertical-align: middle;
  text-transform: uppercase;
}
.landing-page .card {
  background: white;
  padding: 25px 0;
  height: 620px;
  width: 350px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.landing-page .card .img-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  aspect-ratio: 1/1.15;
  padding: 0 6px;
}
.landing-page .card img {
  width: 100%;
  height: 100%;
  background: grey;
}
.landing-page .card h2 {
  font-family: "Masthead";
  font-weight: 400;
  font-size: 31px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.landing-page .card p {
  font-family: "Playboy Visuelt";
  font-weight: 400;
  font-size: 22px;
  line-height: 115%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 26px;
}
.landing-page .card .price {
  font-family: "Playboy Visuelt";
  font-weight: 600;
  font-style: italic;
  font-size: 33px;
  line-height: 135%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.landing-page .card .btn {
  font-size: 19px;
  line-height: 135%;
  padding: 5px 25px;
}
.landing-page .large-section .img-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  aspect-ratio: 1/1.18;
  margin-bottom: 55px;
}
.landing-page .large-section img {
  width: 100%;
  height: 100%;
  background: grey;
}
.landing-page .large-section h2 {
  font-family: "Masthead";
  font-weight: 400;
  font-size: 55px;
  line-height: 135%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.landing-page .large-section p {
  font-family: "Playboy Visuelt";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  vertical-align: middle;
  margin-bottom: 60px;
}
.landing-page .large-section .btn-wrap {
  margin-bottom: 40px;
}
.landing-page .limited-quantity {
  font-family: "Playboy Visuelt";
  font-weight: 300;
  font-style: italic;
  font-size: 34px;
  line-height: 135%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 199, 0, 1);
}
.landing-page .pre-footer {
  background: black;
  display: flex;
  justify-content: center;
}
.landing-page .pre-footer ul {
  padding: 60px 60px 60px 0;
  margin-left: 100px;
}
.landing-page .pre-footer li {
  font-family: "Druk Wide";
  font-weight: 700;
  font-size: 30px;
  line-height: 135%;
  vertical-align: middle;
  text-transform: capitalize;
  color: white;
  margin-bottom: 55px;
}
.landing-page .pre-footer .img-wrap {
  width: 100%;
  max-width: 560px;
}
.landing-page .pre-footer .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page .pre-footer2 .img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.25;
}
.landing-page img {
  width: 100%;
  height: 100%;
  background: grey;
  object-fit: cover;
}

.cart {
  position: fixed;
  top: 84px;
  right: 0;
  width: 360px;
  background: white;
  z-index: 10000000;
}
.cart .close-cart-header {
  text-align: right;
}
.cart .close-cart {
  display: inline-block;
  cursor: pointer;
}
.cart .cart-header {
  font-family: 'Playboy Visuelt';
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  background: black;
  border-radius: 4px;
  padding: 9px;
}
.cart .btn-checkout {
  margin-bottom: 0;
}
.cart .btn-checkout .btn {
  background: black;
  color: white;
  border-radius: 10px;
  font-size: 16.63px;
  line-height: 135%;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  color: white;
  padding: 6px 20px;
  height: auto;
}
.cart .btn-checkout .btn svg {
  fill: white;
  margin-left: 10px;
}
.cart .bunny-container {
  height: 320px;
  width: 100%;
  position: relative;
  opacity: 0.05;
}
.cart .bunny-svg {
  position: absolute;
  bottom: 0;
  height: 222px;
  width: 148px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.cart .bunny-svg svg {
  height: 222px;
  width: 148px;
}
.cart.open {
  display: block !important;
}
@media (max-width: 767px) {
  .cart {
    top: 60px;
    width: 100%;
  }
  .cart .bunny-container {
    height: 100px;
  }
  .cart .bunny-svg {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
  }
  .cart .bunny-svg svg {
    height: 60px;
    width: 60px;
  }
}
.gap-12 {
  gap: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.width-auto {
  width: auto;
}
.width-25 {
  width: 25%;
}
.width-50 {
  width: 50%;
}
.text-right {
  text-align: right;
}
.display-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.space-evenly {
  justify-content: space-evenly;
}
.flex-start {
  justify-content: flex-start;
}
.flex-grow {
  flex-grow: 1;
}
.flex-none {
  flex: 0 0 auto;
}
.flex-shrink {
  flex: 0 1 auto;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.bg-white {
  background: var(--white);
}
.bg-black {
  background: var(--black);
}
.m-auto {
  margin: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-65 {
  margin-bottom: 65px;
}
.space-between {
  justify-content: space-between;
}
.gap-40 {
  gap: 40px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-100 {
  padding: 100px;
}
.bt-white {
  border-top: 1px solid var(--white);
}
.pt-60 {
  padding-top: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}

.landing-page {
  width: 100%;
}

.max-w-1200 {
  max-width: 1200px;
}

/*    
  xs: 0
  sm: 576px
  md: 768px
  lg: 992px
  xl: 1200px
  xxl: 1600px
*/

@media (max-width: 1600px) {
  /* xxl */
  .xxl-text-small {
    font-size: 28px !important;
  }
  .xxl-text-medium {
    font-size: 40px !important;
  }
}

@media (max-width: 992px) {
  /* lg */
  .lg-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  /* md */
  .landing-page .pre-footer ul {
    margin: 20px;
    padding: 20px;
  }
  .landing-page .pre-footer .img-wrap {
    max-width: 100%;
  }
  .payment-page .cvv-tooltip:hover .tooltip-text {
    right: 0;
    left: auto;
    transform: none;
  }
  .payment-page .cvv-tooltip .tooltip-text::after {
    left: auto;
    right: 22px;
  }
  .payment-page form {
    overflow: hidden;
  }
  .md-flex-column {
    flex-direction: column !important;
  }
  .md-text-small {
    font-size: 20px !important;
  }
  .md-text-medium {
    font-size: 25px !important;
  }
  .md-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-text-center {
    text-align: center;
  }
  .md-width-50 {
    width: 50% !important;
  }
  .md-width-100 {
    width: 100% !important;
  }
  .md-hide {
    display: none !important;
  }
  .md-ms-0 {
    margin-left: 0 !important;
  }
}

.js-added {
  display: none;
}
.js-selected {
  color: var(--white);
  border-color: var(--black);
  background: black;
}
.js-selected svg {
  vertical-align: text-bottom;
  fill: white;
}
.js-selected .js-added {
  display: block !important;
}
.js-selected .js-empty {
  display: none !important;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .header-wrap .header-menu .menu>ul {
    display: flex;
    align-items: center;
    column-gap: 22px;
  }

  .header-wrap .header-menu .menu>ul>li {
    display: inline-flex;
  }

  .header-wrap .header-menu .menu>ul>li>a {
    display: inline-flex;
  }

  .header-wrap .header-menu {
    margin-left: auto;
  }

  .footer-wrap .menu-row .col:nth-child(1) {
    display: none;
  }
}

@media (min-width: 992px) {

  .footer-wrap .menu-row .col:nth-child(2) {
    width: 25%;
  }

  .footer-wrap .menu-row .col:nth-child(3) {
    width: 32%;
  }

  .footer-wrap .menu-row .col:nth-child(4) {
    width: 29%;
  }

  .footer-wrap .menu-row .col:nth-child(5) {
    width: 14%;
  }

  .footer-wrap .newsletter {
    padding-bottom: 43px;
  }
}

@media (min-width: 1025px) {}

@media (max-width: 1279px) {

  .h2 {
    font-size: 42px;
  }

  .h3 {
    font-size: 32px;
  }

  .h5 {
    font-size: 22px;
  }

  .btn {
    font-size: 28px;
    padding: 13px 50px;
  }


  .header-search .search-box .input-box input {
    font-size: 50px;
  }

  .header-search {
    padding: 20px 0 40px;
  }
}

@media (max-width: 991px) {

  .h2 {
    font-size: 34px;
  }

  .h3 {
    font-size: 30px;
  }

  .h5 {
    font-size: 20px;
  }

  .btn {
    font-size: 22px;
    padding: 12px 30px;
  }

  .header-search .search-box .input-box input {
    font-size: 40px;
  }

  .footer-wrap .footer-logo a {
    width: 300px;
    padding: 0 25px;
  }

  .footer-wrap .menu-row .col {
    width: 25%;
  }

  .footer-wrap .footer-center {
    padding-top: 30px;
  }

  .footer-menu li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .h2 {
    font-size: 26px;
  }

  .h3 {
    font-size: 24px;
  }

  .h5 {
    font-size: 19px;
  }

  .menu-toggle button {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    color: var(--white);
    padding: 0;
    position: relative;
  }

  .header-wrap header {
    padding: 10px 0;
  }

  .menu-toggle button .icon {
    width: 28px;
    height: auto;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: var(--transition);
  }

  .menu-toggle button:not(.active) .icon.close {
    opacity: 0;
  }

  .header-wrap {
    height: 60px;
  }

  .header-wrap .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bs-primary);
    z-index: 1;
    text-align: center;
    padding: 20px 0;
  }

  .header-wrap .header-menu .menu>ul>li>a {
    display: inline-flex;
    padding: 15px 0;
  }

  .header-wrap .cart-btn,
  .header-wrap .search-btn {
    padding: 0 20px 0 0;
    margin-left: auto;
  }

  .header-wrap .cart-btn button .icon,
  .header-wrap .search-btn button .icon {
    width: 26px;
    height: auto;
  }

  .header-wrap header .header-logo a {
    width: 160px;
  }

  .header-search {
    padding: 20px 0 35px;
  }

  .header-search .search-box .input-box {
    padding-bottom: 5px;
  }

  .header-search .search-box .input-box input {
    font-size: 26px;
  }

  .footer-wrap .footer-logo a {
    width: 220px;
    padding: 0 15px;
  }

  .footer-wrap .menu-row .col {
    width: 50%;
  }

  .footer-wrap .menu-row .col:nth-child(2) .newsletter {
    display: none;
  }

  .footer-wrap .newsletter {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-menu li a {
    font-size: 16px;
  }
}

@media (max-width: 470px) {
  .footer-wrap .menu-row .col {
    width: 100%;
  }

}

/* Animation and fun stuff from Roy */
/* Button hover effects */
.btn-preorder {
  transition: box-shadow 0.3s ease, transform 0.2s ease, opacity 0.3s ease;
}
.btn-preorder:hover {
  box-shadow: 0 0 20px rgba(255, 235, 59, 0.8), 
              0 0 40px rgba(255, 235, 59, 0.6), 
              0 0 60px rgba(255, 235, 59, 0.4);
  transform: translateY(-2px);
}
.btn-preorder.animate-glow {
  animation: pulseGlow 1.5s ease-in-out;
}
.btn {
  transition: transform 0.3s ease;
}
.btn:hover {
  transform: scale(1.05);
}
/* Add to cart button animations and states */
.js-add-to-cart {
  transition: all 0.4s ease;
  position: relative;
}
.js-add-to-cart .js-empty {
  transition: opacity 0.2s ease;
}
.js-add-to-cart.outline-animate::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 140, 0, 0.8);
  border-radius: inherit;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  animation: expandOutline 0.6s ease-out forwards;
  pointer-events: none;
}
.js-add-to-cart.text-changing .js-empty {
  opacity: 0;
}
/* Card selection state */
.card {
  transition: border 0.3s ease;
}
.card.selected {
  border: 5px solid rgba(255, 140, 0, 0.8);
}
/* Preorder button disabled state */
.btn-preorder.no-selection {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
/* Animate.css bounce animation for limited quantity */
.limited-quantity {
  animation-duration: 4s; /* Custom slower timing if needed */
}
/* Keyframe animation for expanding outline */
@keyframes expandOutline {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
/* Keyframe animation for preorder button glow */
@keyframes pulseGlow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 235, 59, 0.8), 
                0 0 40px rgba(255, 235, 59, 0.6), 
                0 0 60px rgba(255, 235, 59, 0.4);
  }
  100% {
    box-shadow: none;
  }
}  