:root {
	--wp-admin-offset: 0px;
}

body.admin-bar {
	--wp-admin-offset: 32px;
}

body.admin-bar .navbar-fixed-top {
	top: var(--wp-admin-offset);
}

.navbar.navbar-km.megamenu {
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.navbar.navbar-km.megamenu.is-scrolled,
.navbar.navbar-km.megamenu:hover,
.navbar.navbar-km.megamenu.menu-open {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

img {
	height: auto;
	max-width: 100%;
}

.search-input,
.input-sm,
input,
textarea,
select {
	max-width: 100%;
}

.instagram-profile-block {
	display: grid;
	grid-template-columns: minmax(240px, 320px) 1fr;
	gap: 32px;
	align-items: start;
}

.instagram-profile-kicker {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.instagram-profile-intro h3 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.1;
}

.instagram-profile-intro p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.7;
}

.instagram-profile-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 1px solid #111;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.instagram-profile-link:hover,
.instagram-profile-link:focus {
	background: #111;
	color: #fff;
	text-decoration: none;
}

.instagram-slider-wrap {
	min-width: 0;
}

.instagram-feed-slider .instagram-slide a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f6f3ee;
}

.instagram-feed-slider .instagram-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 5;
	transition: transform 0.35s ease;
}

.instagram-slide-overlay {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.instagram-slide-icon {
	font-size: 18px;
	line-height: 1;
}

.instagram-slide-text {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.instagram-feed-slider .instagram-slide a:hover img,
.instagram-feed-slider .instagram-slide a:focus img {
	transform: scale(1.03);
}

.instagram-feed-slider .instagram-slide a:hover .instagram-slide-overlay,
.instagram-feed-slider .instagram-slide a:focus .instagram-slide-overlay {
	opacity: 1;
}

.instagram-feed-slider .owl-nav {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
}

.instagram-feed-slider .owl-nav button.owl-prev,
.instagram-feed-slider .owl-nav button.owl-next {
	width: 42px;
	height: 42px;
	border: 1px solid #111 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #111 !important;
	font-size: 24px !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.instagram-feed-slider .owl-nav button.owl-prev:hover,
.instagram-feed-slider .owl-nav button.owl-next:hover,
.instagram-feed-slider .owl-nav button.owl-prev:focus,
.instagram-feed-slider .owl-nav button.owl-next:focus {
	background: #111 !important;
	color: #fff !important;
}

.footacc .footer-top-link {
	padding: 14px 0;
}

.footacc .footer-top-link a {
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.footacc .footer-top-link a::after {
	content: "\f105";
	margin-left: 5px;
	font-family: "FontAwesome";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.footacc .footer-top-link a:hover,
.footacc .footer-top-link a:focus {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.footacc .footer-top-link {
		padding: 14px 0;
		text-align: center;
	}

	.footacc .footer-top-link a {
		justify-content: center;
	}
}

.info-page-main {
	padding-top: 120px;
	padding-bottom: 72px;
	background: #faf8f3;
}

.info-page-shell {
	max-width: 980px;
	margin: 0 auto;
}

.info-page-hero {
	padding: 32px 0 28px;
}

.info-page-kicker {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.info-page-title {
	margin: 0 0 18px;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 0.95;
	font-weight: 500;
}

.info-page-subtitle {
	max-width: 640px;
	font-size: 18px;
	line-height: 1.8;
}

.info-page-content-section {
	padding: 18px 0 0;
}

.info-page-content {
	padding: 42px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #fff;
}

.info-page-content h2,
.info-page-content h3 {
	margin-top: 34px;
	margin-bottom: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.info-page-content h2:first-child,
.info-page-content h3:first-child {
	margin-top: 0;
}

.info-page-content p,
.info-page-content li {
	font-size: 16px;
	line-height: 1.85;
}

.info-page-content ul,
.info-page-content ol {
	padding-left: 22px;
	margin-bottom: 18px;
}

.info-page-content strong {
	font-weight: 700;
}

.info-page-contact-section {
	padding: 18px 0 0;
}

.info-page-contact-card {
	padding: 42px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #fff;
}

.info-page-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: start;
}

.info-page-contact-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.info-page-contact-title,
.info-page-locations-title {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
}

.info-page-contact-copy {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.85;
}

.info-page-contact-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.info-page-contact-link {
	display: inline-flex;
	align-items: center;
	color: #111;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.info-page-contact-link:hover,
.info-page-contact-link:focus {
	text-decoration: underline;
}

.info-page-location-list {
	display: grid;
	gap: 14px;
}

.info-page-location-item {
	display: block;
	padding: 18px 20px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #faf8f3;
	color: #111;
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.info-page-location-item:hover,
.info-page-location-item:focus {
	border-color: rgba(17, 17, 17, 0.28);
	color: #111;
	text-decoration: none;
	transform: translateY(-1px);
}

.info-page-location-name {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.info-page-location-action {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--wp-admin-offset: 46px;
	}

	.instagram-profile-block {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.instagram-profile-intro h3 {
		font-size: 26px;
	}

	.instagram-feed-slider .owl-nav {
		justify-content: flex-start;
	}

	.info-page-main {
		padding-top: 96px;
		padding-bottom: 48px;
	}

	.info-page-content {
		padding: 24px 20px;
	}

	.info-page-contact-card {
		padding: 24px 20px;
	}

	.info-page-subtitle {
		font-size: 16px;
	}

	.info-page-contact-grid {
		grid-template-columns: 1fr;
	}

	.info-page-contact-title,
	.info-page-locations-title {
		font-size: 24px;
	}

	.info-page-contact-link {
		font-size: 16px;
	}
}

.dilvin-card-link {
  padding: 0;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-product-list {
  display: flex;
  flex-wrap: wrap;
}

.archive-product-list > .item {
  margin-bottom: 36px;
}

.dilvin-archive-page .archive-heading {
  margin-bottom: 10px;
}

.dilvin-archive-intro {
  margin: 28px 0 18px;
}

.dilvin-archive-intro p {
  color: #444;
  line-height: 1.8;
}

.archive-quick-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.archive-quick-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dilvin-archive-sort {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dilvin-archive-sort label,
.dilvin-category-list h3,
.dilvin-product-meta strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dilvin-archive-sort select {
  border: 1px solid #d8d8d8;
  padding: 8px 12px;
  min-width: 220px;
  background: #fff;
}

.dilvin-category-list {
  border: 1px solid #ececec;
  padding: 24px;
  background: #fafafa;
}

.dilvin-category-list ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.dilvin-category-list li + li {
  margin-top: 10px;
}

.dilvin-pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.dilvin-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-right: 6px;
  border: 1px solid #d8d8d8;
}

.dilvin-pagination-links .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.dilvin-single-product .pd-crumb {
  margin-bottom: 18px;
}

.dilvin-product-meta {
  margin: 20px 0;
  color: #444;
}

.dilvin-product-meta p {
  margin-bottom: 10px;
}

.dilvin-simple-cart .addto {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dilvin-simple-cart .quantity {
  max-width: 90px;
}

.dilvin-simple-cart .btn-cart {
  flex: 1;
}

.dilvin-simple-cart .shoppinglist-box {
  flex: 0 0 136px;
  max-width: 136px;
}

.dilvin-simple-cart .btn-shopping-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
}

.dilvin-discover-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dilvin-editorial-tile {
  position: relative;
  display: block;
  overflow: hidden;
}

.dilvin-editorial-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at center 58%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0) 42%);
  pointer-events: none;
}

.dilvin-editorial-tile__label,
.dilvin-editorial-tile__cta {
  position: absolute;
  left: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}

.dilvin-editorial-tile__label {
  top: 43.5%;
  transform: translate(-50%, -50%);
  width: min(82%, 500px);
  padding: 14px 20px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(6px);
  font-family: "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-align: center;
  text-wrap: balance;
}

.dilvin-editorial-tile__cta {
  bottom: 3.8%;
  transform: translateX(-50%);
  min-width: 148px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(15, 15, 15, 0.42);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.dilvin-editorial-tile--wide .dilvin-editorial-tile__label {
  top: 40%;
  width: min(62%, 680px);
  font-size: clamp(24px, 3vw, 48px);
}

.dilvin-editorial-tile--wide .dilvin-editorial-tile__cta {
  bottom: 9%;
}

.dilvin-empty-state {
  padding: 18px 0;
  color: #555;
}

.dilvin-shop-template .dilvin-archive-context {
  margin: 6px 0 24px;
}

.dilvin-shop-template .dilvin-archive-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dilvin-shop-template .dilvin-archive-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.dilvin-shop-template .dilvin-archive-breadcrumbs a:hover,
.dilvin-shop-template .dilvin-archive-breadcrumbs a:focus {
  color: #111;
}

.dilvin-shop-template .dilvin-archive-breadcrumb-separator {
  opacity: 0.45;
}

.dilvin-shop-template .dilvin-archive-title {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.08;
}

.dilvin-shop-template .dilvin-archive-applied-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.dilvin-shop-template .dilvin-archive-filter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d9d4ca;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.dilvin-shop-template .cat-top-bar {
  margin-bottom: 18px;
}

.dilvin-shop-template .change-view {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dilvin-shop-template .change-view a {
  opacity: 0.45;
  transition: opacity 0.2s ease;
}

.dilvin-shop-template .change-view a.is-active,
.dilvin-shop-template .change-view a:hover,
.dilvin-shop-template .change-view a:focus {
  opacity: 1;
}

.dilvin-shop-template .filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dilvin-shop-template .filter-top .d-flex {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dilvin-shop-template .clear-filter {
  color: #8a8a8a;
  font-size: 14px;
  text-decoration: underline;
}

.dilvin-shop-template .filter-square {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.dilvin-shop-template .filter-square input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
  flex: 0 0 16px;
}

.dilvin-shop-template .filter-square.is-selected .filter-square-text {
  font-weight: 600;
}

.dilvin-shop-template .filter-square-text {
  flex: 1;
}

.dilvin-shop-template .text-muted {
  color: #7a7a7a;
}

.dilvin-shop-template .filter-search {
  margin-bottom: 18px;
}

.dilvin-shop-template .filter-search .prp-search {
  width: calc(100% - 52px);
}

.dilvin-shop-template .filter-search .prp-search-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.dilvin-shop-template .filter-square-box .filter-square:before,
.dilvin-shop-template .filter-square-box .filter-square:after {
  display: none !important;
  content: none !important;
}

.dilvin-shop-template .filter-branch + .filter-branch {
  margin-top: 4px;
}

.dilvin-shop-template .filter-parent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dilvin-shop-template .filter-parent-item .filter-square,
.dilvin-shop-template .filter-child-item .filter-square,
.dilvin-shop-template .filter-item .filter-square {
  width: 100%;
}

.dilvin-shop-template .filter-branch-toggle {
  border: 0;
  background: transparent;
  color: #111;
  width: 28px;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.dilvin-shop-template .filter-branch.is-expanded .filter-branch-toggle {
  transform: rotate(180deg);
}

.dilvin-shop-template .filter-branch-toggle:hover,
.dilvin-shop-template .filter-branch-toggle:focus {
  opacity: 0.7;
  outline: none;
}

.dilvin-shop-template .filter-children {
  padding-left: 28px;
  padding-top: 6px;
}

.dilvin-shop-template .filter-child-item {
  margin-top: 8px;
}

.dilvin-shop-template .filter-child-item .filter-square-text {
  font-size: 14px;
}

.dilvin-shop-template .filter-panel.right .modal-dialog {
  width: min(520px, 100%);
  height: 100vh;
  margin: 0 0 0 auto;
}

.dilvin-shop-template .filter-panel.right .modal-content {
  height: 100vh;
  border: 0;
  border-radius: 0;
}

.dilvin-shop-template .filter-panel .modal-header,
.dilvin-shop-template .filter-panel .modal-footer {
  border: 0;
}

.dilvin-shop-template .filter-panel .modal-body {
  overflow-y: auto;
  padding-top: 12px;
}

.dilvin-shop-template .filter-panel .modal-footer {
  padding-top: 0;
}

.dilvin-product-attribute-group + .dilvin-product-attribute-group {
  margin-top: 14px;
}

.dilvin-single-product .prd-group-container:empty,
.dilvin-single-product .variants-container:empty {
  display: none;
}

.dilvin-single-product .dilvin-variation-selects {
  display: none;
}

.dilvin-single-product .product-variants .dilvin-variant-option {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #1b1b1b;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.dilvin-single-product .product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.dilvin-single-product .product-variants .dilvin-variant-option:hover,
.dilvin-single-product .product-variants .dilvin-variant-option:focus-visible {
  background: #f4efe8;
  border-color: #111;
  outline: none;
}

.dilvin-single-product .product-variants .dilvin-variant-option.vselected,
.dilvin-single-product .product-variants .dilvin-variant-option[aria-pressed="true"] {
  background: #111;
  color: #fff;
  border-color: #111;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.14);
  transform: translateY(-1px);
}

.dilvin-single-product .product-variants .dilvin-variant-option.vprp-disabled,
.dilvin-single-product .product-variants .dilvin-variant-option[disabled] {
  background: #f6f4ef;
  color: #a29a91;
  border-color: #ddd7ce;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.dilvin-single-product .product-variants .dilvin-variant-option.vselected:hover,
.dilvin-single-product .product-variants .dilvin-variant-option[aria-pressed="true"]:hover,
.dilvin-single-product .product-variants .dilvin-variant-option.vselected:focus-visible,
.dilvin-single-product .product-variants .dilvin-variant-option[aria-pressed="true"]:focus-visible {
  background: #111;
  color: #fff;
}

.dilvin-single-product .vprp-title span,
.dilvin-single-product .prd-group-title .option-value {
  color: #7a7269;
}

.dilvin-single-product .product-variants + .product-variants {
  margin-top: 10px;
}

.dilvin-single-product .single_add_to_cart_button.disabled,
.dilvin-single-product .single_add_to_cart_button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.dilvin-single-product .size-guide {
  margin: 10px 0 18px;
  text-align: right;
}

.dilvin-single-product .size-guide-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dilvin-single-product .size-guide-button:hover,
.dilvin-single-product .size-guide-button:focus {
  color: #111;
  opacity: 0.72;
}

.dilvin-single-product-carousel,
.dilvin-single-product-related {
  padding: 40px 24px 48px;
}

.dilvin-single-product-carousel .module-title,
.dilvin-single-product-related .module-title {
  margin-bottom: 24px;
}

.dilvin-single-product-carousel .dl-product,
.dilvin-single-product-related .dl-product {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .dilvin-shop-template .dilvin-archive-context {
    margin-bottom: 18px;
  }

  .dilvin-shop-template .dilvin-archive-breadcrumbs {
    font-size: 11px;
  }

  .dilvin-shop-template .dilvin-archive-title {
    font-size: 26px;
  }

  .dilvin-archive-sort {
    margin-top: 12px;
  }

  .dilvin-pagination-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .dilvin-simple-cart .addto {
    flex-direction: row;
    align-items: stretch;
  }

  .dilvin-simple-cart .quantity {
    max-width: 100%;
  }

  .dilvin-single-product .product-variants .dilvin-variant-option,
  .dilvin-simple-cart .btn-cart {
    font-size: 16px;
  }

  .dilvin-simple-cart .btn-cart {
    flex: 1 1 auto;
    min-width: 0;
  }

  .dilvin-simple-cart .shoppinglist-box {
    flex: 0 0 84px;
    max-width: 84px;
  }

  .dilvin-simple-cart .btn-shopping-list {
    min-height: 52px;
  }

  .dilvin-shop-template .cat-top-bar-inner {
    gap: 16px;
  }

  .dilvin-shop-template .change-view {
    justify-content: flex-end;
    width: 100%;
  }

  .dilvin-cart-page .cart-product {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .dilvin-cart-page .cart-product > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
  }

  .dilvin-cart-page .cart-product-thumb {
    grid-column: 1;
    padding-right: 0;
  }

  .dilvin-cart-page .cart-description {
    grid-column: 2;
    padding-left: 0;
  }

  .dilvin-cart-page .cart-product-title {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .dilvin-cart-page .cart-unit-price {
    margin-top: 6px;
  }

  .dilvin-cart-page .cart-line-meta {
    grid-column: 1 / -1;
    justify-content: flex-start!important;
    margin-top: 12px;
    gap: 12px;
  }

  .dilvin-cart-page .cart-line-total,
  .dilvin-cart-page .cart-line-meta .delete {
    text-align: left;
  }

  .dilvin-cart-page .cart-line-meta .quanity-box {
    min-width: 72px;
  }

  .dilvin-cart-page .cart-line-total {
    min-width: 0;
    margin-left: auto;
  }

  .dilvin-checkout-coupon-toggle .woocommerce-info {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
  .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
  .woocommerce-billing-fields__field-wrapper #billing_city_field,
  .woocommerce-billing-fields__field-wrapper #billing_state_field,
  .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  .woocommerce-billing-fields__field-wrapper #billing_country_field,
  .woocommerce-billing-fields__field-wrapper #billing_email_field,
  .checkout_coupon .form-row-first,
  .checkout_coupon .form-row-last {
    width: 100%;
    float: none;
    grid-column: 1 / -1;
  }

  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
  background: #faf8f3;
  padding-bottom: 60px;
}

.dilvin-btn-block {
  width: 100%;
  justify-content: center;
}

.dilvin-section-head {
  margin-bottom: 28px;
}

.dilvin-section-head .main-title,
.dilvin-account-dashboard .main-title,
.dilvin-account-orders .main-title,
.dilvin-account-favourites .main-title,
.dilvin-account-addresses .main-title,
.dilvin-edit-account .main-title,
.dilvin-edit-address .main-title,
.dilvin-auth-box .main-title,
.dilvin-empty-cart .main-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.dilvin-section-head p,
.dilvin-account-dashboard > p,
.dilvin-account-favourites > p,
.dilvin-account-addresses > p,
.dilvin-empty-cart p {
  max-width: 620px;
  margin: 0;
  color: #444;
  line-height: 1.7;
}

.dilvin-cart-actions,
.dilvin-cart-summary,
.dilvin-checkout-panel,
.dilvin-checkout-sidebar,
.dilvin-auth-box,
.dilvin-account-content,
.dilvin-empty-cart {
  padding: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.dilvin-cart-summary,
.dilvin-checkout-sidebar {
  position: sticky;
  top: calc(96px + var(--wp-admin-offset));
}

.dilvin-coupon-box .input-group {
  width: 100%;
}

.dilvin-cart-submit-wrap,
.dilvin-cart-submit-wrap .btn {
  width: 100%;
}

.dilvin-checkout-columns--single .dilvin-checkout-panel {
  min-height: 100%;
}

.dilvin-checkout-additional {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ece8df;
}

.dilvin-checkout-additional > h3,
.dilvin-checkout-additional #ship-to-different-address {
  display: none;
}

.dilvin-cart-page .cart-product {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #ece8df;
}

.dilvin-cart-page .cart-product:first-child {
  padding-top: 0;
}

.dilvin-cart-page .cart-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dilvin-cart-page .cart-product-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dilvin-cart-page .cart-description {
  padding-left: 12px;
}

.dilvin-cart-page .cart-product-title {
  margin: 0 0 10px;
  line-height: 1.45;
}

.dilvin-cart-page .cart-product-title a {
  color: #111;
  text-decoration: none;
}

.dilvin-cart-page .cart-item-attributes-inline {
  color: #6f685f;
  font-weight: 500;
}

.dilvin-cart-page .cart-unit-price,
.dilvin-cart-page .cart-line-total {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.dilvin-cart-page .cart-line-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.dilvin-cart-page .cart-line-meta .quanity-box {
  min-width: 92px;
}

.dilvin-cart-page .cart-line-total {
  min-width: 88px;
  text-align: right;
}

.dilvin-cart-page .cart-line-meta .delete {
  min-width: 20px;
  text-align: right;
}

.dilvin-coupon-box {
  margin-bottom: 18px;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 16px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin: 0;
  float: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: auto !important;
  float: none !important;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce .woocommerce-billing-fields__field-wrapper select,
.woocommerce .woocommerce-billing-fields__field-wrapper textarea {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
  grid-column: span 1;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-billing-fields__field-wrapper #billing_email_field {
  grid-column: 1 / -1;
}

.checkout_coupon::after {
  content: "";
  display: table;
  clear: both;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
  width: calc(50% - 10px);
}

.checkout_coupon .form-row-first {
  float: left;
}

.checkout_coupon .form-row-last {
  float: right;
}

.checkout_coupon .form-row-wide {
  clear: both;
}

.dilvin-cart-summary .title-md,
.dilvin-checkout-sidebar .title-sm {
  margin-top: 0;
  margin-bottom: 18px;
}

.dilvin-cart-totals-table,
.dilvin-review-order-table,
.dilvin-orders-table {
  width: 100%;
}

.dilvin-cart-totals-table th,
.dilvin-cart-totals-table td,
.dilvin-review-order-table th,
.dilvin-review-order-table td,
.dilvin-orders-table th,
.dilvin-orders-table td {
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.dilvin-cart-totals-table tr:last-child th,
.dilvin-cart-totals-table tr:last-child td,
.dilvin-review-order-table tr:last-child th,
.dilvin-review-order-table tr:last-child td {
  border-bottom: 0;
}

.dilvin-proceed-checkout {
  margin-top: 20px;
}

.dilvin-account-content > *:first-child,
.dilvin-checkout-panel > *:first-child,
.dilvin-checkout-sidebar > *:first-child,
.dilvin-auth-box > *:first-child {
  margin-top: 0;
}

.dilvin-account-page-row {
  align-items: flex-start;
}

.dilvin-account-page-row .km-sidebar {
  position: sticky;
  top: calc(96px + var(--wp-admin-offset));
  margin-right: 0 !important;
}

.dilvin-account-sidebar-header {
  margin-bottom: 18px;
  padding: 24px 22px 20px;
  border: 1px solid #e5e0d7;
  background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.dilvin-account-sidebar-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b7369;
}

.dilvin-account-sidebar-header .title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.05;
}

.dilvin-account-sidebar-copy {
  margin: 0;
  color: #5b544b;
  line-height: 1.7;
}

.woocommerce-MyAccount-navigation.sidebar-navigation {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  border: 1px solid #e5e0d7;
  background: #fff;
}

.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation {
  margin: 0;
}

.woocommerce-MyAccount-navigation.sidebar-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation li,
.woocommerce-MyAccount-navigation.sidebar-navigation li {
  display: block;
  float: none;
  flex: none;
  width: 100%;
  margin: 0;
  text-align: left;
  border-top: 1px solid #f0ebe2;
}

.woocommerce-MyAccount-navigation.sidebar-navigation li:first-child {
  border-top: 0;
}

.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation a,
.woocommerce-MyAccount-navigation.sidebar-navigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  gap: 16px;
  margin: 0 !important;
  padding: 16px 20px !important;
  color: #111;
  text-decoration: none;
  transition: background 0.2s ease, padding 0.2s ease;
}

.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation li a::before,
.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation li a::after,
.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation li.active a::before,
.km-sidebar .woocommerce-MyAccount-navigation.sidebar-navigation li.active a::after {
  content: none !important;
}

.woocommerce-MyAccount-navigation.sidebar-navigation a:hover,
.woocommerce-MyAccount-navigation.sidebar-navigation a:focus {
  background: #fbf8f1;
  color: #111;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation.sidebar-navigation .is-active a,
.woocommerce-MyAccount-navigation.sidebar-navigation a[aria-current="page"] {
  background: #111;
  color: #fff;
  padding-left: 24px;
}

.dilvin-account-nav-label {
  font-weight: 600;
}

.dilvin-account-nav-arrow {
  display: inline-block;
  margin-left: auto;
  font-size: 20px;
  line-height: 1;
  opacity: 0.65;
}

.dilvin-account-content {
  min-height: 100%;
}

.dilvin-account-page-row .account-wrap.account-detail {
  margin-top: 0;
}

.dilvin-account-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid #e5e0d7;
  background:
    radial-gradient(circle at top right, rgba(235, 228, 216, 0.9), transparent 30%),
    linear-gradient(180deg, #fff 0%, #faf7f0 100%);
}

.dilvin-account-hero__content {
  max-width: 640px;
}

.dilvin-account-hero__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b7369;
}

.dilvin-account-hero__meta {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.dilvin-account-hero__meta-item {
  padding: 14px 16px;
  border: 1px solid #e3ddd2;
  background: rgba(255, 255, 255, 0.8);
}

.dilvin-account-hero__meta-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b7369;
}

.dilvin-account-card {
  display: block;
  height: 100%;
  padding: 24px;
  border: 1px solid #e5e0d7;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dilvin-account-card:hover,
.dilvin-account-card:focus {
  color: #111;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dilvin-account-card .title-sm {
  display: block;
  margin-bottom: 10px;
}

.dilvin-account-card p {
  margin: 0;
  color: #444;
  line-height: 1.7;
}

.dilvin-account-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dilvin-account-cards,
.dilvin-auth-row,
.dilvin-account-page-row {
  row-gap: 20px;
}

.dilvin-account-favourites .dl-product {
  margin-top: 28px;
}

.dilvin-account-favourites .dl-product .item {
  margin-bottom: 0;
}

.dilvin-account-favourites .product {
  position: relative;
}

.dilvin-account-favourites .product .description {
  min-height: auto;
  padding-top: 10px;
}

.dilvin-account-favourites .product .price,
.dilvin-account-favourites .product .price-box {
  min-height: 0;
  margin-bottom: 10px;
}

.dilvin-account-favourites .product .action-control {
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}

.dilvin-account-favourites .dilvin-card-link {
  display: inline-block;
  margin-top: 2px;
}

.dilvin-orders-table .btn,
.dilvin-order-action {
  margin-right: 8px;
  margin-bottom: 8px;
}

.dilvin-account-empty {
  padding: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.dilvin-auth-box form,
.dilvin-edit-account form,
.dilvin-edit-address form,
.dilvin-checkout-form,
.dilvin-cart-page form {
  margin-top: 14px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.dilvin-coupon-box .input-text {
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce form .form-row textarea {
  min-height: 140px;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.woocommerce-checkout-payment {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
}

.woocommerce-checkout-payment .button,
.woocommerce-EditAccountForm .button,
.woocommerce-form-login .button,
.woocommerce-form-register .button {
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 14px 20px;
}

.woocommerce-checkout-payment .button:hover,
.woocommerce-checkout-payment .button:focus,
.woocommerce-EditAccountForm .button:hover,
.woocommerce-EditAccountForm .button:focus,
.woocommerce-form-login .button:hover,
.woocommerce-form-login .button:focus,
.woocommerce-form-register .button:hover,
.woocommerce-form-register .button:focus {
  background: #111;
  color: #fff;
}

.woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

.dilvin-checkout-coupon-toggle {
  margin-bottom: 28px;
}

.dilvin-checkout-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 12px;
  border-color: #d9d2c7;
  background: #fff;
  padding: 16px 18px;
}

.dilvin-checkout-coupon-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 22px;
}

.dilvin-checkout-coupon-toggle__text {
  font-weight: 600;
}

.dilvin-checkout-coupon-toggle__link {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.dilvin-checkout-coupon-toggle__link:hover,
.dilvin-checkout-coupon-toggle__link:focus {
  color: #111;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 14px 18px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
}

.woocommerce-error {
  border-color: #bf3131;
}

.woocommerce-message a.button,
.woocommerce-info a.button {
  float: right;
  margin-left: 12px;
}

.dilvin-single-product-cart-feedback {
  margin-top: 14px;
}

.dilvin-single-product-favourites-feedback {
  margin-top: 12px;
}

.dilvin-single-product-cart-feedback .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

.dilvin-single-product-favourites-feedback .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

.dilvin-single-product-cart-feedback .woocommerce-message,
.dilvin-single-product-cart-feedback .woocommerce-info,
.dilvin-single-product-favourites-feedback .woocommerce-message,
.dilvin-single-product-favourites-feedback .woocommerce-info {
  border-color: #9fd3ae;
  background: #e8f7ea;
  color: #1d4d2b;
  padding: 14px 18px;
}

.dilvin-single-product-cart-feedback .woocommerce-error,
.dilvin-single-product-favourites-feedback .woocommerce-error {
  border-color: #d97b7b;
  background: #fff1f1;
  color: #7c2323;
  padding: 14px 18px;
}

.dilvin-single-product-cart-feedback .woocommerce-message a,
.dilvin-single-product-cart-feedback .woocommerce-info a,
.dilvin-single-product-favourites-feedback .woocommerce-message a,
.dilvin-single-product-favourites-feedback .woocommerce-info a {
  color: #1b6b36;
  font-weight: 700;
  text-decoration: underline;
}

.dilvin-single-product-cart-feedback .woocommerce-message[role="alert"]::before,
.dilvin-single-product-cart-feedback .woocommerce-info[role="alert"]::before,
.dilvin-single-product-cart-feedback .woocommerce-error[role="alert"]::before,
.dilvin-single-product-favourites-feedback .woocommerce-message[role="alert"]::before,
.dilvin-single-product-favourites-feedback .woocommerce-info[role="alert"]::before,
.dilvin-single-product-favourites-feedback .woocommerce-error[role="alert"]::before {
  content: none;
}

.dilvin-favourite-toggle {
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.dilvin-favourite-toggle::before {
  transition: color 0.2s ease, transform 0.2s ease;
}

.dilvin-favourite-toggle:hover,
.dilvin-favourite-toggle:focus {
  border-color: #111;
  transform: translateY(-1px);
}

.dilvin-favourite-toggle.is-active {
  border-color: #111;
  background: #111;
}

.dilvin-favourite-toggle.is-active::before {
  color: #fff;
}

.dilvin-favourite-toggle.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.cart-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-menu > a .cart-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
}

.cart-menu > a .cart-icon-wrap i {
  font-size: 24px;
}

.cart-menu > a .cart-quantity {
  position: absolute;
  top: -7px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}

.cart-menu > a .cart-quantity:empty {
  display: none;
}

.cart-menu > a .cart-quantity.is-empty {
  display: none;
}

@media (max-width: 991px) {
  .navbar-holder {
    position: relative;
    min-height: 60px;
  }

  .holder-left,
  .holder-right {
    flex: 1 1 0;
    min-width: 0;
  }

  .holder-left {
    justify-content: flex-start;
  }

  .holder-right {
    justify-content: flex-end;
    gap: 2px;
  }

  .header-menu,
  .search-new,
  .user-menu-box,
  .cart-menu {
    flex: 0 0 auto;
  }

  .grd-logo {
    width: min(110px, calc(100% - 148px));
    z-index: 1;
  }

  .grd-logo .navbar-brand {
    display: flex;
    justify-content: center;
  }

  .cart-menu > a {
    gap: 0;
  }

  .cart-menu > a .cart-response {
    display: none;
  }
}

body.dilvin-cart-drawer-open {
  overflow: hidden;
}

.dilvin-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 10030;
  pointer-events: none;
}

.dilvin-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.dilvin-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(430px, 100vw);
  height: 100%;
  background: #fff;
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 0.24s ease;
}

.dilvin-cart-drawer.is-open {
  pointer-events: auto;
}

.dilvin-cart-drawer.is-open .dilvin-cart-drawer__backdrop {
  opacity: 1;
}

.dilvin-cart-drawer.is-open .dilvin-cart-drawer__panel {
  transform: translateX(0);
}

.dilvin-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #e5e5e5;
}

.dilvin-cart-drawer__header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.dilvin-cart-drawer__close {
  border: 0;
  background: transparent;
  color: #111;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.dilvin-cart-drawer__content {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  padding: 0 18px 18px;
}

.dilvin-cart-drawer__content .mini-cart-table {
  padding-top: 18px;
}

.dilvin-cart-drawer__content .empty-minicart {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.dilvin-cart-toast {
  position: fixed;
  top: calc(90px + var(--wp-admin-offset));
  right: 24px;
  z-index: 10020;
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid #9fd3ae;
  background: #e8f7ea;
  color: #1d4d2b;
  box-shadow: 0 16px 32px rgba(34, 97, 51, 0.14);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  font-size: 14px;
  line-height: 1.5;
}

.dilvin-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dilvin-cart-toast a {
  color: #1b6b36;
  font-weight: 700;
  text-decoration: underline;
}

.dilvin-cart-toast a:hover,
.dilvin-cart-toast a:focus {
  color: #145129;
}

.dilvin-newsletter-form {
  margin: 0;
}

.dilvin-newsletter-feedback {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #ded7cf;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.dilvin-newsletter-feedback--success,
.dilvin-newsletter-feedback--info {
  background: #f7f3ee;
  color: #2f2a26;
}

.dilvin-newsletter-feedback--error {
  background: #fff2f2;
  border-color: #efc4c4;
  color: #8c2f2f;
}

.dilvin-newsletter-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.dilvin-slider-nav-top .product-show-case .owl-dots,
.product-show-case[data-pgn="false"] .owl-dots {
  display: none !important;
}

@media (max-width: 991px) {
  .dilvin-slider-nav-top {
    padding-top: 18px;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -41px;
    right: 8px;
    left: auto;
    width: auto;
    z-index: 3;
    padding: 0;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next {
    position: relative;
    top: auto;
    transform: none;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: #111;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    padding: 0;
    opacity: 0.9;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev .dilvin-chevron,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next .dilvin-chevron {
    display: inline-flex;
    width: 12px;
    height: 12px;
    align-items: center;
    justify-content: center;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev .dilvin-chevron svg,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next .dilvin-chevron svg {
    width: 12px;
    height: 12px;
    display: block;
    stroke: #111;
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev:hover,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next:hover,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev:focus,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next:focus {
    background: transparent !important;
    opacity: 0.55;
    outline: none;
  }
}

@media (min-width: 992px) {
  .dilvin-slider-nav-top {
    padding-top: 8px;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -42px;
    right: 8px;
    left: auto;
    width: auto;
    z-index: 3;
    padding: 0;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next {
    position: relative;
    top: auto;
    transform: none;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    padding: 0;
    opacity: 0.9;
    transition: opacity 0.2s ease;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev .dilvin-chevron,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next .dilvin-chevron {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev .dilvin-chevron svg,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next .dilvin-chevron svg {
    width: 14px;
    height: 14px;
    display: block;
    stroke: #111;
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev:hover,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next:hover,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-prev:focus,
  .dilvin-slider-nav-top .product-show-case .owl-nav button.owl-next:focus {
    background: transparent;
    opacity: 0.55;
    outline: none;
  }

  .greybg .side-product-box .product-show-case .image-hover {
    min-height: 520px;
    max-height: 520px;
  }

  .greybg .side-product-box .product-show-case .image-hover a {
    height: 520px;
  }

  .greybg .side-product-box .product-show-case .image-hover a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .greybg .side-product-box .urun-slider {
    padding: 0 42px;
  }
}

@media (max-width: 991px) {
  .dilvin-editorial-tile__label {
    width: min(84%, 420px);
    top: 44%;
    padding: 10px 14px;
    font-size: clamp(22px, 3.4vw, 34px);
  }

  .dilvin-editorial-tile__cta {
    min-width: 132px;
    bottom: 3.5%;
    padding: 12px 22px;
  }

  .dilvin-editorial-tile--wide .dilvin-editorial-tile__label {
    top: 38%;
    width: min(74%, 520px);
    font-size: clamp(20px, 3vw, 32px);
  }

  .dilvin-editorial-tile--wide .dilvin-editorial-tile__cta {
    bottom: 8%;
  }

  .dilvin-cart-summary,
  .dilvin-checkout-sidebar {
    position: static;
    top: auto;
  }

  .dilvin-cart-actions,
  .dilvin-cart-summary,
  .dilvin-checkout-panel,
  .dilvin-checkout-sidebar,
  .dilvin-auth-box,
  .dilvin-account-content,
  .dilvin-empty-cart {
    padding: 20px;
  }

  .dilvin-account-page-row .km-sidebar {
    position: static;
    top: auto;
  }

  .dilvin-account-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .dilvin-account-hero__meta {
    min-width: 0;
    width: 100%;
  }

  .cart-menu > a .cart-quantity {
    top: -6px;
    right: -8px;
  }

  .dilvin-cart-drawer__panel {
    width: min(390px, 100vw);
  }
}

@media (max-width: 767px) {
  .dilvin-editorial-tile__label {
    top: 50%;
    width: min(86%, 320px);
    padding: 10px 12px;
    font-size: clamp(20px, 6vw, 30px);
  }

  .dilvin-editorial-tile__cta {
    bottom: 3.2%;
    min-width: 118px;
    padding: 11px 18px;
    font-size: 12px;
  }

  .dilvin-editorial-tile--wide .dilvin-editorial-tile__label {
    top: 36%;
    width: min(86%, 360px);
    font-size: clamp(18px, 5vw, 26px);
  }

  .dilvin-editorial-tile--wide .dilvin-editorial-tile__cta {
    bottom: 7%;
  }

  .dilvin-cart-toast {
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .woocommerce-message a.button,
  .woocommerce-info a.button {
    float: none;
    display: block;
    margin: 12px 0 0;
  }
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field{
    display: flex;
    width: 100% !important;
    align-items: flex-end;
}

#billing_address_2_field .woocommerce-input-wrapper,
#billing_address_2_field input {
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-info::before{
  display: none!important;
}