/** Shopify CDN: Minification failed

Line 1309:6 Expected identifier but found whitespace
Line 1309:8 Unexpected "{"
Line 1309:17 Expected ":"
Line 1309:59 Expected ":"
Line 1311:10 Expected identifier but found whitespace
Line 1311:11 Unexpected "0"
Line 1311:14 Unexpected "{"
Line 1311:23 Expected ":"
Line 1311:81 Expected ":"
Line 1465:8 Expected identifier but found whitespace
... and 12 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* Footer Type 1 - New Layout */
.footer_type_1 {
  background-color: #135572;
  color: #f4f0ae!important;
  padding: 60px 0 0 0;
}

.footer_row__1 {
  padding-bottom: 40px;
}

.footer_grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.footer_grid .footer_block:not(.footer_newsletter) {
  flex: 1 1 auto;
  min-width: 0;
}

.footer_newsletter {
  flex: 0 0 35%;
  min-width: 350px;
  max-width: 400px;
}

.footer_block {
  display: flex;
  flex-direction: column;
}

.footer_item {
  background: transparent;
  padding: 0;
  border-radius: 0;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer_item::before {
  display: none;
}

.footer_item:hover {
  transform: none;
  box-shadow: none;
}

.footer_item:hover::before {
  opacity: 0;
}

.linklist_menu_title {
  color: #d77050;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  position: relative;
  padding-bottom: 12px;
}

.linklist_menu_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #31aaaa, transparent);
}

.list_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_links li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 0;
  transition: padding-left 0.3s ease;
}

.list_links li:hover {
  padding-left: 8px;
}

.list_links li a {
  color: #f4f0ae;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.list_links li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d77050;
  transition: width 0.3s ease;
}

.list_links li a:hover {
  color: #ffffff;
}

.list_links li a:hover::before {
  width: 100%;
}

/* Newsletter */
.footer_newsletter {
  background: linear-gradient(135deg, #f4f0ae 0%, #edbbb68 100%);
  padding: 40px 35px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer_newsletter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d77050, #31aaaa);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.footer_newsletter:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer_newsletter:hover::before {
  opacity: 1;
}

.footer_newsletter .linklist_menu_title {
  color: #d77050;
}

.newsletter_description {
  color: #f4f0ae!important;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 25px 0;
  font-weight: 500;
  opacity: 0.9;
}

.newsletter_input_wrapper {
  display: flex;
  gap: 0;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.newsletter_input_wrapper:focus-within {
  box-shadow: 0 5px 15px rgba(215, 112, 80, 0.3);
}

.newsletter_input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  background-color: transparent;
  color: #135572;
  font-size: 13px;
  font-weight: 400;
}

.newsletter_input::placeholder {
  color: #9db1b1;
}

.newsletter_input:focus {
  outline: none;
}

.newsletter_submit {
  padding: 15px 35px;
  background: linear-gradient(135deg, #d77050 0%, #c85840 100%);
  color: #ffffff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
}

.newsletter_submit:hover {
  background: linear-gradient(135deg, #c85840 0%, #b84030 100%);
  transform: scale(1.05);
}

/* Newsletter Success Message */
.newsletter_success_message {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(49, 170, 170, 0.2), rgba(49, 170, 170, 0.1));
  border-radius: 8px;
  border: 2px solid #31aaaa;
  margin-bottom: 20px;
  animation: slideIn 0.5s ease;
}

.newsletter_success_message svg {
  flex-shrink: 0;
}

.newsletter_success_message p {
  margin: 0;
  color: #135572;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* Newsletter Error Message */
.newsletter_error_message {
  margin-top: 10px;
  padding: 12px 15px;
  background: rgba(215, 112, 80, 0.2);
  border-radius: 6px;
  border-left: 3px solid #d77050;
  color: #d77050;
  font-size: 13px;
  font-weight: 500;
}

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

/* Footer Bottom Bar */
.footer_row__2 {
  border-top: 1px solid rgba(49, 170, 170, 0.2);
  padding: 30px 0 20px 0;
}

.footer_bottom_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Payment Icons */
.footer_payment_icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #f4f0ae 0%, #edbbb68 100%);
  padding: 22px 35px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.footer_payment_icons:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.payment-icon {
  height: 26px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: grayscale(0%);
}

.payment-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Country Selector */
.footer_country_selector {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #2981b1 0%, #135572 100%);
  padding: 22px 35px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.footer_country_selector:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.country_selector_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #f4f0ae;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.country_selector_btn:hover {
  color: #ffffff;
}

.country_flag {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.country_selector_btn:hover .country_flag {
  transform: scale(1.15);
}

.country_text {
  font-size: 13px;
  font-weight: 600;
}

.country_selector_btn svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.country_selector_btn:hover svg {
  transform: translateY(2px);
}

/* Social Icons */
.footer_social {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 22px 35px;
  margin: 0;
  margin-right: 80px;
  background: linear-gradient(135deg, #31aaaa 0%, #2998a0 100%);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.footer_social:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.footer_social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border-radius: 50%;
  color: #ffffff;
  font-size: 19px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.footer_social li a:hover {
  background: linear-gradient(135deg, #d77050, #c85840);
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 12px rgba(215, 112, 80, 0.4);
}

/* Responsive */
@media (max-width: 1200px) {
  .footer_newsletter {
    flex: 0 0 40%;
    min-width: 300px;
  }
}

@media (max-width: 1024px) {
  .footer_grid {
    flex-wrap: wrap;
    gap: 25px;
  }
  
  .footer_grid .footer_block:not(.footer_newsletter) {
    flex: 0 0 calc(50% - 13px);
  }
  
  .footer_newsletter {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  
  .footer_bottom_grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer_type_1 {
    padding: 40px 0 0 0;
  }
  
  .footer_grid {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer_grid .footer_block:not(.footer_newsletter) {
    flex: 1;
  }
  
  .footer_newsletter {
    flex: 1;
    min-width: 100%;
    padding: 35px 25px;
  }
  
  .footer_bottom_grid {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer_payment_icons,
  .footer_country_selector,
  .footer_social {
    width: 100%;
    justify-content: center;
    padding: 20px 25px;
  }
  
  .footer_social {
    margin-right: 0;
  }
}
/* Top Panel Currency Selector */
.top_pannel {
	background-color: #102a43 !important;
	color: #fff;
	padding: 10px 0;
	font-size: 13px;
	position: relative;
	z-index: 9999;
}

.top_pannel .container_big {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

/* Announcement (Center) */
.announcement-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.announcement-link {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
	white-space: nowrap;
	pointer-events: all;
}

a.announcement-link:hover {
	opacity: 0.85;
}

.announcement-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 1.4;
}

/* Currency Selector (Far Right Edge) */
.delivery-select-wrapper {
	position: relative;
	z-index: 10;
	margin-left: auto;
}

.delivery-destination-select {
	padding: 6px 30px 6px 12px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 220px;
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1.41 0L6 4.59 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	pointer-events: none;
}

.delivery-select-wrapper {
	cursor: pointer;
}

.delivery-select-wrapper:hover .delivery-destination-select {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.5);
}

.delivery-destination-select option {
	background-color: #102a43;
	color: #fff;
	padding: 8px;
}

.delivery-destination-select option:first-child {
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
}

/* Custom Dropdown List */
.currency-list-wrapper {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: auto;
	right: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	z-index: 99999;
	min-width: 380px;
	max-height: 500px;
	overflow-y: auto;
}

.currency-list-wrapper.active {
	display: block;
}

.currency-list-header {
	padding: 14px 20px;
	background-color: #f8f9fa;
	border-bottom: 2px solid #ff6b35;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	color: #135572;
	position: sticky;
	top: 0;
	z-index: 10;
}

.currency-list {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.currency-list li {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #222;
	border-bottom: 1px solid #f0f0f0;
}

.currency-list li:last-child {
	border-bottom: none;
}

.currency-list li:hover {
	background-color: #f8f9fa;
	color: #ff6b35;
}

.currency-list li .flag {
	font-size: 24px;
	margin-right: 14px;
	flex-shrink: 0;
	width: 32px;
	display: flex;
	justify-content: center;
}

.currency-list li .country {
	font-size: 14px;
	font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.top_pannel .container_big {
		flex-direction: column;
		gap: 10px;
		padding: 10px 15px;
		justify-content: center;
	}
	
	.announcement-wrapper {
		position: static;
		transform: none;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.announcement-link {
		white-space: normal;
		text-align: center;
		justify-content: center;
	}
	
	.announcement-text {
		font-size: 12px;
	}
	
	.delivery-select-wrapper {
		width: 100%;
		margin-left: 0;
	}
	
	.delivery-destination-select {
		width: 100%;
	}
	
	.currency-list-wrapper {
		width: 100%;
		min-width: 100%;
		left: 0;
		right: 0;
	}
}

/* Main Navigation Styling */
.main_nav {
	position: relative;
}

.nav_list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.nav_item {
	position: relative;
	margin: 0 20px 0 0;
}

/* Higher specificity rules to override theme defaults */
.main_nav .nav_list .nav_item .nav-link {
	color: #135572 !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
	transition: color 0.3s ease;
	/* Ensure all nav links are visible */
	opacity: 1;
	visibility: visible;
}

/* Force ALL navigation links to be navy by default - highest specificity */
.main_nav .nav_list .nav_item .nav-link,
.main_nav .nav_list .nav_item .nav-link.has-mega,
.main_nav .nav_list .nav_item .nav-link.active:not([aria-expanded="true"]) {
	color: #135572 !important;
}

/* Hover states for all links */
.main_nav .nav_list .nav_item .nav-link:hover {
	color: #ff6b35 !important;
}

/* Only mega menu items turn orange when actually expanded */
.main_nav .nav_list .nav_item .nav-link.has-mega[aria-expanded="true"] {
	color: #ff6b35 !important;
}

/* Simple links stay navy even when active */
.main_nav .nav_list .nav_item .nav-link:not(.has-mega).active {
	color: #135572 !important;
}

/* Ensure simple navigation links are visible with higher specificity */
.main_nav .nav_list .nav_item[data-block-type="simple-link"] .nav-link {
	background-color: transparent;
	border: 1px solid transparent;
	color: #135572 !important;
}

.main_nav .nav_list .nav_item[data-block-type="simple-link"] .nav-link:hover {
	background-color: rgba(255, 107, 53, 0.1);
	border-color: #ff6b35;
	color: #ff6b35 !important;
}

/* Override hover for simple links if you want them to stay navy on hover */
/* Uncomment the lines below if you want simple links to stay navy on hover
.main_nav .nav_list .nav_item[data-block-type="simple-link"] .nav-link:hover {
	background-color: rgba(19, 85, 114, 0.1);
	border-color: #135572;
	color: #135572 !important;
}
*/

/* Mega Menu Dropdown */
.mega {
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.15);
	z-index: 1000;
	width: 900px;
	max-width: 90vw;
}

.mega-inner {
	display: flex;
	padding: 30px;
	gap: 40px;
	align-items: flex-start;
}

/* Left Panel (bigger) - 2/3 width */
.panel--left {
	flex: 2;
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
}

.panel--left .col {
	flex: 1;
	min-width: 0; /* Allow flex items to shrink */
}

/* Right Panel - 1/3 width */
.panel--right {
	flex: 1;
	border-left: 1px solid #f0f0f0;
	padding-left: 30px;
	min-width: 0; /* Allow flex items to shrink */
}

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

/* Section Headings */
.heading {
	color: #135572;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #ff6b35;
	white-space: nowrap;
}

/* Lists */
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list li {
	margin: 0 0 8px 0;
}

/* Links */
.link {
	color: #135572;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	padding: 4px 0;
	display: block;
	transition: all 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link:hover,
.link:focus {
	color: #ff6b35;
	text-decoration: underline;
	outline: none;
}

/* Combined Header Row Layout - Desktop */
.header_row_combined .container_big {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	gap: 40px;
}

/* Left: Navigation */
.header_row_combined .header_item_left {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* Center: Logo */
.header_row_combined .header_item_center {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

/* Right: Icons */
.header_row_combined .header_item_right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

/* Logo sizing */
.header_logo img,
.header_item_center img {
	max-width: 500px !important;
}

/* Navigation adjustments for single row */
.header_row_combined .nav_item {
	margin: 0 10px 0 0;
}

.header_row_combined .nav-link {
	padding: 10px 15px;
	font-size: 14px;
}

/* Mobile Navigation Toggle */
#megamenu_mobile_toggle {
	cursor: pointer;
	margin: 0;
	padding: 10px;
	background: none;
	border: none;
	display: none !important;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#megamenu_mobile_close {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1001;
	cursor: pointer;
}

.close_icon {
	width: 30px;
	height: 30px;
	position: relative;
}

.close_icon:before,
.close_icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #222;
	transform: translate(-50%, -50%) rotate(45deg);
}

.close_icon:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Prevent body scroll when mobile menu is open */
body.mobile_menu_open {
	overflow: hidden;
}

/* Mobile responsive */
@media (max-width: 991px) {
	#megamenu_mobile_toggle {
		display: block !important;
	}
	
	/* Mobile header layout */
	.header_row_combined .container_big {
		position: relative;
		justify-content: center;
		padding: 15px 20px;
	}
	
	/* Hide navigation on mobile */
	.header_row_combined .header_item_left {
		display: none;
	}
	
	/* Center logo on mobile */
	.header_row_combined .header_item_center {
		flex: 0 0 auto;
		padding: 0;
	}
	
	/* Icons stay on the right */
	.header_row_combined .header_item_right {
		position: absolute;
		right: 20px;
		flex: none;
		gap: 15px;
	}
	
	/* Mobile-specific icon alignment */
	.header_wishlist,
	.header_account,
	.header_cart,
	.header_search {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.nav_list {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: white;
		z-index: 1000;
		flex-direction: column;
		padding: 60px 20px 20px;
		overflow-y: auto;
	}
	
	.nav_list.mobile_open {
		display: flex;
	}
	
	.nav_item {
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	.nav-link {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #f0f0f0;
		width: 100%;
		position: relative;
	}
	
	/* Mobile expand indicator for mega menu items */
	.nav-link.has-mega::after {
		content: '+';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		font-weight: bold;
		color: #135572;
		transition: transform 0.3s ease;
	}
	
	.nav-link.has-mega.mobile-expanded::after {
		content: '−';
		transform: translateY(-50%) rotate(0deg);
	}
	
	.mega {
		position: static;
		width: 100%;
		max-width: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background: #f8f9fa;
		margin-top: 10px;
	}
	
	.mega-inner {
		flex-direction: column;
		padding: 20px;
		gap: 25px;
	}
	
	.panel--left {
		flex-direction: column;
		gap: 25px;
	}
	
	.panel--right {
		border-left: none;
		border-top: 1px solid #f0f0f0;
		padding-left: 0;
		padding-top: 25px;
	}
	
	.nav-link.has-mega {
		padding: 12px 15px;
		font-size: 14px;
	}
	
	.heading {
		font-size: 15px;
		white-space: normal;
	}
	
	.link {
		white-space: normal;
		font-size: 14px;
		padding: 6px 0;
	}
}

/* Focus styles for accessibility */
.nav-link.has-mega:focus {
	
	outline-offset: 2px;
}

.link:focus {
	background-color: #f8f9fa;
	
	outline-offset: 2px;
}

/* Header icons styling */
.header_wishlist svg,
.header_account svg,
.header_cart svg,
.header_search svg {
	transition: all 0.3s ease;
}

.header_wishlist,
.header_account,
.header_cart,
.header_search {
	position: relative;
}

.header_wishlist a,
.header_account a,
.header_cart a,
.header_search .search_toggle {
	display: inline-flex;
	align-items: center;
	position: relative;
}

/* Hide any search text - icon only */
.header_search .link_text,
.header_search .search_toggle .link_text {
	display: none !important;
}

.header_wishlist a:hover svg path,
.header_account a:hover svg path,
.header_cart a:hover svg path,
.header_search .search_toggle:hover svg path {
	stroke: #ff6b35;
	fill: #ff6b35;
}

/* Cart count styling */
.cart_count {
	background: #135572;
	color: white;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
	min-width: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: -8px;
	line-height: 1;
}

/* Wishlist count styling */
.zemez_wishlist_total {
	background: #135572;
	color: white;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 16px;
	text-align: center;
}
/* Category Header Section */
.category-header-section {
  padding: 60px 0 50px 0;
  background-color: #fff;
  margin: 40px 0;
}

.category-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.category-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  color: #135572;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.view-all-btn {
  display: inline-block;
  padding: 15px 50px;
  border: 2px solid #135572;
  background-color: #135572;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.view-all-btn:hover {
  background-color: #0d3f51;
  border-color: #0d3f51;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(19, 85, 114, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .category-header-section {
    padding: 40px 0 30px 0;
    margin: 30px 0;
  }
  
  .category-title {
    font-size: 32px;
    letter-spacing: 2px;
  }
  
  .view-all-btn {
    padding: 12px 40px;
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .category-header-section {
    padding: 30px 0 20px 0;
    margin: 20px 0;
  }
  
  .category-title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
  
  .view-all-btn {
    padding: 10px 35px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
.section_image-with-text .img_placeholder__small{padding:59.702% 0 0 0}.section_image-with-text .img_placeholder__medium{padding:82.09% 0 0 0}.section_image-with-text .img_placeholder__large{padding:104.479% 0 0 0}.section_image-with-text .image_right{order:2}.section_image-with-text .item_txt.centred{display:flex;align-items:center}
.section_image-with-text .img_placeholder__small{padding:59.702% 0 0 0}.section_image-with-text .img_placeholder__medium{padding:82.09% 0 0 0}.section_image-with-text .img_placeholder__large{padding:104.479% 0 0 0}.section_image-with-text .image_right{order:2}.section_image-with-text .item_txt.centred{display:flex;align-items:center}
.section_image-with-text .img_placeholder__small{padding:59.702% 0 0 0}.section_image-with-text .img_placeholder__medium{padding:82.09% 0 0 0}.section_image-with-text .img_placeholder__large{padding:104.479% 0 0 0}.section_image-with-text .image_right{order:2}.section_image-with-text .item_txt.centred{display:flex;align-items:center}
.section_image-with-text .img_placeholder__small{padding:59.702% 0 0 0}.section_image-with-text .img_placeholder__medium{padding:82.09% 0 0 0}.section_image-with-text .img_placeholder__large{padding:104.479% 0 0 0}.section_image-with-text .image_right{order:2}.section_image-with-text .item_txt.centred{display:flex;align-items:center}
/* Hero Banner Grid Section */
.hero-banner-section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.hero-banner-wrapper {
  position: relative;
  width: 100%;
}

.hero-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: {{ section.settings.image_spacing | default: 10 }}px;
  width: 100%;
  padding: 0 {{ section.settings.image_spacing | default: 10 | divided_by: 2 }}px;
}

.hero-banner-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 180%; /* Taller aspect ratio for portrait images */
  overflow: hidden;
  background-color: #f5f5f5;
}

.hero-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.hero-banner-item:hover .hero-image-wrapper img {
  transform: scale(1.05);
}

/* Single overlay wrapper covering all images */
.hero-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, {{ section.settings.overlay_opacity | divided_by: 100.0 }});
}

/* Centered content over all images */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  padding: 0 30px;
}

.hero-title {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #ffffff;
  line-height: 1.1;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #ffffff;
  text-shadow: 2px 2px 4px black;
}

.hero-btn {
  display: inline-block;
  padding: 15px 50px;
  border: 2px solid #ffffff;
  background-color: #135572;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: all;
}

.hero-btn:hover {
  background-color: #2981b1;
  color: #ffffff;
  border-color: #222;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.hero-placeholder {
  width: 100%;
  padding-bottom: 125%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-placeholder p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .hero-banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-title {
    font-size: 56px;
    letter-spacing: 3px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .hero-btn {
    padding: 12px 40px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .hero-banner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: {{ section.settings.image_spacing | default: 10 | divided_by: 2 }}px;
    padding: 0 {{ section.settings.image_spacing | default: 10 | divided_by: 4 }}px;
  }
  
  .hero-content {
    padding: 0 20px;
  }
  
  .hero-title {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  
  .hero-subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  .hero-btn {
    padding: 10px 35px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 480px) {
  .hero-banner-grid {
    grid-template-columns: 1fr;
    gap: {{ section.settings.image_spacing | default: 10 | divided_by: 2 }}px;
  }
  
  .hero-image-wrapper {
    padding-bottom: 100%; /* Square on mobile */
  }
  
  .hero-content {
    padding: 0 15px;
  }
  
  .hero-title {
    font-size: 32px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
  
  .hero-subtitle {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  
  .hero-btn {
    padding: 10px 30px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}
.section_image-with-text .img_placeholder__small{padding:59.702% 0 0 0}.section_image-with-text .img_placeholder__medium{padding:82.09% 0 0 0}.section_image-with-text .img_placeholder__large{padding:104.479% 0 0 0}.section_image-with-text .image_right{order:2}.section_image-with-text .item_txt.centred{display:flex;align-items:center}
/* Fix for invisible add to cart button */
.section_template__product .single_product__quantity .btn_alt {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 15px;
	text-decoration: none;
	border: 2px solid;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
}

.section_template__product .single_product__quantity .btn_alt:hover,
.section_template__product .single_product__quantity .btn_alt:focus {
	background: #222222 !important;
	border-color: #222222 !important;
	color: #ffffff !important;
}

.section_template__product .single_product__quantity .btn_alt[disabled] {
	background: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.3) !important;
	color: rgba(255, 255, 255, 0.7) !important;
	cursor: not-allowed !important;
}

.section_template__product .single_product__quantity .btn_alt.loading {
	background: #333333 !important;
	cursor: wait !important;
}

.section_template__product .single_product__quantity .btn_alt svg {
	fill: currentColor;
	margin-right: 8px;
}

.section_template__product .single_product__quantity .quantity_box {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.section_template__product .single_product__quantity .quantity_input {
	flex: 0 0 auto;
	width: 60px;
}

.section_template__product .single_product__quantity .btn_alt {
	flex: 1;
	min-width: 150px;
}

/* Complete The Look Section */
.complete-the-look-section {
	margin: 60px auto 40px;
	padding: 40px 0;
	background: transparent;
}

.complete-look-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #222;
	text-transform: capitalize;
}

.complete-look-products {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}

.complete-look-carousel {
	flex: 1;
	overflow: hidden;
}

.complete-look-wrapper {
	display: flex;
	gap: 20px;
	transition: transform 0.3s ease;
	justify-content: center;
}

/* When 3 or more items, align to start */
.complete-look-wrapper:has(.complete-look-item:nth-child(3)) {
	justify-content: flex-start;
}

.complete-look-item {
	flex: 0 0 calc(25% - 15px);
	min-width: 200px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.complete-look-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.complete-look-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.complete-look-image {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.complete-look-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.complete-look-item:hover .complete-look-image img {
	transform: scale(1.05);
}

.complete-look-info {
	padding: 15px;
}

.complete-look-product-title {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #222;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.complete-look-vendor {
	font-size: 12px;
	color: #666;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.complete-look-price {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.complete-look-nav {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #222;
}

.complete-look-nav:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}

.complete-look-nav:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.complete-look-nav svg {
	width: 20px;
	height: 20px;
}

/* Responsive */
@media (max-width: 1200px) {
	.complete-look-item {
		flex: 0 0 calc(33.333% - 14px);
	}
}

@media (max-width: 768px) {
	.complete-the-look-section {
		margin: 40px auto 30px;
		padding: 30px 0;
	}
	
	.complete-look-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.complete-look-item {
		flex: 0 0 calc(50% - 10px);
		min-width: 150px;
	}
	
	.complete-look-products {
		gap: 10px;
	}
	
	.complete-look-wrapper {
		gap: 15px;
	}
	
	.complete-look-nav {
		width: 36px;
		height: 36px;
	}
	
	.complete-look-nav svg {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 480px) {
	.complete-look-item {
		flex: 0 0 100%;
	}
	
	.complete-look-info {
		padding: 12px;
	}
	
	.complete-look-product-title {
		font-size: 13px;
	}
	
	.complete-look-price {
		font-size: 14px;
	}
}

/* CSS from snippet stylesheet tags */
/* Custom Instagram Section */
.custom-instagram-section {
  padding: 80px 0;
  background-color: #fff;
}

.instagram-header {
  text-align: center;
  margin-bottom: 40px;
}

.instagram-section-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #222;
}

.instagram-handle {
  font-size: 18px;
  color: #666;
  margin: 0;
  font-weight: 500;
}

.instagram-follow-wrapper {
  text-align: center;
  margin-top: 40px;
}

.instagram-follow-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 50px;
  background-color: #135572;
  border: 2px solid #135572;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.instagram-follow-button:hover {
  background-color: #0d3f51;
  border-color: #0d3f51;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(19, 85, 114, 0.4);
}

.instagram-follow-button svg {
  width: 20px;
  height: 20px;
}

/* Style the Instafeed app's injected content */
.custom-instagram-section [class*="instafeed"],
.custom-instagram-section [id*="instafeed"],
.custom-instagram-section [data-instafeed] {
  width: 100%;
  margin: 30px 0;
}

.custom-instagram-section img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.custom-instagram-section a:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-instagram-section {
    padding: 60px 0;
  }
  
  .instagram-section-title {
    font-size: 32px;
    letter-spacing: 2px;
  }
  
  .instagram-handle {
    font-size: 16px;
  }
  
  .instagram-follow-button {
    padding: 12px 40px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .instagram-section-title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
  
  .instagram-follow-button {
    padding: 10px 35px;
    font-size: 12px;
  }
}