div.clear {
	clear: both;
}

div.divMessage {
	padding: 15px;
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

div.divMessage_confirm {
	background-color: green;
}

div.divMessage_error {
	background-color: red;
}


.width150 {
	min-width: 150px;
}

/*HEADER*/

.stickyHeader {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

.stickyHeader.scrolledDown {}

.stickyHeader.scrolledDown header {
	padding: 10px 20px;
}

.stickyHeader.scrolledDown #aTopLogo {
	height: 50px;
}

.stickyHeader.scrolledDown #aTopLogo img {
	height: 100px;
}

header {
	background-color: #0E2E69;
	padding: 20px;
	transition: all 0.3s ease;
}


#aMobNavBurger,
#divMobNav,
#aMobNavSearch,
#divMobileMenuCtr {
	display: none;
}

#spnEmailError {
	background-color: red;
	color: white;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
}

#spnEmailError a {
	color: white;
	text-decoration: underline;

}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
	color: #0E2E69 !important;
	border-color: #0E2E69 !important;
}




/****MAIN CONTENT***/


.divPageWidth {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

#divContentContainer {
	display: flex;
	width: 100%;
	margin-top: 40px;
}

#divContentLeft {

	width: 250px;
	padding-top: 10px;
}

#divContentRight {
	flex: 1;
	width: 100%;
}

.text_grey_padded {
	background-color: #f3f3f3;
	padding: 20px;
}

/*NAVIGATION*/
#aTopLogo {
	display: inline-block;
	vertical-align: middle;
	height: 100px;
	width: 180px;
	transition: all 0.3s ease;
}


#aTopLogo img {
	height: 160px;
	transition: all 0.3s ease;
}

#spnIjfTitle {
	display: none;
}

#ulTopNav {
	background-color: #0E2E69;
	display: inline-block;
	vertical-align: middle;
}


#ulTopNav li {
	display: inline-block;
}

#ulTopNav li a {
	display: block;
	color: white;
	line-height: 25px;
	padding: 0 10px;
	font-size: 16px;
	text-decoration: none;
}

#ulTopNav li a:hover {
	color: #ccc;
}

#divTopSearch {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}

#divTopSearch form {
	position: relative;
}

#divTopSearch .btnTopSearchSubmit {
	display: none;
}

#divMobileSearchOverlay {
	display: none;
}

/*divToolsStrap*/

#spnFreephone {
	float: left;
	margin-left: 180px;
	color: #0E2E69;
	font-size: 16px;
}

#divToolsStrap #spnFreephone {
	background: none;
	padding: 0;
	border-radius: 0;
	line-height: 50px;
	min-width: 0;
	text-align: left;
	text-decoration: none;
	color: #0E2E69;
}

#divToolsStrap #spnFreephone:hover {
	background: none;
	color: #0E2E69;
}

#divToolsStrap #spnFreephone i {
	font-size: 16px;
	margin-right: 6px;
}

.spnTextFull {

	margin-left: 5px;
}

#aBasket.items {
	background-color: #009900;
}

#divToolsStrap {
	background-color: #dddddd;
	line-height: 50px;
	text-align: right;
	padding: 5px 10px;
}

#divToolsStrap a {
	background-color: #0E2E69;
	padding: 0px 10px;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	min-width: 50px;
	text-align: center;
}


#divToolsStrap a i {
	font-size: 20px;
}


#divToolsStrap a:hover {
	background-color: #666;
}


.spnQty,
.spnQty_disabled {
	display: inline-block;
	line-height: 46px;
	width: 46px;
	padding: 0px;
	background-color: #eeeeee;
	margin: 0 10px;
}

.spnQty_disabled {
	background-color: #f9f9f9;
	color: #ccc;
}





.spnQty:hover {
	background-color: #ccc;
	cursor: pointer;
}

.spnRemove,
.spnRemoveDonation {
	font-size: 12px;
	color: red;
	cursor: pointer;
}

.spnRemove:hover,
.spnRemoveDonation:hover {
	text-decoration: underline;
}

.txtSmall {
	font-size: 12px;
}

#divEmulateStrap {
	background-color: orange;
	padding: 20px;
	color: white;
	position: fixed;
	z-index: 10;
	width: 100%;
	bottom: 0px;
	box-shadow: #0E2E69 0px 0px 10px;
}


#divEmulateStrap a {
	color: green;

}

/*CAT NAVIGATION*/

#ulCatNavigation li {
	margin-bottom: 20px;

}

#ulCatNavigation li a {
	text-decoration: none;
	color: #666;
}

#ulCatNavigation li a:hover {
	text-decoration: underline;
}


/*LISTINGS*/

#content {
	padding: 20px;
}

.divBlockLinkCtr {
	text-align: left;
	margin: auto;
}

.aBlockLink {
	/* display:inline-block;
	width:23%;
	margin:2px;
	border:3px solid #fff;
	text-align:center;
	position:relative;
	box-shadow:#ccc 0px 0px 10px;
	overflow: hidden; /* Clip the sash */
	/* vertical-align: top; */
	/* text-decoration: none; */
}

.aBlockLink .product-image {
	/* height: 0; */
	/* padding-bottom: 75%; */
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.5s;
	transition: background-size 0.5s;
}

.aBlockLink:hover .product-image {
	background-size: 110%;
	-webkit-transition: background-size 0.1s;
	transition: background-size 0.1s;
}

.divBlockLinkTitle {
	/* padding:10px; */
	background-color: #0E2E69;
	/* display: block; */
	/* width:100%; */
	color: white;
	line-height: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-height: 60px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.divPrices {
	font-size: 13px;
}


/*PRODUCT*/

/* LAST PURCHASED BANNER */
.divLastPurchased {
	border: 1px solid #c8d8f0;
	border-left: 4px solid #0E2E69;
	background-color: #f0f4fb;
	border-radius: 4px;
	padding: 14px 16px;
	margin-bottom: 18px;
	font-size: 0.9em;
}

.divLastPurchased__header {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.divLastPurchased__icon {
	color: #0E2E69;
	font-size: 1.4em;
	margin-top: 1px;
	flex-shrink: 0;
}

.divLastPurchased__label {
	display: block;
	font-weight: 700;
	color: #0E2E69;
	font-size: 1em;
	line-height: 1.2;
}

.divLastPurchased__date {
	display: block;
	color: #444;
	margin-top: 2px;
	font-size: 0.92em;
}

/* REVIEW PROMPT */
.divReviewPrompt {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #c8d8f0;
}

.divReviewPrompt__heading {
	font-size: 0.95em;
	font-weight: 600;
	color: #333;
	margin: 0 0 8px 0;
}

.divReviewStars {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.starIcon {
	font-size: 1.8em;
	color: #ccc;
	cursor: pointer;
	line-height: 1;
	transition: color 0.1s ease, transform 0.1s ease;
	user-select: none;
}

.starIcon:hover,
.starIcon.starIcon--hovered {
	color: #e8a020;
	transform: scale(1.15);
}

.starIcon.starIcon--selected {
	color: #f0920a;
}

.divReviewStars__hint {
	font-size: 0.82em;
	color: #777;
	margin-left: 6px;
}

.divReviewForm {
	margin-top: 8px;
}

.divReviewForm__textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 80px;
	resize: vertical;
	border: 1px solid #b0c4de;
	border-radius: 3px;
	padding: 8px 10px;
	font-size: 0.9em;
	font-family: inherit;
	color: #333;
	background: #fff;
	outline: none;
	transition: border-color 0.15s ease;
}

.divReviewForm__textarea:focus {
	border-color: #0E2E69;
}

.divReviewForm__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	flex-wrap: wrap;
	gap: 8px;
}

.divReviewForm__anon {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.88em;
	color: #555;
	cursor: pointer;
}

.divReviewForm__anon input[type="checkbox"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	accent-color: #0E2E69;
}

.divReviewForm__submit {
	background-color: #0E2E69;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 7px 18px;
	font-size: 0.88em;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.divReviewForm__submit:hover {
	background-color: #0a2050;
}

#divTitleMobile {
	display: none;
}

#divProductImagery,
#divProductDetails {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#divProductDetails {
	padding: 0 20px;
}

#imgProductMain {
	width: 100%;
}

.aProductImage {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.imgProductThumbs {
	text-align: left;
	padding-top: 40px;
}

.imgProductThumbs a {
	display: inline-block;
	vertical-align: top;
}

.imgProductThumbs img {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	border: 1px solid #eeeeee;
	padding: 10px;
	cursor: pointer;
}

#divStockSelector {

	padding: 20px 0;
	border-top: 1px solid #eeeeee;
	text-align: right;
}



#divProductPrice {
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
	font-size: 30px;
	text-align: right;
}

#divProductBuyBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
	flex-wrap: wrap;
}

#divProductStockStatus {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 14px;
	color: #333;
	text-align: left;
}

#spnStockStatus.stockAvailable {
	color: #1d7f2a;
	font-weight: 600;
}

#spnStockStatus.stockUnavailable {
	color: #b00020;
	font-weight: 600;
}

#spnStockStatus.stockChecking {
	color: #888;
}

.divProductSku {
	font-size: 12px;
	color: #888;
	letter-spacing: 0.02em;
}

#divProductPriceWas {
	padding: 10px 0px;
	font-size: 16px;
	text-align: right;
	color: red;
}

.limitedStockMsg {
	margin: 10px 0;
	font-size: 16px;
	color: red;
	display: block;
}

.divProductMemberPrice {
	color: yellow;
}

#divProductAdd {
	padding: 0;
}

#divProductTemplate {
	margin: 30px 0px;
	background-color: #f3f3f3;
	padding: 20px;
}

#divProductTemplate .divInput {
	margin: 5px 0;
	text-align: center;
}

#divProductTemplate input[type=text],
#divProductTemplate textarea {
	width: 80%;
	border-radius: 5px;
}

.divProductRef {
	margin-bottom: 20px;
	color: #333;
}

#divProductReviews {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #e6e6e6;
}

.divProductReviews__title {
	font-size: 1.25em;
	margin: 0 0 14px 0;
	color: #222;
}

.divProductReview {
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.divProductReview:last-child {
	border-bottom: none;
}

.divProductReview__stars {
	display: flex;
	gap: 2px;
	align-items: center;
	margin-bottom: 4px;
}

.divProductReview__meta {
	font-size: 0.88em;
	color: #666;
	margin-bottom: 6px;
}

.divProductReview__text {
	margin: 0;
	color: #333;
	font-size: 0.95em;
	line-height: 1.45;
	white-space: pre-line;
}

#btnProductBuy {
	display: none;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
}

#spnOutOfStock {
	display: none;
	color: red;
}

#btnOutOfStock {
	display: none;
	background-color: #ccc;
	color: #666;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: not-allowed;
	margin-top: 4px;
}

/* Out of stock styling */
.aBlockLink.out-of-stock .product-image {
	opacity: 0.7;
	filter: grayscale(1);
}

.out-of-stock-sash {
	position: absolute;
	top: 25px;
	right: -35px;
	background-color: #ff0000;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 40px;
	transform: rotate(45deg);
	z-index: 1;
	text-transform: uppercase;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.best-seller {
	position: absolute;
	top: 10px;
	left: 10px;
	background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 20px;
	z-index: 2;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.5px;
}

.divEventNotAvailable {
	color: red;
	text-align: center;
}

.divProdNotBooked {
	text-align: center;
	padding: 20px;
	background-color: #eeeeee;
	margin-bottom: 20px;

}

.divProdBooked {
	text-align: center;
	padding: 20px;
	background-color: #2ca02c;
	color: white;
	margin-bottom: 20px;
}

.divTicketsInBasket,
.btnEventAddToBasket {
	display: none;
}

.divEventAddWaiting {
	text-align: center;
	padding: 20px;
	background-color: #f00;
	color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
}

.divEventAddWaiting:hover {
	background-color: #f60;
}

.divWaitingAdd {
	background-color: #eee;
	padding: 30px;
	margin-top: 20px;
}

.divWaitingAdd label {
	cursor: pointer;
}


.divWaitingAdded {
	background-color: #f90;
	padding: 30px;
	margin-top: 20px;
	text-align: center;
	color: white;
}

/*CHECKOUT*/

#divDonationSuggestionGA {
	padding: 20px;
	border: 5px solid #ccc;
	background-color: #eeeeee;
}

#divDonationSuggestion {
	background-color: #ff0099;
	color: white;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

#suggestedDonation {
	text-align: center;
}

#divDonationSuggestion div {
	padding: 10px;
}


#spnDonationReject {
	color: white;
	cursor: pointer;

}

#divDonationSuggestion input,
#divDonationSuggestion button {
	border-radius: 20px;
}

#spnGiftAid {
	color: white;
	cursor: pointer;
	text-decoration: underline;

}


/*FOOTER*/
footer {
	margin-top: 80px;
	padding-top: 30px;
	min-height: 450px;
	background-image: url('/modules/main/images/footer.jpg');
	background-position: top center;
	background-size: cover;

}

footer p {
	margin-bottom: 20px;
}


.divFooterBlock {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.divFooterBlockTitle {
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
}


.divFooterBlock ul li {
	line-height: 30px;

}

.divFooterBlock ul li a {
	display: block;

}

.divFooterBlock a {
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
	color: white;
}

.divFooterBlock a:hover {
	text-decoration: underline;
}

.divFooterIcons img {
	margin-top: 10px;
	width: 60px;
}


.divFooterInfo {
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding-top: 20px;
}

.divPaymentOptions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 10px;
}

.divTrustBadges {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 15px;
}

.payment-option {
	display: inline-block;
	background-color: #fff;
	color: #0E2E69;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	transition: transform 0.2s ease;
}

.payment-option i {
	font-size: 16px;
	margin-right: 5px;
	color: #0E2E69;
}

.payment-option:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


/*BASKET TABLE*/

.divTable {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	line-height: 24px;
	border-bottom: 1px solid #eeeeee;
}


.divTable .divTableRow:last-child .divTableCell {

	border: none !important;
}

.divTableCell div {
	line-height: 24px;
}

.divTableRowHeader {
	background-color: #eeeeee;
}

.divTableRowHeader .divTableCell {
	font-weight: 700;
}

.divTableCell.highlight {
	font-weight: 700;
}


.valign_top {
	vertical-align: top;
}


.imgBasketThumb {
	width: 100px;
	cursor: pointer;
	border: 1px solid #eeeeee;
}

.imgBasketThumb:hover {
	border: 1px solid #ccc;
}

.divCheckoutActions {
	background-color: #f3f3f3;
	padding: 10px;
	margin-top: 50px;
	min-height: 60px;
}

/* ACCOUNT */

.aAccountIcon {
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 30px;
	border: 1px solid #ccc;
	text-decoration: none;
	border-radius: 10px;
	background-color: #f9f9f9;
	color: #666;

}

.aAccountIcon:hover {

	background-color: #ccc;
}

.aAccountIcon img {
	width: 50px;
	margin: 30px 0 20px;
}



.divCustomDetails {
	font-size: 12px;
	background-color: #f3f3f3;
	padding: 10px;
}

.basketAdd {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

}

.quantityContainer {
	display: flex;
	margin-bottom: 16px;
	border: solid 1px #ccc;
	height: 38px;
}

#quantity {
	width: 20px;
	text-align: center;
	padding: 6px;
	border: none;
	width: 50px;
	text-align: center;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#quantity[type=number] {
	-moz-appearance: textfield;
}

.quantityButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	font-size: 18px;
	cursor: pointer;
}



.fakeButton {
	text-align: center;
	margin: 20px 0;
}

.fakeButton a {
	background-color: #0E2E69;
	padding: 0px 10px;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	min-width: 50px;
	text-align: center;
}

.fakeButton a:hover {
	background-color: #666;
}












.layout-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

@supports (display: grid) {
	.layout-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}
}

.aBlockLink {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	flex: 1 1 calc(25% - 1rem);
	position: relative;
}

.product-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	aspect-ratio: 1/1;
}

.divBlockLinkTitle {
	padding: 0.5rem;
	text-align: center;
	word-break: break-word;
	flex-shrink: 0;
}

.divBlockLinkTitle .productName {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	.aBlockLink {
		flex: 1 1 calc(33.333% - 1rem);
	}

	@supports (display: grid) {
		.layout-grid {
			grid-template-columns: repeat(3, 1fr);
		}
	}
}

@media (max-width: 768px) {
	.aBlockLink {
		flex: 1 1 calc(50% - 1rem);
	}

	@supports (display: grid) {
		.layout-grid {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

@media (max-width: 480px) {
	.aBlockLink {
		flex: 1 1 100%;
	}

	@supports (display: grid) {
		.layout-grid {
			grid-template-columns: repeat(1, 1fr);
		}
	}
}


#giftmessage {
	width: 100%;
	min-height: 140px;
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	resize: vertical;
	outline: none;
	transition: all 0.25s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	resize: none;
}

.divTrustBadgesBasket {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 16px auto;
}

.divTrustBadgesBasket img {
	height: 100px !important;
}



.checkoutProgress {
	display: flex;
	margin: 0 0 20px;
	border-radius: 4px;
	overflow: hidden;
	background: #efefef;
}

.checkoutProgressStep {
	flex: 1;
	position: relative;
	padding: 12px 14px;
	background: #d9d9d9;
	color: #555;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.checkoutProgressStep:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 16px solid #d9d9d9;
	z-index: 2;
}

.checkoutProgressStep:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 16px solid #efefef;
	z-index: 1;
}

.checkoutProgressStep.is-complete {
	background: #2e7d32;
	color: #fff;
}

.checkoutProgressStep.is-complete:not(:last-child)::after {
	border-left-color: #2e7d32;
}

.checkoutProgressStep.is-current {
	background: #0e2e69;
	color: #fff;
}

.checkoutProgressStep.is-current:not(:last-child)::after {
	border-left-color: #0e2e69;
}

@media (max-width: 700px) {
	.checkoutProgress {
		flex-direction: column;
		border-radius: 0;
		overflow: visible;
		gap: 6px;
		background: transparent;
	}

	.checkoutProgressStep,
	.checkoutProgressStep.is-complete,
	.checkoutProgressStep.is-current {
		border-radius: 4px;
	}

	.checkoutProgressStep::before,
	.checkoutProgressStep::after {
		display: none;
	}
}

.btnManualAddressEntry {
	display: inline;
}







.you-may-also-like-section {
	margin: 40px 0;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.you-may-also-like-section h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #333;
	text-align: center;
}

.suggested-products-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 20px;
    justify-content: center;
}

.suggested-product-card {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.suggested-product-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.suggested-product-image {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.out-of-stock-sash {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(192, 0, 0, 0.85);
	color: white;
	padding: 6px 12px;
	font-size: 0.75em;
	font-weight: bold;
	transform: rotate(45deg);
	transform-origin: top right;
	width: 140px;
	text-align: center;
	margin-top: 10px;
	margin-right: -35px;
}

.suggested-product-info {
	padding: 12px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.suggested-product-name {
	margin-bottom: 8px;
	flex-grow: 1;
}

.suggested-product-name a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95em;
	line-height: 1.3;
	display: block;
}

.suggested-product-name a:hover {
	color: #0066cc;
}

.suggested-product-price {
	margin-bottom: 12px;
	font-size: 0.95em;
}

.suggested-product-price .strike {
	color: #999;
	text-decoration: line-through;
	margin-right: 6px;
}

.suggested-product-price {
	font-weight: 600;
	color: #2c3e50;
}

.member-price {
	font-size: 0.85em;
	color: #d9534f;
	margin-top: 4px;
}

.suggested-product-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
}

.btn-add-to-basket,
.btn-view-details {
	padding: 8px 12px;
	border: none;
	border-radius: 4px;
	font-size: 0.85em;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.btn-add-to-basket {
	background-color: #0066cc;
	color: white;
}

.btn-add-to-basket:hover:not(:disabled) {
	background-color: #0052a3;
}

.btn-add-to-basket:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.btn-view-details {
	background-color: #f0f0f0;
	color: #333;
	border: 1px solid #ddd;
}

.btn-view-details:hover {
	background-color: #e8e8e8;
}

@media (max-width: 768px) {
	.suggested-products-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 15px;
	}

	.you-may-also-like-section {
		margin: 20px 0;
		padding: 15px;
	}

	.you-may-also-like-section h2 {
		font-size: 1.2em;
		margin-bottom: 15px;
	}

	.suggested-product-image {
		height: 140px;
	}

	.btn-add-to-basket,
	.btn-view-details {
		padding: 6px 10px;
		font-size: 0.8em;
	}
}

@media (max-width: 480px) {
	.suggested-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.divFreeGiftGlobal {
	background: #fafafa;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 12px 0;
}

.freeGiftPromotionCard {
	margin: 16px 0;
	padding: 18px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.freeGiftPromotionCard__header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.freeGiftPromotionCard__imageWrap {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	border-radius: 8px;
}

.freeGiftPromotionCard__image {
	max-width: 46px;
	max-height: 46px;
	object-fit: contain;
}

.freeGiftPromotionCard__summary {
	flex: 1;
}

.freeGiftPromotionCard__title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #888;
	margin-bottom: 4px;
}

.freeGiftPromotionCard__giftName {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
}

.freeGiftProgressBar {
	height: 6px;
	background: #efefef;
	border-radius: 999px;
	overflow: hidden;
	margin: 12px 0 8px;
}

.freeGiftProgressBar__fill {
	height: 100%;
	background: #0E2E69;
	border-radius: inherit;
	transition: width .25s ease;
}

.freeGiftProgressBar__text {
	font-size: 13px;
	color: #666;
}

.freeGiftProgressBar__success {
	color: #2d7a46;
	font-weight: 500;
}



.freeGiftPromotionCard__btn {
	display: inline-block;
	margin-top: 16px;
	background-color:#0E2E69;
	border:0px;
	padding:10px 30px;
	color:white !important;
	text-decoration: none !important;
	font-size:16px;
	cursor: pointer;

}
.freeGiftPromotionCard__btn:hover {
	background-color: #999;
}

.basketAddedConfirm__freeGift {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}

.freeGiftProgressBar__basketLink {
	color: #0E2E69;
}