/*!
Theme Name: QOS Photography
Theme URI: http://3stepstomywebsite.com/
Author: Granger PR Team
Author URI: https://grangerpr.com
Description: QOS is a bespoke, non-traditional WordPress theme crafted exclusively for photography brands aiming to showcase their unique portfolios and offer their products and services online. This theme blends sophisticated design with innovative functionality, making it the ideal choice for professional photographers and creative studios looking to stand out.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/



@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
/* 	outline: 0.2px solid red; */
}

body {
    background-color: #1A1A1A;
    /* background-color: #00000040; */
    color: white;
    overflow-x: hidden;
}
.woocommerce_not_existing {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 500px;
    margin: auto;
}
.woocommerce_not_existing > div *{
    margin: 20px 0;
}
.woocommerce_not_existing svg{
    height: 300px;
    width: auto;
}
.p-PickerItem, .p-ReturnAutofillPrompt-defaultView .p-PickerItem, .p-ReturnAutofillPrompt-defaultView {
    color: #fff !important;
}
.container {
    width: 100%;
    height: 100vh;
    position: relative;
    /* overflow: hidden; */
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
	display: inline-block;
	accent-color: #7017FC;
}
label.notify-label{
	display: flex;
	align-items: center;
	justify-items: center;
	gap: 15px;
}
label.notify-label input[type="checkbox"] {
	margin: 0;
}

#product_listing_content{
	width: 100%;
	max-width: 100vw;
}
#generic-page hr{
    margin: 10px 0;
}
#generic-page h1, #generic-page h2, #generic-page h3, #generic-page h4, #generic-page h5, #generic-page h6{
    margin: 10px 0;
}
#generic-page ul{
    margin: 5px 0 15px 15px;
}
body.woocommerce-account #generic-page ul{
	margin-left: 0px;
}
#generic-page .entry-content{
    padding: 30px 0;
}
#generic-page .section-header .section-title{
	margin-top: -30px;
}
@media screen and (max-width: 749px) {
	#generic-page h1, #generic-page h2, #generic-page h3, #generic-page h4, #generic-page h5, #generic-page h6, #generic-page .section-header .section-title{
		margin-top: 0;
	}
}
.overlay-text-center{
	text-align: center;
}
.small_display{
    display: none;
}
.big_display{
    display: block;
}
article, .entry-content {
    box-sizing: border-box;
    max-width: 100%;
}
.entry-content{
	width: 100%;
	overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
	margin: auto;
}
.modal-variations{
	display: flex;
	gap: 20px;
	align-items: center;
}
.variant-buttons.selected{
	border: 1px solid #7017FC;
	color: #ffffff;
	background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
} 
.variant-header{
	color: #7017FC;
}
.variant-buttons-holder{
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.variant-buttons{
	background: #ffffff;
	color: #7017FC;
	padding: 10px;
    font-size: 15px;
	display: inline-block;
	border-radius: 5px;
    cursor: pointer;
	margin: 10px 10px 10px 0;
	border: 1px solid #000000;
}
.variant-buttons:last-child {
  margin-right: 0;
}

.add-variant, .variant-buy-now{
	background: linear-gradient(90deg, #00B3D8 0%, #7017FC 100%);
    color: white;
	width: fit-content;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px 0;
}
.variant-buy-now{
	background: linear-gradient(90deg, #37008c 0%, #8828f4 100%);
}
button.add-variant:disabled, button.variant-buy-now:disabled{
	opacity: 0.3;
}
.variant-ctas-holder{
	display: flex;
	gap: 10px;
}
.variant-ctas-holder button{
	flex: 1;
	justify-content: center;
	gap: 20;
}
.variant-holder, .modal-variations{
	width: 100%;
}
div.flex-holder{
	display: block;
}
.woocommerce-shipping-fields input[type="checkbox"] {
 	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#checkout-now{
	position: fixed; 
	bottom: 0px; 
	right: 20px; 
	width: fit-content;
	z-index: 100;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#checkout-now.on{
	bottom: 75px;
}
#checkout-now span {
  display: none;
  transition: opacity 0.2s ease;
}

#checkout-now:hover span,
#checkout-now:focus span,
#checkout-now:active span,  #checkout-now span.on{
  display: inline;
	transition: 0.5s;
}


/* .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: opacity 1s ease-in-out;
} */

.hero-content {
    /* background: #1A1A1ABF center / contain no-repeat; */
    /* background-color: #1A1A1ABF; */
    /* background-color: #00000040; */
    background: center / cover no-repeat;
    transition: all 1s ease-in-out;
}

/* Dark overlay with radial gradient */

#hero-content {
  transition: background 0.5s ease, opacity 0.5s ease;
  position: relative;
}


.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.logo {
    /* color: #4dc9ff; */
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo img {
    width: 150px;
    height: auto;
}

.nav-links {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}

.nav-links a:hover,  .nav-links a.active{
    border-bottom: 2px solid white;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    background: #1a1a1a7a;
    position: fixed;
    width: 100%;
    transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background-color: black;
}

.navbar .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    border-radius: 0;
    overflow: hidden;
}

.navbar .hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    padding: 8px 4px;
    border-radius: 2px;
}

.navbar .hamburger div {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
}

.navbar .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar .hamburger.active div:nth-child(2) {
    opacity: 0;
}

.navbar .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav-links {
    padding-block: 15px;
}

@media (min-width: 1044px) {
    .navbar .nav-links {
        display: flex;
        flex-direction: row;
        position: static;
        /* background-color: transparent; */
    }

    .navbar .hamburger {
        display: none;
    }
}

.cart-btn {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
}

.contact-btn, .account-btn, button#place_order, .checkout_coupon button, header .elementor-kit-115 button {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #ffffff !important;
    border: 1px solid #7017FC;
    border-radius: 30px;
    padding: 10px 16px 10px 16px !important;
    font-size: 16px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
	min-height: 41.5px;
	min-width: 130px;
}
.contact-btn, .account-btn:hover{
    background: transparent !important;
}
.contact-btn:hover{
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%) !important;
}
button#place_order{
    margin-top: 15px;
}
.hero-content {
    position: relative;
    z-index: 5;
    padding: 100px 6%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.hero-title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-family: Montserrat, sans-serif;
    max-width: 900px;
    margin: 50px auto 20px auto;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    gap: 40px;
    width: 100%;
}

.hero-text {
    flex: 1;
    max-width: 500px;
}

.hero-text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;

    color: white;
    font-family: Montserrat, sans-serif;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.browse-btn {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
}

.contact-btn-alt {
    background: linear-gradient(90deg, #7017FC 0%, #00B3D8 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
}

.slider-container {
    flex: 1;
    position: relative;
    /* max-width: 500px; */
    width: 100%;
}

.slider {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    /* border-radius: 20px; */

    display: flex;
    gap: 20px;
    align-items: end;
    /* justify-content: end; */
}

/* .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
} */

/* .slide.active {
    opacity: 1;
} */


/* // Testing  */
.slide {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    position: absolute;
    object-fit: cover;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .slider-dots {
        justify-content: flex-start;
        margin-left: -40px;
    }
}


.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
}

.dot.active {
    background-color: white;
}

footer {
    padding: 20px 5%;
    position: relative;
    z-index: 10;
    border-top: 1px solid #9747FF;
}

.footer-divider {
    color: linear-gradient(90deg, #00B3D8 0%, #9747FF 100%);
    width: 100%;
    height: 2px;    
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-left {
    font-weight: bold;
    font-size: 23px;
}

.footer-center {
    display: flex;
    gap: 20px;
}

.footer-center a {
    color: white;
    text-decoration: none;
}

.footer-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-right a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.copyright {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    color: #aaa;
}

.divider {
    width: 1px;
    height: 15px;
    background-color: #555;
}


/* Contact us */
.contact-content {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0rem;
    gap: 3rem;
    margin: auto;
}
.contact-content .left-panel{
    position: relative;
}
.contact-content ul a, .contact-content ul a:hover{
    color: #fff;
    text-decoration: none;
}
.contact-content ul.contact_float{
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 20px;
    list-style: none;
}
.contact-content ul.contact_float li{
    margin-bottom: 5px;
}
.contact-content ul.contact_float li.top a, .contact-content ul.contact_float li.top{
    display: flex;
    align-items: top;
}
.contact-content ul.contact_float li.top a i{
    margin-right: 10px;
}
.contact-content ul.contact_float li.center{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.contact-content ul.contact_float li.center div{
    margin: 5px;
}
.contact-content svg{
    height: 20px;
    width: auto;
    margin-right: 5px;
}



.copyright-divider {
    height: 2px;
    background-color: #A217FC;
    width: 100%;
    margin: 20px 0;
    margin-bottom: 1rem;
}

.left-panel {
    width: 50%;
}

.left-panel {
    height: 500px;
    overflow: hidden;
}

.left-panel > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media screen and (max-width: 600px) {
    .left-panel {
        height: auto;
    }
}



.right-panel, .left-panel {
    width: 50%;
}

.right-panel > p {
    margin-block: 2rem;
}

.right-panel > p:nth-of-type(2) {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.right-panel > p:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 24px;
}

.right-panel form {
    margin-top: 1rem;
}
  
  input, select, textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #A217FC;
    border-radius: 30px;
    background-color: transparent;
    color: #898484;
    outline: none;
  }
.select2-container--default .select2-search--dropdown .select2-search__field{
    color: #A217FC;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #898484;
}
  
  textarea {
    height: 100px;
    resize: vertical;
    border-radius: 20px;
  }

.shipping-label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
.shipping-checkbox{
    width: 30px;
    padding: 0;
    margin-top: 3px;
}
  
  .submit-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 30px;
    background-color: #A217FC;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    /* transition: background-color 0.3s; */
  }

  .submit-btn:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
  }
  
  .submit-btn:hover {
    background-color: #9060e0;
  }

.section-header {
    padding-top: 7rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #A217FC;
    width: 90%;
    margin-block: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-inline: auto;
}

.section-header > .section-overlay {
    opacity: 0.2;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 112px;
    transform: translateY(50px);
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(180deg, rgba(162, 23, 252, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-header > .section-title {
    color: white;
    font-weight: 600;
    font-size: 48px;
}

 .item-image {
    min-width: 250px;
    overflow: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .item-image img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid white;
    display: block;
  }

#cart-toast-container{
	position: fixed; 
	z-index: 9999;
	right: 20px;
	bottom: 20px;
}

@media screen and (min-width: 767px) and (max-width: 1044px) {
  .copyright {
    justify-content: center;
  } 

    .hero-text p {
      font-size: 16px;
    }

    .left-panel {
        width: 50%;
    }
    
    .left-panel > img {
        height: 520px;
        width: 100%;
    }
    
    .right-panel, .left-panel {
        width: 50%;
    }

    .section-header > .section-overlay {
        opacity: 0.2;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 48px;
        transform: translateY(25px);
    }

    .section-header > .section-title {
        color: white;
        font-weight: 600;
        font-size: 24px;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: space-between;
        align-items: center;
    }

    .copyright {
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .filter-buttons, .variant-buttons{
/*         justify-content: flex-start !important; */
    }
}



@media screen and (max-width: 767px) {
    .copyright {
      justify-content: center;
    }

    .hero-content {
      padding: 100px 10px 40px 10px;
    }

    .hero-title {
        font-size: 32px;
        text-align: center;
        margin-top: 30px;
    }

    .hero-text p {
      font-size: 14px;
    }

    .content-wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
    }
    .filter-buttons{
        justify-content: flex-start;
    }

    .modal-close {
      position: absolute;

      top: 10px;
      left: 20px;

      border: 2px solid red;
    }

    .modal-content {
      padding: 40px 10px;
    }

    .modal-content > span {
      margin-block: 20px;
      border: 2px solid red;
    }

    .buy-div {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
    }

    .modal-details {
      display: flex;
      flex-direction: column;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .section-header > .section-overlay {
        opacity: 0.2;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 48px;
        transform: translateY(20px);
    }

    .section-header > .section-title {
        color: white;
        font-weight: 600;
        font-size: 24px;
    }

    .contact-content {
        display: flex;
        width: 100%;

        flex-direction: column-reverse;
        gap: 2;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
    }

    .left-panel {
        width: 100%;
    }

    .right-panel {
        width: 100%;
    }

    .left-panel img {
        width: 100%;
        height: 400px;
    }

    .right-panel form {
        width: 100%;
    }
}

#product-loader {
    display: none;
    text-align: center;
    margin: 20px auto;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #A217FC;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.gallery-header {
    text-align: center;
    padding: 40px 20px 20px;
  }
  
  .gallery-header h1 {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 5px;
    color: rgba(194, 156, 255, 0.2);
    margin: 0;
    text-transform: uppercase;
  }

.pagination.gallery-pages {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 40px auto;
    flex-wrap: wrap;
}

.pagination.gallery-pages .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.pagination.gallery-pages .page-numbers:hover {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #fff;
    border: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
}

.pagination.gallery-pages .current {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #fff;
    border: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    font-weight: bold;
    cursor: default;
}

.pagination.gallery-pages .prev,
.pagination.gallery-pages .next, .pagination.gallery-pages .forward, .pagination.gallery-pages .back {
    font-weight: bold;
    background: #e9e9e9;
}

.pagination.gallery-pages .prev:hover,
.pagination.gallery-pages .next:hover {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #fff;
}
  
  .divider {
    height: 2px;
    background-color: #4cb5f5;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 40px;
  }
  
  .filter-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-block: 40px;
    padding: 0 5%;
    width: 100%;
  }


  .filter-button {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  
  .filter-button:hover, .variant-buttons:hover {
    background: linear-gradient(90deg, #7017FC 0%, #00B3D8 100%);
    transform: translateY(-2px);
	  color: #ffffff;
  }

  .gallery-header_subtext {
    width: 100%;
    padding: 30px 5% 0 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 24px;
      margin: 75px 0;
  }
  
  .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 40px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid white;
  }
  

  
  .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
@media (min-width: 600px) and (max-width: 991px) {
  .gallery-item img {
    height: 375px;
  }
}

  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .price-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 500;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .cart-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #9c27b0;
    border: 1px solid white;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .cart-button:hover {
    background-color: #7b1fa2;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-item:hover .overlay {
    opacity: 1;
  }

  .gallery-item:hover .cart-button {
    display: none;
  }

  .gallery-item:hover .price-tag {
    transform: scale(1.3);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  
  .overlay-button {
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-block: 1rem;
    display: flex;
	align-items: center;
	font-size: 14px;
  }

  .overlay-button i {
    margin-inline: 10px;
  }
  
  .overlay-button:hover {
    color: #A217FC
  }
  
  /* Modal Styles */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
  }
  
  .modal-content {
    background-color: #F5E9FD;
    margin: 50px auto;
    width: 75%;
    max-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px 40px 40px;
    position: relative;
  }
  
  
  .modal-close {
    position: absolute;
    top: 20px;
    left: 38px;
    font-size: 30px;
    font-weight: 700;
    color: #9c27b0;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .modal-image {
    width: 100%;
    min-height: 300px;
    border-radius: 40px;
	  margin-top: 50px;
  }
  
  .modal-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 40px;
  }
  
  .modal-details {
    width: 100%;
    padding: 30px 0 30px 0;
  }

  .modal-image {
    width: 100%;
  }

@media (max-width: 599px){
    .modal-image {
        min-height: auto;
    }
}
.description-holder{
	margin-top: 40px;
	display: block;
}
  .modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: black;
    font-family: Montserrat, sans-serif;
  }
  
  .modal-description {
    margin-bottom: 20px;
    line-height: 1.6;
    color: black;
    font-family: Montserrat, sans-serif;
  }
  .product-title {
      font-size: 1.25rem;
      color: #ad5be2;
    }
	.product-title h1{
		margin: 0;
		padding: 0;
	}
  .product-details {
    margin-bottom: 20px;
  }
  
  .detail-item {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: black;
    font-family: "Montserrat", sans-serif;
  }
  
  .detail-item:before {
    content: "✓";
    color: #9c27b0;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .modal-price {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
  }
  
  .buy-button {
    /* background-color: #9c27b0; */
    background: linear-gradient(90deg, #00B3D8 0%, #7017FC 100%);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
  }
  
  .buy-button:hover {
    background-color: #7b1fa2;
  }

  .buy-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .buy-div > .buy-button {
    width: 80%;
    height: 50px;
    margin-block: auto;
  }
  
  .cart-icon-button {
    background: linear-gradient(90deg, #397CE5 0%, #07ACDA 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    font-size: 20px;
    transition: background-color 0.3s ease;
  }
  
  .cart-icon-button:hover {
    background-color: #3a9ad9;
  }

    .admin_framing_form form input{
        display: block;
        width: 100%;
    }
    .framing-wrapper{
        display: flex;
        font-size: 1.2rem;
		gap: 1rem;
        padding: 0 0;
        margin: 0 0;
        color: #7017FC;

    }
    .framing-wrapper label{
        display: flex;
        align-items: center;
        justify-items: flex-start;
        gap: 5px;
        font-size: 0.75rem;

    }
    .framing-wrapper input[type="radio"] {
        accent-color: #8828f4;
        border: 1px solid #8828f4;
		height: 20px;
		width: auto;
        padding: 0 0;
        margin: 0 0;
    }
	.single_variation_wrap .framing-option input[type="radio"]{
		height: 20px;
		width: auto;
		max-height: 20px;
		margin: 0;
		padding: 0;
	}
    .framing-wrapper span{
        font-size: 1.2rem
    }

    .single_variation_wrap .framing-option label{
        display: flex;
        gap: 3px;
        justify-content: flex-start;
        width: fit-content;
        align-items: center;
    }

    .single_variation_wrap .framing-option label input{
        accent-color: #7917fc;
    }



    
    @media screen and (max-width: 975px) {
        .framing-wrapper{
            flex-direction: column;
			gap: 0;
        }
        #cart-toast-container{
            right: 5px;
            bottom: 60px;
        }
    }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .nav-links {
      align-items: end;
      margin-top: 20px;
    }

    .modal-image {
        width: 100%;
    }

    .modal-details {
        width: 100%;
    }

    .gallery-header h1 {
      font-size: 60px;
    }
    
    .gallery-container {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .modal-content {
      margin: 20px;
      width: calc(100% - 40px);
    }
    
    .modal-image {
      min-height: 250px;
    }
    
    .modal-details {
      padding: 20px;
    }
  }
  
  @media (max-width: 494px) {
    .gallery-header h1 {
      font-size: 40px;
    }
    
    .gallery-container {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .modal-details {
      padding: 15px;
    }
    
    .modal-price {
      font-size: 24px;
    }
    
    .buy-button {
      padding: 10px 20px;
      font-size: 16px;
    }
  }


 @media  (min-width: 300px) and (max-width: 480px) {
    .gallery-container {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 15px;
    }
     .price-tag{
         font-size: 13px;
         left: 0;
     }
     .gallery-item:hover .price-tag {
        transform: scale(1.5);
        font-size: 13px;
      }
  }
@media only screen and (max-width: 299px){
    .gallery-item{
        height: 300px;
    }
    .price-tag{
         font-size: 16px;
         left: 0;
     }
     .gallery-item:hover .price-tag {
        transform: scale(1.3);
        font-size: 16px;
      }
}




  .shopping-cart {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    margin-block: 2rem;
  }
  
  .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

.cart-item.header div:first-of-type {
    width: 250px;
    min-width: 250px;
    text-align: left;
}

  
  .cart-title {
    font-size: 24px;
    font-weight: bold;
    color: #9c27b0;
  }
  
  .close-button {
    width: 36px;
    height: 36px;
    background-color: #9c27b0;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
  }
  
  .cart-container {
    display: flex;
    flex-direction: column;
    gap: 2;
  }
  
  .cart-items {
    flex: 2;
    text-align: center;
    width: 70%;
  }

  
  .cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    justify-content: space-between;
  }

  .cart-item .item-head, .item-actions{
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    text-align: center;
  }

  .cart-item.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
   .cart-item.header div{
    min-width: 120px;
    text-align: center;
   }

  
  .item-image {
    height: fit-content;
    align-items: center;
    align-content: center;
  }
  
  .item-image img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid white;
  }
  
  
  .item-title {
    font-weight: bold;
    margin-bottom: 5px;
    text-wrap: wrap;
    width: 180px;
    text-align: left;
  }
  
  .item-price {
    color: #9c27b0;
    font-weight: bold;
  }
  
  .item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .quantity-button {
    width: 30px;
    height: 30px;
    background-color: #A217FC;
    color: white;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .quantity-value {
    margin: 0 10px;
    font-weight: bold;
  }

  .item-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  
  .item-remove {
    width: 30px;
    height: 30px;
    background-color: #A217FC;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
  }
  
  .favorite-button {
    width: 30px;
    height: 30px;
    background-color: #A217FC;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
  }
  
  .item-actions {
    display: flex;
    align-items: center;
  }
  
  .order-summary {
    background-color: #f8f0ff;
    border-radius: 40px;
    margin-top: 20px;
    width: 30%;
    min-height: 290px;
  }
  
  .summary-header {
    font-size: 16px;
    color: #A217FC;
    margin-bottom: 20px;
    font-weight: 600;

    padding: 20px;
  }

  .order-summary > .price-details {
    background-color: #F5E9FD;
    width: 100%;

    padding: 20px;
  }
  
  .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    /* background-color: #F5E9FD; */
  }
  
  .summary-label {
    font-weight: 600;
    color: black;
    font-size: 12px;
  }
  
  .summary-value {
    font-weight: bold;
    color: #A217FC;
    font-size: 16px;
  }
  
  .summary-total {
    font-size: 16px;
    font-weight: 800;
  }
  
  .checkout-button {
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: white;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  
  .checkout-button:hover {
    background-color: #7b1fa2;
  }

.custom_form_feedback{
    text-align: left;
    width: 100%;
}
.custom_form_feedback table{
    width: 100%;
}
.custom_form_feedback table a{
    color: #fff;
    text-decoration: none;
}
 
/* Layout and Typography */
.post-article-display .entry-header {
    margin-bottom: 1.5rem;
}

.post-article-display  .entry-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.post-article-display  .entry-meta p {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
}


.spinner {
  border: 4px solid #f3f3f3; 
  border-top: 4px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Featured Image */
.post-article-display  .post-thumbnail {
    margin: 1.5rem 0;
}

.post-article-display  .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Content */
.post-article-display  .entry-content {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #e2d2ec;
}

.post-article-display  .post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}
    .post-article-display a, .post-article-display a.url{
        color: #fff;
    }
.post-article-display  .nav-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #0073aa;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.post-article-display .nav-links a:hover {
    background-color: #005a87;
}
.post-article-display .comment-list{
    list-style: none;
}
.post-article-display .comment-meta{
    margin: 20px 0;
}

/* Optional: Responsive */
@media (max-width: 768px) {
    .post-article-display .post-navigation {
        flex-direction: column;
        gap: 1rem;
    }

    .post-article-display .nav-links a {
        width: 100%;
        text-align: center;
    }
}


  /* Tablet View */
  @media (min-width: 768px) {
    .cart-container {
      flex-direction: row;
    }
    
    .cart-items {
      margin-right: 20px;
    }
    
    .order-summary {
      margin-top: 0;
      max-width: 50%;
    }
    
    .divider {
      display: block;
      height: 1px;
      background-color: #eee;
      margin: 10px 0;
    }
  }
  
  /* Mobile View */
  @media (max-width: 767px) {
	  #checkout-now{
		bottom: 0px; 
		right: 10px; 
	}
      .small_display{
          display: block;
          text-align: left;
      }
      .big_display{
          display: none;
      }
      small_display .cart-item.item-head{
          text-align: right;
      }
      .item-quantity{
          justify-content: start;
      }
      .item-actions{
          justify-content: flex-end;
      }
      
    .cart-item.header {
      display: none;
    }

    .gallery-header_subtext {
      font-size: 18px;
        text-align: left;
        margin: 0;
    }

    .filter-button, .variant-buttons {
      font-size: 12px;
    }

    .cart-header {
      margin-bottom: 10px;
    }
    
    .item-image {
      width: auto;
      height: fit-content;
    }
      
      .modal-close {
        left: 15px;
      }
    
    .item-title {
      font-size: 14px;
      text-wrap: wrap;
    }
    
    .item-price {
      font-size: 14px;
    }
    
    .quantity-button {
      width: 25px;
      height: 25px;
    }
    
    .item-remove {
      width: 25px;
      height: 25px;
    }
    
    .favorite-button {
      width: 25px;
      height: 25px;
    }
    
    /* .order-summary {
      padding: 15px;
    } */
    
    .summary-header {
      font-size: 18px;
    }
  }


  .form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .delivery {
    flex-direction: row-reverse;
    /* border: 2px solid red; */
    margin-inline: auto;

    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1rem;

    width: 100%;
  }

  .delivery > .order-summary {
    width: 30%;
  }

  .form-buttons > button:first-of-type {
    background: linear-gradient(90deg, #397CE5 0%, #07ACDA 100%);
  }


/* Styles for very small mobile screens */
@media only screen and (max-width: 480px) {
    .product-title {
      font-size: 1rem;
    }
    .filter-buttons, .variant-buttons{
/*         justify-content: flex-start; */
    }
    .gallery-item{
        height: 300px;
    }
    .price-tag{
        left: 5px;
    }
    .cart-button{
        right: 5px;
    }
    .summary-header {
        font-size: 16px;
        font-weight: 300;
    }
    .shopping-cart {
        padding: 0px 5%;
        margin-block: 1rem;
        min-height: 60vh;
    }
 
}

@media screen and (max-width: 767px) {
  .delivery > .order-summary {
    width: 100%;
  }

  .delivery {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 2;
    width: 100%;
  }

  .cart-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 10px 0;
    max-width: 100%;
  }

  /* Image styling */
  .item-image {
    width: auto;
    height: fit-content;
    border-radius: 8px;
    margin-right: 10px;
  }

  .item-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  /* Item details (title and price) */
 

  .item-details:nth-of-type(2) {
    order: 1; /* Product title */
  }

  .item-details:nth-of-type(3) {
    display: none; /* Hide first price display */
  }

  .item-details:nth-of-type(5) {
    order: 4; /* Final price */
    text-align: right;
    font-weight: bold;
  }

  .item-title {
    font-size: 14px;
    margin-bottom: 2px;
    text-wrap: wrap;
  }

  /* Quantity controls */
  .item-quantity {
    display: flex;
    align-items: center;
    margin-top: 10px;
    order: 3;
  }

  .quantity-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: none;
    background-color: #bb3dff;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  .quantity-value {
    margin: 0 10px;
    font-size: 14px;
  }

  /* Action buttons */
  .item-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    order: 5;
  }

  .favorite-button {
    display: none; /* Hide the favorite button as not shown in design */
  }

  .item-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background-color: #bb3dff;
    color: white;
    font-size: 14px;
    cursor: pointer;
  }

  /* Utility for icons */
  .bx {
    font-size: 16px;
  }

  /* Add custom styling for the X icon since we don't have boxicons loaded */
  .bx-x:before {
    content: "×";
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
  }

  /* Container for demonstration */
  .cart-container {
    max-width: 500px;
    margin: 0 auto;
  }

}

/* Our story styles */
.story-section {
  background-color: #000814;
  color: white;
  background-image: url('./assets/story-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

/* Story Section Styles */
.story-section, article.page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

/* Title Styles */
.title-container {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.background-title {
  font-size: 10rem;
  font-weight: 800;
  color: rgba(92, 24, 103, 0.4);
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.foreground-title {
  font-size: 3rem;
  font-weight: 600;
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 1rem;
}

/* Content Divider */
.divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #6200ea, #b833ff, #6200ea);
  margin: 1rem 0 3rem 0;
}

/* Content Section */
.content-section {
  display: block;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0;
  width: 90%;
  margin: auto;
}

/* Who We Are Section */
.who-we-are {
  display: flex;
  width: 60%;
}

.vertical-accent {
  width: 8px;
  background: linear-gradient(to bottom, #6200ea, #b833ff);
  margin-right: 1.5rem;
  border-radius: 4px;
}

.text-content {
  flex: 1;
}

.text-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
  font-family: Montserrat, sans-serif;
}

.text-content p {
  line-height: 1.6;
  font-size: 1.1rem;
  color: #e0e0e0;
  font-family: Montserrat, sans-serif;
}

/* Profile Image */
.profile-section {
  width: 35%;
  padding-top: 2rem;
  transform: rotate(-3deg);
}

.profile-image {
  width: 100%;
  max-width: 350px;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(184, 51, 255, 0.5);
  box-shadow: 0 0 15px rgba(98, 0, 234, 0.5);
}

.profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  /* Tablet Styles */
  .background-title {
    font-size: 7rem;
  }
  
  .foreground-title {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
  
  .content-section {
    flex-direction: column;
    align-items: center;
  }
  
  .who-we-are {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .profile-section {
    width: 60%;
    display: flex;
    justify-content: center;
    padding-top: 0;
  }
  
  .profile-image {
    max-width: 300px;
  }

    .cart-container {
        flex-direction: column;
    }
    .cart-item .item-head, .item-actions {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        text-align: center;
    }
    .cart-item.header div {
        min-width: 100px;
        text-align: center;
    }
    .order-summary{
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 768px) {
  /* Mobile Styles */
  .story-section, article.page {
    padding: 1rem;
  }
  
  .background-title {
    font-size: 4rem;
  }
  
  .foreground-title {
    font-size: 2rem;
    padding-top: 2rem;
  }
  
  .text-content h2 {
    font-size: 1.5rem;
  }
  
  .text-content p {
    font-size: 1rem;
  }
  
  .profile-section {
    width: 90%;
  }
  
  .profile-image {
    max-width: 250px;
  }
  
  .who-we-are {
    margin-bottom: 1.5rem;
  }

  .item-head{
    margin-top: 10px;
  }
  .cart-items {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
  /* Smaller Mobile Styles */
  .background-title {
    font-size: 3rem;
  }
  
  .foreground-title {
    font-size: 1.5rem;
  }
  
  .content-section {
    flex-direction: column;
  }
  
  .profile-section {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .who-we-are {
    width: 100%;
  }
  
  .vertical-accent {
    width: 6px;
    margin-right: 1rem;
  }

  .modal-image{
    margin-top: 30px;
  }

  .modal-details span{
    margin-top: 25px;
  }

    .footer-right, .footer-left, .footer-center {
        display: flex;
        align-items: center;
        height: 25px;
        max-height: 25px;
    }
    
    .cart-toast {
        font-size: 13px;
    }
}

.footer-right li, .footer-left li, .footer-center li{
    list-style: none;
}



.cart-toast {
    background-color: #f1f1f1;
    padding: 12px 20px;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 275px;
    max-width: 300px;
    animation: slideIn 0.3s ease forwards;
    position: relative;
}

.cart-toast.added {
    color: #8828F4;
}

.cart-toast.removed,  .cart-toast.failed{
    color: #f20505;
}
.cart-toast.failed .toast-icon{
    background: linear-gradient(90deg, #a90606 0%, #f20505 100%);
}


.cart-toast .dismiss-btn {
    background: none;
    border: none;
    color: #f20505;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    margin-left: 12px;
}
.toast-icon-holder{
    display: flex;
    align-items: center;
}
.toast-icon{
    background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.error-404 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 80vh;
        padding: 10rem 1rem;
        background: radial-gradient(circle at center, #0e0e0e, #1a1a1a);
        color: #ffffff;
    }

    .error-404 h1 {
        font-size: 6rem;
        margin: 0;
        font-weight: 700;
        color: #8828F4;
    }

    .error-404 h2 {
        font-size: 2rem;
        margin: 1rem 0;
        font-weight: 400;
        color: #fff;
    }

    .error-404 p {
        max-width: 600px;
        font-size: 1rem;
        color: #aaa;
        margin-bottom: 2rem;
    }

    .error-404 a.button-home {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        background-color: #8828F4;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
        transition: background-color 0.3s ease;
    }

    .error-404 a.button-home:hover {
        background-color: #420587;
    }

    .error-404 svg {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
        fill: #8828F4;
    }

ul.woocommerce-error{
    list-style: none;
    padding: 10px;
}
ul.woocommerce-error li{
    margin-bottom: 5px; 
}
ul.woocommerce-error li a{
    text-decoration: none;
    color: #fff;
}
.shop_table.woocommerce-checkout-review-order-table{
    min-width: 100%;
    text-align: left;
}
.shopping-cart ul{
    list-style: none;
}
.wc_payment_method input{
    width: 30px;
    display: inline;
}
.wc_payment_method label{
    display: inline;
}
.order-summary{
    overflow: hidden;
}
.order-summary .woocommerce-info, .woocommerce-info{
    background-color: #b16bde !important;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
}
.order-summary .woocommerce-info a, .woocommerce-info a{
    color: #fff;
}
.order-summary ul li{
    background: transparent;
}

/*  overriding woocommerce styles*/
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background: transparent;
    color: #a218fc;
}
.select2-container--default .select2-selection--single {
    background: transparent;
    color: #a218fc;
    border: 2px solid #a218fc;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 30px;
    padding-top: 10px;
}
.wc_payment_method input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px !important;
  height: 18px;
  border: 2px solid #a218fc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: white;
    padding: 0;
    margin: 0 5px 0 0;
    
}

.wc_payment_method input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: #a218fc;
  border-radius: 50%;
}

ul.wc_payment_methods.payment_methods.methods li{
    border: 2px solid #A217FC;
    padding: 10px 5px;
}
ul.wc_payment_methods.payment_methods.methods li ul li{
    border: none;
}
#order_review_heading, #order_review table{
    display: none;
}

.checkout_landing .delivery >  .order-summary{
    width: 40%;
}
.checkout_landing .custom_form_holder{
    width: 60%;
}

@media only screen and (max-width: 768px){
    .checkout_landing .delivery > .order-summary, .checkout_landing .custom_form_holder{
        width: 100%;
    }
}
@media only screen and (max-width: 1043px){
    .navbar {
        background-color: #1A1A1A;
    }
    .navbar .nav-links {
        background-color: #1A1A1A;
        margin-top: 30px;
    }
}


@media (min-width: 1600px) {
    .gallery-container{
        max-width: 100vw;
        gap: 25px;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        margin: 0 auto;
    }
    .gallery-item{
        height: 450px;
        width: 400px;
        justify-self: center;
    }
    .gallery-item img{
        height: 100%;
    }
}


@media(max-width: 575px){
	.product-title h1{
		margin: 0;
	}
	.variant-buttons-holder{
		display: flex;
		gap: 5px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	div.flex-holder button{
		margin-right: 0;
        margin-bottom: 5px;
        font-size: 12px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        gap: 10px;
	}
	.variant-ctas-holder {
		gap: 5px;
        flex-direction: row;
        position: fixed;
        z-index: 1500;
        min-width: 100%;
        bottom: 0;
        left: 0;
        padding: 10px 50px;
        background: #ffffff;
	}
	.variant-ctas-holder button{
		width: 100%;
		display: inline-block;
	}
	.variant-ctas-holder button.add-variant{
		width: fit-content;
		border-radius: 50%;
		max-width: 50px;
		height: 50px;
		
	}
	.add-variant, .variant-buy-now{
		margin: 0 0;
	}
	.detail-item, .modal-title, .modal-details span, .product-title, .variant-buttons{
		margin: 0 0 0 0;
	}

}




#generic-page .entry-content:has(.woocommerce),
.story-section:has(.woocommerce),
article.page:has(.woocommerce),
.content-section:has(.woocommerce) {
  margin: 0 auto;
  padding: 0;
  margin-top: 0;
}
.content-section:has(.woocommerce){
  margin: 50px auto;
}
#generic-page:has(.woocommerce) h1, #generic-page:has(.woocommerce) h2, #generic-page:has(.woocommerce) h3, #generic-page:has(.woocommerce) h4, #generic-page:has(.woocommerce) h5, #generic-page:has(.woocommerce) h6{
  margin-top: 0;
}
