/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.category-description {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items:center;
  text-align: center;   
}

.category-description h3{
  font-size:16px;
  position:relative;
  top:-8px;
  color: #D19E66;   
  letter-spacing:0.5px; 
}

.text-short {
    text-align: center;
}

.text-full {
	text-align: center;
    display: none; 
}

#toggle-description {
  background-color:transparent;
  border:none;
  margin:4px 0 24px 0;
  cursor: pointer;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  letter-spacing:1px;  
  color:#D19E66;
  letter-spacing:0.5px; 
}

#toggle-description:hover {   
  text-decoration:underline; 
  text-underline-offset: 4px;
}

/*Legal Pages Style*/

.privacy-policy-container,
.cookies-policy-container,
.legal-container {
    display: block;
    text-align: justify;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.8;
}

.privacy-policy-child,
.cookies-policy-child,
.legal-child-container {
    margin-bottom: 15px;
    scroll-margin-top: 80px;
}

.privacy-policy-child h2,
.cookies-policy-child h2,
.legal-child-container h2 {
    color: #D19E66;
    font-weight: 400;
}

.privacy-policy-child h3,
.legal-child-container h3 {
    color: #4D4D4D;
    font-weight: 400;
}

.privacy-policy-child ul li,
.cookies-policy-child ul li,
.legal-child-container ul li {
    list-style-type: disc;
}

.privacy-policy-child ul li ul li,
.cookies-policy-child ul li ul li,
.legal-child-container ul li ul li {
    list-style-type: circle;
}

.privacy-policy-child ul li a,
.cookies-policy-child ul li a,
.legal-child-container ul li a,
.privacy-policy-child a,
.cookies-policy-child a,
.legal-child-container a {
    color: #4D4D4D;
    transition: color 0.3s ease;
}

.privacy-policy-child ul li a:hover,
.cookies-policy-child ul li a:hover,
.legal-child-container ul li a:hover,
.privacy-policy-child a:hover,
.cookies-policy-child a:hover,
.legal-child-container a:hover {
    color: #D19E66;
}

/*Table Cookies Page*/

.cookies-policy-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.cookies-policy-th,
.cookies-policy-td {
    border: 1px solid rgba(77, 77, 77, 0.8);
    padding: 8px;
    text-align: center;
}

.cookies-policy-th {
    background-color: rgba(209, 158, 102, 0.8);
}

/*Responsive Legal Pages*/

@media (max-width: 991px) {

    .privacy-policy-container,
    .cookies-policy-container,
    .legal-container {
        font-size: 13px;
    }

    .privacy-policy-child,
    .cookies-policy-child,
    .legal-child-container {
        scroll-margin-top: 0;
    }

    .cookies-policy-table {
        font-size: 12px;
    }

    .privacy-policy-child h2,
    .cookies-policy-child h2,
    .legal-child-container h2 {
        font-size: 23px;
    }

    .privacy-policy-child h3,
    .legal-child-container h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {

    .privacy-policy-child h2,
    .cookies-policy-child h2,
    .legal-child-container h2 {
        font-size: 20px;
    }

    .privacy-policy-child h3,
    .legal-child-container h3 {
        font-size: 16px;
    }

    .cookies-policy-table {
        font-size: 10px;
        table-layout: auto;
        word-wrap: break-word;
    }

    .cookies-policy-th,
    .cookies-policy-td {
        padding: 4px;
    }

    .cookies-policy-th {
        font-size: 12px;
    }
}

/*Carrusel header-nav*/

.shipping-carousel {
  width: 40%;
  padding: 4px;  
  font-size: 12px;
  overflow: hidden;  
  position: relative; 
}

.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 20px;
  position: relative;
}

.carousel-message {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-message.active {
  opacity: 1;
}

@media (max-width: 991px) {
    .shipping-carousel {
      width: 100%;     
      background: #F0EDE8;       
      text-align: center;
      position: relative;
    }
    .carousel-wrapper {  
      align-items: center;
    }
}

@media (max-width: 575px) {
    .shipping-carousel {  
      font-size: 11px;  
    }
}

/*send_and_pay pages*/

.send_and_pay_container_desing {
    display: block;
    text-align: justify;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.8;
}

.send_and_pay_container_desing h2 {
    color: #D19E66;
    font-weight: 400;
}

.send_and_pay_container_desing h3 {
    color: #4D4D4D;
    font-weight: 400;
}

@media (max-width: 991px) {
    .send_and_pay_container_desing {
        font-size: 13px;
    }

    .send_and_pay_container_desing h2 {
        font-size: 23px;
    }

    .send_and_pay_container_desing h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {   

    .send_and_pay_container_desing h2 {
        font-size: 20px;
    }

    .send_and_pay_container_desing h3 {
        font-size: 16px;
    }
}

/*Ajuste en responsive page de productos*/

@media (max-width: 575.98px) {
	.bootstrap-touchspin input.form-control {
		width: 50px;
	}
	.product-add-to-cart .add-to-cart, .clearfix .btn-primary {
		padding: 1.27em 1em;
        font-size: 11px;
	}
	.product-add-to-cart .wishlist-button-product {
		margin-left: 5px;
	}
}

/*Blog*/

.blog-main-container {
    max-width: 1400px;
    margin: 3rem auto;
    background: #fff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

/* Títulos blog */

.blog-main-container h2 {
    font-size: 28px;
    color: #AD7D40;
    border-bottom: 2px solid #D19E66;
    padding-bottom: 5px;
    margin-top: 2.5rem;
    font-weight: 500;
	text-align: start;
}

.blog-main-container h3 {
    font-size: 22px;
    color: #4D4D4D;
    font-weight: 500;
}

/* Listas */

.blog-main-container ul,
.blog-main-container ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-main-container ul li {
    margin-left: 10px;
    list-style-type: disc;
}

.blog-main-container ol li {
    margin-left: 10px;
}

.blog-main-container ul li::marker,
.blog-main-container ol li::marker {
    color: #AD7D40;
    font-size: 1.2em;
}

/* Tablas del blog */

.blog-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.blog-th,
.blog-td {
    border: 1px solid rgba(77, 77, 77, 0.8);
    padding: 8px;
    text-align: center;
}

.blog-th {
    background-color: rgba(209, 158, 102, 0.8);
}

/* Enlaces */

.blog-main-container a {
    color: #D19E66;
    text-decoration: none;
    border-bottom: 1px dashed #D19E66;
    transition: all 0.3s ease;
}

.blog-main-container a:hover {
    color: #AD7D40;
    border-bottom: 1px solid #AD7D40;
}

/* Responsive */

@media (max-width: 991px) {
    .blog-main-container {
        font-size: 14px;
        padding: 2rem;
    }

    .blog-main-container h2 {
        font-size: 22px;
    }

    .blog-main-container h3 {
        font-size: 18px;
    }

    .blog-table {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .blog-main-container {
        font-size: 13px;
        padding: 1.5rem;
    }

    .blog-main-container h2 {
        font-size: 18px;
    }

    .blog-main-container h3 {
        font-size: 16px;
    }

    .blog-table {
        font-size: 10px;
        table-layout: auto;
        word-wrap: break-word;
    }

    .blog-th,
    .blog-td {
        padding: 4px;
    }

    .blog-th {
        font-size: 12px;
    }
}

/*img blog*/

.blog-img {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
    margin: 2em 0;
    padding: 0 1rem;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.blog-img img {
    margin: 0;
    padding: 0;
    height: auto;
    object-fit: cover;
    flex-shrink: 1;
    max-width: 380px;
    width: 100%;
    flex-grow: 0;
    flex-basis: auto;
    display: block;
}

@media (max-width: 1200px) {
    .blog-img img {
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .blog-img {
        position: relative;
        padding: 1rem;
        margin: 0 auto;
        max-width: 100%;
        min-height: 350px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .blog-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: opacity 1s ease-in-out;
        display: block;
        width: auto;
        height: auto;
    }

    .blog-img img.active {
        opacity: 1;
        z-index: 10;
    }
}

/*Animaciones descri. pulseras nomination*/

.nomination_product-description {
	font-family: inherit;
	color: inherit;
	text-align: justify;
}

.nomination_image-section {
	margin-top: 20px;
}

.nomination_image-section img {
	max-width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*stores-page*/

.custom-stores-page {
	text-align: center;
	font-size: 14px;
	padding: 2rem;
	line-height: 1.8;
	color: #4D4D4D;
	background-color: #FFF;
}

.custom-stores-imgs {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;             
}

.custom-stores-imgs img {
	width: 100%;
	max-width: 400px;
	height: auto;       
	transition: opacity 1s ease-in-out;
	object-fit: cover;
}

.custom-intro {
	text-align: center;
	padding: 1rem;
	margin: 2rem 0;
}

.custom-store {
	text-align: start;
	padding: 1rem;
	margin: 1rem;
	background-color: #F0EDE860;
	border-left: 4px solid #D19E66;
	border-radius: 8px;
	transition: background-color 0.3s;
}

.custom-store:hover {
	background-color: #F0EDE8;
}

.custom-store h2 {
	font-weight: 400;
	color: #4D4D4D;
}

@media (max-width: 1400px) {
	.custom-stores-imgs {
		position: relative;
		padding: 1rem;
		max-width: 90%;
		margin: 0 auto;
		min-height: 500px;
	}

	.custom-stores-imgs img {
		position: absolute;
		inset: 0;
		margin: auto;
		opacity: 0;
		width: 100%;
		height: 100%;
		object-fit: contain; 
		transition: opacity 1s ease-in-out;            
	}

	.custom-stores-imgs img.active {
		opacity: 1;
		position: absolute;
	}

	.custom-store h2 {
		font-size: 18px;
	}
	.custom-store {        
		padding: 0.5rem;
		margin: 0.5rem 0.5rem 1rem 0.5rem;
	}
}

@media (max-width: 575px) {
	.custom-stores-page {
		font-size: 12px;
		padding: 1rem;
	}
	.custom-store h2 {
		font-size: 16px;
	}
	.custom-stores-imgs {            
		min-height: 400px;
	}
}

/*about us page*/

.about-us-container {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #4D4D4D;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 1200px;
}

.about-us h2,
.about-us-ring h2,
.about-us-team-container h2,
.about-us-details h2 {
    font-family: 'Georgia', sans-serif;
    font-size: 33px;
    color: #ad8558;
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 0;
}

.about-us-ring h2,
.about-us-team-container h2,
.about-us-details h2 {
    padding: 2rem 0 4rem;
}

/* Header */

.about-us .header-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    animation: fadeIn 1.5s ease-in-out;
    border-radius: 0 25%;
}

.about-us p {
    text-align: justify;
}

.about-us p:nth-of-type(3) {
    border-left: 2px solid #ad8558;
    padding-left: 20px;
    font-style: italic;
    letter-spacing: 1.6px;
    text-align: center;
    padding: 1rem 0;
}

/* Wedding ring */

.about-us-ring-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    max-width: 1200px;
    background-color: #4D4D4D20;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem;
}

.about-us-ring img {
    flex: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.about-us-ring-text {
    flex: 1;
    width: 100%;
    text-align: justify;
    padding: 2rem;
}

/* Team */

.about-us-ring-imp,
.about-us-team-imp {
    border-left: 2px solid #ad8558;
    padding-left: 20px;
    font-style: italic;
    letter-spacing: 1.6px;
    margin-bottom: 4rem;
}

.about-us-team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    max-width: 1200px;
    background-color: #4D4D4D20;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem;
}

.about-us-team img {
    flex: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.about-us-team-text {
    flex: 1;
    width: 100%;
    text-align: justify;
    padding: 2rem;
}

/* Details */

.about-us-details {
    text-align: center;
}

.about-us-details p {
    max-width: 1200px;
    line-height: 1.8;
    color: #4D4D4D;
    padding: 0 10px;
    text-align: center;
}

.about-us-details p:last-child {
    border-left: 2px solid #ad8558;
    padding-left: 20px;
    font-style: italic;
    letter-spacing: 1.6px;
    margin-bottom: 2rem;
}

/* Separador */

.about-separador div {
    padding: 4rem 2rem 0;
    text-align: center;
}

.about-separador div img {
    background-color: #fff;
    width: 100px;
    padding: 0 3rem;
}

.about-separador+* {
    border-top: dashed 1px #ad8558;
    padding-top: 40px;
    margin-top: -20px;
}

/* Animaciones */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* footer */

.about-us-footer {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    color: #4D4D4D;
    max-width: 1200px;
}

.about-us-footer-container {
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: 1px;
}

.about-us-footer-location {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 2rem 0 0.5rem;
}

.about-us-footer-copy {
    font-size: 13px;
    color: #4D4D4D90;
}

.about-us-footer-img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-bottom: 2rem;
}

.about-us-footer-img img {
    width: 48%;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media(max-width: 1200px) {
    .about-us-ring img {
        flex: 1;
        width: 100%;
        max-width: 400px;
        height: auto;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .about-us-ring h2,
    .about-us-team-container h2,
    .about-us h2,
    .about-us-details h2 {
        font-size: 28px;
    }

    .about-us-ring-text,
    .about-us-team p,
    .about-us-container,
    .about-us-details p {
        font-size: 14px;
    }

    .about-us-footer-location {
        font-size: 13px;
    }

    .about-us-footer-copy {
        font-size: 12px;
    }
}

@media(max-width: 991px) {

    .about-us-ring-content,
    .about-us-team {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding-top: 2rem;
    }

    .about-us-ring img,
    .about-us-team img {
        width: 100%;
        height: auto;
        padding: 2rem;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .about-us-team img {
        margin-bottom: 2rem;
    }

    .about-us-ring-text,
    .about-us-team-text {
        max-width: 90%;
        padding: 0 0 2rem 0;
    }

    .about-us p {
        margin: 1rem 0;
    }

    .about-us-footer-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .about-us-footer-img img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin-bottom: 0.5rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        background-color: #4D4D4D20;
        padding: 1rem;
    }

    .about-us-footer-img-none {
        display: none;
    }
}

@media(max-width: 768px) {

    .about-us-ring img,
    .about-us-team img {
        width: 90%;
        padding: 1rem;
    }

    .about-us-team-text {
        padding: 0 0 1rem 0;
    }

    .about-us-ring h2,
    .about-us-team-container h2,
    .about-us h2,
    .about-us-details h2 {
        font-size: 23px;
    }

    .about-us-ring-text,
    .about-us-team p,
    .about-us-container,
    .about-us-details p {
        font-size: 13px;
    }

    .about-separador div {
        padding: 2rem 2rem 0;
    }

    .about-separador+* {
        padding-top: 20px;
    }

    .about-us-footer-location {
        font-size: 12px;
    }

    .about-us-footer-copy {
        font-size: 11px;
    }
}

/*hamilton page*/


.page-cms .hamilton-main-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
}

.hamilton-main-container {
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(to bottom, #0e0e0e, #1f1f1f);
    color: #ffffff !important;
    font-size: 16px !important;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 1px;
}

/* Buttons */

.hamilton-cta-button,
.hamilton-buy-btn {
    background: #c4a000;
    padding: 15px 30px;
    color: black !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 15px;
    display: inline-block;
    margin: 20px 0;
    transition: background 0.3s ease;
}

.hamilton-cta-button,
.hamilton-buy-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hamilton-cta-button::before,
.hamilton-buy-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.hamilton-cta-button:hover,
.hamilton-buy-btn:hover {
    text-decoration: none !important;
}

.hamilton-cta-button:hover::before,
.hamilton-buy-btn:hover::before {
    left: 100%;
    text-decoration: none;
}

/* Hamilton-containers */

.hamilton-container {
    max-width: 100%;
    margin: auto;
    padding: 2em 0;
}

.hamilton-container:first-child {
	padding-top:0;
}

.hamilton-section-title {
    font-size: 24px;
    margin-bottom: 1.5rem;
    color: #c4a000 !important;
    text-transform: uppercase;
}

.hamilton-carousel-item span {
    color: #fff !important;
}

.hamilton-container video{
	width:100%!important;
	height:auto!important;
}

/* Carousel */

.hamilton-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 20px;
    margin: 2rem 0;
}

.hamilton-main-container .hamilton-carousel {
    margin: 2em;
}

.hamilton-carousel.dragging {
    cursor: grabbing;
}

.hamilton-carousel::-webkit-scrollbar {
    height: 8px;
}

.hamilton-carousel::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 15px;
}

.hamilton-carousel-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 300px;
    background-color: #2a2a2a;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hamilton-carousel-item:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.hamilton-carousel-item img {
    width: 100%;
}

.hamilton-carousel-item span {
    color: #c4a000;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.hamilton-carousel-item p {
    color: #ddd;
    margin-top: 10px;
    text-align: center;
}

/* Gamer section */

.hamilton-hidden-gamer-container {
    text-align: center;
    background-color: #2a2a2a;
    padding: 4em 2em 6em;
    margin: 2.5em 0 8.5em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hamilton-hidden-gamer-title {
    font-weight: bold;
    color: #c4a000;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hamilton-hidden-gamer-text {
    color: #ddd;
    margin-bottom: 1.5rem;
}

.hamilton-kojima-quote {
    font-style: italic;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    background-color: #4d4d4d;
    padding: 15px;
}

/* Buy-container */

.hamilton-buy-container {
    padding: 60px 20px;
    background-image: url('https://joyeriaoliverdelpino.com/img/cms/in-game-death-stranding.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hamilton-buy-wrapper {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.hamilton-buy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 600px;
    min-height: 700px;
    min-width: 600px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.hamilton-buy-watches,
.hamilton-buy-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hamilton-buy-info {
    height: 100%;
}

.hamilton-buy-info>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.hamilton-buy-info h2 {
    color: #c4a000;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.hamilton-buy-info p {
    padding: 0 2rem;
}

.hamilton-buy img {
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.hamilton-gift img {
    max-width: 300px;
    width: 100%;
	padding: 10px;
}

.hamilton-gift-note {
    color: #c4a000;
}

/* Footer */

.hamilton-footer-container {
    text-align: center;
    padding: 6rem 2rem 0;
    background-color: #fff;
    color: #4d4d4d;
    line-height: 1.6;
    font-size: 13px;
}

.hamilton-footer-container p {
    margin: 8px 0;
}

.hamilton-footer-credits a {
    color: #0077cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hamilton-footer-credits a:hover {
    color: #005fa3;
    text-decoration: underline;
}


/* Responsive */

@media (max-width: 991px) {

    .hamilton-main-container {
        font-size: 14px !important;
    }

    .hamilton-main-container .hamilton-carousel {
        padding: 10px;
    }
 
    .hamilton-cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }

    .hamilton-carousel {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .hamilton-carousel::-webkit-scrollbar {
        display: none;
    }

    .hamilton-buy {
        min-height: 450px;
        min-width: 500px;
    }
}

@media (max-width: 768px) {
    .hamilton-footer-container {
        padding: 6rem 2rem 2rem;
    }
}

@media (max-width: 575px) {
    .hamilton-main-container .hamilton-carousel {
        padding: 10px;
    }

  
    .hamilton-cta-button {
        padding: 10px 20px;
        font-size: 12px;
    }

    .hamilton-carousel-item {
        width: 90%;
    }

    .page-cms .hamilton-main-container {
        padding-left: 0;
        padding-right: 0;
    }

    .hamilton-buy {
        min-height: 450px;
        min-width: 500px;
    }
}

@media (max-width: 480px) { 
    .hamilton-carousel-item {
        width: 70%;
    }

    .hamilton-buy {
        min-height: 350px;
        min-width: 300px;
    }
}

/*summer bohemme*/

.page-cms .summer_main_content {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
}

.summer_main_content {
    font-family: "Open Sans", sans-serif;
    background: #F0EDE8;
    color: #143429 !important;
    font-size: 16px !important;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.summer_header_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    background: #143429;
    color: #F0EDE8 !important;
    padding: 60px 20px;
    flex-wrap: nowrap;
    width: 100%;
}

.summer_header_container_item {
    padding: 10px;
    width: 580px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.summer_header_container_item p:first-of-type {
    font-style: italic;
}

.summer_header_title {
    max-width: 500px;
}

.summer_header_logo {
    margin: 3em 0 0;
    max-width: 40px;
}

.summer_header_img {
    width: 100%;
    max-width: 450px;
    height: 550px;
    background-image: url('https://joyeriaoliverdelpino.com/img/cms/verano_009.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 4em;
}

/*Responsive*/

@media (max-width: 1200px) {
    .summer_header_container_item {
        width: 450px;
    }
	.summer_header_img {
        max-width: 400px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .summer_main_content {
        font-size: 14px !important;
        padding: 0;
    }

    .summer_header_title {
        max-width: 100%;
    }

    .summer_header_img {
        max-width: 350px;
        height: 450px;
    }

    .summer_header_logo {
        margin: 2em 0 0;
    }

    .summer_header_container_item {
        width: 380px;
    }
}

@media (max-width: 768px) {

    .summer_header_container_item {
        width: 600px;
    }

    .summer_header_container {
        flex-direction: column;
        padding: 40px 20px;
    }

    .summer_header_img {
        max-width: 450px;
        height: 550px;
    }

    .summer_header_logo {
        margin: 3em 0 1em;
    }

    .summer_header_container_item p {
        padding: 0 4em;
    }
}

@media (max-width: 575px) {

    .summer_header_container_item {
        width: 100% !important;
        min-width: auto !important;
        padding: 0 !important;
    }

    .summer_header_img {
        max-width: 400px;
        height: 450px;
    }

    .summer_header_logo {
        margin: 2em;
    }
}

@media (max-width: 480px) {
    .summer_header_container_item p {
        padding: 0 1em;
    }
}

/*summer_jewel_section*/

.summer_jewel_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 100%;
}

.summer_jewel_section h2 {
    font-weight: 600;
    color: #143429 !important;
}

.summer_jewel_section_left,
.summer_jewel_section_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width: 1400px;
    padding: 60px 20px;
}

.summer_jewel_section_left {
    text-align: left;
}

.summer_jewel_section_right {
    text-align: right;
}

.summer_jewel_section_img {
    max-width: 450px;
}

.summer_btn {
    text-decoration: none !important;
    color: #F0EDE8 !important;
    background-color: #143429;
    border-radius: 3px;
    border: none;
    display: inline-block;
    outline: none;
    padding: 1em 1.5em;
    line-height: 1.25;
    cursor: pointer;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
}

.summer_btn:hover {
    background-color: #D19E66;
    color: #143429;
}

@media (max-width: 1400px) {

    .summer_jewel_section_left,
    .summer_jewel_section_right {
        max-width: 1200px;
        width: 1200px;
    }
}

@media (max-width: 1200px) {

    .summer_jewel_section_left,
    .summer_jewel_section_right {
        max-width: 981px;
        width: 981px;
    }

    .summer_jewel_section_img {
        max-width: 400px;
    }
}

@media (max-width: 991px) {

    .summer_jewel_section_left,
    .summer_jewel_section_right {
        max-width: 760px;
        width: 760px;
        gap: 15px;
        padding: 60px 0;
    }

    .summer_jewel_section_img {
        max-width: 380px;
    }
}

@media (max-width: 768px) {

    .summer_jewel_section h2 {
        margin: 25px 0;
    }

    .summer_jewel_section_left,
    .summer_jewel_section_right {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 50px 20px;
        border-bottom: 1px dashed #143429;
    }

    .summer_jewel_section_left:last-child,
    .summer_jewel_section_right:last-child {
        border-bottom: none;
    }

    .summer_jewel_section_img {
        max-width: 100%;
    }

    .summer_jewel_section_info_right,
    .summer_jewel_section_info_left {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .summer_btn {
        margin: 35px 0 20px 0;
    }
}

@media (max-width: 575px) {

    .summer_jewel_section_left,
    .summer_jewel_section_right {
        padding: 40px 20px;
    }
}

/*footer summer page*/

.summer_footer {
    background-color: #143429;
    color: #F0EDE8;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}

.summer_footer_content {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.summer_footer_logo {
    max-width: 300px;
    height: auto;
}

.summer_footer_btn {
    text-decoration: none !important;
    background-color: transparent;
    border: 2px solid #F0EDE8;
    color: #F0EDE8 !important;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    outline: none;
    padding: 1em 2em;
    line-height: 1.25;
    cursor: pointer;
    margin: 25px 0;
}

.summer_footer_btn:hover {
    background-color: #F0EDE8;
    color: #143429 !important;
}

/*carousel*/

.summer_carousel_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.summer_carousel_track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}

.summer_carousel_item {
    flex-shrink: 0;
    margin-right: 20px;
}

.summer_carousel_item img {
    max-width: 300px;
    height: auto;
    object-fit: cover;
}