/*
---------------------------------------
HEADER
---------------------------------------
*/

header {
  width: 100%;
  height: 225px;
}

header .logos {
  margin: 0 auto;
}

header,
header .logos {
  position: relative;
}

header .logos,
header .logos a {
  width: 320px;
  height: 140px;
}

header .logos a {
  top: 0;
}

header .logos a img.logo.pos-abs {
  bottom: 0;
}

header .logos a,
header .product-search,
header a.basket-preview {
  position: absolute;
}

.client-branding {
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 1000;
}

.client-branding .client-logo-wrapper {
  height: auto;
  text-align: center;
}

/* Default state - show alt/inverted logo */
.client-branding .client-logo.main-logo {
  display: none;
}

.client-branding .client-logo.alt-logo {
  display: block;
}

/* Homepage override for desktop */
body.home .client-branding .client-logo.main-logo {
  display: block;
}

body.home .client-branding .client-logo.alt-logo {
  display: none;
}

.client-branding .client-logo {
  max-width: 100%;
  max-height: 50px;
  margin: 0 auto;
  /* width: auto; */
}

header .product-search {
  width: 170px;
  top: 65px;
  right: 250px;
}

header .product-search input,
header .product-search .search-placeholder {
  opacity: 0.5;
  text-transform: capitalize;
}

header .product-search input {
  border-bottom: 1px solid #000;
}

header .product-search .search-placeholder {
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
}

header .product-search::before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro', Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 14px;
}

header a.basket-preview {
  top: 80px;
  right: 80px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

header a.basket-preview::before {
  content: "\f290";
  font-family: 'Font Awesome 6 Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
}

header #menu_desktop.menu-content {
  width: 800px;
  height: 50px;
  margin: 15px auto 0 auto;
  display: flex;
}

header ul#menu_desktop li,
header ul#menu_desktop a {
  height: 50px;
  line-height: 50px;
}

header ul#menu_desktop li {
  padding: 0;
  float: left;
  width: 25%;
}

header ul#menu_desktop a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}

header a.header-tel,
header a.header-email {
  font-family: 'Gilroy-Regular',Arial,Helvetica,sans-serif;
  font-size: 16px;
  position: absolute;
  z-index: 9995;
}

header a.header-tel {
  letter-spacing: 1px;
}

header a.header-tel {
  top: 80px;
  left: 80px;
}

header a.header-email {
  top: 80px;
  left: 280px;
}

header a.header-tel::before,
header a.header-email::before {
  content: "\f3ce";
  font-family: 'Font Awesome 6 Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-right: 5px;
}

header a.header-tel::before {
  content: "\f3ce";
}

header a.header-email::before {
  content: "\f0e0";
}

header .user-controls {
  position: absolute;
  top: 71px;
  left: 490px;
  display: flex;
  gap: 20px;
}

header .user-controls a i {
  font-size: 18px;
}

.tooltipster-content {
  background-color: #000;
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.tooltipster-arrow-background {
  display: none;
}

body.home header a.header-tel,
body.home header a.header-email {
  color: #fff;
}

/* HOME HEADER */

body.home header {
  position: absolute;
  z-index: 9999;
}

body.home header .logos img.logo.alt-logo {
  display: none;
}

body.home header .user-controls a,
body.home header .product-search,
body.home header .product-search::before,
body.home header .product-search input,
body.home header .product-search input::placeholder,
body.home header .product-search .search-placeholder,
body.home header a.basket-preview,
body.home header a.basket-preview::before,
body.home header ul#menu_desktop a {
  color: #fff;
}

body.home header .product-search input {
  border-color: #fff;
}

body.home header .product-search input,
body.home header .product-search .search-placeholder {
  opacity: 1;
}

body.home .default-hero-01 .opacity-filter {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 85%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.1) 85%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.1) 85%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/*
---------------------------------------
NAV
---------------------------------------
*/

.menu-button-wrapper, .menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

.menu {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #d6ccc2;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9995;
}

button.menu-btn {
  cursor: pointer;
  background-color: transparent;
}

#menu-open {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9995;
  background-size: 20px;
  border-left: 1px solid #e1e4e6;
}

#menu-close {
  border: 0;
  outline: 0;
}

button.menu-btn#menu-open {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/co/menu-icon-rev.svg);
}

button.menu-btn#menu-open:hover {
  background-image: url(../images/co/menu-icon.svg);
  background-color: #000;
}

.menu-btn img {
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#menu-close {
  width: 55px;
  height: 55px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-content {
  display: none;
  opacity: 0;
}

ul#menu {
  padding: 160px 0 0 0;
}

ul#menu a {
  height: 80px;
  line-height: 80px;
  display: block;
  outline: none;
  font-size: 40px;
  white-space: nowrap;
  cursor: pointer;
  width: 750px;
  padding: 0 180px;
  color: #fff;
  margin: 0;
}

ul#menu a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul#menu a:hover {
  color: #fff;
}

@media screen and (min-width: 1281px) {
  #menu_desktop.menu-content {
    display: flex !important;
    opacity: 1 !important;
  }
}

/*
---------------------------------------
NAV OPEN
---------------------------------------
*/

#nav-bar.open #menu-btn::before {
  display: block;
}

/*
---------------------------------------
CONTROL BAR
---------------------------------------
*/

.control-bar {
  z-index: 500;
}

.control-bar a.btn {
  margin-left: 10px;
}

.control-bar a.btn:first-child {
  margin-left: 0;
}

/*
---------------------------------------
CONTROL BAR 01
---------------------------------------
*/

.control-bar.cb-01 {
  bottom: 50px;
  right: 50px;
}

/*
---------------------------------------
CONTROL BAR 03
---------------------------------------
*/

.control-bar.cb-03 {
  margin-top: 40px;
}

.control-bar.cb-03 a.btn {
  display: table;
  float: none;
  margin: 0 auto;
}

/*
---------------------------------------
HERO
---------------------------------------
*/

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero p {
  color: #fff;
}

.hero h1 + h2,
.hero h1 + h3,
.hero h1 + h4 {
  padding-top: 10px;
}

.hero h1 + p,
.hero h2 + p,
.hero h3 + p,
.hero h4 + p {
  margin-top: 25px;
}

.hero .revolve-bg {
  width: 100%;
}

/*
---------------------------------------
DEFAULT HERO
---------------------------------------
*/

.default-hero,
.default-hero .revolve-bg,
.default-hero .revolve-bg .revolve-bg-item {
  height: 100vh;
}

/*
---------------------------------------
DEFAULT HERO 01
---------------------------------------
*/

.default-hero-01 .cencontent {
  width: 75%;
}

.default-hero-01 h1 {
  font-size: 55px;
  text-transform: uppercase;
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
  letter-spacing: 10px;
  text-align: center;
  line-height: 110%;
}

.default-hero-01 button.scroll-to-next {
  bottom: 80px;
  right: 80px;
  z-index: 550;
}

.default-hero-01 button.scroll-to-next i {
  color: #fff;
  font-size: 30px;
}

/* Client welcome message */

body:not(.home) h1.client-welcome {
  display: none;
}

body.home h1.client-welcome + h1,
body.home h1.client-welcome + h2,
body.home h1.client-welcome + h1 + h2 {
  display: none;
}

/*
---------------------------------------
SUB HERO
---------------------------------------
*/

.sub-hero,
.sub-hero .revolve-bg,
.sub-hero .revolve-bg .revolve-bg-item {
  height: 750px;
}

/*
---------------------------------------
SUB HERO 01
---------------------------------------
*/

.sub-hero-01 h1,
.sub-hero-01 h2 {
  text-align: center;
}

/*
---------------------------------------
SUB HERO 02
---------------------------------------
*/

.sub-hero-02,
.sub-hero-02 .revolve-bg,
.sub-hero-02 .revolve-bg .revolve-bg-item {
  height: 600px;
}

.sub-hero-02 .cencontent {
  width: 600px;
  margin-left: 200px;
}

.sub-hero-02 .control-bar.cb-03 a.btn {
  display: block;
  float: left;
}

.sub-hero-02 h2 {
  font-size: 50px;
  line-height: 110%;
}

/*
---------------------------------------
SUB HERO 03
---------------------------------------
*/

.sub-hero-03 .img-overlay {
  margin: 0 25%;
  width: 50%;
}

.sub-hero-03 .col-1-2 {
  height: 750px;
}

.sub-hero-03 .col-1-2 .cencontent {
  padding: 0 200px;
}

.sub-hero-03 .control-bar.cb-03 a.btn {
  display: block;
  float: left;
  margin-left: 10px;
}

.sub-hero-03 .control-bar.cb-03 a.btn:first-child {
  margin-left: 0;
}

.sub-hero-03.switch .col-1-2:first-child {
  float: right;
}

.sub-hero-03 h1 {
  font-size: 50px;
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
  line-height: 110%;
}

/*
---------------------------------------
OFFSET HERO
---------------------------------------
*/

.offset-hero,
.offset-hero .revolve-bg,
.offset-hero .revolve-bg .revolve-bg-item {
  height: 800px;
}

.offset-hero .img-overlay {
  margin: 0 25%;
  width: 50%;
}

.offset-hero .offset-content {
  background-color: #9494a0;
  width: 600px;
  height: 600px;
  padding: 100px;
  z-index: 10;
}

.offset-hero h2 {
  font-size: 40px;
}

.offset-hero p + p {
  margin-top: 20px;
}

/*
---------------------------------------
OFFSET HERO 01
---------------------------------------
*/

.offset-hero-01 {
  padding-left: 100px;
}

.offset-hero-01 .offset-content {
  left: 50%;
}

/*
---------------------------------------
GRID LIST PL
---------------------------------------
*/

.grid-list-pl,
.grid-list-pl .col-1-4,
.grid-list-pl .col-1-3,
.grid-list-pl .col-1-2 {
  margin: 0;
}

.grid-list-pl .col-1-4,
.grid-list-pl .col-1-3 {
  width: auto;
}

.grid-list-pl .col-1-2 {
  width: calc(50% - 20px);
}

.grid-list-pl .pl-item .label {
  padding: 30px 0;
}

.grid-list-pl .pl-item .label h2 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 130%;
}

.grid-list-pl .pl-item .label p {
  color: #5f5f5f;
  font-size: 14px;
}

.grid-list-pl .pl-item .pl-item-switch img.switch-2 {
  top: 0;
  left: 0;
  opacity: 0;
}

.grid-list-pl .pl-item:hover .pl-item-switch img.switch-2 {
  opacity: 1;
}

/*
---------------------------------------
GRID LIST PL 02
---------------------------------------
*/

.grid-list-pl-02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.grid-list-pl-02 .pl-item .label h2 {
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
}

.grid-list-pl-02 .pl-item .label h2,
.grid-list-pl-02 .pl-item .label p {
  text-align: left;
  font-family:'Gilroy-Regular', Arial, Helvetica, sans-serif;
  word-break: break-word;
}

.grid-list-pl-02 .pl-item .label p {
  margin: 5px 0 0 0;
}

.grid-list-pl-02 .pl-item .label a.btn {
  display: inline-block;
  margin: 20px auto 0 auto;
}

/*
---------------------------------------
HEADING BAR
---------------------------------------
*/

.heading-bar {
  padding: 50px 0;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}

.heading-bar h3 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 30px;
}

.heading-bar.border-top {
  border-bottom: none;
}

.heading-bar.border-bottom {
  border-top: none;
}

.heading-bar.border-none {
  border: none;
}

/*
-------------------------------------
EXPANDING ITEMS
-------------------------------------
*/

.exp-item {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  transition: 0.4s;
  font-size: 16px;
  border-bottom: 1px solid #e1e4e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 50px;
  line-height: 49px;
  padding: 0;
  font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
}

.exp-item:hover {
  color: #000;
}

.exp-item i {
  float: right;
  font-size: 24px;
  line-height: 50px;
}

.exp-item.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.exp-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.exp-content li {
  font-size: 17px;
  padding: 5px 0;
  font-family: 'Gilroy-Light', Arial, Helvetica, sans-serif;
}

.exp-content li:first-child {
  padding-top: 15px;
}

.exp-item.open + .exp-content {
  display: block;
}

/*
-------------------------------------
STANDARD BLOCK
-------------------------------------
*/

.std-block h2 {
  font-size: 60px;
  line-height: 120%;
}

.std-block h2 + h6,
.std-block h6 + p,
.std-block p + h6,
.std-block p + p {
  padding-top: 30px;
}

.std-block p:first-child {
  padding-top: 0;
}

/*
---------------------------------------
QUICK ADD
---------------------------------------
*/

button.quick-add {
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  top: 25px;
  right: 25px;
  outline: none;
  border: 0;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  text-align: right;
  display: block;
}

button.quick-add .quick-add-content {
  height: 30px;
}

button.quick-add span.closed {
  font-size: 20px;
  right: 4px;
  top: 0;
  transform-origin: center;
}

button.quick-add span.open {
  font-size: 14px;
  opacity: 0;
  right: 25px;
  top: -1px;
  color: #000;
}

button.quick-add:hover {
  width: 150px;
}

button.quick-add:hover span.closed {
  transform: rotate(90deg);
}

button.quick-add:hover span.open {
  opacity: 1;
  width: 110px;
  right: 40px;
  color: #fff;
}

.success-cover {
  opacity: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 105px);
}

.success-cover i {
  font-size: 25px;
  background-color: #d6ccc2;
  border-radius: 999px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

button.quick-add.success + .success-cover {
  opacity: 1;
}

/*
-------------------------------------
FILTER MENU
-------------------------------------
*/

.filter-menu.filter-menu-01 {
  padding-right: 40px;
}

.filter-menu .exp-item {
  border: 0;
}

.filter-menu label.checkbox {
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.filter-menu label.checkbox span {
  position: static;
}

.filter-menu label.checkbox span:before {
  display: none;
}

.filter-menu label.checkbox,
.filter-menu label.checkbox input:checked {
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.filter-menu label.checkbox:hover {
  padding-left: 20px;
}

.filter-menu label.checkbox input:checked + span {
  font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
}

.filter-menu label.checkbox input:checked + span::before {
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

/* Menu filters parent expander */

.filter-exp-item {
  display: none;
}
@media screen and (min-width:1025px) {
  .filter-exp-content {
    height: auto !important;
    display: block !important;
  }
}

/*
---------------------------------------
OPTIONS BAR
---------------------------------------
*/

.options-bar,
.options-sort,
.options-filter {
  height: 50px;
}

.options-bar h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.options-bar .options-sort h6 {
  position: absolute;
  right: 300px;
}

.options-sort span.select2-container {
  position: absolute;
  width: 285px !important;
  right: 0;
  top: -19px;
  padding: 0;
  margin: 0;
}

.options-sort span.select2,
.options-sort span.select2-results,
.options-sort li.select2-results {
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.options-sort span.select2,
.options-sort span.select2-results,
.options-sort .select2-results,
.options-sort li.select2-results__option {
  font-size: 15px;
}

.options-sort .select2-container--default .select2-selection--single {
  height: 69px;
}

.options-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  right: -7px;
}

/*
---------------------------------------
PRODUCTS
---------------------------------------
*/

.product-detail .gallery {
  padding-right: 60px;
}

.product-detail .gallery ul li {
  padding-top:0;
}

.product-detail .gallery .gallery-thumbs {
  margin: 20px 0 0 0;
}

.product-detail .gallery .splide__arrow svg {
  width: 0.9em;
  height: 0.9em;
}

.product-detail h2.product-name {
  padding-bottom: 30px;
  line-height: 120%;
}

.product-detail .long-desc {
  padding: 30px 0;
}

.product-detail .long-desc p + p {
  margin-top: 20px;
}

.product-data ul li.label,
.product-data p span {
  color: #5f5f5f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
}

.product-data .grid-wrapper {
  display: flex;
  gap: 10%;
}

.product-data .grid-wrapper .col-1-3 {
  width: auto;
  float: none;
  margin: 0;
}

.product-data p span {
  padding-left: 30px;
}

.product-data p span:first-child {
  padding-left: 0;
}

.product-data ul li.value {
  font-size: 14px;
  padding-top: 10px;
}

.product-detail .product-controls {
  margin-top: 30px;
}

.product-detail .product-controls button.btn-01 {
  margin-top: 10px;
}

.product-detail .product-controls button.btn-01:first-child {
  margin-top: 0;
}

.product-detail .product-controls button[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}

.product-detail .product-designer {
  border: 1px solid #e1e4e6;
  padding: 30px;
  margin-top: 30px;
}

.product-designer .product-designer-details {
  width: calc(100% - 110px);
  margin-left: 30px;
}

.product-detail .product-designer img,
.product-detail .product-designer-details {
  float: left;
}

.product-detail .product-designer img {
  border-radius: 999px;
  width: 80px;
  height: 80px;
}

.product-detail .product-designer h6 {
  color: #5f5f5f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 25px;
}

.product-detail .product-designer-details h4 {
  font-size: 18px;
  padding-bottom: 10px;
}

.product-detail .product-designer-details p {
  font-size: 16px;
}

.product-detail form.basket-add-form input[type=number] {
  border: 1px solid #e1e4e6;
  height: 50px;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
}

.product-detail form.basket-add-form input[type=number]::-webkit-inner-spin-button,
.product-detail form.basket-add-form input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

.product-options .exp-content {
  padding: 20px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #000;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.product-options .exp-content a.product-option img,
.product-options .exp-content a.product-option h4 {
  display: inline-block;
}

.product-options .exp-content a.product-option img {
  width: 100px;
}

.product-options .exp-content a.product-option h4 {
  vertical-align: top;
  font-size: 16px;
  height: 100px;
  padding: 0 0 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.products.product-detail .col-1-2:nth-child(1) {
  width: 45%;
}

.products.product-detail .col-1-2:nth-child(2) {
  width: 55%;
}

.product-option {
  display: flex;
}

.product-detail .file-downloads {
  margin-top: 30px;
}

.product-detail .file-downloads h6 {
  font-size: 16px;
  font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.product-detail .file-downloads a {
  border-bottom: 1px solid #e1e4e6;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 0;
}

.product-detail .file-downloads a:first-of-type {
  border-top: 1px soli

d #e1e4e6;
}

.product-detail a.file-download i {
  float: right;
}

/*
---------------------------------------
PRICES
---------------------------------------
*/

.full-price:before,
.line-total:before,
.display-price:before {
  content: "\00A3";
}

.basket-total:before {
    content: "Basket Total \00A3";
}

.product-detail p.price {
  padding-bottom: 30px;
}

.product-detail p.price,
.products-list .pl-item .label p.price,
.basket-list p.price,
.basket-list p.line-total {
  letter-spacing: 2px;
}

.basket-list p.line-total {
  padding: 0 32px 0 0;
}

.product-detail p.price span.full-price,
.products-list .pl-item .label p.price span.full-price,
.basket-list p.price span.full-price {
  text-decoration: line-through;
  color: #5f5f5f;
}

.products-list .pl-item .label p.price span.display-price,
.basket-list p.price span.display-price {
  color: #000;
}

.basket-list p.basket-total {
  letter-spacing: 1px;
  margin: 50px 200px;
  font-size: 21px;
  font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
}

.basket-list p.basket-auth-message {
  font-size: 16px;
  margin: -40px 200px 50px 200px;
}

/*
---------------------------------------
COLLECTIONS
---------------------------------------
*/

.collections-list .sub-hero-01 {
  margin-top: 20px;
}

.collections-list .sub-hero-01:first-child {
  margin-top: 0;
}

.collections-detail form button[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}

/*
---------------------------------------
BASKET
---------------------------------------
*/

.basket-list-item {
  height: 200px;
  border: 1px solid #e1e4e6;
  padding: 20px;
  margin-bottom: 20px;
}

.basket-list-item p {
  font-size: 16px;
  padding-top: 10px;
}

.basket-list-item .basket-item-img {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
}

.basket-list-item .basket-item-data {
  top: 50px;
  left: 230px;
}

.basket-list-item .basket-item-data h2 a {
  font-size: 25px;
}

.basket-list-item .basket-item-controls {
  height: 160px;
  top: 20px;
  right: 20px;
}

.basket-list-item .basket-item-controls button.basket-delete {
  right: 0;
  padding: 0;
  margin: 0;
}

.basket-list-item .basket-item-controls i {
  color: #000;
  font-size: 20px;
}

.basket-list-item .basket-item-controls .basket-item-controls-base {
  bottom: 0;
  right: 0;
  width: max-content;
}

.basket-list-item .basket-item-controls form.basket-update-form input {
  border: 1px solid #e1e4e6;
  position: absolute;
  height: 50px;
  right: 180px;
  text-align: center;
  width: 100px;
  padding-left: 10px;
}

.basket-list-item .basket-item-controls form.basket-update-form button[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}

.basket-list-item .basket-item-controls form.basket-update-form input[type=number]::-webkit-inner-spin-button,
.basket-list-item .basket-item-controls form.basket-update-form input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

.basket-list a.btn.btn-02:hover {
  color: #000;
  border-color: #000;
}

.basket-list .heading-bar a {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 42px;
  right: 200px;
}

.basket-list-item .basket-item-controls form.basket-update-form.success button[type="submit"] {
  color: transparent;
  background-color: #d6ccc2;
  border-color: #d6ccc2;
}

.basket-list-item .basket-item-controls form.basket-update-form.success button[type="submit"]::after {
  content: "\f00c";
  color: #fff;
  position: absolute;
  font-family: 'Font Awesome 6 Pro', Arial, Helvetica, sans-serif;
  width: 100%;
  left: 0;
}

/*
---------------------------------------
GRID LIST OL 01
---------------------------------------
*/

.grid-list-ol-01 .label {
  padding: 100px 100px 100px 0;
}

.grid-list-ol-01 .ol-item {
  margin-top: 10px;
  border-bottom: 1px solid #e1e4e6;
}

.grid-list-ol-01 .col-1-2 .ol-item:first-child {
  margin-top: 0;
}

.grid-list-ol-01 .ol-item h5 {
  padding-bottom: 30px;
}

.grid-list-ol-01 a {
  display: inline-block;
  margin-top: 35px;
}

/*
-------------------------------------
FEATURED PRODUCTS
-------------------------------------
*/

.featured-products li.splide__slide {
  padding: 0 10px;
}

.featured-products li.splide__slide .label {
  padding: 50px;
}

.featured-products li.splide__slide,
.featured-products li.splide__slide h2,
.featured-products li.splide__slide p {
  cursor: pointer;
}

.featured-products li.splide__slide h2 {
  font-size: 16px;
  line-height: 130%;
}

.featured-products li.splide__slide .label p {
  color: #5f5f5f;
  padding-top: 5px;
  font-size: 14px;
}

.img-switch img + img {
  top: 0;
  left: 0;
  opacity: 0;
}

.img-switch-trigger:hover .img-switch img + img {
  opacity: 1;
}

/*
-------------------------------------
FOOTER
-------------------------------------
*/

footer h5 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer p,
footer a {
  font-size: 15px;
  line-height: 180%;
}

footer a {
  display: block;
  text-decoration: underline;
}

footer .col-1-3:nth-child(3) a {
  display: inline-block;
}

footer h5 + p,
footer p + p,
footer h5 + a,
footer p + a {
  margin-top: 10px;
}

footer a + a {
  margin-top: 5px;
}

/*
-------------------------------------
STD FORM
-------------------------------------
*/

form.std-form input {
  height: 55px;
  padding: 0 20px;
}

form.std-form textarea {
  padding: 20px;
}

form.std-form input:focus,
form.std-form textarea:focus {
  border: 2px solid #000;
}

form.std-form input:focus {
  padding: 0 18px;
}

form.std-form textarea:focus {
  padding: 18px;
}

form.std-form button[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  height: 55px;
  border: 2px solid #000;
}

form.std-form button[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}

form.std-form .form-row.help-field p {
  padding: 20px;
}

form.std-form .form-row.help-field p,
form.std-form .form-row.help-field a {
  font-size: 15px;
}

form.std-form .form-row.help-field a {
  display: inline-block;
  text-decoration: underline;
}

/*
-------------------------------------
GALLERY
-------------------------------------
*/

.gallery.content-block li.splide__slide {
  border: 0 !important;
}

.gallery.content-block .splide.gallery-thumbs {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery.content-block .splide.gallery-thumbs ul.splide__list {
  margin-top: 10px !important;
  overflow: hidden;
}

.gallery.content-block .splide.gallery-thumbs ul.splide__list li.splide__slide {
  border: 10px solid #fff !important;
}

/*
-------------------------------------
SPACING
-------------------------------------
*/

.products-list,
.product-detail,
.std-block,
.heading-bar,
.grid-list-ol,
.collections-detail .grid-list-pl,
.collections-detail button.btn-01,
.basket-list-item,
.basket-list a.basket-continue,
form.std-form,
.gallery.content-block,
footer,
.contact-form .success {
  margin-left: 200px;
  margin-right: 200px;
}

.collections-list {
  margin-left: 100px;
  margin-right: 100px;
}

.product-detail .heading-bar {
  margin-left: 0;
  margin-right: 0;
}

.collections-detail .std-block-02,
footer,
.std-block-09 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.basket-list-item,
.collections-detail button.btn-01,
.basket-list a.basket-continue {
  width: calc(100% - 400px);
}

.sub-hero + .offset-hero,
.offset-hero + .sub-hero,
.heading-bar + .std-block-02,
.std-block-02 + .std-block-07,
.sub-hero + .std-block-02,
.std-block-02 + .sub-hero,
.std-block-02 + .offset-hero,
.std-block-02 + .std-block-02,
.std-block-02 + .gallery.content-block,
.std-block-02 + .form-01,
.form-01 + .sub-hero-02
{
  margin-top: 100px;
}

.products-list + footer,
.product-detail + footer {
  margin-top: 70px;
}

.products-list + footer,
.product-detail + footer,
.std-block-01 + footer {
  border-top: 1px solid #e1e4e6;
  padding-top: 100px;
}

.heading-bar + .std-block-01,
.std-block-01 + footer,
.product-detail .heading-bar:first-of-type {
  margin-top: 50px;
}

body.work .sub-hero-01 + .sub-hero-01,
.std-block-07 + .std-block-07 {
  margin-top: 20px;
}

.contact-form .success p,
.product-detail {
  margin-top: 10px;
}

.heading-bar + form.std-form {
  margin-top: -20px;
}

/* Workaround for placholders not showing on some mobiles bug */
input.flatpickr-input:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.flatpickr-input:focus:after {
      content: '' !important;
    }


/* Login form */
.form-extra a {
  margin: 0 200px;
  font-size: 14px;
  padding-top:15px;
}
