/**
 * OccultCards — migrated from Appearance → Customize → Additional CSS.
 *
 * @package OccultCards
 */

/* homepage-styling*/
@font-face {
	font-family: "backup-tarot";
	src: url("/wp-content/uploads/2022/05/Killam-Bold.woff") format("woff");
}
li.product h2, .product h1	{
	font-family: "tarot01", "backup-tarot" !important;
}
.site-footer {
	display: none;
	padding: 0;
}
.entry-header {
	display: none;
}
#main, #primary {
    margin-bottom: 0;
}
#background-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}
#Symbol-Button {
	cursor: pointer;
	opacity: 0;
	will-change: auto;
}
#homepage-spacer {
    height: 20vh;
    width: 5vw;
}
#Foreground-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    pointer-events: none
}
.homepage-button {
    pointer-events: all;
    border-radius: 50%;
}
@media only screen and (orientation: portrait) {
    .background-img {
        height: 90vh;
    }
}
@media only screen and (orientation: landscape) {
    .background-img {
        height: 120vh;
    }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
	.home {
		position: fixed;
		height: 90vh;
		margin-top: -10vh;
	}
}
@media only screen and (orientation: portrait) {
    #Foreground-container {
    	flex-direction: column;
    }
    #main-menu {
    	display: flex;
    	justify-content: space-around;
    	width: auto;
    	height: 100%;
    	flex-direction: column;
    }
    .homepage-button img {
    	height: 100%;
    }
}
@media only screen and (orientation: landscape) {
    #Foreground-container {
	    flex-direction: row;
    }
    #main-menu {
	    display: flex;
	    justify-content: space-around;
	    width: 100%;
	    height: auto;
	    flex-direction: row;
	    max-width: 200vh;
	    min-width: 100vh;
	    margin: auto;
    }
    .homepage-button img {
    	height: 100%;
    }
}
#copyright-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding-left: .6em;
    padding-right: .5em;
	z-index: 100;
}
#primary {
	margin-top: 0 !important;
}

.single-product #primary {
	margin-top: 3.8em !important;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.background-img > g, .button-img > g {
  animation: rotating 20s linear infinite;
  transform-origin: 50% 50%;
	will-change: transform;
}

#one, #onebut {
  -webkit-animation: rotating 0s linear infinite;
  animation: rotating 0s linear infinite;
}
#two, #twobut {
  -webkit-animation: rotating 120s linear infinite;
  animation: rotating 120s linear infinite;
}
#three, #threebut {
  -webkit-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}
#four, #fourbut {
  -webkit-animation: rotating 240s linear infinite;
  animation: rotating 240s linear infinite;
}
#five, #fivebut {
  -webkit-animation: rotating 180s linear infinite;
  animation: rotating 180s linear infinite;
}
#six, #sixbut {
  -webkit-animation: rotating 160s linear infinite;
  animation: rotating 160s linear infinite;
}
#seven, #sevenbut {
  -webkit-animation: rotating 480s linear infinite;
  animation: rotating 480s linear infinite;
}
#eight, #eightbut {
  -webkit-animation: rotating 712s linear infinite;
  animation: rotating 712s linear infinite;
}
#nine, #ninebut {
  -webkit-animation: rotating 312s linear infinite;
  animation: rotating 312s linear infinite;
}
#ten, #tenbut {
  -webkit-animation: rotating 392s linear infinite;
  animation: rotating 392s linear infinite;
}
#eleven, #elevenbut {
  -webkit-animation: rotating 432s linear infinite;
  animation: rotating 432s linear infinite;
}
#twelve, #twelvebut {
  -webkit-animation: rotating 212s linear infinite;
  animation: rotating 212s linear infinite;
}
#thirteen,#thirteenbut {
  -webkit-animation: rotating 350s linear infinite;
  animation: rotating 350s linear infinite;
}
#fourteen, #fourteenbut, #FATE {
  -webkit-animation: rotating 550s linear infinite;
  animation: rotating 550s linear infinite;
}
.paused {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.homepage-button {
	-moz-border-radius: 50%;
	-webkit-border-radius: 0 0 100% 0;
	border-radius: 50%;
	overflow: hidden;
}
.homepage-button svg {
	width: 100%;
	height: 100%;
}
.homepage-button svg g {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
transform-box: fill-box;
}
.homepage-button:hover svg g {
	-webkit-animation-play-state:
running !important;
	animation-play-state: running !important;
	cursor: pointer;
}
.homepage-button:hover svg {
	fill: #c54444;
}
.storefront-sorting, .storefront-breadcrumb, .entry-header, .woocommerce-breadcrumb, .site-header, .site-footer {
	display: none;
}
#primary {
	margin-top: 2em;
}
h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 4em;
	margin-bottom: 0;
}
.img-container svg g:hover {
	-webkit-animation-play-state: paused !important;
	cursor: pointer;
}
.img-container svg g g:hover {
	fill: #c54444;
}
#three, #two, #layer_x5F_outline_9_, #layer_x5F_outline_8_, #layer_x5F_outline_7_, #layer_x5F_outline_6_, #layer_x5F_outline_5_, #layer_x5F_outline_4_, #layer_x5F_outline_3_, #layer_x5F_outline_2_, #layer_x5F_outline_1_, #layer_x5F_outline, #FATE, #thirteen {
	pointer-events: none;
}
.homepage-button {
   height: 40vh;
   width: 40vh;
}
#Background_1_ ellipse {
	fill: white;
}
.img-container svg {
	overflow: visible;
}
/* main menu styling*/
.main-menu {
position: fixed;
bottom: 0;
right: 0;
padding-right: 20px;
width: 200px;
text-align: right;
background: white;
will-change: auto;
	z-index: 9999;
}
#menu-main-menu {
list-style: none;
text-transform: uppercase;
font-size: 1.06em;
margin-bottom: 0;
margin-left: 0;
}
#toggle-box {
display: none;
}
#MENUTEXT {
	font-size: 1.5em;
	position: absolute;
	padding-right: 20px;
	right: 1.5em;
	color: black;
	text-transform: uppercase;
	transition: opacity .1s;
}
.togglemenu {
	opacity: 0;
}
#menu-expander {
display: inline-block;
padding: .5em;
cursor: pointer;
}
#menu-expander img {
transform: rotate(180deg);
height: 4em;
float: right;
-moz-transition: -moz-transform .3s;
-webkit-transition: -webkit-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
.menu-expander-mobile img {
	margin-top: .2em;
height: 1.1em;
float: left;
-moz-transition: -moz-transform .3s;
-webkit-transition: -webkit-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
.mobile-toggle {
	transform: rotate(180deg) !important;
}
.toggle {
-moz-transform: rotate(90deg) !important;
-o-transform: rotate(90deg) !important;
-webkit-transform: rotate(90deg) !important;
transform: rotate(90deg) !important;
}
#copyright-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    padding-left: .6em;
    padding-right: .5em;
}
/* Menu Search box */
.woocommerce-product-search {
	margin-top: .5em;
	margin-bottom: 0;
}
.woocommerce-product-search button {
    position: absolute;
		padding: 0;
    height: 3.05em;
    width: 3em;
    box-sizing: border-box;
}
.site {
	overflow-x: visible !important;
}
#woocommerce-product-search-field-1 {
	background: white;
	border: solid 2px;
	border-color: black;
	margin-bottom: 10px;
	width: 75%;
}
#woocommerce-product-search-field-1:focus {
	outline: 2px solid #c54444;
}
.custom-header {
	z-index: 101;
	width: 100%;
	position: sticky;
	height: 0;
	display: flex;
	justify-content: space-between;
}
.site-logo {
	position: relative;
	height: 8em;
	padding: 1em;
	background: white;
  border-bottom-right-radius: 15px;
}
.site-logo img {
	height: 100%;
	width: auto;
	float: left;
}
.top-right-menu {
	right: 0;
	padding: 1em;
	background: white;
	border-bottom-left-radius: 15px;
}
.site-header-cart {
	width: 230px;
}
.widget_shopping_cart {
	background: white !important;
}
.site-header-cart .widget_shopping_cart .total {
	background: white;
}
.cart-contents {
	padding: 0 !important;
}
.widget_shopping_cart p.buttons {
	padding: 0;
}
.widget_shopping_cart .buttons a {
	margin: 0;
}
.widget_shopping_cart .product_list_widget li {
	padding: 1em;
}
#Homepage-Container {
-moz-transition: -moz-transform .3s;
-webkit-transition: -webkit-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
#main-menu {
-moz-transition: -moz-width .3s;
-webkit-transition: -webkit-width .3s;
-o-transition: -o-width .3s;
transition: width .3s;
}
@media (min-width: 768px) {
.condensed {
	width: 90% !important;
}
.homepage-slide {
	transform: translateX(-80px);
}
.condensed2 {
	width: 85% !important;
}
.homepage-slide2 {
	transform: translateX(-21vh);
}
}
@media only screen and (orientation: portrait) {
	.homepage-slide, .homepage-slide2 {
		transform: unset;
	}
	}
.tarot-info-box {
	background: URL('/wp-content/uploads/2019/05/Blank-info-box-1.svg');
	background-repeat: no-repeat;
	background-size: stretch;
	height: 61vh;
	width: 34vh;
	position: fixed;
	right: 5vh;
	top: 15vh;
}
.tarot-info-content {
	will-change: contents;
}
.tarotcardcontent {
	height: 55vh;
	overflow-y: scroll;
	width: 100%;
	margin-top: 3px;
}
.tarotcardcontent::-webkit-scrollbar {
  width: 0px;
}
.tarotcardimage {
	pointer-events: none;
}
.tarotcardcopy {
	padding: 0 1em 0 1em;
}
.tarotcardtitle {
	text-transform: uppercase;
	font-size: 4vh;
	letter-spacing: -.04em;
	text-align: center;
	width: 100%;
	height: 5.5vh;
	bottom: 0;
	position: absolute;
	right: 0;
}
.tarotcardlist, .readinglist {
	display: none;
}
.tarot-info-box {
	transform: translatex(40vh);
	-moz-transition: -moz-transform .3s;
-webkit-transition: -webkit-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
.onscreen {
	transform: translatex(0) !important;
}
.closex {
	  position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    line-height: .8em;
    font-size: 1.2em;
    background: white;
    border-radius: 8px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
}
.closex:hover {
	cursor: pointer;
	color: #c54444;
}
.card-nav-bar {
	position: absolute;
	bottom: -20px;
	display: flex;
	width: 100%;
}
.card-nav {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	font-size: 1.5em;
}
.card-nav:hover {
	color: #c54444;
}
.previous-card {
	left: 5px;
}
.next-card {
	right: 5px;
}
.read-more-card {
	width: unset;
	margin: auto;
	font-size: 1.1em;
	color: black;
	padding: .25em;
}
.card-spacer {
	width: 25px;
}
.highlighted {
	fill: #c54444;
}
/*Social Menu*/
#menu-social-media {
	list-style: none;
	margin: 0;
}
#menu-social-media li {
	margin: 0 0 25px 15px ;
	float: right;
	font-size: 2.5em;
}
.scroll-for-info {
	position: absolute;
    right: -83px;
    bottom: 110px;
    transform: rotate(-90deg);
    background: white;
}
.menu-expander-mobile, .ui-textinput-clear-button, .mobile-product-overlay {
	display: none;
}
#mobile-copyright-notice {
	display: none;
	transition-delay: .3s;
}
@media screen and (max-width: 767px) {
	.site-logo {
		display: none;
	}
	.lore-card {
		margin-bottom: 1em;
	}
	.mobile-list {
		margin-bottom: 5em;
	}
	.searchandfilter ul li {
		display: none;
	}
	.mobile-product-overlay {
		display: block;
	}
	ul.products li.product {
		width: 44%;
		float: left;
		margin-left: 2.5% !important;
		margin-right: 2.5% !important;
		margin-bottom: 1em !important;
	}
	.mobile-basket {
		display: none;
	}
	.store-menu, .top-right-menu {
		display: none;
	}
.tarot-info-box {
    height: 80vh;
    width: 45vh;
    right: 50%;
		margin-right: -22.5vh;
    top: 46%;
		margin-top: -38vh;
	transform: translatex(100vw);
}
	.onscreen {
		transform: scale(.9) !important;
	}
	.drawn_line {
		display: none;
		height: 0;
	}
	
		@media only screen and (orientation: landscape) {
			#menu-social-media li {
			margin: -15px 0 0px 15px;
		}
	}

	}
	@media only screen and (orientation: portrait) {
		#menu-main-menu {
			font-size: 1.4em;
		}
		.drawn_line_content {
		    width: 400vw;
		    transform: translate(-65%, -60%);
		    height: .8vw;
		    background: URL( '/wp-content/uploads/2019/05/Drawn-Line.svg');
		    background-size: cover;
			}
		.mobile-basket {
		display: block;
		font-size: 2.5em;
    position: absolute;
    top: 1em;
		}
		#copyright-notice {
			display: none;
		}
		#mobile-copyright-notice {
	display: block;
			float: left;
}
		#menu-expander {
			display: none;
		}
			.drawn_line {
		display: block;
	}
		.menu-expander-mobile {
	display: inline-block;
			text-transform: uppercase;
			text-align: center;
			width: 100%;
			font-size: 1.7em;
			
}
		.mobile-site-logo img {
			height: 100%;
		}
		.site-logo {
			display: none;
		}
		#main-menu {
			height: 80vh;
			margin: auto;
			display: none;
		}
		.homepage-button {
			height: 28vh;
			width: 28vh;
		}
		.main-menu {
			width: 100%;
			padding-left: 20px;
		}
		@media screen and (max-width: 767px) {
	.tarotcardcontent {
    height: 73vh;
	}
			
}
	.card-nav-bar {
    bottom: 0;
		line-height: 1.5em;
		height: 5.5vh;
}
	.read-more-card {
		pointer-events: none;
		color: transparent;
	}
}
#background-img-container {
	width: 100vw;
}
/*store styling*/
.size-woocommerce_thumbnail, .product img {
	object-fit: cover;
	pointer-events: none;
}
.product-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
}
.product-overlay .price {
	  width: fit-content;
    margin: 0 auto 1em;
    background: black;
    color: white !important;
	padding: 0 .2em;
}
/* Shop/related frame: markup matches PDP — ../style.css (.occultcards-product-stage). */
ul.products li.product img {
	margin: 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.featured, .loading {
		display: none;
	}
		.desktop-only {
		display: none;
	}
}
.product-info-overlay {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	visibility: hidden;
}
.button-container {
	width: 70%;
	margin: auto;
	font-size: 1vw;
}
.button-container .price {
	font-size: 1.5vw;
}
.read-more-product {
	padding: .5em;
  background: black;
  margin-bottom: 1em;
	color: white;
}
.product-info-overlay .ajax_add_to_cart {
	pointer-events: all;
}
.product-info-overlay a:not(.button) {
    text-decoration: none !important;
}
.spread-info-container {
	position: absolute;
	float: left;
	margin-left: 4em;
}
.spread-shuffle {
	float: left;
	border-radius: 10px;
	background: black;
	padding: 5px 15px 0px;
	text-align: center;
}
.spread-shuffle:hover {
	cursor: pointer;
}
.spread-shuffle h5 {
	color: white;
}
.spread-info {
	float: left;
	text-align: left;
	margin-left: 1em;
}
.spread-info-menu {
	margin-left: 1em;
}
.spread-image {
	height: 80px;
	max-height: 80px;
	max-width: 80px;
	float: left;
}
.spread-image img {
	height: 100%;
}
.spread-info-container {
	display: none;
}
/*@media (min-width: 768px) {*/
	.spread-info-container {
	display: block;
}
.spread-col li {
	width: 11.5vw !important;
}
.vert-spread ul{
	display: flex;
	flex-direction: row;
	height: fit-content;
	width: 100%;
}
	.celticcross ul {
		justify-content:space-between;
	}
	.romance ul {
		justify-content: center;
	}
	.romance .product {
		margin-left: 20px!important;
		margin-right: 20px!important;
	}
.spread-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	.celticcross-rotate {
		position: absolute;
		transform: rotate(-90deg);
		z-index: 10;
	}
	.spread-col .product:hover {
	z-index: 20;
}
	.make-visible {
	visibility: visible;
}
	.site-main > ul.products {
		width: 85%;
		margin: auto;
	}

@media (min-width: 1500px) {
	.wp-block-woocommerce-handpicked-products li {
			max-width : 12em;
}
}
.spread-divider {
    width: 70%;
    margin: 2em auto;
}
h5, h2 {
	text-transform: uppercase;
}
.added_to_cart.wc-forward {
	display: none;
}
.tarot-box {
	width: 15vw;
	margin: 1em;
	min-height: 27.5vw;
}
.reading-spread {
	display: flex;
	width: 100%;
	justify-content: center;
	height: fit-content;
}
/* Pre-deal: one gather — outer cards slide onto the middle pile, then back (see occultcards-reading.js). */
.reading-spread .tarot-box {
	position: relative;
}
.reading-spread.occultcards-spread-shuffling {
	pointer-events: none;
}
.reading-spread.occultcards-spread-shuffling .tarot-box {
	animation-duration: 0.7s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	will-change: transform;
}
.reading-spread.occultcards-spread-shuffling .tarot-box-1 {
	z-index: 2;
	animation-name: occultcards-tarot-pile-left;
}
.reading-spread.occultcards-spread-shuffling .tarot-box-2 {
	z-index: 3;
	animation: none;
	will-change: auto;
}
.reading-spread.occultcards-spread-shuffling .tarot-box-3 {
	z-index: 2;
	animation-name: occultcards-tarot-pile-right;
}
@keyframes occultcards-tarot-pile-left {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(calc(15vw + 1.5em));
	}
}
@keyframes occultcards-tarot-pile-right {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(calc(-15vw - 1.5em));
	}
}
@media screen and (max-width: 767px) {
	@keyframes occultcards-tarot-pile-left {
		0%,
		100% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(calc(28vw + 0.75em));
		}
	}
	@keyframes occultcards-tarot-pile-right {
		0%,
		100% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(calc(-28vw - 0.75em));
		}
	}
}
@media (prefers-reduced-motion: reduce) {
	.reading-spread.occultcards-spread-shuffling .tarot-box {
		animation: none !important;
	}
}
.get-a-reading {
	float: none;
	display: table;
	margin: 0 auto 1em;
	transform: none;
	border-radius: 10px;
	background: black;
	padding: 5px 15px 0;
	text-align: center;
}
.get-a-reading h5 {
	color: white;
}
.get-a-reading:hover {
	cursor: pointer;
}
.card-overlay, .placeholder {
	position: absolute;
	width: 15vw;
}
.placeholder {
	z-index: 5;
}
.reading-info-content {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.the-reading {
	display: none;
}
.reversed .reading-info-content {
	transform: rotate(180deg);
}
.card-reversed, .card-upright {
	display: none;
}
.reversed > h5 > .card-reversed {
	display: inline;
}
.upright > h5 > .card-upright {
	display: inline;
}
.reversed-words, .upright-words {
	text-transform: lowercase;
}
.no-the {
	display: none;
}
.yes-the > .no-the {
	display: inline;
}

.no-the.theworld, .no-the.themoon, .no-the.thesun, .no-the.thelovers, .no-the.thehermit, .no-the.themagician, .no-the.thechariot, .no-the.thetower, .no-the.theemporer, .no-the.thehangedman, .no-the.thestar, .no-the.thefool, .no-the.thehighpriestess, .no-the.thehierophant, .no-the.theempress {
	display: none;
}
.storefront-handheld-footer-bar {
	font-size: .6em;
	position: unset;
	box-shadow: none;
	width: 2em;
}
.storefront-handheld-footer-bar .search, .storefront-handheld-footer-bar .my-account {
	display: none;
}
.storefront-handheld-footer-bar .cart {
	width: 100% !important;
}
.menu-item a:hover {
	color: #c54444 !important;
}
.hover-image {
	position: absolute;
	width: 100%;
	height: 100%;
}
.hover-image img {
	height: 100%;
}
.button-container {
	z-index: 10;
}
/* hide read more link */
.read-more-card {
	opacity: 0;
	pointer-events: none;
}
/* single product (PDP frame/title layout lives in style.css + product-image.php) */
#wc-stripe-payment-request-wrapper {
	min-width: 9em;
	padding-top: 0 !important;
}
#wc-stripe-payment-request-button-separator {
	margin: 1em;
}
@media only screen and (orientation: portrait) {
	.storefront-handheld-footer-bar {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.reading-info-content .readingcardimage img {
	max-height: 26vw;
}
.woocommerce-product-gallery {
	width: 30% !important;
}
.summary {
	width: 65% !important;
}
}
.summary .product_title {
	font-size: 4vw;
}
.single-product-background {
	position: fixed;
	top: 0;
	z-index: -1;
	opacity: .2;
}
.single-product .product_title, .woocommerce-product-details__short-description, .single-product h2, .product_meta {
	background: white;
	padding: .1em;
	border: solid !important;
}
.single-product .product_title {
	background: black;
	color: white;
	font-size: 3em;
}
.single-product .cart {
	background: white;
	margin: 1em 0;
	border: solid;
	display: inline-flex;
	width: 100%;
	align-items: center;
}
.related.products .product h2 {
	border: none !important;
	background: none;
}
.single-product-background svg {
	overflow: visible;
}
.single-product .product_meta {
	display: none;
}
.single-product .woocommerce-product-details__short-description {
	margin-top: 1em;
	padding: 1em;
}
.single-product .entry-summary .price {
    margin: 0 1em 0 1em !important;
}
/*product gallery*/
.single-product div.product .woocommerce-product-gallery img{
	width: 100%;
}
.single-product div.product {
	overflow: visible;
}
.flex-viewport {
	margin-bottom: 0 !important;
}
/* Do not hide .flex-control-nav — WooCommerce uses it for gallery thumbnails / navigation. */
.pswp__bg {
	background: RGBA(255,255,255,.6);
}
.pswp__caption {
	display: none;
}
.pswp__top-bar {
	background: transparent !important;
	pointer-events: none !important;
}
.pswp__button--close {
	pointer-events: all !important;
}
.pswp__top-bar div {
	color: black !important;
}
.pswp__top-bar button {
	background-color: black !important;
}
.pswp__scroll-wrap {
	width: 80vh;
	height: 80vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: white;
	border: solid;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 1;
}
.pswp__button--zoom, .pswp__button--fs, .pswp__button--share {
	display: none !important;
}
.related.products>h2:first-child {
	text-align: center;
}
@media only screen and (orientation: portrait) {
	.pswp__scroll-wrap {
	width: 90vw;
		height: 130vw;
	}
}
/* change deck button */
.change-deck:hover {
	cursor: pointer;
}
.change-deck:hover::before {
    border-radius: 5px;
    background: black;
    content: "Change Deck.";
    color: white;
    font-family: "Avenir Next W01",Helvetica,sans-serif;
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    margin-top: -20px;
    margin-left: 10px;
    min-width: 100px;
    text-align: center;
    padding: 5px;
    text-transform: none;
    -webkit-transform: translate(-40%,-99%);
    -ms-transform: translate(-40%,-99%);
    transform: translate(-40%,-99%);
}
.change-deck:hover::after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    position: absolute;
    border-top-color: black;
    border-width: 10px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin-left: 20px;
    margin-top: -52px;
}
@media screen and (max-width: 767px) {
	.change-deck:hover::before {
		    -webkit-transform: translate(-79%,-99%);
    -ms-transform: translate(-79%,-99%);
    transform: translate(-79%,-99%);
	}
	.tarot-box {
    width: 28vw;
		margin: .25em;
		min-height: 47.5vw;
	}
	.placeholder {
		width: 28vw;
	}
	.single-product .woocommerce-product-gallery.occultcards-product-gallery {
		max-width: 419px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.single-product .product_title {
		display: none;
	}
	#wc-stripe-payment-request-button-separator {
		display: none !important;
	}
	#wc-stripe-payment-request-wrapper {
		margin: 1em 2em;
	}
	.single-product .product {
		margin-bottom: 3em;
	}
	.woocommerce-message a {
	width: 32%;
}
}
@media screen and (min-width: 768px) {
.products .product:hover .product-overlay .product-info-overlay {
	visibility: visible;
}
}
.no-click {
	pointer-events: none;
}
#menu-store-menu {
	text-align: left;
	list-style: none;
}
.occultcards-reading-stage {
	display: flex;
	align-items: start;
	justify-content: flex-start;
	gap: 1.5em;
	flex-wrap: nowrap;
	width: 100%;
	clear: both;
}
.deck-menu {
	position: relative;
	right: auto;
	order: 2;
	flex: 0 0 240px;
	width: 240px;
	max-width: 240px;
	display: block;
	margin: 0;
	z-index: 10;
}
.change-deck {
	display: none;
	width: 2em;
	margin-left: auto;
}
.deck-options {
	text-align: left;
	display: block;
	float: none;
	background: white;
	padding: 0.65em 1em 0.25em;
	width: 100%;
	box-sizing: border-box;
}
.occultcards-reading-stage .reading-spread {
	order: 1;
	width: auto;
	flex: 0 1 auto;
	margin: 0;
}
.readingcardimage img {
	display: none;
}
.selected-deck {
	display: block !important;
}
.deck-menu h6:hover {
	color: #c54444;
	cursor: pointer;
}
.occultcards-reversed-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.6em;
	margin-top: 0.5em;
}
.occultcards-reversed-toggle .switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
	vertical-align: middle;
}
.occultcards-reversed-toggle .switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
}
.occultcards-reversed-toggle .slider {
	position: absolute;
	inset: 0;
	background: #d7d7d7;
	border-radius: 999px;
	transition: background-color 0.2s ease;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.occultcards-reversed-toggle .slider::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease;
}
.occultcards-reversed-toggle .switch input:checked + .slider {
	background: #0f0f0f;
}
.occultcards-reversed-toggle .switch input:checked + .slider::before {
	transform: translateX(20px);
}
.occultcards-reversed-toggle .switch input:focus-visible + .slider {
	outline: 2px solid #c54444;
	outline-offset: 2px;
}
.occultcards-deck-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45em;
}
.occultcards-deck-option-image {
	width: auto;
	height: 3.2em;
	max-width: 2.6em;
	object-fit: contain;
	border-radius: 2px;
	flex: 0 0 auto;
}
.occultcards-deck-purchase-below-spread {
	text-align: center;
	margin: 1.25em auto 0;
	max-width: 100%;
}
.occultcards-deck-purchase-below-spread .occultcards-active-deck-purchase {
	display: inline-block;
}
.occultcards-active-deck-purchase--hidden {
	display: none !important;
}
.occultcards-decks-reading-link {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.occultcards-reading-stage {
		display: block;
	}
	.deck-menu {
		position: relative;
		right: auto;
		order: initial;
		flex: none;
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 0 0.75em;
	}
	.change-deck {
		display: block;
		float: none;
		margin: 0 0 0.4em auto;
	}
	.deck-options {
		display: none;
		float: none;
		clear: both;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		padding: 0.6em 1em 0.25em;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.deck-options .occultcards-deck-option {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0.35em;
		width: 6.6em;
		margin: 0 0.7em 0.55em 0;
		text-align: center;
		vertical-align: top;
	}
	.deck-options .occultcards-deck-option-image {
		height: 4.2em;
		max-width: 4.2em;
	}
	.deck-options .occultcards-deck-option-title {
		display: block;
		white-space: normal;
		line-height: 1.2;
	}
	.deck-options .occultcards-reversed-toggle {
		display: flex;
		justify-content: space-between;
		width: 100%;
		white-space: normal;
		margin-top: 0.45em;
	}
}
.loading {
	visibility: hidden;
	height: 50px !important;
}
.loading::before {
	    content: "LOADING...";
    color: black;
    visibility: visible;
    position: absolute;
    top: 150px;
    left: 50vw;
    transform: translateX(-50%);
}
/* related Products*/
.single-product-main-gallery {
	background: white;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	align-items: center;
	border: solid;
	margin-bottom: 4em;
	width: 100%;
}
.single-product-main-gallery div {
	margin: 1em;
	flex: 0 0 auto;
}
.single-product-main-gallery div img{
	height: auto;
	width: auto;
	max-width: 230px;
	max-height: 290px;
}
.single-product-main-gallery .woocommerce-product-gallery__image:last-child {
	padding-right: 1em;
}
.single-product-main-gallery::-webkit-scrollbar {
    display: none;
  }
@media screen and (min-width: 768px) {
.storefront-full-width-content.single-product div.product .summary {
	margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
	.single-product-main-gallery {
	display: none;
}
	.products > div {
		display: flex;
		flex-wrap: wrap;
	}
	.products li {
		height: 100%;
	}
	.col-full {
		margin-bottom: 3em;
	}
}
.single-product-main-gallery div {
	cursor: pointer;
}

/* the sun spread */
.thesun {
	height: 38vw;
}
.thesun .product {
	width: 10vw !important;
	margin-bottom: 0 !important;
}
.thesun-col {
	left: 45vw;
	position: absolute;
	height: 32vw;
	justify-content: start;
	transform-origin: bottom;
	transition: transform .2s;
}
.thesun-col-1 {
	justify-content: space-between;
	z-index: 100;
	height: 37vw
}
.thesun-col-2 {
	transform: rotate(-45deg);
}
.thesun-col-3 {
	transform: rotate(-90deg);
}
.thesun-col-4 {
	transform: rotate(45deg);
}
.thesun-col-5 {
	transform: rotate(90deg);
}

/* card shuffling */
.shuffling .thesun-col-1 {
	justify-content: space-between;
	z-index: 100;
}
.shuffling .thesun-col-2 {
	transform: rotate(0);
}
.shuffling .thesun-col-3 {
	transform: rotate(0);
}
.shuffling .thesun-col-4 {
	transform: rotate(0);
}
.shuffling .thesun-col-5 {
	transform: rotate(0);
}
article.product {
	display: none;
}
/* lore cards */
.lore-cards-container {
	  display: inline-flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-evenly;
	max-width: 89vw;
}
.lore-card {
	background: URL('/wp-content/uploads/2019/05/Blank-info-box-1.svg');
	background-repeat: no-repeat;
	margin: 1em 0 1em 0;
	height: 32vw;
	width: 18vw;
}
.lorecardcontent {
	height: 91%;
	overflow-y: scroll;
	width: 100%;
transform: translateY(.3vw);
}
.lorecardcontent::-webkit-scrollbar {
  width: 0px;
}
.lorecardcopy {
	padding: 0 1em 0 1em;
        text-align: justify;
    font-size: 1.1vw;
}
.lorecardtitle {
	text-transform: uppercase;
	font-size: 2.2vw;
	letter-spacing: -.04em;
	text-align: center;
	width: 100%;
	bottom: 0;
	right: 0;
}
.lorecardimage {
height: 40%;
width: 100%;
pointer-events: none;
margin-bottom: 5%;
}
.lorecardimage img {
height: 100%;
margin: 5% auto 0;
}
.romance {
        display: flex;
        justify-content: center;
}
.romance-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
margin: 1.5em;
}
.mobile-display {
display: none;
}
@media screen and (max-width: 767px) {
	@media only screen and (orientation: portrait) {
	.store-menu {
		flex-direction: column;
		width: fit-content;
		margin: auto;
	}
		.store-menu .search-field {
			text-align: left !important;
		}
		.store-menu .orderby, .store-menu .store-menu-links {
			display: none;
		}
	}
.lore-card {
margin: auto;
	height: 120vw;
	width: 67.5vw;
}
.lorecardcopy {
    font-size: unset;
}
.lorecardtitle {
	font-size: 8.25vw;
}
}

/* search style */
.store-menu-widget {
	margin-top: 5px;
}
.smart-search-results {
	display: none;
}
.store-menu .search-form {
	padding-right: 10px;
}
.main-menu .search-form {
	padding-left: 10px;
}
.search-field {
	background-image: none !important;
}
.single-product-main-gallery .woocommerce-product-gallery__image:hover {
	transform: scale(1.1);
}
/* PDP: duplicate WC gallery (for scripts only) — visible image is .occultcards-product-stage (see style.css). */
.single-product .woocommerce-product-gallery.occultcards-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery.occultcards-product-gallery > figure.woocommerce-product-gallery__wrapper {
	display: none !important;
}
.product-image-fixed:hover {
	cursor: pointer;
}
.single-product .product_title, .woocommerce-product-details__short-description, .single-product h2, .product_meta, .single-product-main-gallery, .single-product .cart {
	border: solid 3px !important;
}
@media only screen and (orientation: portrait) {
.main-menu .search-form {
			padding-left: 100px;
		}
}
.lmp_load_more_button {
	margin-bottom: 2em;
}
/* blog styling */
.blog-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
header {
	padding-bottom: 0 !important;
}
.lore-card:not(.lore-card-expanded):hover {
	transform: scale(1.1);
	cursor: pointer;
}
.lore-card:not(.lore-card-expanded) .lore-card-close {
	display: none;
}
.lore-card-expanded {
	position: fixed;
	width: 80vw;
	height: 80vh;
	left: 10vw;
	top: 10vh;
	border: solid 3px;
	z-index: 2;
	background: white;
	display: flex;
	flex-direction: column;
}
.lore-card-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5em;
	background: black;
	color: white;
	text-align: center;
	z-index: 1;
}
.lore-card-close:hover {
	cursor: pointer;
}
.lore-card-expanded .lorecardtitle {
	border-top: solid 3px;
}
.store-menu {
	display: flex;
	justify-content: center;
}
.store-menu .widget {
	margin: 0 2.5em;
}
.store-menu .search-field, .store-menu .search-submit {
	border: none !important;
	color: black !important;
	height: 50px !important;
	vertical-align: middle !important;
	text-align: right;
}
.store-menu .orderby {
	background: white;
	border: none;
	height: 50px;
}
.berocket_aapf_widget-title_div {
	display: none;
}
.berocket_aapf_widget {
	display: flex !important;
}
.berocket_color_span_block {
	border: none !important;
	background-size: contain !important;
}
.filter-icons .berocket_color_span_block {
	opacity: 1 !important;
}
.berocket_color_span_block {
	opacity: .5 !important;
}
.berocket_color_span_block:hover {
	transform: scale(1.1);
}
.no-results {
	display: none;
}
.site-main > .products {
	min-height: 60vh;
}
.summary .in-stock {
	display: none;
}
.summary .out-of-stock {
	border: solid 3px black;
	background: white;
	margin-top: 1em;
	padding: 1em;
}

/* Store Menu Styling */
.store-menu ul {
	display: flex;
	margin: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.store-menu-widget {
	width: 85%;
}
.sf-field-reset {
	display: none !important;
}
/*product category styling*/
.sf-field-taxonomy-product_cat label {
	display: none;
}
.sf-field-taxonomy-product_cat label:before {
	display: block;
}
.sf-input-checkbox, .sf-input-checkbox:before {
	width: 3em;
	height: 3em;
	visibility: hidden;
}
.sf-input-checkbox:before {
	visibility: visible;
	content:"";
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	opacity: .5;
}
.sf-input-checkbox:checked:before {
	opacity: 1;
}
.sf-field-taxonomy-product_cat li input:hover::before {
	cursor: pointer;
	transform: scale(1.1);
}
.sf-field-taxonomy-product_cat li {
	position: relative;
}
.sf-field-taxonomy-product_cat li input:hover::after {
    visibility: visible;
    position: absolute;
    color: white;
    background: black;
    padding: 0 .3em;
    border-radius: .5em;
    transform: translate(-50%, -110%);
	left: 50%;
}
.sf-field-taxonomy-product_cat li {
	padding: 0 !important;
}
[value~=lenormand-cards]:before {
  background-image: url("/wp-content/uploads/2019/08/Lenormand-Cards-Icon-03.png");
}
[value~=oracle-cards]:before {
	background-image: url("/wp-content/uploads/2019/08/Oracle-Cards-Icon-03.png");
}
[value~=tarot-cards]:before {
	background-image: url("/wp-content/uploads/2019/08/Tarot-Cards-Icon-03.png")
}
[value~=prints]:before {
	background-image: url("/wp-content/uploads/2022/05/print.png")
}
[value~=t-shirts]:before {
	background-image: url("/wp-content/uploads/2022/11/t-shirt-icon.png")
}
[value~=t-shirts]:hover:after {
	content: "Apparel";
}
[value~=prints]:hover:after {
	content: "Prints";
}
[value~=tarot-cards]:hover:after {
	content: "Tarot";
}

[value~=oracle-cards]:hover:after {
	content: "Oracle";
}

[value~=lenormand-cards]:hover:after {
	content: "Lenormand";
}

.woocommerce-message, .woocommerce-error {
	position: absolute;
	top: 0;
	margin: 0 !important;
}
@media screen and (max-width: 787px) { 
	.store-menu ul {
	flex-direction: column;
		align-items: center;
}
	.store-menu ul ul {
		flex-direction: row;
	}
}
.noUi-connect {
	background-color: black !important;
}
.searchandfilter .noUi-horizontal .noUi-handle {
	border-radius: 2px;
}
.entry-summary .cart {
	flex-wrap: wrap;
	justify-content: center;
}
.single-product .related.products .products {
	display: flex;
	flex-wrap: wrap;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
	background: none !important;
	box-shadow: none;
	outline: none;
	padding: 0;
}
.sf-field-post-meta-_price {
	min-width: 120px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -12px;
}
.sf-meta-range-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sf-range-prefix {
	margin: 0 0 0 1.5em;
}
.sf-meta-range-slider .meta-slider {
	width: 100%;
}
.sf-input-select {
	background: white;
	border: none;
}
.sf-field-search .sf-input-text {
	background-color: white !important;
	border: none !important;
	box-shadow: none;
	color: black;
	opacity: 1;
	outline: none;
}

.sf-input-text::placeholder {
	color: black;
}

.sf-field-search:before {
   font-family: "Font Awesome 5 Free";
   content: "\f002";
   display: inline-block;
   padding-right: 3px;
   font-weight: 900;
}
.sf-field-search {
	display: inline-flex !important;
	align-items: center;
}
.product_tag-madebyus .occultcards-product-stage:before {
	content: "Made by us";
	position: absolute;
	bottom: 2.5%;
	left: 10px;
	background: black;
	color: white;
	font-size: .7em;
	font-weight: bold;
	padding: 0 .7em;
	border-radius: 2px;
	z-index: 9;
}
.footer-cart-contents {
	overflow: visible !important;
}
/* Prints: no drawn frame in loops (PDP keeps frame — was .archive-only before). */
.archive .product_cat-prints .occultcards-product-stage .product-overlay-02,
.related.products .product_cat-prints .occultcards-product-stage .product-overlay-02 {
	display: none;
}
.product_cat-prints h2 {
	margin-top: .2em !important;
	white-space: unset;
}
.single-product .woocommerce-product-gallery .product-overlay-02 {
	display: block;
}
.single-product .product_cat-prints .woocommerce-product-gallery .occultcards-product-stage .product-image-fixed img {
	background: white;
	padding: 20px;
}
/* store flex css */
.infinite-scroll-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 788px) { 
.infinite-scroll-container .product {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
	.infinite-scroll-container .product_tag-landscape {
		width: 38% !important;
	}
}
.product_cat-prints .mobile-product-overlay {
	margin-top: 12vw;
}
/* Legacy hook (PDP uses .occultcards-product-stage rules below) */
.product-image-fixed {
	min-height: 320px;
	display: flex;
	background: white;
}
.product-image-fixed img {
	margin: auto !important;
}
/* Stage + image — must follow generic .product-image-fixed so img margins win (loop + PDP). */
.occultcards-product-stage .product-image-fixed {
	min-height: 0 !important;
	display: block !important;
	background: transparent !important;
}
.occultcards-product-stage .product-image-fixed img,
.occultcards-product-stage .product-image-fixed .wp-post-image {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	display: block !important;
}
.related.products .product_cat-prints .product-overlay {
	display: none;
}
.related.products .product_cat-prints h2 {
	background: white !important;
	border-radius: 8px;
}
.woocommerce-tabs {
	display: none;
}
.variations .value {
	display: flex !important;
	justify-content: center;
}
.variations .label {
	width: 100%;
	text-align: center;
}
.reset_variations {
	display: none !important;
}
.size-woocommerce_thumbnail, .hover-image img {
	padding-left: 2px;
	padding-top: 2px
}
/* store styling */
.tarot-border {
	height: calc(100% + 3vw);
	position: absolute;
	z-index: 9;
}
.product-hover {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.product:hover > a > .image-container > .product-hover {
	display: block;
}
.price {
	position: relative;
	z-index: 9;
	font-size: 1.8vw;
}
@media screen and (min-width: 1250px) {
	.tarot-border {
	height: calc(100% + 2.7em);
}
	.price {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 1400px) {
	ul.products li.product .tarot-title,
	.related.products li.product .tarot-title {
	font-size: 1.5em;
	}
}
/* Legacy .tarot-border removed from loop; prints frame off via .product-overlay-02 rule above. */
.infinite-scroll-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
h2 {
	text-transform: uppercase;
}
.mobile-basket .storefront-handheld-footer-bar {
	position: unset;
	font-size: .6em;
	box-shadow: none;
	width: 2em;
}
.mobile-basket .my-account, .mobile-basket .search {
	display: none;
}
@media screen and (max-width: 767px) {
	.price {
		font-size: 3.3vw;
	}
	.tarot-border {
	height: calc(100% + 5vw);
}
}
.hover-image, .hover-image img {
	height: 100%;
	width: 100%;
}
.site-header-cart .shopping-cart {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999999;
		width: 100%;
		background: white;
		padding: 0 1em;
}
.site-header-cart .mini_cart_item .remove {
	position: absolute ;
	right: 0;
}
.site-header-cart .mini_cart_item {
	padding-right: 1em;
}
.site-header-cart .cart-contents {
    position: relative;
    display: block;
}

.site-header-cart li:hover .shopping-cart {
    display: block;
}
.shopping-cart .button.checkout {
	width: 100%;
	display: block;
	text-align: center;
	color: white !important;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
#customer_details .form-row label .required {
	color: #5F6061 !important;
	text-decoration: none !important;
}
#customer_details .form-row {
	position: relative;
	color: #5F6061;
}
#customer_details .form-row input {
	background: white;
	box-shadow: none;
	border-radius: 5px;
	border: solid 1px lightgrey;
	color: black;
	font-family: helvetica,arial;
}
#customer_details .form-row input:hover {
	border: solid 1px black;
}
#customer_details .form-row label {
	position: absolute;
	top: 11px;
	left: 10px;
	font-family: helvetica,arial;
	border-radius: 3px;
	background: white;
	padding: 0px 10px;
	z-index: 1;
	transition: all .2s ease;
}
.active label, .filled label, .select-dropdown label {
	top: -16px !important;
}
#customer_details .selection span {
	height: 45px;
	line-height: 45px;
	font-family: helvetica,arial;
	color: black;
}
.select2-container--default .select2-selection--single {
	border: solid 1px lightgrey !important;
}
.select2-container--default .select2-selection--single:hover {
	border: solid 1px black !important;
}
.woocommerce-checkout .woocommerce-checkout {
	padding: .5em;
	background: white;
	font-family: helvetica,arial !important;
	border-radius: 5px;
	color: #5F6061;
}
.woocommerce-checkout .select2-results__option {
	font-family: helvetica,arial;
	color: #5F6061;
}
/* cart quantity css */
th.product-quantity {
  text-align: center;
}
.woocommerce-checkout .cart .quantity {
  display: flex;
  justify-content: center;
}
.quantity-button {
  margin: 0 .2em;
  background: white;
}
.quantity-button:hover {
  color: white;
}
.woocommerce-checkout .cart .quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.woocommerce-checkout .cart .quantity input::-webkit-inner-spin-button, .woocommerce-checkout .cart .quantity input::-webkit-outer-spin-button {
  appearance: none;
}
.cart td.product-price, .cart th.product-price {
	display: none !important;
}
.checkout .wc_payment_methods .payment_method_ppcp-gateway {
	display: none;
}
.checkout .wc_payment_methods label[for="payment_method_stripe"] {
	display: none !important;
}
.checkout .ppc-button-wrapper:before {
	content: "or";
	text-align: center;
	display: block;
}
.main-menu .cart-contents {
	font-size: .5em;
	display: flex;
	align-items: center;
	gap: .5em;
	margin-left: 1em;
}
.main-menu .cart-contents .woocommerce-Price-amount {
	display: none;
}
.main-menu .cart-contents:before {
	content: '\f291';
	font-family: 'Font Awesome 5 Free';
	font-size: 2em;
}
@media screen and (min-width: 771px) {
	.main-menu .cart-contents {
		display: none;
	}
}
.single-product .summary .price {
	font-family: unset !important;
}
td:has(#shipping_method) {
	padding: 0;
	font-size: .9em;
}
#shipping_method li {
	padding: .5em 1em;
}
#shipping_method li:has(input:checked) {
	background: #c54444;
	color: white;
}
li:has(#shipping_method_0_flat_rate5) label:before {
	content: 'Expedited';
	padding: .5em;
	background: red;
	color: white;
	border-radius: 5px;
	font-size: .8em;
	margin-right: 1em;
}
li:has(#shipping_method_0_flat_rate5:checked) label:before {
	background: white;
	color: #c54444;
}
.woocommerce-checkout-review-order-table {
	margin-bottom: 0 !important;
}
.form-row.place-order {
	margin-top: 0 !important;
}
#shipping_method li input {
	display: none;
}
#shipping_method li:before {
	content: '\f111';
	font-family: 'fontawesome';
}
#shipping_method li:has(input:checked):before {
	content: '\f192';
}

/*
 * -------------------------------------------------------------------------
 * Migrated from Appearance → Customize → Additional CSS.
 * After you confirm the site looks correct, clear the Customizer CSS so
 * these rules are not loaded twice.
 *
 * Product “card frame” layout: ../style.css (.occultcards-product-stage) — shop, related, and PDP.
 * -------------------------------------------------------------------------
 */

.occultcards-physical-reader {
	margin: 1rem auto 1.25rem;
	max-width: 760px;
	padding: 1rem;
	border: 1px solid rgba( 255, 255, 255, 0.2 );
	background: rgba( 0, 0, 0, 0.2 );
}
.occultcards-physical-reader h5 {
	margin: 0 0 0.5rem;
	text-align: center;
}
.occultcards-physical-reader-note {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	text-align: center;
}
.occultcards-physical-reader-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}
.occultcards-upload-label input {
	display: none;
}
.occultcards-physical-stage {
	margin-top: 0.85rem;
}
.occultcards-camera-feed {
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	border: 1px solid rgba( 255, 255, 255, 0.25 );
}
.occultcards-capture-canvas {
	display: none;
}
.occultcards-physical-status {
	margin-top: 0.8rem;
	text-align: center;
	font-size: 0.95rem;
}
.occultcards-physical-confirm {
	margin-top: 0.85rem;
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 0.65rem;
	align-items: end;
}
.occultcards-physical-slot label {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.9rem;
}
.occultcards-physical-slot select {
	width: 100%;
}
.occultcards-physical-hidden {
	display: none !important;
}

/* Reader: clicking a card re-draws that slot. */
body.occultcards-reading-active .reading-spread .tarot-box {
	cursor: pointer;
	position: relative;
}
body.occultcards-reading-active .reading-spread .tarot-box::after {
	content: "↻";
	position: absolute;
	top: 8px;
	right: 8px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 999px;
	background: rgba( 0, 0, 0, 0.5 );
	color: rgba( 255, 255, 255, 0.95 );
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
	transform: rotate( 0deg );
	transition: opacity 160ms ease, transform 220ms ease;
}
body.occultcards-reading-active .reading-spread .tarot-box:hover::after,
body.occultcards-reading-active .reading-spread .tarot-box:focus-within::after {
	opacity: 0.95;
	transform: rotate( 90deg );
}
@media screen and (max-width: 767px) {
	.occultcards-physical-confirm {
		grid-template-columns: 1fr;
	}
}
