 .coupon-offers {
/*     border: 1px solid #ddd; */
/*     padding: 10px 10px 0px; */
    margin: 0px 0 20px 0;
    font-family: Arial, sans-serif;
    background: #fff;
}

.coupon-offers .coupon-title {
/*     color: #d21f26; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
/*     border-bottom: 1px solid #ddd; */
    padding-bottom: 5px;
}

.coupon-offers-wrapper {
  display: flex;
  flex-direction: row;
  gap:10px;
  flex-wrap:wrap;
  margin-top:5px
}

.single-offer {
/*   flex: 1 0 calc(50% - 10px); */
  width: calc(50% - 10px);
    padding: 0px 0;
    border: 1px solid #E9DAAF;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 0 4px #0000001a;
}

.offer-header {
  background-color:#F4ECD7;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 11px;
}

 .single-offer .single-offer-description {
    color: #000000;
    font-weight: 600 !important;
   padding:10px 10px 16px;
   font-size:12px;
   font-weight: 500;
}



.single-offer p {
    margin: 0 !important;
}

@media (max-width: 600px) {
	.single-offer {
		width:100% ;
	}
}


.coupon-code {
    display: inline-block;
    padding: 4px 8px;
    background: #f8f4ec;
    border: 1px dashed #b89b5e;
  letter-spacing:2px;
    color: #111111;
    font-weight: bold;
	font-family: Manrope, sans-serif;
/*     margin: 0 5px; */
}

.copy-code {
    background: #A1822B;
    border: none;
    color: #fff;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.copy-code:hover {
    background: #796120;
}

.express-shipping-msg {
    margin-bottom: 5px !important;
    font-size: 13px;
    color: var(--global-palette1);
    font-weight: 500;
}

.tax-shipping-msg {
    font-size: 14px;
    margin-top: 0 !important;
    color: #1E1B13;
}

.tax-shipping-msg a {
    text-decoration: underline !important;
    color: #1E1B13;
}


.woocommerce-accordion {
    margin-bottom: 1rem;
}

.woocommerce-accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}

.woocommerce-accordion .accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 600 !important;
    cursor: pointer;
    position: relative;
    color: var(--global-palette3);
    font-family: var(--global-primary-nav-font-family);
    text-transform: capitalize;
}


.woocommerce-accordion .accordion-header::after {
  content: "\25BC";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.woocommerce-accordion .accordion-header.active::after {
  transform: rotate(-180deg);
}

.woocommerce-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease; /* smooth open/close */
  padding: 0 15px;
  font-size: 14px;
  color: #444;
	background: rgb(0 0 0 / 5%);
}


.woocommerce-accordion .accordion-content.show {
  max-height: 500px; /* enough to fit your content */
  padding: 15px;
}

.yikes-custom-woo-tab-title {
    display: none;
}


.coupon-scroll-container {
    max-width: 500px;
/*     height: 150px; /* Adjust height as needed */ */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: #fcfaf5;
    scroll-behavior: smooth;
}


/* Content inside the container */
.coupon-content {
    width: 100%;
    min-height: min-content; /* Ensure content can scroll */
	display: flex;
}

.coupon-item {
    display: inline-block;
	flex-shrink: 0;
    background: white;
    border: 1px solid #E9DAAF;
    border-radius: 10px;
/*     padding: 12px; */
    margin-right: 10px;
/*     box-shadow: 0 0 4px #0000001a; */
    white-space: normal;
    width: 250px; /* Fixed width for horizontal items */
/*     height: 100px;*/ /* Fixed height for horizontal items */ 
	
}

.coupon-item:last-child {
    margin-right: 0;
}

/* Webkit scrollbar styling */
.coupon-scroll-container::-webkit-scrollbar {
    width: 4px;
}

.coupon-scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.coupon-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.coupon-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}



.apply-code {
    background: #A1822B;
    border: none;
    color: #fff;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.apply-code:hover {
    background: #796120;
}


.offer-header {
  background-color:#F4ECD7;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 11px;
}

.coupon-item .single-offer-description {
    color: #000000;
    font-weight: 600 !important;
   padding:10px 10px 16px;
   font-size:12px;
   font-weight: 500;
}



.coupon-item p {
    margin: 0 !important;
}
