/* ---------------------------------START FONTS---------------------------------- */
:root
{
    --decoz-pink:#d6aab0;
    --decoz-pink-soft:#f6e1e5;
    --decoz-pink-dark:#b97f89;
    --decoz-black:#000000;
    --decoz-black-soft:#111827;
    --decoz-white:#ffffff;
    --decoz-white-shade:#f3f3f3;
    --decoz-border:#e5e5e5;
    --decoz-text-size:16px;
    --decoz-top-size:16px;
    --decoz-input-size:16px;
    --decoz-input-height:42px;
    --decoz-title-size:36px;
    --decoz-heading-size:40px;
    --decoz-subheading-size:25px;
    --decoz-content-size:16px;
    --decoz-minor-size:16px;
    --decoz-tiny-size:13px;
    --decoz-price-size:60px;
    --decoz-main-heading-size:80px;
    --decoz-section-title-size:36px;
    --decoz-section-subtitle-size:16px;
    --decoz-product-title-size:26px;
    --decoz-product-rating-size:32px;
    --decoz-product-review-size:13px;
    --decoz-product-price-size:40px;
    --decoz-product-old-price-size:20px;
    --decoz-product-info-padding:10px;
}

*,
*::before,
*::after
{
	box-sizing:border-box;
}

html
{
	width:100%;
	max-width:100%;
	overflow-x:hidden;
}

@font-face 
{ 
    font-family: Garet; 
    src: url("../../font/garet_book.ttf");
    font-display: swap;
}
@font-face 
{ 
    font-family: Garet;
	font-weight:bold;
    src: url("../../font/garet_heavy.ttf");
    font-display: swap;
}

@font-face 
{ 
    font-family: Quicksand; 
    src: url("../../font/quicksand_book.otf");
    font-display: swap;
}
@font-face 
{ 
    font-family: Quicksand;
	font-style:italic;
    src: url("../../font/quicksand_book_oblique.otf");
    font-display: swap;
}

@font-face 
{ 
    font-family: Quicksand; 
	font-weight:bold;
    src: url("../../font/quicksand_bold.otf");
    font-display: swap;
}
@font-face 
{ 
    font-family: Quicksand; 
	font-weight:bold;
	font-style:italic;
    src: url("../../font/quicksand_bold_oblique.otf");
    font-display: swap;
}

@font-face 
{ 
    font-family: CaviarDreams; 
    src: url("../../font/caviar_dreams.ttf");
    font-display: swap;
}
@font-face 
{ 
    font-family: CaviarDreams;
	font-weight: bold;
    src: url("../../font/caviar_dreams_bold.ttf");
    font-display: swap;
}
@font-face 
{ 
    font-family: CaviarDreams;
	font-style: italic;
    src: url("../../font/caviar_dreams_italic.ttf");
    font-display: swap;
}
@font-face 
{ 
    font-family: CaviarDreams;
	font-weight: bold;
	font-style: italic;
    src: url("../../font/caviar_dreams_bold_italic.ttf");
    font-display: swap;
}
/* ---------------------------------END FONTS---------------------------------- */
/* ---------------------------------START HEADER---------------------------------- */
.headerbutton > div
{
    margin-left:25px;
    margin-right:10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.headerbutton > div > img
{
    width:32px;
    height:32px;
}
.headerbutton > div > span
{
    color:black;
    font-size: 20px;
}
.headerbutton:hover > div > span 
{
    color:#d6aab0;
}
.headerbutton:hover > div > .portal
{
    content:url("../../content/icons/accounthover.png?i=1");
}
.headerbutton:hover > div > .help
{
    content:url("../../content/icons/helphover.png?i=1");
}
.headerbutton:hover > div > .love
{
    content:url("../../content/icons/lovehover.png?i=1");
}
.headerbutton:hover > div > .cart
{
    content:url("../../content/icons/carthover.png?i=1");
}
.logoholder
{
    padding-top:10px;
    padding-bottom:10px;
}
.topHolder
{
	width: 100%;
	position:relative;
	max-width:2000px;
	margin: 0 auto;
    padding:10px;
    box-sizing:border-box;
}
body .content-width,
body .filter-inner
{
	width:100%;
	max-width:2000px;
	margin:0 auto;
	box-sizing:border-box;
}
.linkunderline
{
    width: 75px;
    height: 2px;
    margin: 8px auto;
    background: #d6aab0;
}
.headerunderline
{
    position:absolute;
    width: 100%;
    height: 5px;
    background: #d6aab0;
    bottom:-1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#accountPadding
{
    padding:10px 30px 10px 30px;
}
.mobileLink > div
{
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mobileLink > div > img
{
    width:28px;
}
#dlogo
{
    float:left;
}
#dlogo > span
{
    color:#d6aab0;
    font-size:65px;
    float:left;
}
#ecozlogo
{
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#ecozlogo > span:first-child
{
    font-size:55px;
    color:black;
    margin-top:10px;
    line-height: 70px;
}
#ecozlogo > span
{
    font-family: 'CaviarDreams';
    font-size:20px;
    color:black;
    line-height:0px;
}
.toplinks > a
{
    margin-left: 20px;
}

#popup
{
    position: fixed; 
    bottom: 25px;
    left: 25px;
    background-color: rgb(214, 170, 176);
    z-index: 101;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 75%);
    cursor: pointer;
    display:none;
    max-width: min(420px, calc(100vw - 24px));
    box-sizing: border-box;
}
#popup > div:first-of-type
{
    padding: 10px;
    display:flex;
    align-items:center;
    gap:14px;
    box-sizing:border-box;
}
#popupimage
{
    width:75px;
    flex:0 0 75px;
}
#popuptext
{
    min-width:0;
    font-size:15px;
    font-family:'Quicksand';
    color:black;
    line-height:1.45;
}
#togglePassword1 {
    background-position: 0 0; /* Initial position for closed eye */
}

#togglePassword1.showPassword {
    background-position: -40px 0; /* Shifted position for open eye */
}
#togglePassword2 {
    background-position: 0 0; /* Initial position for closed eye */
}

#togglePassword2.showPassword {
    background-position: -40px 0; /* Shifted position for open eye */
}

@media only screen and (max-width: 1300px) 
{
    :root
    {
        --decoz-text-size:15px;
        --decoz-top-size:14px;
        --decoz-input-size:15px;
        --decoz-input-height:40px;
        --decoz-title-size:32px;
        --decoz-heading-size:30px;
        --decoz-subheading-size:22px;
        --decoz-content-size:15px;
        --decoz-minor-size:15px;
        --decoz-tiny-size:12px;
        --decoz-price-size:50px;
        --decoz-main-heading-size:50px;
        --decoz-section-title-size:32px;
        --decoz-section-subtitle-size:15px;
        --decoz-product-title-size:20px;
        --decoz-product-rating-size:27px;
        --decoz-product-review-size:12px;
        --decoz-product-price-size:34px;
        --decoz-product-old-price-size:17px;
        --decoz-product-info-padding:8px;
    }

    #popup
    {
        bottom: 10px;
        left: 10px;
    }
    #popup > div:first-of-type
    {
        padding: 7px;
        gap:10px;
    }
    #popupimage
    {
        width:50px;
        flex-basis:50px;
    }
    #popuptext
    {
        font-size:12px;
        line-height:1.35;
    }
}
@media only screen and (max-width: 1100px) 
{
    #accountPadding
	{
	    padding:10px;
	}
    .mobileLink > div
    {
        margin-left: 19px;
        margin-right: 19px;
    }
    .mobileLink > div > img
    {
        width:24px;
    }
}
@media only screen and (max-width: 700px) 
{
    :root
    {
        --decoz-text-size:14px;
        --decoz-top-size:10px;
        --decoz-input-size:14px;
        --decoz-input-height:38px;
        --decoz-title-size:28px;
        --decoz-heading-size:20px;
        --decoz-subheading-size:18px;
        --decoz-content-size:14px;
        --decoz-minor-size:11px;
        --decoz-tiny-size:10px;
        --decoz-price-size:32px;
        --decoz-main-heading-size:30px;
        --decoz-section-title-size:28px;
        --decoz-section-subtitle-size:14px;
        --decoz-product-title-size:18px;
        --decoz-product-rating-size:22px;
        --decoz-product-review-size:12px;
        --decoz-product-price-size:28px;
        --decoz-product-old-price-size:14px;
        --decoz-product-info-padding:10px;
    }

    #popup
    {
        bottom: 10px;
        left: 10px;
        max-width:calc(100vw - 20px);
    }
    #popup > div:first-of-type
    {
        padding: 5px;
        gap:8px;
    }
    #popupimage
    {
        width:30px;
        flex-basis:30px;
    }
    #popuptext
    {
        font-size:10px;
        line-height:1.25;
    }
    .logoholder
    {
        padding-top:5px;
        padding-bottom:5px;
    }
    .logoholder > img
    {
        height:30px !important;
    }
    .toplinks > a
    {
        margin-left: 5px;
    }
    .topHolder
	{
		width: 100%;
		max-width:550px;
        padding:5px;
	}
	.topHolder.content-width
	{
		width:calc(100% - 24px);
		max-width:2000px;
	}
    #accountPadding
	{
	    padding:5px;
	}
    #dlogo > span
    {
        font-size:50px;
    }
    #ecozlogo > span:first-child
    {
        font-size:40px;
        line-height: 50px;
    }
    #ecozlogo > span
    {
        font-size:12px;
        line-height:0px;
    }

    .mobileLink > div
    {
        margin-left: 0px;
        margin-right: 15px;
    }
    .mobileLink > div > img
    {
        width:18px;
    }
}
@media only screen and (max-width: 500px) 
{
    .mobileLink > div
    {
        margin-left: 8px;
        margin-right: 8px;
    }
    .mobileLink > div > img
    {
        width:16px;
    }
    .mobileLink > div > span
    {
        font-size:11px;
    }
}
@media only screen and (max-width: 480px) 
{
    .mobileLink > div
    {
        margin-left: 6px;
        margin-right: 6px;
    }
    .mobileLink > div > img
    {
        width:16px;
    }
}
/* ---------------------------------END HEADER---------------------------------- */
/* ---------------------------------START CONTENT---------------------------------- */
body
{
	margin:0; 
	padding:0;
	width:100%;
	max-width:100%;
	overflow-x:hidden;
    background: linear-gradient(180deg, white 0%, #f6ccb6 150%);
    min-height: 100vh;
    background-size: cover;
    font-size:var(--decoz-content-size);
	display:flex;
	flex-direction:column;
}

img,
video,
iframe
{
	max-width:100%;
}
.bodyholder
{
	width: 100%;
	position:relative;
	max-width:2000px;
    min-height:500px;
	margin: 0 auto;
    box-sizing:border-box;
	flex:1 0 auto;
}

@media only screen and (min-width: 701px)
{
	.decozShortPageBody
	{
		min-height:clamp(620px, 58vh, 780px);
	}
}

.preload { 
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: linear-gradient(180deg, white 0%, #f6ccb6 150%);
}
.preload.preload-done
{
	opacity:0;
	pointer-events:none;
	visibility:hidden;
	transition:opacity 180ms ease, visibility 0s linear 180ms;
}
.preload > .lds-heart { 
    width:100px;
    height: 100px;
    position: fixed;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #f6ccb6;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background: #f6ccb6;
}
.lds-heart div:before {
  left: -65px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -65px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.clickproduct
{
	cursor:pointer;
	width:100%;
	display:block;
	position:relative;
	text-decoration:none;
	color:inherit;
	transition: 0.3s;
}
.clickproduct:hover
{
	box-shadow: 0px 0px 1px 1px #78787875;
	background:white;
}
.smallbodyholder
{
	width: 90%;
	position:relative;
	max-width:2000px;
	margin: 0 auto;
}
/*
.bodypadding
{
    padding-left:10px;
    padding-right:10px;
}
@keyframes rotate 
{ 
	from {transform: rotate(0deg);} 
	to {transform: rotate(360deg);} 
}
.updateholder
{
    width:33.33%;
    position:relative;
    float:left;
}
.updateinner
{
    padding-right:10px;
}
*/
.popup
{
    position: fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    visibility:hidden;
    overflow:hidden;
    opacity:0;
    z-index:106;
    border-radius:10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family:Arial, sans-serif;
    background-color:white;
}
.popupHeader
{
    position:relative;
    width:100%;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:linear-gradient(90deg, #d6aab0 0%, #f2d7dc 100%);
    border-bottom:2px solid #b89ba0;
}
.popupContent
{
    position:relative;
    width:100%;
    height:calc(100% - 47px);
    overflow-y:auto;
    overflow-x:hidden;
    background-color:#f3f3f3;
}

.decozPopup
{
	width:calc(100% - 32px);
	max-width:640px;
	height:auto;
	max-height:80vh;
	border:1px solid var(--decoz-pink-dark, #b97f89);
	border-radius:0;
	box-shadow:0 18px 45px rgba(0, 0, 0, .22);
	font-family:"Garet", Arial, sans-serif;
	background:var(--decoz-white, #ffffff);
}

.decozPopupHeader
{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	min-height:52px;
	height:auto;
	padding:0 56px 0 20px;
	background:var(--decoz-pink, #d6aab0);
	border-bottom:2px solid var(--decoz-black, #000000);
	box-sizing:border-box;
}

.decozPopupTitleBlock
{
	min-width:0;
	padding:10px 0;
}

.decozPopupTitle
{
	margin:0;
	font-family:"Garet";
	font-size:22px;
	font-weight:normal;
	color:var(--decoz-black, #000000);
}

.decozPopupNote
{
	margin:14px 18px 0 18px;
	color:var(--decoz-black-soft, #111827);
	font-family:"Garet";
	font-size:13px;
	line-height:1.35;
	opacity:.78;
}

.decozPopupNote:empty
{
	display:none;
}

.decozPopupCloseWrap
{
	position:absolute;
	top:0;
	right:0;
	width:52px;
	height:100%;
}

.decozPopupContent
{
	height:auto;
	max-height:calc(80vh - 53px);
	background:var(--decoz-white, #ffffff);
	overflow-y:auto;
	overflow-x:hidden;
}

.decozPopupForm
{
	display:flex;
	flex-direction:column;
	gap:18px;
	padding:22px;
	box-sizing:border-box;
}

.decozPopupBlock
{
	padding:18px;
	border:1px solid var(--decoz-border, #e5e5e5);
	background:var(--decoz-white-shade, #f3f3f3);
	box-sizing:border-box;
}

.decozPopupBlock label
{
	display:block;
	margin-bottom:8px;
	font-family:"Garet";
	font-size:var(--decoz-content-size, 16px);
	font-weight:bold;
	color:var(--decoz-black, #000000);
}

.decozPopupBlock select,
.decozPopupBlock input,
.decozPopupBlock textarea
{
	width:100%;
	min-height:var(--decoz-input-height, 42px);
	box-sizing:border-box;
	font-family:"Garet";
	font-size:var(--decoz-input-size, 16px);
}

.decozPopupMessage
{
	padding:22px;
	font-family:"Garet";
	font-size:var(--decoz-content-size, 16px);
	line-height:1.45;
	color:var(--decoz-black-soft, #111827);
	box-sizing:border-box;
}

.decozPopupStatus
{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:12px;
	font-family:"Garet";
	font-size:var(--decoz-content-size, 16px);
	font-weight:bold;
	color:var(--decoz-black, #000000);
}

.decozPopupStatusDot
{
	width:12px;
	height:12px;
	display:inline-block;
	background:var(--decoz-pink-dark, #9b5f6d);
}

.decozPopupText
{
	font-family:"Garet";
	font-size:var(--decoz-content-size, 16px);
	line-height:1.45;
	color:var(--decoz-black-soft, #111827);
}

.decozPopupMeta
{
	display:grid;
	grid-template-columns:90px 1fr;
	gap:10px;
	margin-top:12px;
	font-family:"Garet";
	font-size:var(--decoz-minor-size, 16px);
	color:var(--decoz-black-soft, #111827);
}

.decozPopupMeta span:first-child
{
	color:#667085;
}

.decozPopupMeta span:last-child
{
	font-family:"Garet";
	font-weight:bold;
}

.decozPopupDetails
{
	margin:0 22px 18px 22px;
	padding:12px;
	border:1px solid var(--decoz-border, #e5e5e5);
	background:var(--decoz-white, #ffffff);
	box-sizing:border-box;
}

.decozPopupDetailsSummary
{
	cursor:pointer;
	font-family:"Garet";
	font-size:var(--decoz-minor-size, 16px);
	color:var(--decoz-black, #000000);
}

.decozPopupDetailsText
{
	margin:12px 0 0 0;
	white-space:pre-wrap;
	font-family:Consolas, monospace;
	font-size:12px;
	color:var(--decoz-black-soft, #111827);
}

.decozPopupActions
{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:12px;
	padding:0 22px 22px 22px;
	box-sizing:border-box;
}

.decozPopupForm .decozPopupActions
{
	padding:0;
}

.decozPopupButton
{
	min-height:var(--decoz-input-height, 42px);
	padding:0 18px;
	border:1px solid var(--decoz-border, #e5e5e5);
	font-family:"Garet";
	font-size:var(--decoz-input-size, 16px);
	cursor:pointer;
	background:var(--decoz-white, #ffffff);
	color:var(--decoz-black, #000000);
}

.decozPopupButton:hover
{
	border-color:var(--decoz-pink-dark, #b97f89);
}

.decozPopupButtonPrimary
{
	background:var(--decoz-pink, #d6aab0);
	border-color:var(--decoz-pink, #d6aab0);
}

.decozPopupButtonPrimary:hover
{
	background:var(--decoz-pink-dark, #b97f89);
	border-color:var(--decoz-pink-dark, #b97f89);
	color:var(--decoz-white, #ffffff);
}

.decozActiveFilters
{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin-top:12px;
}

.decozActiveFilters:empty
{
	display:none;
}

.decozActiveFilterButton
{
	display:inline-flex;
	align-items:center;
	gap:6px;
	min-height:34px;
	padding:0 12px;
	border:1px solid var(--decoz-border, #e5e5e5);
	background:var(--decoz-white, #ffffff);
	color:var(--decoz-black, #000000);
	cursor:pointer;
	font-family:"Garet";
	font-size:13px;
	box-sizing:border-box;
}

.decozActiveFilterButtonRemovable
{
	padding:0;
	overflow:hidden;
}

.decozActiveFilterButton:hover
{
	border-color:var(--decoz-pink, #d6aab0);
	background:var(--decoz-white-shade, #f3f3f3);
}

.decozActiveFilterMain
{
	display:inline-flex;
	align-items:center;
	gap:6px;
	min-height:32px;
	padding:0 10px 0 12px;
	border:0;
	background:transparent;
	color:inherit;
	cursor:pointer;
	font-family:inherit;
	font-size:inherit;
}

.decozActiveFilterRemove
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:32px;
	min-height:32px;
	border-left:1px solid var(--decoz-border, #e5e5e5);
	background:var(--decoz-white, #ffffff);
	color:var(--decoz-black-soft, #111827);
	text-decoration:none;
	font-family:"Garet";
	font-size:13px;
	font-weight:normal;
	line-height:1;
	text-align:center;
}

.decozActiveFilterRemove:hover
{
	background:var(--decoz-pink, #d6aab0);
	color:var(--decoz-white, #ffffff);
}

.decozLoadingBox
{
	width:100%;
	max-width:none;
	margin:0;
	padding:28px 22px 30px 22px;
	box-sizing:border-box;
	background:transparent;
	border:0;
	color:#0f172a;
	font-family:"Garet", Arial, sans-serif;
	box-shadow:none;
}

.decozPopupLoading
{
	max-width:560px;
}

.decozPopupLoading .decozPopupContent
{
	background:var(--decoz-white, #ffffff);
}

.decozLoadingTitle
{
	margin-bottom:8px;
	color:#000000;
	font-size:22px;
	font-weight:600;
}

.decozLoadingStatus
{
	margin-bottom:18px;
	color:#667085;
	font-size:14px;
	line-height:1.4;
}

.decozLoadingTrack
{
	width:100%;
	height:12px;
	background:#f3f3f3;
	border:1px solid #e5e5e5;
	overflow:hidden;
}

.decozLoadingBar
{
	width:45%;
	height:100%;
	background:linear-gradient(90deg, var(--decoz-pink, #d6aab0), var(--decoz-pink-dark, #9b5f6d));
	animation:decozLoadingMove 1.25s ease-in-out infinite;
}

.decozLoadingMeta
{
	margin-top:12px;
	color:#667085;
	font-size:12px;
	line-height:1.4;
}

@keyframes decozLoadingMove
{
	0%
	{
		transform:translateX(-110%);
	}

	100%
	{
		transform:translateX(240%);
	}
}
#heading
{
	width:100%;
    margin-top: 15px;
	margin-bottom:15px;
}
#heading .padding
{
	padding:10px;
}

.padding
{
    padding:10px;
}
.linktext
{
	font-family:Roboto;
	font-size:13px;
}
.tinytextcontent
{
	font-family:'Garet';
	font-weight:lighter;
	font-size:var(--decoz-tiny-size);
}
.minortextcontent
{
	font-family:'Garet';
	font-size:var(--decoz-minor-size);
}
.toptext
{
	font-family:'Garet';
	font-size:var(--decoz-top-size);
}
.textcontent
{
	font-family:'Garet';
	font-size:var(--decoz-content-size);
}
.textsubheading
{
	font-size:var(--decoz-subheading-size);
}
.textheading
{
	font-size:var(--decoz-heading-size);
}
.textprice
{
	font-size:var(--decoz-price-size);
}
.textmainheading
{
	font-family:Oxanium;
	color:#d6aab0;
	font-size:var(--decoz-main-heading-size);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]):not([type="image"]):not([type="range"]):not([type="color"]),
select,
textarea
{
	font-size:var(--decoz-input-size);
	min-height:var(--decoz-input-height);
	box-sizing:border-box;
}
.greenunderline
{
    width: 200px;
    height: 1px;
    margin: 10px auto;
    background: #d6aab0;
}
a
{
    font-family: 'Garet';
	text-decoration:none;
	font-weight:100;
	color:black;
}
h1
{
    font-family: 'CaviarDreams';
    color:#d6aab0;
	font-weight:bold;
    margin:0px;
}
h2
{
    font-family: 'CaviarDreams';
    color:#d6aab0;
    font-weight:bold;
    margin:0px;
}
h3
{
    font-family: 'CaviarDreams';
    font-weight:100;
    color:white;
    margin:0px;
}
.textwhite
{
	color:white;
}
.cleardiv
{
	clear:both;
}
.tinymargin
{
	margin-bottom:5px;
}
.minormargin
{
	margin-bottom:10px;
}
.mediummargin
{
	margin-bottom:20px;
}
.largemargin
{
	margin-bottom:50px;
}
.massivemargin
{
	margin-bottom:100px;
}
.subtextheading
{
    font-weight: bold;
    font-family: 'Quicksand';
    color: #d6aab0;
}
.minorborder
{
	border-top:1px solid black;
}
.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}
.backgroundwhite
{
	background-color:white;
}
.backgroundblack
{
	background-color:black;
}
.dimmer
{
	position: fixed;
	width:100%;
	height:100%;
    inset:0;
    background:rgba(0,0,0,.5);
    visibility:hidden;
}
.shared-dimmer
{
	z-index:102;
}
#dropdowndimmer
{
	z-index:101;
}
.note-popup
{
	max-width:520px;
}
::-webkit-scrollbar 
{
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track 
{
  background-color: #d6aab0;
}
/* Handle */
::-webkit-scrollbar-thumb 
{
  background: black;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
  background: black;
}

input
{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Apply the styles to both buttons and submit inputs */
input[type="submit"] {
    float: left;
    display: block;
    font-size: 20px;
    padding: 10px 40px;
    background-color: #d6aab0;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hover effect for both buttons and submit inputs */
input[type="submit"]:hover {
    background-color: #b3898f;
    box-shadow: 0 0 2px 1px rgb(214 170 176);
}
/* input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active{
    border-radius:0px !important;
    border:1px solid black;
    outline: none;
}*/


.search-container
{
	position: relative;
	display: block;
	float: right;
	margin-right:30px;
}

.headerSearchForm
{
	display:flex;
	align-items:stretch;
	margin:0;
}

.headerSearchForm input[name="find"]
{
	font-family:"Garet";
	width:250px;
	height:42px;
	margin:0;
	padding:0 10px;
	border:1px solid black;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-sizing:border-box;
	font-size:14px;
}

.search-container button
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:46px;
	height:42px;
	margin:0;
	padding:0;
	border:1px solid black;
	border-width:1px 1px 1px 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-sizing:border-box;
	position:relative;
	background-color:#d6aab0;
	cursor:pointer;
}

.search-container button img
{
	position:static;
	width:22px;
	height:22px;
	margin:0;
}

.search-container button:hover
{
	background:#b28a90;
}

.popupclose
{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image:url('../../content/remove.png');
	background-size: 100%;
	z-index: 1;
}

.decozPopupHeader .popupclose
{
	width:52px;
	height:100%;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:none;
	cursor:pointer;
}

.decozPopupHeader .popupclose:before
{
	content:"\00d7";
	font-family:"Garet";
	font-size:24px;
	font-weight:400;
	line-height:1;
	color:var(--decoz-black, #000000);
}

.decozPopupHeader .popupclose:hover
{
	background:rgba(0, 0, 0, .06);
}
.pagewrap
{
	width: 1000px;
	margin: 0 auto;
}
.gaptop
{
    padding-top:12rem;
}
.gapbottom
{
    padding-bottom:12rem;
}

.titleheading
{
	margin-bottom:20px;
}
#leftholder2
{
	width:400px;float:left;
}
#leftholder2 #username, #leftholder2 #password, #leftholder2 #email, #leftholder2 #name
{
	width:384px;
}
#rightholder2
{
	width:400px;float:right;
}
#rightholder2 #address
{
	width:388px;
	height:100px;
}
#rightholder2 #postcode, #rightholder2 #number
{
	width:384px;
}
#left
{
    position:relative;
	width:50%;
	float:left;
}
#right
{
    position:relative;
	width:50%;
	float:right;
}
.inputholder
{
	float: left;
	position: relative;
	width: 100%;
}
.inputholder input, .leftinputholder input, .rightinputholder input, textarea
{
	width:100%;
	font-size:15px;
}
.leftinputholder
{
	float: left;
	position: relative;
	width: 50%;
}
.rightinputholder
{
	float: right;
	position: relative;
	width: 50%;
}
.rating
{
    float:left;
}
.rating img
{
    float:left; 
    width:30px; 
    height:30px; 
    object-fit:cover; 
    object-position:-3px;
}

#containShippingProtection {
    align-items:center;
}
.hover-container {
    position: relative;
    width: 20px;
    height: 20px;
}

.hover-button {
    height: 100%;
    width: 100%;
    background-image: url("../../content/question.jpg?i=3");
    background-repeat: no-repeat;
}

.hover-container:hover .hover-button {
    background-position: -20px 0;
}

.hover-message {
    display: none;
    position: absolute;
    bottom: 100%; /* Position it above the button */
    left: 50%;
    transform: translateX(-50%);
    width: 250px; /* Set fixed width */
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    word-wrap: break-word;
    white-space: normal; /* Allow text to wrap to new lines */
    z-index: 1;
    margin-bottom: 10px; /* Add some space between the button and the message */
}

.hover-container:hover .hover-message {
    display: block;
}

@media only screen and (max-width: 1200px) 
{
    .textprice
    {
        font-size:var(--decoz-price-size);
    }
	.textmainheading
    {
    	font-size:var(--decoz-main-heading-size);
    }
    .textheading
    {
    	font-size:var(--decoz-heading-size);
    }
    .textcontent
    {
    	font-size:var(--decoz-content-size);
    }
    .toptext
    {
        font-size:var(--decoz-top-size);
    }
    .tinytextcontent
    {
        font-size:var(--decoz-tiny-size);
    }
    .headerSearchForm
    {
        width:100%;
    }
    .headerSearchForm input[name="find"]
    {
        width: calc(100% - 42px);
    }
    .search-container 
    {
        width:100%;
        margin-right:0px;
    }
}

@media only screen and (max-width: 1000px) 
{
    .textprice
    {
        font-size:var(--decoz-price-size);
    }
    .updateinner
    {
        padding-right:0px;
    }
    .updatepadding
    {
        padding:0px;
    }
	.textmainheading
    {
    	font-size:var(--decoz-main-heading-size);
    }
    .textheading
    {
    	font-size:var(--decoz-heading-size);
    }
    .textcontent
    {
    	font-size:var(--decoz-content-size);
    }
    .gaptop
    {
        padding-top:3rem;
    }
    .gapbottom
    {
        padding-bottom:3rem;
    }
}
@media only screen and (max-width: 900px) 
{
    .toptext
    {
        font-size:var(--decoz-top-size);
    }
}
@media only screen and (max-width: 700px) 
{
	.bodyholder
	{
		width: 100%;
		max-width:550px;
	}
	.textmainheading
    {
    	font-size:var(--decoz-main-heading-size);
    }
    .textheading
    {
    	font-size:var(--decoz-heading-size);
    }
    .textsubheading
    {
    	font-size:var(--decoz-subheading-size);
    }
    .textcontent
    {
    	font-size:var(--decoz-content-size);
    }
    .toptext
    {
        font-size:var(--decoz-top-size);
    }
    .tinytextcontent
    {
        font-size:var(--decoz-tiny-size);
    }
    #left
	{
		width:100%;
		margin-bottom:100px;
	}
	#right
	{
		width: 100%;
	}
    #heading
    {
        margin-top:0px;
        margin-bottom:0px;
    }
}
@media only screen and (max-width: 600px) 
{
    .minortextcontent
    {
    	font-size:var(--decoz-minor-size);
    }
    .toptext
    {
        font-size:9px;
    }
    .tinytextcontent
    {
        font-size:var(--decoz-tiny-size);
    }
}
@media only screen and (max-width: 480px) 
{
    .toptext
    {
        font-size:8px !important;
    }
    .tinytextcontent
    {
        font-size:var(--decoz-tiny-size);
    }
}
/* ---------------------------------END CONTENT---------------------------------- */
/* ---------------------------------START FOOTER---------------------------------- */
#footer
{
	width:100%;
	margin:0 auto;
	margin-top:auto;
	background:#ffffff;
	color:#1f2937;
	font-family:"Garet";
	flex:0 0 auto;
}

.footer-main
{
	width:100%;
	max-width:2000px;
	margin:0 auto;
	padding:64px 0 44px 0;
	display:grid;
	grid-template-columns:1.6fr repeat(4, 1fr);
	gap:56px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}

.footer-brand
{
	min-width:0;
}

.footer-logo-link
{
	color:#101827;
	display:inline-block;
	font-family:"CaviarDreams";
	font-size:42px;
	line-height:1;
	text-decoration:none;
}

.footer-logo-mark
{
	color:#d6aab0;
	font-family:"Garet";
}

.footer-tagline
{
	color:#475569;
	font-size:14px;
	line-height:1.5;
	margin:16px 0 0 0;
	max-width:330px;
}

.footer-social
{
	margin-top:28px;
}

.footer-social-title
{
	color:#101827;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:12px;
}

.footer-social-links
{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
}

.footer-social-links a
{
	width:34px;
	height:34px;
	background:var(--decoz-black-soft, #111827);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:background 0.15s ease, transform 0.15s ease;
}

.footer-social-links a:hover
{
	background:var(--decoz-pink, #d6aab0);
	transform:translateY(-1px);
}

.footer-social-links img
{
	width:18px;
	height:18px;
	object-fit:contain;
	filter:brightness(0) invert(1);
}

.footer-column
{
	display:flex;
	flex-direction:column;
	gap:15px;
}

.footer-heading
{
	color:#101827;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 0 8px 0;
}

.footer-column a
{
	color:#475569;
	font-size:14px;
	line-height:1.35;
	text-decoration:none;
	width:fit-content;
}

.footer-column a:hover
{
	color:#b97f89;
}

.footer-payment
{
	width:90%;
	max-width:2000px;
	margin:0 auto;
	background:transparent;
	border-top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	padding:20px 0 30px 0;
	text-align:center;
	box-sizing:border-box;
}

.footer-payment-list
{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	flex-wrap:wrap;
}

.footer-payment-pill
{
	background:transparent;
	border:0;
	border-radius:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0;
}

.footer-payment-pill img
{
	display:block;
	width:auto;
	max-width:120px;
	height:32px;
	object-fit:contain;
}

.footer-bottom
{
	background:#000000;
	color:#ffffff;
	font-size:13px;
}

.footer-bottom-inner
{
	width:100%;
	max-width:2000px;
	min-height:76px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}

.footer-copyright
{
	margin-left:auto;
	text-align:right;
}

@media only screen and (max-width: 1200px)
{
	.footer-main
	{
		grid-template-columns:1fr 1fr 1fr;
		gap:34px;
	}
}

@media only screen and (max-width: 900px)
{
	.footer-main
	{
		width:100%;
		grid-template-columns:1fr 1fr;
		padding:42px 10px;
	}

	.footer-brand
	{
		grid-column:1 / -1;
	}

	.footer-payment
	{
		width:calc(100% - 24px);
		align-items:flex-start;
		flex-direction:column;
	}

	.footer-bottom-inner
	{
		width:100%;
		flex-direction:column;
		align-items:stretch;
		justify-content:center;
		padding:18px 10px;
	}

	.footer-copyright
	{
		align-self:flex-end;
	}
}

@media only screen and (max-width: 520px)
{
	.footer-main
	{
		grid-template-columns:1fr;
	}
}
/* ---------------------------------END FOOTER---------------------------------- */


/* MERGED PUBLIC HEADER CSS */
#desktopHeader
{
    display:block;
}
#mobileHeader
{
    display:none;
}

.admin-env-badge
{
	font-size:12px;
	padding:2px 8px;
	border-radius:8px;
}

.admin-env-local
{
	background:#fee2e2;
	color:#991b1b;
	border:1px solid #fecaca;
}

.admin-env-live
{
	background:#d1fae5;
	color:#065f46;
	border:1px solid #a7f3d0;
}

.admin-token-expired
{
	color:red;
}

.header-logo
{
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
}

.header-mobile-logo
{
	cursor:pointer;
}

.category-muted
{
	text-decoration:line-through;
	color:#999;
}

@media only screen and (max-width: 1200px) 
{
    #desktopHeader
    {
        display:none;
    }
    #mobileHeader
    {
        display:block;
    }
}

/* Extracted fixed styles from public PHP templates. */

.hdr-auto-42eaa128
{
	background-color:black;
	width:100%;
	display:flex;
}

.header-country-row
{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	min-height:36px;
	box-sizing:border-box;
}

.header-toplinks
{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:18px;
	flex-wrap:wrap;
}

.header-toplinks > a
{
	margin-left:0;
}

.header-country-picker
{
	flex:0 0 auto;
}

.country-picker
{
	display:inline-flex;
	align-items:center;
	color:#ffffff;
	font-family:"Garet";
	font-size:14px;
	white-space:nowrap;
}

.country-picker select
{
	background:#111111;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.25);
	border-radius:0;
	font-family:"Garet";
	font-size:13px;
	min-height:30px;
	padding:4px 28px 4px 10px;
	cursor:pointer;
}

.header-country-picker select
{
	max-width:190px;
}

.country-picker select:hover,
.country-picker select:focus
{
	border-color:#d6aab0;
	outline:none;
}

@media only screen and (max-width: 1200px)
{
	.header-country-row
	{
		min-height:38px;
		padding-top:4px;
		padding-bottom:4px;
	}

	.header-country-row > .toptext
	{
		min-width:0;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}

	.header-toplinks
	{
		flex-wrap:nowrap;
		gap:12px;
		min-width:0;
	}

	.header-country-picker select
	{
		height:26px;
		min-height:26px;
		width:70px;
		max-width:70px;
		padding:1px 22px 1px 8px;
		font-size:12px;
		line-height:1;
	}

	#mobileHeader
	{
		margin-bottom:0;
	}

	#mobileHeader .hdr-auto-24f11884
	{
		height:auto;
		padding:0 10px;
		box-sizing:border-box;
	}

	#mobileHeader .search-container
	{
		margin-bottom:10px;
	}

	#mobileHeader .headerSearchForm input[name="find"]
	{
		width:calc(100% - 40px);
		height:34px;
		min-height:34px;
		font-size:14px;
	}

	#mobileHeader .search-container button
	{
		width:40px;
		height:34px;
		min-height:34px;
	}

	#mobileHeader .search-container button img
	{
		width:18px;
		height:18px;
	}
}

@media only screen and (max-width: 700px)
{
	.header-country-row
	{
		align-items:center;
		flex-wrap:nowrap;
		gap:8px;
		min-height:30px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.header-toplinks
	{
		gap:8px;
	}

	.header-country-picker
	{
		margin-left:auto;
	}

	.header-country-picker select
	{
		height:24px;
		min-height:24px;
		width:62px;
		max-width:62px;
		padding:1px 20px 1px 7px;
		font-size:11px;
	}

	#mobileHeader
	{
		margin-bottom:0;
	}

	#mobileHeader .search-container
	{
		margin-bottom:10px;
	}

	#mobileHeader .headerSearchForm input[name="find"]
	{
		width:calc(100% - 38px);
		height:32px;
		min-height:32px;
		font-size:13px;
	}

	#mobileHeader .search-container button
	{
		width:38px;
		height:32px;
		min-height:32px;
	}

	#mobileHeader .search-container button img
	{
		width:17px;
		height:17px;
	}
}

.hdr-auto-a0bc78ae
{
	color: white;
}

.hdr-auto-7c947ef6
{
	clear:both;
}

.hdr-auto-adb62f52
{
	position: fixed;
	bottom: 14px;
	right: 14px;
	z-index: 99;
	background:#ffffff;
	border:1px solid #d1d5db;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.15);
	padding: 6px 10px;
	display:flex;
	align-items:center;
	gap:8px;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	cursor: pointer;
}

.hdr-auto-86844572
{
	text-decoration:none;
	margin-left:6px;
	font-size:13px;
	background:#10b981;
	color:#fff;
	padding:4px 8px;
	border-radius:999px;
	border:1px solid #059669;
}

.hdr-auto-6ce0173e
{
	position: fixed;
	bottom: 14px;
	right: 14px;
	z-index: 99;
	background: #fff7f9;
	border: 1px solid #f5c2cb;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.15);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: #333;
	min-width: 320px;
	max-width: 460px;
	width: min(460px, calc(100vw - 28px));
	box-sizing:border-box;
}

.hdr-auto-744cd7c8
{
	padding: 12px 14px;
	border-bottom:1px solid #f3dbe0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.hdr-auto-ea96bdd3
{
	display:flex;
	align-items:center;
	gap:10px;
}

.hdr-auto-44a6b16b
{
	text-decoration:none;
	font-size:12px;
	background:#e5e7eb;
	color:#111827;
	padding:4px 8px;
	border-radius:6px;
	border:1px solid #d1d5db;
}

.hdr-auto-ae39ed69
{
	padding: 14px 16px;
}

.hdr-auto-b1d03e30
{
	margin-top:0;
	font-size:13px;
}

.hdr-auto-f3b3f2e4
{
	width:100%;
	border-collapse:collapse;
}

.hdr-auto-a812d3fd
{
	padding:4px 0;
	font-weight:bold;
}

.hdr-auto-73b28ca9
{
	padding:4px 0;
	text-align:right;
}

.hdr-auto-483c3931
{
	margin-top:12px;
	display:flex;
	gap:8px;
	flex-wrap:wrap;
}

.hdr-auto-61397db7
{
	text-decoration:none;
	background:#ef4444;
	color:#fff;
	padding:8px 10px;
	border-radius:8px;
	font-size:13px;
	border:1px solid #dc2626;
}

@media only screen and (max-width: 900px)
{
	.hdr-auto-adb62f52
	{
		right:8px;
		bottom:8px;
		padding:5px 8px;
		gap:6px;
		font-size:12px;
	}

	.hdr-auto-6ce0173e
	{
		right:8px;
		bottom:8px;
		width:calc(100vw - 16px);
		min-width:0;
		max-width:420px;
		max-height:55vh;
		overflow:auto;
	}

	.hdr-auto-744cd7c8
	{
		padding:8px 10px;
	}

	.hdr-auto-ae39ed69
	{
		padding:10px;
	}

	.hdr-auto-483c3931
	{
		gap:6px;
	}
}

@media only screen and (max-width: 560px)
{
	.hdr-auto-adb62f52
	{
		max-width:calc(100vw - 16px);
	}

	.hdr-auto-adb62f52 span:not(.admin-env-badge)
	{
		display:none;
	}

	.hdr-auto-6ce0173e
	{
		font-size:12px;
		max-height:48vh;
	}
}

.hdr-auto-9078cfb1
{
	background:#e5e7eb;
	color:#111827;
	padding:8px 10px;
	border-radius:8px;
	font-size:12px;
	border:1px solid #d1d5db;
}

.hdr-auto-53a6980c
{
	text-decoration:none;
	background:#6b7280;
	color:#fff;
	padding:8px 10px;
	border-radius:8px;
	font-size:13px;
	border:1px solid #4b5563;
}

.hdr-auto-4411c9eb
{
	margin-top:8px;
	font-size:12px;
	color:#6b7280;
}

.hdr-auto-4e6027ae
{
	background-color:#d6aab0;
	width:100%;
	text-align: center;
}

.hdr-auto-d98b40f2
{
	padding:0px !important;
}

.hdr-auto-87db2275
{
	position:relative;
}

.hdr-auto-71af05fc
{
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: space-around;
}

.hdr-auto-ed8c9634
{
	margin:0px;
}

.hdr-auto-055a0822
{
	font-family: 'Garet';
}

.hdr-auto-a4247ba1
{
	position: absolute;
	top: 9px;
	left: 9px;
}

.hdr-auto-d408ce83
{
	padding-left:10px;
	padding-right:10px;
}

.hdr-auto-18b9a1fd
{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.hdr-auto-c9e3e61e
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: space-around;
}

.hdr-auto-720f3bf0
{
	margin-right:0px !important;
}

.hdr-auto-24f11884
{
	padding: 0px 10px 10px 10px;
	height:42px;
}

.hdr-auto-fdf46dda
{
	height:50px;
	z-index: 102;
}

.hdr-auto-76c725c7
{
	width:100%;
	z-index: 102;
}

.hdr-auto-d99bc9a4
{
	font-family:'Garet';
	font-size:25px;
}

.hdr-auto-d2f2cd94
{
	font-family: Garet;
	color:black;
}

.hdr-auto-9ffb383e
{
	width:20px;
	margin-right:10px;
}


/* MERGED PUBLIC DROPDOWN CSS */
/* ===== Top bar / holders ===== */
#top {
	position:relative;
	width:100%;
	top:0;
	left:0;
	z-index:103;
	background-color:black;
	display:flex;
}

#top > .topHolder
{
	padding:0;
}

#desktopDropdown { position:relative; z-index:104; width:100%; margin:0 auto; display:flex; align-items:stretch; overflow:visible; }
#mobileDropdown  { position:relative; z-index:104; width:100%; display:none; }

/* ===== Top-level ===== */
.top-level-menu { list-style:none; padding:0; margin:0; flex:0 0 auto; }
.top-level-menu > li { position:relative; float:left; }

/* was: <li style="height:50px;z-index:102;"> (desktop) */
#desktopDropdown .top-level-menu > li { height:50px; z-index:104; }

/* was: <li style="width:100%;z-index:102;"> (mobile) */
#mobileDropdown  .top-level-menu > li { width:100%; z-index:104; }

/* Top-level links */
.top-level-menu a { color:black; }
.top-level-menu a:hover { color:#d6aab0; }

/* ===== Trigger button & quick links ===== */
.dropdownbutton {
	cursor:pointer;
	padding:10px 10px 10px 0;
	font-family:'CaviarDreams';
	font-size:25px;
	color:white;
	display:flex; align-items:center; gap:10px;
}
.dropdownbutton > img { width:23px; margin-left:10px; margin-right:0; }

/* Mobile trigger used to be inline (font-family:'Garet';font-size:25px) */
#mobileDropdown .dropdownbutton { font-family:'Garet'; font-size:25px; }

/* Right-side quick links */
.quicklink-row
{
	flex:1 1 auto;
	min-width:0;
	display:flex;
	justify-content:flex-end;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space:nowrap;
}
.dropdownlink { position:relative; float:none; flex:0 0 auto; margin-left:8px; }
.dropdownlink > div { padding:8px 4px; }
.dropdownlink > div > a {
	display:flex;
	align-items:center;
	gap:6px;
	min-height:34px;
	padding:0 12px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:0;
	background:rgba(255,255,255,.06);
	font-family:"Garet";
	font-size:14px;
	line-height:1.1;
	color:white;
	white-space:nowrap;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
	transition:background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.dropdownlink > div > a:hover {
	background:rgba(255,255,255,.12);
	border-color:rgba(214,170,176,.46);
	color:#ffffff;
}
.dropdownlink > div > a > img { width:16px; margin-right:0; }
.dropdownlink.quicklink-active > div > a
{
	background:rgba(214,170,176,.18);
	border-color:rgba(214,170,176,.86);
	box-shadow:0 0 0 1px rgba(214,170,176,.36), inset 0 1px 0 rgba(255,255,255,.08);
}

/* ===== Second-level (category list) ===== */
.second-level-menu {
	position:absolute;
	left:0;
	top:100%;
	width:350px;
	min-height:400px;
	list-style:none;
	padding:0;
	margin:0;
	display:none;
	background-color:#d6aab0;
	z-index:104;
}
.second-level-menu > li { background:#d6aab0; }

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  font-family: 'Garet';
  font-size: 18px;
  color: black;
  background: transparent;
  transition: background-color 0.2s ease;
}

.category-item:hover {
  background-color: rgba(0,0,0,0.05);
}

/* Left side (arrow + name) */
.category-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Arrow icon (text version, static) */
.arrow {
  font-size: 20px;
  opacity: 0.8;
  line-height: 1;
  margin-right: 5px;
}

/* Product count on the right (plain text, no border) */
.count {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-family: 'CaviarDreams';
}

/* ===== Third-level (subcategory + about) ===== */
.third-level-menu {
	position:absolute;
	height:100%;
	top:0;
	left:100%;
	padding:0;
	margin:0;
	display:none;
	background:white;
}

/* Show when hovering the category row */
.second-level-menu > li:hover > .third-level-menu { display:block; }

/* Two internal columns – these replace inline styles */
.third-level-menu > div { position:relative; float:left; height:100%; }

/* Left column: was width:300px; height:100%; then inner div padding:10px */
.third-level-menu > div:first-child { width:300px; }
.third-level-menu > div:first-child > div { padding:10px; }

/* Right column: was width:700px; height:100%; border-left:1px solid black; inner padding:10px */
.third-level-menu > div:last-child { width:700px; border-left:1px solid black; }
.third-level-menu > div:last-child > div { padding:10px; }

/* About content (moved from inline) */
.third-level-heading { color:black; display:block; font-size:30px; margin:0 0 6px; }
.third-level-menu span { font-family:'Garet'; color:black; font-size:18px; }

/* Subcategory links (you already had font rules) */
.third-level-menu a {
	font-size:18px;
	font-family:'Garet';
}
.third-level-menu a:first-of-type { font-style:italic; font-size:20px; }

/* ===== Mobile-specific overrides ===== */
.mobilesearchlink > a
{
	display:block;
	margin:6px 10px;
	border:1px solid rgba(0,0,0,.10);
	border-radius:999px;
	background:rgba(255,255,255,.24);
	font-family:'Garet';
	color:black;
	text-decoration:none;
}

.mobilesearchlink > a:hover,
.mobileQuickLinkActive > a
{
	background:rgba(255,255,255,.36);
	color:black;
}

.mobilesearchlink > a > div
{
	display:flex;
	align-items:center;
	gap:8px;
	min-height:34px;
	padding:0 12px;
	box-sizing:border-box;
}

.mobilesearchlink img
{
	width:18px;
	margin-right:0;
}

/* Remove the inline style on the mobile third-level UL:
   style="position:relative !important; left:0px !important;" */
#mobileDropdown .third-level-menu { position:relative !important; left:0 !important; }

/* Mobile subcategories should match the plain desktop dropdown links. */
#mobileDropdown .third-level-menu a
{
	display:block;
	margin:0 0 6px;
	padding:5px 0 5px 24px;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	color:#111827;
	font-family:'Garet';
	font-size:22px;
	font-style:normal;
	line-height:1.3;
	text-decoration:none;
}

#mobileDropdown .third-level-menu a:first-of-type
{
	margin-bottom:10px;
	padding-left:0;
	font-size:24px;
	font-style:italic;
}

#mobileDropdown .third-level-menu a:hover
{
	background:transparent;
	color:#d6aab0;
}

#mobileDropdown .third-level-menu br
{
	display:none;
}

/* RIGHT COLUMN: make it feel like a card */
.third-level-menu > div:last-child {
  width: 720px;
  background: #fff;
  border-left: 1px solid #e6e7ea;
}

/* Kicker + title */
.third-level-heading {
  margin: 6px 0 10px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #111827;
}

/* Subtle accent underline */
.third-level-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 10px;
  border-radius: 3px;
  background: #d6aab0;  /* your brand pink */
  opacity: .85;
}

/* Body copy (your <span>) */
.third-level-menu > div:last-child span {
  display: block;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #222;
}

/* Emphasize the first sentence a touch */
/*.third-level-menu > div:last-child span::first-line {
  color: #5c5c5c; 
}*/

/* Optional: “shop all” link if you append one later */
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid #e6e7ea;
  border-radius: 10px;
  color: #111827;
  text-decoration: none;
  background: linear-gradient(#fff, #f9f9fb);
  transition: border-color .15s, box-shadow .15s, transform .02s;
}
.about-cta:hover {
  border-color: #d6aab0;
  box-shadow: 0 5px 14px rgba(214,170,176,.18);
}

/* Responsive block behavior you already had */
@media only screen and (max-width:1200px){
	#desktopDropdown { display:none; }
	#mobileDropdown  { display:block; }

	.dropdownbutton { padding:5px 10px 5px 0; }

	.second-level-menu { width:100%; position:static; }

    .category-item {
        font-size:25px;
    }

	.third-level-menu {
		height:auto;
		width:auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #bdbdbd;
	}
}
@media only screen and (max-width:1000px){
	#mobiledropdown { display:block; }
}

