:root { --radius: min(1200px, calc(100vw - 60px)); --ratio-increment: .2; --circle-1-end-size: calc(var(--radius) * calc(1 - (var(--ratio-increment) * 2))); --circle-1-start-size: calc(var(--radius) * calc(1 - (var(--ratio-increment) * 3))); --circle-2-end-size: calc(var(--radius) * calc(1 - (var(--ratio-increment) * 1))); --circle-2-start-size: calc(var(--radius) * calc(1 - (var(--ratio-increment) * 2))); --circle-3-end-size: calc(var(--radius)); --circle-3-start-size: calc(var(--radius) * calc(1 - (var(--ratio-increment) * 1)));  }
rect { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;  }
body.page { padding-top: 0;  }
section.easy-banner-block.cc-block.openlane-heading-with-transparent-blocks-block *:not(.headline) {  
z-index: 10;  }
.animation-part svg path { -webkit-filter: url("#goo"); filter: url("#goo");  }
.border-glow { position: fixed; top: -3.5vh; height: 108vh; width: 105vw; background-color: transparent; left: 0; z-index: 3; border-top: 100px solid #6E32FA; border-bottom: 100px solid #6E32FA; border-left: 100px solid #0061ff; border-right: 100px solid #0061ff; filter: blur(100px); left: -2.5vw; pointer-events: none; opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: 2s;  }
@keyframes fadeInOpacity { 0% { opacity: 0;  }
100% { opacity: 1;  }
}

.middle {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.intelligent-background {
	display: flex;

    width: 100%;
    height: 100%;
    border-radius: 1000px;
	z-index: 1 !important;
	overflow: hidden;
	position: absolute;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #FFF;
	overflow-x: hidden;
	mask-image: url("/wp-content/themes/openlane2024/blocks/openlane-heading-with-transparent-blocks-block/Intelligent.svg");
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.any-overlayed-content {
	margin: 50px;
	font-weight: 600;
	font-size: 18px;
	color: white;
	padding: 20px;
	position: relative;
	z-index: 1;
}


.circle-wrapper {
	position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
}

.circle-wrapper .background-container {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.background-container {
	display: flex;
	width: 100%;
	position: absolute;
	filter: blur(10px);
	animation: rotating-whole-background infinite alternate 15s ease-in-out 2s;
}

.background-container .circle {
	animation-duration: 5s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.circle {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background-blend-mode: darken;
	transition: all .5s;
}
.circle-1 {
	width: 70%;
	height: 60%;
	position: absolute;
	transform: translateX(0) translateY(65%);
	background-color: #0061ff;
	background: radial-gradient(ellipse at top, #0061ff, transparent),
		radial-gradient(ellipse at bottom, #0061ff, transparent);
	z-index: 1;
	animation: circle-1-floating;
}

.circle-2 {
	width: 50%;
	height: 60%;
	position: absolute;
	transform: translateX(110%) translateY(65%);
	background-color: #fff;
	background: radial-gradient(ellipse at top, #fff, transparent),
		radial-gradient(ellipse at bottom, #fff, transparent);
	z-index: 1;
	animation: circle-2-floating;
}

.circle-3 {
	width: 40%;
	height: 50%;
	position: absolute;
	transform: translateX(170%) translateY(-10%);
	background-color: #99C0FF;
	background: radial-gradient(ellipse at top, #99C0FF, transparent),
		radial-gradient(ellipse at bottom, #99C0FF, transparent);
	z-index: 1;
	animation: circle-3-floating;
}

.circle-4 {
	width: 30%;
	height: 60%;
	position: absolute;
	transform: translateX(150%) translateY(0);
	background-color: #99C0FF;
	background: radial-gradient(ellipse at top, #99C0FF, transparent),
		radial-gradient(ellipse at bottom, #99C0FF, transparent);
	
	animation: yellow-circle-floating;
}

.circle-5 {
	width: 54%;
	height: 50%;
	position: absolute;
	transform: translateX(0) translateY(0);
	background-color: #6E32FA;
	background: radial-gradient(ellipse at top, #6E32FA, transparent),
		radial-gradient(ellipse at bottom, #6E32FA, transparent);
	z-index: 1;
	animation: circle-5-floating;
}

/* CSS animations */

@keyframes rotating-whole-background {
	25% {
		transform: rotate(90deg) scaleX(.5) scaleY(2)
	}
	50% {
		transform: rotate(180deg) scaleX(1) scaleY(1);
	}
	75% {
		transform: rotate(270deg) scaleX(.5) scaleY(2)
	}
	98% {
		transform: rotate(360deg) scaleX(1) scaleY(1);
	}
	100% {
		transform: rotate(360deg) scaleX(1) scaleY(1);
	}
}

@keyframes yellow-circle-floating {
	0% {
		transform: translateX(150%) translateY(0);
	}
	100% {
		transform: translateX(0) translateY(80%);
	}
}

@keyframes circle-1-floating {
	0% {
		transform: translateX(0) translateY(65%);
	}
	97% {
		transform: translateX(60%) translateY(0%);
	}
	100% {
		transform: translateX(60%) translateY(0%);
	}
}

@keyframes circle-2-floating {
	0% {
		transform: translateX(110%) translateY(65%);
	}
	97% {
		transform: translateX(0) translateY(0);
	}
	100% {
		transform: translateX(0) translateY(0);
	}
}

@keyframes circle-3-floating {
	0% {
		transform: translateX(170%) translateY(-10%);
	}
	100% {
		transform: translateX(160%) translateY(65%);
	}
}

@keyframes circle-5-floating {
	0% {
		transform: translateX(0) translateY(0);
	}
	93% {
		transform: translateX(30%) translateY(75%);
	}
	100% {
		transform: translateX(20%) translateY(85%);
	}
}


.top-airpod.mobile-airpod { display: none;}
.top-airpod { display: flex; flex-wrap: wrap; max-width: 494px; width: 100%; gap: 24px; align-items: center; margin: 0 0 72px 0;  }
.top-airpod .content { width: calc(100% - 146px);  }
.top-airpod .content p { padding: 0; color: #FFF; font-family: Poppins; font-size: 20px; font-style: normal; font-weight: 600; line-height: 30px; margin: 0 0 8px 0;  }
.top-airpod .content a { color: #FFF; text-align: center; font-family: Poppins; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; text-decoration: none; position: relative; padding: 0 0 6px 0;  }
.top-airpod .content a img { margin: 0 0 0 8px;  }
.top-airpod .content a::before { content: ""; background-color: #0061FF; width: 0; height: 4px; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease;  }
.top-airpod .content a:hover:before { width: 100%;  }
.top-airpod .content a:focus:before { background-color: #fff; width: 100%;  }
footer { z-index: 4; position: relative;  }
.word.top { z-index: 100; line-height: 120px; margin-top: -10px;  }
#main { position: relative;  }
.word { position: relative; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); padding: 0; border-radius: 60px; opacity: 1; color: white; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-height: 124px; font-size: 120px; font-weight: 500; font-family: "Poppins";  }
.word img { display: block; width: auto; height: 240px; object-fit: contain;  }
.word.middle { border-radius: 100px;  backdrop-filter: blur(5px);  z-index: 100 !important; margin-top: -55px;  }
.word.bottom { margin-top: -65px; z-index: 9;  }
.banner-top-right-bg { position: absolute; right: 0; top: 0; right: -555px; top: -365px; width: 887px; height: 927px;  background-size: cover;  }
.easy-banner-block { background: #0B0B4A; padding: 192px 0 144px; position: relative;  }
.easy-banner-top-part { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; margin: 0 auto; width: 100%; position: relative; align-items: center; justify-content: center  }
.icon-part img { max-width: 160px; min-width: 160px;  }
.easy-banner-top-part .text-part span { color: var(--Openlane-Primary-Core-White, #FFF); text-align: center; font-family: Poppins; font-size: var(--Font-H4, 24px); font-style: normal; font-weight: 600; line-height: 110%; letter-spacing: -0.24px; display: inline-block; vertical-align: middle;  }
.easy-banner-top-part .nada-divider { background: #FFF; width: 2px; height: 32px;  }
.easy-banner-top-part .icon-part { position: relative;  }
.easy-middle-part { text-align: center; margin: 32px 0 0 0;  }
.bottom-text { text-align: center; display: flex; margin: 28px 0 48px 0; flex-wrap: wrap; align-items: center; justify-content: center;  }
.bottom-text p { margin: 0; color: #fff; text-align: center; font-family: Poppins; font-size: 24px; font-style: normal; font-weight: 400; line-height: 36px;  }
.primary-button { text-align: center;  }
.easy-banner-wrap { position: relative;  }
.easy-banner-wrap .button-wrapper { display: flex; flex-direction: row; justify-content: center; gap: 24px; z-index: 2000 !important; position: relative;  }
.easy-banner-wrap .button-wrapper .primary-button a { display: inline-block; padding: 16px 40px; border-radius: 94px; background: #0061FF; color: #fff; text-align: center; font-family: Poppins; font-size: 18px; font-style: normal; font-weight: 600; line-height: 24px; text-decoration: none; border: 2px solid #0061FF;  }
.easy-banner-wrap .button-wrapper .primary-button a:hover { background-color: #fff; border: 2px solid #fff; color: #0061FF;  }
.easy-banner-wrap .button-wrapper .primary-button.secondary a { background: transparent; color: #fff; border: 2px solid #0061FF;  }
.easy-banner-wrap .button-wrapper .primary-button.secondary a:hover { background-color: #fff; border: 2px solid #fff; color: #0061FF;  }
.banner-middle-left-bg { pointer-events: none; z-index: 0 !important;  }
.banner-middle-left-bg { position: absolute; left: -120px; height: 889px; max-width: 927px; background-repeat: no-repeat; background-size: cover; top: 710px; width: 100%; z-index: 2;  }
.banner-middle-left-bg svg { width: 100%;  }
.two-column-content-wrap { display: flex; justify-content: center; align-items: flex-start; gap: 64px; align-self: stretch;  }
.two-column-content-block { padding: 144px 0 0 0; position: relative;  }
.two-column-content-wrap .content-part h1 { color: #0A1B5F; font-family: Poppins; font-size: 72px; font-style: normal; font-weight: 600; line-height: 110%; letter-spacing: -0.72px; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(171, 203, 255, 1) 50%, rgba(110, 50, 250, 1) 99%); ; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0 0 72px 0;  }
.two-column-content-wrap .content-part h4 { color: #FFF; font-family: Poppins; font-size: 36px; font-style: normal; font-weight: 600; line-height: 39.6px; letter-spacing: -0.36px; margin-bottom: 16px;  }
.stacked-cards-list { display: flex; flex-direction: column; align-items: center; gap: 32px; flex-wrap: wrap; width: 100%; max-width: 552px; position: relative; z-index: 1;  }
.two-column-content-wrap .content-part { padding: 0 0px 0 0px; max-width: 747px; width: 100%; position: relative; z-index: 3;  }
.stacked-cards-list .card-list { display: flex; padding: 24px 32px; flex-direction: column; align-items: flex-start; gap: 12px; align-self: stretch; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 16px; background: linear-gradient(95deg, rgba(0, 97, 255, 0.25) 5.14%, rgba(110, 50, 250, 0.05) 91.24%);  }
.stacked-cards-list .card-list h4 { color: var(--Openlane-Primary-Core-White, #FFF); font-family: Poppins; font-size: var(--Font-H4, 24px); font-style: normal; font-weight: 600; line-height: 110%; letter-spacing: -0.24px;  }
.stacked-cards-list .card-list p { color: var(--Openlane-Primary-Core-White, #FFF); font-family: Poppins; font-size: var(--Font-Body-Default, 16px); font-style: normal; font-weight: 400; line-height: 150%;  }
.stacked-cards-list .card-list a { color: #FFF; text-align: center; font-family: Poppins; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; display: inline-block; vertical-align: middle; text-decoration: none;  }
.stacked-cards-list .card-list a img { margin: 0 0 0 12px; transition: all 0.3s ease-in-out;  }
.stacked-cards-list .card-list a:hover img { margin: 0 0 0 18px;  }
.banner-bottom-left-bg { position: absolute; left: 0; bottom: 0; height: 238px; width: 671px; background: linear-gradient(20deg, rgba(255, 255, 255, 0.00) 36.18%, #FFF 85.19%); opacity: 0.3; background-repeat: no-repeat; background-position: bottom center; mix-blend-mode: overlay;  }
.banner-bottom-right-bg { position: absolute; right: 0; bottom: 0; height: 841px; width: 794px; background: linear-gradient(319deg, rgba(255, 255, 255, 0.00) 32.26%, rgba(255, 255, 255, 0.30) 82.92%); background-repeat: no-repeat; background-position: bottom center; mix-blend-mode: overlay;  }
.stacked-cards-list .card-list h5 { font-size: 36px; color: white; margin-bottom: 0;  }
.stacked-cards-list .card-list h6 { font-size: 24px; line-height: 1.3 !important; color: white !important; margin-bottom: 0;  }
.stacked-cards-list .card-list small a, .stacked-cards-list .card-list small { font-size: 12px; color: white; margin-bottom: 0;  }
.image img { width: 100%; max-width: 122px;}
.easy-banner-block .container {max-width: 1440px; padding: 0 40px; }

.card-list {
  position: relative;
  overflow: hidden;
}

/* xl:p-8 (Responsive padding) */
@media (min-width: 1280px) {
  .card-list {
    padding: 2rem;
  }
}

/* The Background Glow Effect */
.card-list::before {
  content: '';
  position: absolute;
  background-color: #fff; /* bg-gray-500 */
  width: 15rem; /* w-20 */
  height: 15rem; /* h-20 */
  border-radius: 9999px; /* rounded-full */
  left: var(--left);
  top: var(--top);
  filter: blur(40px); /* blur-2xl */
  transform: translate(-50%, -50%) scale(1.5); /* -translate-x/y-1/2 and scale-150 */
  opacity: 0;
  transition: opacity 1s ease; /* Optional: adds smoothness to the hover */
  pointer-events: none; /* Ensures the glow doesn't block interactions */
}

.card-list:hover::before {
  opacity: 0.15; /* hover:before:opacity-100 */
}

@media (max-width: 1480px) {  
.banner-middle-left-bg { left: -230px; height: 780px; max-width: 780px;   }
}
@media (max-width: 1440px) {  
.banner-middle-left-bg { height: 770px; max-width: 630px; top: 700px; left: -180px;   }
}
@media (max-width: 1437px) {  
.banner-middle-left-bg { height: 840px; max-width: 600px; top: 650px;  }
}
@media (max-width: 1360px) {  
.banner-middle-left-bg { height: 840px; max-width: 600px; top: 630px;  }
}
@media (max-width: 1200px) {  
.top-airpod .content p { margin-right: 16px; }
}

@media (max-width: 1180px) {  
.top-airpod .content p { font-size: 16px; line-height: 24px; margin: 0 16px 6px 0;  }
}
@media (max-width: 991px) {  
.banner-middle-left-bg { height: 610px; max-width: 360px; top: 440px;  }
}
@media (max-width: 900px) {  
	.word { position: relative; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); padding: 0; border-radius: 60px; opacity: 1; color: white; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-height: 100px; font-size: 96px; font-weight: 500; font-family: "Poppins";  }
.word img { display: block; width: auto; height: auto; }
}
@media (max-width: 767px) {  
.banner-middle-left-bg { display: none;  }
.easy-banner-top-part .text-part span { font-size: 20px; line-height: 19.8px;  }
.border-glow { border-top: 100px solid #6E32FA;   border-bottom: 70px solid #6E32FA;   border-left: 35px solid #0061ff;   border-right: 35px solid #0061ff; left: -5vw; width: 110vw; filter: blur(50px);}
}
@media (max-width: 688px) {  
.word.top { z-index: 100; line-height: 1; margin-top: -10px;  }
.word img { max-width: 500px; height: auto;  }
.word { font-size: 72px !important; 	min-height: 0px;  }
.word.middle { border-radius: 100px;  backdrop-filter: blur(5px);  z-index: 100 !important; margin-top: -45px;  }
.word.bottom { margin-top: -45px; z-index: 9;  }
}
@media (max-width: 595px) {  
.word img { max-width: 350px; height: auto;  }
.word { font-size: 50px !important;  }
.word.middle { border-radius: 100px;  backdrop-filter: blur(5px);  z-index: 100 !important; margin-top: -35px;  }
.word.bottom { margin-top: -35px; z-index: 9;  }
.easy-banner-wrap .button-wrapper { flex-direction: column;  }
.two-column-content-block .container { padding: 0 !important;  }
}
@media (max-width: 435px) {  
.icon-part img { max-width: 100px; min-width: 100px;  }
.easy-banner-top-part .text-part span { font-size: 16px; line-height: 19.8px;  }
}
/***********************************************************************************************/ /***********************************************************************************************/ /*****************************************Unsorted CSS here*************************************/ /***********************************************************************************************/ /***********************************************************************************************/ #nada-promo.buy-selling-block { display: none !important;  }
#nada-promo { position: absolute; top: -150px;  }
.stacked-cards-list { max-width: 1000px;  }
.two-column-content-wrap { gap: 0; margin-top: 50px; }
@media (max-width: 767px) {  
.two-column-content-wrap .content-part h1 { margin: 0 0 48px 0;  }
.stacked-cards-list { margin-bottom: 48px;  }
}
.two-column-content-wrap .content-part p em { color: #FFF; font-family: Poppins; font-size: 12px; font-style: italic; font-weight: 400; line-height: 18px;  }

@media only screen and (max-width: 1024px) {  
.circle-wrapper { margin: auto auto -50px auto;  }
}
@media only screen and (max-width: 880px) {  
.easy-banner-block .container { padding: 0 20px;}
}
@media only screen and (max-width: 767px) {  
.easy-banner-top-part { gap: 18px;  }
.easy-banner-top-part .nada-divider { right: -25px; height: 27px; top: 2px;  }
.circle-wrapper { margin: auto auto 0px auto; transform: scale(2);  }
}
@media only screen and (max-width: 575px) {  
.circle-wrapper { margin: auto auto 50px auto; transform: scale(1.5);  }
}
.hero-wrapper { position: relative;  }
.hero-container { min-height: 100vh; width: 100%; display: flex; flex-direction: column;  }
.hero-container::before { content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, #0B0B4A 0%, #000 100%); pointer-events: none; transition: background 0.6s ease, opacity 0.6s ease;  }
.navbar { padding: 20px 0; position: relative; z-index: 100;  }
.nav-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center;  }
.logo { font-size: 24px; font-weight: bold; color: white; letter-spacing: 1px;  }
.nav-menu { display: flex; list-style: none; gap: 40px;  }
.nav-link { color: white; text-decoration: none; font-size: 16px; font-weight: 500; transition: opacity 0.3s ease;  }
.nav-link:hover { opacity: 0.8;  }
.signup-btn { background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); color: white; padding: 12px 24px; border-radius: 25px; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px);  }
.signup-btn:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px);  }
.hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px; position: relative; z-index: 1;  }
.headline-container { position: relative;  }
.headline { font-size: clamp(48px, 8vw, 96px); font-weight: 300; color: white; line-height: 1; display: flex; flex-direction: column; gap: 20px; position: relative;  }
.cta-button { background: white; color: #1a237e; border: none; padding: 16px 32px; border-radius: 30px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); letter-spacing: 0.5px;  }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);  }
.content-section { min-height: 100vh; background: #f5f5f5; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #333; position: relative; padding: 60px 20px;  }
.content-section h2 { max-width: 800px; text-align: center; line-height: 1.5;  }
rect { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;  }
@media (max-height: 640px) {  
.full-screen-two-column-block { max-height: 400px;  }
}
@media (min-width: 783px) {  
body.page-template-template-big-easy-wholesale.admin-bar { padding-top: 0;  }
}
@media (max-width: 1437px) {  
.page-template-template-big-easy-wholesale #loader { height: 340px;  }
.two-column-wrap { padding: 0;  }
.two-column-wrap .pill-list { width: 50%;  }
}
@media (max-width: 1380px) {  
.three-column-wrap { gap: 28px;  }
}
@media (max-width: 1360px) {  
.page-template-template-big-easy-wholesale #loader { height: 320px;  }
.two-column-content-wrap .content-part h1 { font-size: 72px; line-height: 72px; margin: 0 0 48px 0;  }
.top-airpod { margin: 0 0 48px 0;  }
}
@media (max-width: 1280px) {  
.two-column-content-wrap .content-part h1 { font-size: 64px; line-height: 64px;  }
.banner-bottom-right-bg { height: 440px; width: 480px; background-size: cover;  }
.two-column-wrap { gap: 64px;  }
.two-column-wrap .pill-list { width: 47%;  }
.full-screen-two-column-block { max-height: 62vh; }
.full-screen-two-column-block .two-column-right-bg .content h3 { font-size: 32px;line-height: 42px;  }
.full-screen-two-column-block .two-column-right-bg .content { max-width: 350px;  }
}
@media (max-width: 1180px) {  
.two-column-content-wrap .content-part h1 { font-size: 58px; line-height: 58px;  }
.stacked-cards-list .card-list { padding: 20px 26px;  }
.two-column-wrap {  gap: 54px;  }
.three-column-pill-content { padding: 22px 22px 0 22px;  }
.full-screen-two-column-block { max-height: 57vh;  }
.calendar-btn .add-to-calendar-btn { font-size: 13px;  }
.calendar-btn .add-to-calendar-btn span:last-child { margin: 0 0 0 11px;  }
.calendar-btn .add-to-calendar-btn span:last-child:before { left: -12px;  }
.banner-top-right-bg { width: 226px; height: 385px;  }
}
@media (max-width: 1024px) {  
.two-column-content-block { padding: 96px 0 0 0;  }
.two-column-content-wrap .content-part h1 { font-size: 50px; line-height: 50px;  }
.pill-content-wrap .content h4 { font-size: 28px; line-height: 31.6px;  }
.two-column-wrap {  gap: 24px;  }
.two-column-wrap .pill-list .pill-content-wrap { padding: 24px 24px 24px 24px;  }
.full-screen-two-column-block { max-height: 54vh;  }
.buy-selling-wrap { padding: 56px 24px;  }
}
@media (max-width: 991px) {  
.two-column-content-wrap .content-part h1 { font-size: 44px; line-height: 44px;  }
.top-airpod .content { width: calc(100% - 124px);  }
.top-airpod .image img { max-width: 100px; gap: 15px;  }
.top-airpod { margin: 0 0 24px 0;  }
.two-column-content-wrap .content-part p { line-height: 20px;  }
.page-template-template-big-easy-wholesale #loader { height: 220px;  }
.bottom-text p { font-size: 20px; line-height: 28px;  }
.full-screen-two-column-block { max-height: 42vh;  }
.full-screen-two-column-block .two-column-right-bg .content h3 { font-size: 24px;line-height: 34px;  }
.easy-banner-block { padding: 100px 0 100px;  }
.mobile-wholesale-menu .nada-btn a.nav-button {padding: 16px 32px;color: #0061FF;text-align: center;font-family: Poppins;font-size: 14px;font-style: normal;font-weight: 600;line-height: 16px; background: transparent;border-radius: 26px;border: 2px solid #0061FF; }
.mobile-wholesale-menu .nada-btn {margin-bottom: 16px; }
.mobile-wholesale-menu .spot-btn a.nav-button {border-radius: 26px;background: #0061FF;color: #FFF;text-align: right;font-family: Poppins;font-size: 14px;font-style: normal;font-weight: 600;line-height: 16px; padding: 16px 32px;text-align: center;  }
.mobile-wholesale-menu { padding: 0 16px;  }
}
@media (max-width: 767px) {
.page-template-template-big-easy-wholesale .loading_cont { display: none;  }
.easy-banner-block { padding: 140px 0 96px;  }
.page-template-template-big-easy-wholesale #loader { height: auto;  }
.top-airpod .image img { max-width: 100px;gap: 15px; }
.two-column-content-wrap .content-part { width: 100%;  }
.stacked-cards-list { max-width: 100%;  }
.two-column-content-wrap { flex-wrap: wrap;  }
.two-column-content-wrap .content-part h1 { font-size: 56px;line-height: 56px; margin: 0;  }
.top-airpod { display: none;  }
.two-column-content-wrap .content-part p { display: none;  }
.stacked-cards-list .card-list h4 { font-size: 24px; line-height: 26.4px;  }
.stacked-cards-list .card-list a { font-size: 16px; line-height: normal;  }
.banner-top-right-bg { display: none;  }
.top-airpod.mobile-airpod { display: block !important;text-align: center;max-width: 350px;margin: 0 auto;width: 100%;  }
.top-airpod.mobile-airpod .content { width: 100%;max-width: 350px;margin: 24px auto 0;  }
.top-airpod.mobile-airpod .image img { max-width: 126px;  }
.top-airpod.mobile-airpod .content p { font-size: 20px;line-height: 30px;margin-bottom: 12.5px;  }
.mobile-airpod {display: block;}
.two-column-content-wrap { gap: 32px;  }
.banner-bottom-right-bg { height: 658px;width: 218px;background-size: cover;bottom: 180px;background-image: url(../images/mobile-right-bg.svg) !important;  }
.banner-bottom-left-bg {width: 265px;height: 520px;background-size: cover;background-image: url(../images/mobile-left-bg.svg) !important;bottom: 50px;  }
.two-column-wrap {gap: 40px; }
.two-column-wrap .pill-list {width: 100%; }
.two-column-image-content-block .heading {margin-bottom: 40px; }
.two-column-image-content-block .heading p {font-size: 16px;line-height: 24px; }
.two-column-image-content-block .heading h3 {font-size: 36px;line-height: 39.6px; }
.two-column-image-content-block {padding: 80px 0; }
.pill-content-wrap .content h4 {font-size: 24px;line-height: 26.4px;letter-spacing: -0.24px; }
.two-column-wrap .pill-list .pill-content-wrap {padding: 24px; }
.pill-content-wrap .content p {font-size: 14px;line-height: 21px;  }
.two-column-btn { margin-top: 40px;  }
.three-column-image-content-block .heading h5 { font-size: 20px;line-height: 26px;letter-spacing: -0.2px;  }
.three-column-image-content-block .heading h3 { font-size: 36px;line-height: 39.6px;letter-spacing: -0.36px;  }
.three-column-image-content-block .heading { margin-bottom: 40px; }
.three-column-wrap {gap: 40px;  }
.three-column-pill-content {padding: 24px; }
.three-column-wrap .three-column-list .three-column-pill { padding: 0; }
.calendar-btn { position: relative;bottom: 0;margin: 16px 0 0 0; }
.three-column-pill-content .content label {margin-bottom: 12px;  }
.three-column-pill-content .content h5 {margin-bottom: 12px;font-size: 20px;line-height: 26px; letter-spacing: -0.2px;  }
.three-column-pill-content .content p {font-size: 14px;line-height: 21px;  }
.three-column-image-content-block { padding: 80px 0;  }
.three-column-image-content-block.experience-block .heading p { font-size: 16px;line-height: 24px;  }
.experience-block .three-column-wrap .three-column-list .three-column-pill-content { padding: 24px;  }
.buy-selling-wrap {padding: 56px 24px; }
.buy-selling-wrap h5 {font-size: 20px;line-height: 26px;letter-spacing: -0.2px;margin-bottom: 24px; }
.buy-selling-wrap h3 {font-size: 36px;line-height: 40px;margin-bottom: 24px; }
.buy-selling-wrap p {font-size: 14px;line-height: 21px; margin: 0;  }
.buy-selling-wrap p a { font-weight: 600;  }
.buy-selling-wrap h3 br { display: none;  }
.buy-selling-block { padding-bottom: 96px;  }
.content-wrap { opacity: 1;  }
.column-utility .row .col.col-signup.spot-btn { display: none;  }
}
