.hero-title{
	font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
.woocommerce-terms-and-conditions-wrapper .validate-required label{
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper .validate-required label *{
	margin: 0 15px 0 0;
}
.woocommerce-terms-and-conditions-wrapper .validate-required label input{
	height: 20px;
	width: 20px;
}
.woocommerce-terms-and-conditions-wrapper .validate-required label input[type="checkbox"]:checked {
  background: linear-gradient(90deg, #A217FC 0%, #7017FC 100%);; 
  accent-color: #A217FC;
}
.content-section{
	font-size: 24px;
	line-height: 2;
}
.content-section a{
	color: #ab6ed2;
}
.footer-left, .footer-center, .footer-right{
	flex: 1;
}
.footer-center{
	justify-content: center;
}
.modal.open{
	display: block;
}
@media (max-width: 599px){
    .modal-image {
        min-height: auto;
    }
}


@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;
    }
    .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;
    }
}


/*600PX - 991PX*/
@media (min-width: 600px) and (max-width: 991px) {
  .gallery-item img {
    height: 375px;
  }
}

  /* 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-details {
      padding: 20px 0 50px 0;
    }
    .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, .content-section {
      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;
    }

    .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%;
  }

  .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:nth-of-type(2) {
    order: 1; 
  }

  .item-details:nth-of-type(3) {
    display: none; 
  }

  .item-details:nth-of-type(5) {
    order: 4; 
    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;
  }

  /* Mobile Styles */
  .story-section {
    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 (max-width: 494px) {
    .gallery-header h1 {
      font-size: 40px;
    }
    
    .gallery-container {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .modal-details {
      padding: 20px 0px;
    }
    
    .modal-price {
      font-size: 24px;
    }
    
    .buy-button {
      padding: 10px 20px;
      font-size: 16px;
    }
	  .modal-image img {
		  border-radius: 10px;
	  }
  }


 @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;
    }
	.modal-image img{
		border-radius: 10px;
	}
    .price-tag{
         font-size: 16px;
         left: 0;
     }
     .gallery-item:hover .price-tag {
        transform: scale(1.3);
        font-size: 16px;
      }
}

@media (max-width: 1100px){
	.cart-container {
		flex-direction: column;
    }
	.cart-items, .order-summary{
		width: 100%;
		margin-bottom: 75px;
		max-width: 100%;
	}
	.small_display {
        margin-top: 20px;
    }
}


/*767PX OR LESS*/
@media screen and (max-width: 767px) {
    .copyright {
      justify-content: center;
    }
	.item-price-title{
		text-align: right;
	}

    .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, .variant-buttons{
/*         justify-content: flex-start; */
    }

    .modal-close {
      position: absolute;
      top: 20px;
      left: 40px;
    }

    .modal-content {
      padding: 20px 40px;
    }
	.modal-image img{
		border-radius: 20px;
	}

    .modal-content > span {
      margin-block: 20px;
    }

    .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%;
        height: auto;
    }

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

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


/*TABLET TO NORMAL DESKTOP < 20Inches*/
@media (min-width: 767px) and (max-width: 1440px) {
  .slider-dots {
        justify-content: flex-start;
        margin-left: -40px;
    }
    .copyright {
        justify-content: center;
      } 

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

    .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: 112px;
        transform: translateY(25px);
    }

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

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

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


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


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

    .navbar .hamburger {
        display: none;
    }
}




/* 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;
	margin: auto;
  }
  
  .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: 480px) {
  /* Smaller Mobile Styles */
  .background-title {
    font-size: 3rem;
  }
	.item-head.small_display{
		margin-top: 0;
	}
  
  .foreground-title {
    font-size: 1.5rem;
  }
  
  .content-section {
    flex-direction: column;
	  margin: auto;
  }
  
  .profile-section {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .who-we-are {
    width: 100%;
  }
  
  .vertical-accent {
    width: 6px;
    margin-right: 1rem;
  }
	.modal-close{
		left: 20px;
	}
  .modal-image{
    margin-top: 50px;
  }
	.modal-content{
		padding: 20px 20px;
	}

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


@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: 60px;
    }
}



/*LARGE SCREENS: 1600PX+ */
@media (min-width: 1600px) {
	
	main{
		min-height: 65vh;
	}
	.hero-content{
		min-height: 90vh;
	}
	.hero-title{
    	margin: 150px auto 20px auto;
	}
	.hero-text{
		max-width: 100%;
	}
	.hero-text p{
		font-size: 36px;
		
	}
	.hero-buttons button{
		font-size: 24px;
		min-width: 215px;
	}
    .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%;
    }
}

